Skip to content

Commit

Permalink
fix theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Jun 30, 2024
1 parent 0b0d29d commit 21064c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/solarized_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

[syntax]
"attribute" = { fg = "violet" }
"key" = { fg = "green" }
"keyword" = { fg = "green" }
"keyword.directive" = { fg = "orange" }
"namespace" = { fg = "violet" }
Expand Down
1 change: 1 addition & 0 deletions themes/solarized_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

[syntax]
"attribute" = { fg = "violet" }
"key" = { fg = "green" }
"keyword" = { fg = "green" }
"keyword.directive" = { fg = "orange" }
"namespace" = { fg = "violet" }
Expand Down

0 comments on commit 21064c7

Please sign in to comment.