aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2023-01-19 06:23:08 +0000
committerBlaž Hrastnik2023-01-19 06:23:08 +0000
commitefeec1282cd82e255f54b10e94c51f51294598eb (patch)
treed10d70a61cf060bc1bbd5905288f7b61dbb073a3
parent0e5159ceca6be34977349156a32cc1a3ec53ab6e (diff)
theme: Make github match github.com more closely
This is a slight divergence from the VSCode theme, but it's more accurate. https://github.com/primer/github-vscode-theme/issues/111 https://github.com/primer/github-vscode-theme/issues/88
-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"