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

23 lines
462 B
Lua
Raw Normal View History

2022-04-18 21:11:57 +00:00
local theme = {
base = "232136",
surface = "2a273f",
overlay = "393552",
muted = "6e6a86",
subtle = "908caa",
text = "e0def4",
love = "eb6f92",
gold = "f6c177",
rose = "ea9a97",
pine = "3e8fb0",
foam = "9ccfd8",
iris = "c4a7e7",
highlightLow = "2a283e",
highlightMed = "44415a",
highlightHigh = "56526e",
dark = true,
2022-04-18 21:27:05 +00:00
vis_theme = "rose-pine-moon-colorless",
2022-06-18 21:53:59 +00:00
kakoune_theme = "rose-pine-moon",
2022-04-18 21:11:57 +00:00
}
2022-06-17 13:31:03 +00:00
return require("utils/rose-pine-convert")(theme)