aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/github_dark.toml4
-rw-r--r--runtime/themes/github_light.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/runtime/themes/github_dark.toml b/runtime/themes/github_dark.toml
index cdb97aa3..2b6dbfde 100644
--- a/runtime/themes/github_dark.toml
+++ b/runtime/themes/github_dark.toml
@@ -9,9 +9,9 @@ keyword = "scale.red.3"
namespace = "scale.orange.2"
punctuation = "fg.default"
"punctuation.delimiter" = "fg.default"
-operator = "scale.red.3"
+operator = "scale.blue.1"
special = "scale.blue.1"
-"variable.other.member" = "fg.default"
+"variable.other.member" = "scale.blue.1"
variable = "fg.default"
"variable.parameter" = "scale.orange.2"
"variable.builtin" = "scale.red.3"
diff --git a/runtime/themes/github_light.toml b/runtime/themes/github_light.toml
index d9969729..3492460e 100644
--- a/runtime/themes/github_light.toml
+++ b/runtime/themes/github_light.toml
@@ -9,9 +9,9 @@ keyword = "scale.red.5"
namespace = "scale.orange.6"
punctuation = "fg.default"
"punctuation.delimiter" = "fg.default"
-operator = "scale.red.5"
+operator = "scale.blue.8"
special = "scale.blue.8"
-"variable.other.member" = "fg.default"
+"variable.other.member" = "scale.blue.8"
variable = "fg.default"
"variable.parameter" = "scale.orange.6"
"variable.builtin" = "scale.red.5"