Skip to content

Commit

Permalink
fix theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Jun 18, 2024
1 parent 2788b14 commit f0817c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions themes/solarized_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"function.builtin" = { fg = "blue" }
"function.special" = { fg = "magenta" }
"comment" = { fg = "base01" }
"info" = { fg = "yellow" }
"hint" = { fg = "yellow" }
"string" = { fg = "cyan" }
"constant" = { fg = "cyan" }
"constant.builtin" = { fg = "cyan" }
Expand Down
3 changes: 2 additions & 1 deletion themes/solarized_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"function.builtin" = { fg = "blue" }
"function.special" = { fg = "magenta" }
"comment" = { fg = "base01" }
"info" = { fg = "yellow" }
"hint" = { fg = "yellow" }
"string" = { fg = "cyan" }
"constant" = { fg = "cyan" }
"constant.builtin" = { fg = "cyan" }
Expand All @@ -40,7 +42,6 @@
"tag" = { fg = "magenta" }
"variable" = { fg = "blue"}
"punctuation" = { fg = "base1" }

"markup.heading" = { fg = "blue" }
"markup.list" = { fg = "red" }
"markup.bold" = { fg = "yellow" }
Expand Down

0 comments on commit f0817c7

Please sign in to comment.