minor color changes

This commit is contained in:
Eric Xiao 2022-12-08 09:37:02 -08:00
commit 5678225465
2 changed files with 3 additions and 6 deletions

View file

@ -2,7 +2,7 @@ local p = require("rose-pine.palette")
return { return {
normal = { normal = {
a = {bg = p.rose, fg = p.base, gui = "bold"}, a = {bg = p.pink, fg = p.base, gui = "bold"},
b = {bg = p.overlay, fg = p.rose}, b = {bg = p.overlay, fg = p.rose},
c = {bg = p.base, fg = p.text} c = {bg = p.base, fg = p.text}
}, },

View file

@ -1,18 +1,15 @@
local palette = { local palette = {
-- base = "#10101a", -- dark dark blue
base = "#181722", -- idk base = "#181722", -- idk
surface = "#1f1d2e", -- dark blue surface = "#1f1d2e", -- dark blue
overlay = "#26233a", -- dark blue overlay = "#26233a", -- dark blue
muted = "#6e6a86", -- gray? muted = "#6e6a86", -- gray?
subtle = "#908caa", -- gray? subtle = "#908caa", -- gray?
text = "#e0def4", -- light light blue text = "#e0def4", -- light light blue
-- text = "#dcdcd7", -- light light blue
love = "#e89b9f", -- red? love = "#e89b9f", -- red?
-- ocean = "#ee4d3c", -- purple? ocean = "#b2b13c", -- orange?
ocean = "#b2b13c", -- purple?
blu = "#8487c7", -- ??? blu = "#8487c7", -- ???
crimson = "#fa4678", -- red crimson = "#fa4678", -- red
gold = "#f69957", gold = "#f59d56",
rose = "#ff82b4", rose = "#ff82b4",
calm = "#23ff87", -- green calm = "#23ff87", -- green
sand = "#cecda7", sand = "#cecda7",