rose-pine

This commit is contained in:
Cat /dev/Nulo 2022-07-10 20:45:59 -03:00
parent 6fcc7dffe1
commit 22f5fdbf26
1 changed files with 22 additions and 0 deletions

22
themes/rose-pine.lua Normal file
View File

@ -0,0 +1,22 @@
local theme = {
base = "191724",
surface = "1f1d2e",
overlay = "26233a",
muted = "6e6a86",
subtle = "908caa",
text = "e0def4",
love = "eb6f92",
gold = "f6c177",
rose = "ebbcba",
pine = "31748f",
foam = "9ccfd8",
iris = "c4a7e7",
highlightLow = "21202e",
highlightMed = "403d52",
highlightHigh = "524f67",
dark = true,
vis_theme = "rose-pine-colorless",
kakoune_theme = "rose-pine",
}
return require("utils/rose-pine-convert")(theme)