Skip to content

Commit

Permalink
fix solarized theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Jul 11, 2024
1 parent fa2bb73 commit 3a7939d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion themes/solarized_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"label" = { fg = "green" }
"module" = { fg = "violet" }
"tag" = { fg = "magenta" }
"variable" = { fg = "magenta"}
"variable" = { fg = "base1" }
"variable.other.member" = { fg = "magenta" }
"punctuation" = { fg = "base1" }

"markup.heading" = { fg = "blue" }
Expand Down
3 changes: 2 additions & 1 deletion themes/solarized_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"label" = { fg = "green" }
"module" = { fg = "violet" }
"tag" = { fg = "magenta" }
"variable" = { fg = "magenta"}
"variable" = { fg = "base1" }
"variable.other.member" = { fg = "magenta" }
"punctuation" = { fg = "base1" }
"markup.heading" = { fg = "blue" }
"markup.list" = { fg = "red" }
Expand Down

0 comments on commit 3a7939d

Please sign in to comment.