themer.lua/themes/rose-pine-dawn.lua

20 lines
386 B
Lua
Raw Normal View History

2022-04-10 19:24:18 +00:00
local theme = {
base = "faf4ed",
surface = "fffaf3",
overlay = "f2e9de",
muted = "9893a5",
2022-04-10 19:24:18 +00:00
subtle = "6e6a86",
text = "575279",
love = "b4637a",
gold = "ea9d34",
rose = "d7827e",
pine = "286983",
foam = "56949f",
iris = "907aa9",
highlightLow = "f4ede8",
highlightMed = "dfdad9",
highlightHigh = "cecacd",
2022-04-10 19:24:18 +00:00
dark = false,
}
return require('utils/rose-pine-convert')(theme)