Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--runtime/themes/sunset.toml65
1 files changed, 34 insertions, 31 deletions
diff --git a/runtime/themes/sunset.toml b/runtime/themes/sunset.toml
index ec3aca8f..d417bb40 100644
--- a/runtime/themes/sunset.toml
+++ b/runtime/themes/sunset.toml
@@ -4,21 +4,20 @@
# Syntax highlighting
# ----------------------------------------------------------------
-attribute = "rose"
+attribute = "mud"
-type = "rose"
-"type.builtin" = { fg = "rose", modifiers = ["italic"] }
+type = "mud"
+"type.builtin" = { fg = "mud", modifiers = ["italic"] }
constructor = "wood"
constant = "fire"
"constant.builtin" = { fg = "fire", modifiers = ["italic"] }
"constant.character" = "wood"
-"constant.character.escape" = "pink"
"constant.numeric" = "wood"
string = "grass"
-"string.regexp" = "pink"
+"string.regexp" = "mud"
"string.special" = "rose"
"string.special.symbol" = "fire"
@@ -26,9 +25,9 @@ comment = { fg = "cmnt", modifiers = ["italic"] }
"comment.block.documentation" = "grass"
variable = "text"
-"variable.builtin" = { fg = "sky", modifiers = ["italic"] }
-# TODO: variable.parameter
-"variable.other.member" = "mud"
+"variable.builtin" = { fg = "sky", modifiers = ["italic"] }
+"variable.parameter" = "rose"
+"variable.other.member" = "pink"
label = "sky"
@@ -44,23 +43,23 @@ operator = "wine"
function = "peach"
"function.builtin" = { fg = "peach", modifiers = ["italic"] }
-"function.macro" = "pink"
+"function.macro" = "sky"
tag = "peach"
-namespace = { fg = "pink", modifiers = ["italic"] }
+namespace = { fg = "text", modifiers = ["italic"] }
-special = "sky"
+special = "wine"
# Editor interface
# ----------------------------------------------------------------
"markup.heading.marker" = "sun"
-"markup.heading.1" = "attn"
-"markup.heading.2" = "fire"
+"markup.heading.1" = "fire"
+"markup.heading.2" = "wine"
"markup.heading.3" = "rose"
"markup.heading.4" = "peach"
-"markup.heading.5" = "wine"
-"markup.heading.6" = "grass"
+"markup.heading.5" = "grass"
+"markup.heading.6" = "wood"
"markup.list" = "wood"
@@ -69,12 +68,12 @@ special = "sky"
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { fg = "sky", underline.style = "line" }
-"markup.link.label" = { fg = "sky", modifiers = ["italic"] }
+"markup.link.label" = "sky"
"markup.link.text" = "mud"
-"markup.quote" = "grass"
+"markup.quote" = "mud"
-"markup.raw" = "pink"
+"markup.raw" = "pink"
"diff.plus" = "grass"
"diff.minus" = "attn"
@@ -84,7 +83,10 @@ special = "sky"
# ----------------------------------------------------------------
"ui.background" = { fg = "text", bg = "base" }
-"ui.cursor" = { modifiers = ["reversed"] }
+"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
@@ -94,34 +96,35 @@ special = "sky"
"ui.statusline" = { bg = "block" }
"ui.statusline.inactive" = { fg = "cmnt" }
-"ui.statusline.normal" = { fg = "block", bg = "sun", modifiers = ["bold"] }
+"ui.statusline.normal" = { fg = "block", bg = "text", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "block", bg = "grass", modifiers = ["bold"] }
-"ui.statusline.select" = { fg = "block", bg = "wine", modifiers = ["bold"] }
+"ui.statusline.select" = { fg = "block", bg = "sky", modifiers = ["bold"] }
"ui.bufferline" = { fg = "cmnt", bg = "block" }
-"ui.bufferline.active" = "sun"
+"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" = { fg = "text", bg = "base" }
-"ui.text.directory" = "sky"
+"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.indent-guide" = "sel"
"ui.virtual.jump-label" = { fg = "attn", modifiers = ["bold"] }
"ui.menu" = { fg = "text", bg = "base" }
"ui.menu.selected" = { bg = "sel" }
-"ui.menu.scroll" = "sel"
+"ui.menu.scroll" = "block"
"ui.selection" = { bg = "sel" }
@@ -129,8 +132,8 @@ special = "sky"
error = "attn"
warning = "fire"
-info = "pink"
-hint = "sky"
+info = "sky"
+hint = "mud"
diagnostic = { underline.style = "line" }
@@ -144,12 +147,12 @@ wood = "#997755"
# Greenish
grass = "#66CC33"
-mud = "#BBCC77"
+mud = "#AACC77"
sun = "#EEEE11"
# Bluish
-sky = "#77AAAA"
-wine = "#775599"
+sky = "#77AAAA"
+wine = "#775599"
# Ui
base = "#111111"