forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.5 KiB
TOML
62 lines
1.5 KiB
TOML
# Author: RayGervais<raygervais@hotmail.ca>
|
|
|
|
"ui.background" = { bg = "base" }
|
|
"ui.menu" = "surface"
|
|
"ui.menu.selected" = { fg = "iris", bg = "surface" }
|
|
"ui.linenr" = {fg = "subtle" }
|
|
"ui.popup" = { bg = "overlay" }
|
|
"ui.window" = { bg = "overlay" }
|
|
"ui.liner.selected" = "highlightOverlay"
|
|
"ui.selection" = "highlight"
|
|
"comment" = "subtle"
|
|
"ui.statusline" = {fg = "foam", bg = "surface" }
|
|
"ui.help" = { fg = "foam", bg = "surface" }
|
|
"ui.cursor" = { fg = "rose", modifiers = ["reversed"] }
|
|
"ui.text" = { fg = "text" }
|
|
"operator" = "rose"
|
|
"ui.text.focus" = { fg = "base05" }
|
|
"variable" = "text"
|
|
"constant.numeric" = "iris"
|
|
"constant" = "gold"
|
|
"attributes" = "gold"
|
|
"type" = "foam"
|
|
"ui.cursor.match" = { fg = "gold", modifiers = ["underlined"] }
|
|
"string" = "gold"
|
|
"property" = "foam"
|
|
"constant.character.escape" = "subtle"
|
|
"function" = "rose"
|
|
"function.builtin" = "rose"
|
|
"function.method" = "foam"
|
|
"constructor" = "gold"
|
|
"special" = "gold"
|
|
"keyword" = "pine"
|
|
"label" = "iris"
|
|
"namespace" = "pine"
|
|
"ui.popup" = { bg = "overlay" }
|
|
"ui.window" = { bg = "base" }
|
|
"ui.help" = { bg = "overlay", fg = "foam" }
|
|
"text" = "text"
|
|
|
|
"info" = "gold"
|
|
"hint" = "gold"
|
|
"debug" = "rose"
|
|
"diagnostic" = "rose"
|
|
"error" = "love"
|
|
|
|
[palette]
|
|
base = "#191724"
|
|
surface = "#1f1d2e"
|
|
overlay = "#26233a"
|
|
inactive = "#555169"
|
|
subtle = "#6e6a86"
|
|
text = "#e0def4"
|
|
love = "#eb6f92"
|
|
gold = "#f6c177"
|
|
rose = "#ebbcba"
|
|
pine = "#31748f"
|
|
foam = "#9ccfd8"
|
|
iris = "#c4a7e7"
|
|
highlight = "#2a2837"
|
|
highlightInactive = "#211f2d"
|
|
highlightOverlay = "#3a384a"
|