This commit is contained in:
dusk 2022-04-25 12:59:59 +03:00
parent bac19aa24f
commit 0010e85387
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -1,6 +1,4 @@
{...}: '' {...}: ''
# rose pine
"ui.background" = { bg = "base" } "ui.background" = { bg = "base" }
"ui.menu" = { fg = "text", bg = "overlay" } "ui.menu" = { fg = "text", bg = "overlay" }
"ui.menu.selected" = { fg = "iris", bg = "surface" } "ui.menu.selected" = { fg = "iris", bg = "surface" }
@ -65,19 +63,18 @@
"markup.raw" = { fg = "foam" } "markup.raw" = { fg = "foam" }
[palette] [palette]
base = "#191724" base = "#171423"
surface = "#1f1d2e" surface = "#2d283f"
overlay = "#26233a" overlay = "#26233a"
inactive = "#555169" inactive = "#555169"
subtle = "#6e6a86" subtle = "#6e6a86"
text = "#e0def4" text = "#9f9fa1"
love = "#eb6f92" love = "#eb6f92"
gold = "#f6c177" gold = "#f6c177"
rose = "#ebbcba" rose = "#ebbcba"
pine = "#31748f" pine = "#31748f"
foam = "#9ccfd8" foam = "#9ccfd8"
iris = "#c4a7e7" iris = "#c4a7e7"
highlight = "#2a2837" highlight = "#493d70"
highlightInactive = "#211f2d"
highlightOverlay = "#3a384a" highlightOverlay = "#3a384a"
'' ''