adjust tokyobones specs

This commit is contained in:
Michael Chris Lopez
2021-10-17 05:59:39 +08:00
parent cad8c0f447
commit 82984a9070
2 changed files with 8 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ M.light = util.palette_extend({
water = hsluv "#34548a",
blossom = hsluv "#5a4a78",
sky = hsluv "#166775",
orange = hsluv "#965027",
sky1 = hsluv "#33635c",
}, "light")
M.dark = util.palette_extend {
@@ -25,6 +27,8 @@ M.dark = util.palette_extend {
water = hsluv "#7aa2f7",
blossom = hsluv "#bb9af7",
sky = hsluv "#2ac3de",
orange = hsluv "#ff9e64",
sky1 = hsluv "#73daca",
}
return M