Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/sunset.toml')
| -rw-r--r-- | runtime/themes/sunset.toml | 164 |
1 files changed, 0 insertions, 164 deletions
diff --git a/runtime/themes/sunset.toml b/runtime/themes/sunset.toml deleted file mode 100644 index 0fe04597..00000000 --- a/runtime/themes/sunset.toml +++ /dev/null @@ -1,164 +0,0 @@ -# Sunset -# Author : Egor Afanasin <[email protected]> -# Repo: https://github.com/pithecantrope/sunset - -# Syntax highlighting -# ---------------------------------------------------------------- -attribute = "mud" - -type = "mud" -"type.builtin" = { fg = "mud", modifiers = ["italic"] } - -constructor = "wood" - -constant = "fire" -"constant.builtin" = { fg = "fire", modifiers = ["italic"] } -"constant.character" = "wood" -"constant.numeric" = "wood" - -string = "grass" -"string.regexp" = "mud" -"string.special" = "rose" -"string.special.symbol" = "fire" - -comment = { fg = "cmnt", modifiers = ["italic"] } -"comment.block.documentation" = "grass" -"comment.line.documentation" = "grass" - -variable = "text" -"variable.builtin" = { fg = "sky", modifiers = ["italic"] } -"variable.parameter" = "rose" -"variable.other.member" = "pink" - -label = "sky" - -punctuation = "cmnt" -"punctuation.special" = "wine" - -keyword = "sun" -"keyword.control.return" = { fg = "sun", modifiers = ["italic"] } -"keyword.control.exception" = { fg = "sun", modifiers = ["italic"] } -"keyword.directive" = "sky" - -operator = "wine" - -function = "peach" -"function.builtin" = { fg = "peach", modifiers = ["italic"] } -"function.macro" = "sky" - -tag = "peach" - -namespace = { fg = "text", modifiers = ["italic"] } - -special = "wine" - -# Editor interface -# ---------------------------------------------------------------- -"markup.heading.marker" = "sun" -"markup.heading.1" = "fire" -"markup.heading.2" = "wine" -"markup.heading.3" = "rose" -"markup.heading.4" = "peach" -"markup.heading.5" = "grass" -"markup.heading.6" = "wood" - -"markup.list" = "wood" - -"markup.bold" = { modifiers = ["bold"] } -"markup.italic" = { modifiers = ["italic"] } -"markup.strikethrough" = { modifiers = ["crossed_out"] } - -"markup.link.url" = { fg = "sky", underline.style = "line" } -"markup.link.label" = "sky" -"markup.link.text" = "mud" - -"markup.quote" = "mud" - -"markup.raw" = "pink" - -"diff.plus" = "grass" -"diff.minus" = "attn" -"diff.delta" = "sky" - -# User interface -# ---------------------------------------------------------------- -"ui.background" = { fg = "text", bg = "base" } - -"ui.cursor" = { fg = "base", bg = "cmnt" } -"ui.cursor.primary.normal" = { fg = "base", bg = "text" } -"ui.cursor.primary.insert" = { fg = "base", bg = "grass" } -"ui.cursor.primary.select" = { fg = "base", bg = "sky" } -"ui.cursor.match" = { fg = "attn", modifiers = ["bold"] } - -# TODO: ui.debug - -"ui.linenr" = "block" -"ui.linenr.selected" = "cmnt" - -"ui.statusline" = { bg = "block" } -"ui.statusline.inactive" = { fg = "cmnt" } -"ui.statusline.normal" = { fg = "block", bg = "text", modifiers = ["bold"] } -"ui.statusline.insert" = { fg = "block", bg = "grass", modifiers = ["bold"] } -"ui.statusline.select" = { fg = "block", bg = "sky", modifiers = ["bold"] } - -"ui.bufferline" = { fg = "cmnt", bg = "block" } -"ui.bufferline.active" = "fire" - -"ui.popup" = { fg = "text", bg = "base" } -"ui.popup.info" = { fg = "text", bg = "block" } - -"ui.picker.header" = { underline.style = "line" } - -"ui.window" = { fg = "block", modifiers = ["bold"] } - -"ui.help" = { fg = "text", bg = "block" } - -"ui.text" = "text" -"ui.text.focus" = "sun" -"ui.text.inactive" = { fg = "cmnt", modifiers = ["italic"] } -"ui.text.info" = { bg = "block" } -"ui.text.directory" = "sky" - -"ui.virtual" = { fg = "block" } -"ui.virtual.ruler" = { bg = "block" } -"ui.virtual.jump-label" = { fg = "attn", modifiers = ["bold"] } - -"ui.menu" = { fg = "text", bg = "base" } -"ui.menu.selected" = { bg = "sel" } -"ui.menu.scroll" = "block" - -"ui.selection" = { bg = "sel" } - -"ui.highlight" = { bg = "sel" } - -error = "attn" -warning = "fire" -info = "sky" -hint = "mud" - -diagnostic = { underline.style = "line" } - -[palette] -# Reddish -fire = "#EE7711" -rose = "#EE7777" -peach = "#EEBB77" -pink = "#EEAAAA" -wood = "#997755" - -# Greenish -grass = "#66CC33" -mud = "#AACC77" -sun = "#EEEE11" - -# Bluish -sky = "#77AAAA" -wine = "#775599" - -# Ui -base = "#111111" -block = "#222222" -sel = "#333333" -cmnt = "#777777" -text = "#EEEEEE" -attn = "#EE1111" |