Skip to content

Commit

Permalink
make variables and punctuation sky white
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince Mutolo committed Aug 16, 2022
1 parent 3d8d9b9 commit c96df3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/themes/penumbra+.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ string = "yellow"
"string.special.symbol" = "cyan"
"string.special.path" = "cyan"

variable = "white"
variable = "sky"
"variable.builtin" = "red"

keyword = "magenta"
Expand All @@ -26,7 +26,7 @@ keyword = "magenta"
function = "blue"
"function.macro" = "purple"

punctuation = "sky-"
punctuation = "sky"
operator = "magenta"
namespace = "sky"

Expand Down

0 comments on commit c96df3e

Please sign in to comment.