themer.lua/themes/rose-pine-dawn.lua
2022-06-18 18:53:59 -03:00

23 lines
463 B
Lua

local theme = {
base = "faf4ed",
surface = "fffaf3",
overlay = "f2e9de",
muted = "9893a5",
subtle = "6e6a86",
text = "575279",
love = "b4637a",
gold = "ea9d34",
rose = "d7827e",
pine = "286983",
foam = "56949f",
iris = "907aa9",
highlightLow = "f4ede8",
highlightMed = "dfdad9",
highlightHigh = "cecacd",
dark = false,
vis_theme = "rose-pine-dawn-colorless",
kakoune_theme = "rose-pine-dawn",
}
return require("utils/rose-pine-convert")(theme)