aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/onelight.toml
diff options
context:
space:
mode:
authorErasin2022-07-20 02:55:22 +0000
committerGitHub2022-07-20 02:55:22 +0000
commit3b1ba7fb1213c7aee744e7df4830cc7bab8703ec (patch)
treed1de8437c667c751048b4abf87f93518197480d1 /runtime/themes/onelight.toml
parentb6e06c8c0c2aef87bf2ec43054aed4d48c0339e8 (diff)
Add `color-modes` for onelight theme (#3104)
Add keyword.function and keyword.storage.type for TS
Diffstat (limited to 'runtime/themes/onelight.toml')
-rw-r--r--runtime/themes/onelight.toml19
1 files changed, 12 insertions, 7 deletions
diff --git a/runtime/themes/onelight.toml b/runtime/themes/onelight.toml
index 82121108..85162357 100644
--- a/runtime/themes/onelight.toml
+++ b/runtime/themes/onelight.toml
@@ -16,17 +16,19 @@
"function.macro" = { fg = "red" }
"keyword" = { fg = "purple" }
+"keyword.function" = { fg = "purple" }
"keyword.control" = { fg = "purple" }
"keyword.control.import" = { fg = "purple" }
"keyword.directive" = { fg = "purple" }
"keyword.operator" = { fg = "purple" }
+"keyword.storage.type" = { fg = "purple" }
"tag" = "cyan"
"label" = { fg = "cyan" }
"namespace" = { fg = "red" }
"operator" = { fg = "red" }
"property" = { fg = "red" }
-"special" = { fg = "blue" }
+"special" = { fg = "purple" }
"string" = { fg = "green" }
"module" = { fg = "cyan" }
@@ -35,7 +37,7 @@
"punctuation" = { fg = "gray" }
"punctuation.delimiter" = { fg = "black" }
-# "punctuation.bracket" = { fg="black" }
+"punctuation.bracket" = { fg = "gray" }
"variable" = { fg = "black" }
"variable.builtin" = { fg = "light-blue" }
@@ -43,12 +45,12 @@
"variable.other.member" = { fg = "red" }
"markup.heading" = { fg = "red" }
-# "markup.raw" = { bg = "light-white" }
-"markup.raw.inline" = { fg = "green", bg = "light-white" }
+"markup.raw" = { fg = "gray" }
+"markup.raw.inline" = { fg = "green", bg = "grey-200" }
"markup.bold" = { fg = "yellow", modifiers = ["bold"] }
"markup.italic" = { fg = "purple", modifiers = ["italic"] }
-"markup.list" = { fg = "red" }
-"markup.quote" = { fg = "yellow" }
+"markup.list" = { fg = "light-blue" }
+"markup.quote" = { fg = "gray" }
"markup.link.url" = { fg = "cyan", modifiers = ["underlined"] }
"markup.link.text" = { fg = "light-blue" }
"markup.heading.1" = { fg = "red", modifiers = ["bold"] }
@@ -79,7 +81,7 @@
"ui.highlight" = { bg = "light-white" }
-"ui.selection" = { modifiers = ["reversed"] }
+"ui.selection" = { bg="light-white", modifiers = ["dim"] }
"ui.selection.primary" = { bg = "light-white" }
"ui.virtual" = { fg = "light-white" }
@@ -92,6 +94,9 @@
"ui.statusline" = { fg = "black", bg = "light-white" }
"ui.statusline.inactive" = { fg = "gray", bg = "light-white" }
+"ui.statusline.normal" = { fg = "light-white", bg = "light-blue" }
+"ui.statusline.insert" = { fg = "light-white", bg = "green" }
+"ui.statusline.select" = { fg = "light-white", bg = "purple" }
"ui.text" = { fg = "black" }
"ui.text.focus" = { fg = "red", bg = "light-white", modifiers = ["bold"] }