aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/github_dark.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2023-01-19 06:23:08 +0000
committerBlaž Hrastnik2023-01-19 06:23:08 +0000
commitefeec1282cd82e255f54b10e94c51f51294598eb (patch)
treed10d70a61cf060bc1bbd5905288f7b61dbb073a3 /runtime/themes/github_dark.toml
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
Diffstat (limited to 'runtime/themes/github_dark.toml')
-rw-r--r--runtime/themes/github_dark.toml4
1 files changed, 2 insertions, 2 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"