aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-04-07 04:40:20 +0000
committerBlaž Hrastnik2021-04-07 04:40:20 +0000
commit3bab640491be6c065e7cf11672f49a1b41c15e99 (patch)
tree6e60fd152e9488a979b0bb33312b01be4ec53944 /theme.toml
parent463f58dfda3d72865860e53759ab001c94a85989 (diff)
Add c++, js, css, html language definitions.
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/theme.toml b/theme.toml
index 32ceb94b..6577544d 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,7 +3,8 @@
"punctuation" = "#a4a0e8" # lavender
"punctuation.delimiter" = "#a4a0e8" # lavender
"operator" = "#dbbfef" # lilac
-"property" = "#a4a0e8" # lavender
+# "property" = "#a4a0e8" # lavender
+"property" = "#ffffff" # white
"variable.parameter" = "#a4a0e8" # lavender
# TODO distinguish type from type.builtin?
"type" = "#ffffff" # white
@@ -16,6 +17,7 @@
"constant" = "#ffffff" # white
"constant.builtin" = "#ffffff" # white
"string" = "#cccccc" # silver
+"number" = "#e8dca0" # chamois
"escape" = "#efba5d" # honey
# used for lifetimes
"label" = "#efba5d" # honey
@@ -24,13 +26,13 @@
# TODO: diferentiate doc comment
# TODO: variable as lilac
# TODO: mod/use statements as white
-# TODO: mod stuff as chamoise
+# TODO: mod stuff as chamois
# TODO: add "(scoped_identifier) @path" for std::mem::
#
# concat (ERROR) @syntax-error and "MISSING ;" selectors for errors
"module" = "#ff0000"
-"variable" = "#ff0000"
+"variable" = "#a4a0e8" # lavender
"function.builtin" = "#ff0000"
"ui.background" = { bg = "#3b224c" } # midnight