breaking: standardize palette

vimbones and nordbones follow standard palatte table:

require("nordbones.palette").dark instead of "derived"
This commit is contained in:
Michael Chris Lopez
2021-11-05 15:43:29 +08:00
parent 635f71ae81
commit a5bd4b1bb2
4 changed files with 9 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ local base = {
nord15 = hsluv "#b48ead",
}
M.derived = util.palette_extend {
M.dark = util.palette_extend {
bg = base.nord0,
fg = base.nord6,
rose = base.nord11,