Skip to content

Commit

Permalink
theme: Make github match github.com more closely
Browse files Browse the repository at this point in the history
This is a slight divergence from the VSCode theme, but it's more
accurate.

primer/github-vscode-theme#111
primer/github-vscode-theme#88
  • Loading branch information
archseer committed Jan 19, 2023
1 parent 0e5159c commit efeec12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions runtime/themes/github_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions runtime/themes/github_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit efeec12

Please sign in to comment.