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.
80 lines
2.3 KiB
TOML
80 lines
2.3 KiB
TOML
# Author: RayGervais<raygervais@hotmail.ca>
|
|
# Author: ChrisHa<chunghha@users.noreply.github.com>
|
|
|
|
"ui.background" = { bg = "surface" }
|
|
"ui.menu" = { fg = "text", bg = "overlay" }
|
|
"ui.menu.selected" = { fg = "iris", bg = "surface" }
|
|
"ui.linenr" = {fg = "subtle" }
|
|
"ui.liner.selected" = "highlightOverlay"
|
|
"ui.selection" = "highlight"
|
|
"comment" = "subtle"
|
|
"ui.statusline" = {fg = "foam", bg = "surface" }
|
|
"ui.statusline.inactive" = { fg = "iris", 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"
|
|
"number" = "iris"
|
|
"constant" = "gold"
|
|
"attributes" = "gold"
|
|
"type" = "foam"
|
|
"ui.cursor.match" = { fg = "gold", modifiers = ["underlined"] }
|
|
"string" = "gold"
|
|
"property" = "foam"
|
|
"escape" = "subtle"
|
|
"function" = "rose"
|
|
"function.builtin" = "rose"
|
|
"function.method" = "foam"
|
|
"constructor" = "gold"
|
|
"special" = "gold"
|
|
"keyword" = "pine"
|
|
"label" = "iris"
|
|
"namespace" = "pine"
|
|
"ui.popup" = { bg = "surface" }
|
|
"ui.window" = { bg = "base" }
|
|
"ui.help" = { bg = "overlay", fg = "foam" }
|
|
"text" = "text"
|
|
"diff.plus" = "foam"
|
|
"diff.delta" = "rose"
|
|
"diff.minus" = "love"
|
|
|
|
"info" = "gold"
|
|
"hint" = "gold"
|
|
"debug" = "rose"
|
|
"diagnostic" = "rose"
|
|
"error" = "love"
|
|
|
|
"markup.heading.marker" = "subtle"
|
|
"markup.heading.1" = { fg = "love", modifiers = ["bold"] }
|
|
"markup.heading.2" = { fg = "gold", modifiers = ["bold"] }
|
|
"markup.heading.3" = { fg = "rose", modifiers = ["bold"] }
|
|
"markup.heading.4" = { fg = "pine", modifiers = ["bold"] }
|
|
"markup.heading.5" = { fg = "form", modifiers = ["bold"] }
|
|
"markup.heading.6" = { fg = "fg", modifiers = ["bold"] }
|
|
"markup.list" = { fg = "love" }
|
|
"markup.bold" = { fg = "gold", modifiers = ["bold"] }
|
|
"markup.italic" = { fg = "iris", modifiers = ["italic"] }
|
|
"markup.link.url" = { fg = "pine", modifiers = ["underlined"]}
|
|
"markup.link.text" = { fg = "foam" }
|
|
"markup.quote" = { fg = "rose" }
|
|
"markup.raw" = { fg = "foam" }
|
|
|
|
[palette]
|
|
base = "#faf4ed"
|
|
surface = "#fffaf3"
|
|
overlay = "#f2e9de"
|
|
inactive = "#9893a5"
|
|
subtle = "#6e6a86"
|
|
text = "#575279"
|
|
love = "#b4637a"
|
|
gold = "#ea9d34"
|
|
rose = "#d7827e"
|
|
pine = "#286983"
|
|
foam = "#56949f"
|
|
iris = "#907aa9"
|
|
highlight = "#eee9e6"
|
|
highlightInactive = "#f2ede9"
|
|
highlightOverlay = "#e4dfde"
|