Skip to content

Commit

Permalink
Change diff colors for serika themes (helix-editor#5015)
Browse files Browse the repository at this point in the history
  • Loading branch information
VuiMuich authored and Shekhinah Memmel committed Dec 11, 2022
1 parent a2d56a4 commit 67a1bd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/themes/serika-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

"diff.plus" = { fg = "green" }
"diff.delta" = { fg = "orange" }
"diff.minus" = { fg = "red" }
"diff.minus" = { fg = "nasty-red" }

"markup.heading" = { fg = "purple", modifiers = ["bold"] }
"markup.list" = "cyan"
Expand Down
6 changes: 3 additions & 3 deletions runtime/themes/serika-light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"error" = "nasty-red"
"diagnostic" = { fg = "nasty-red", modifiers = ["underlined"] }

"diff.plus" = { fg = "green" }
"diff.delta" = { fg = "orange" }
"diff.minus" = { fg = "red" }
"diff.plus" = { fg = "bg_green"
"diff.delta" = { fg = "bg_blue" }
"diff.minus" = { fg = "nasty-red" }

"markup.heading" = { fg = "purple", modifiers = ["bold"] }
"markup.list" = "cyan"
Expand Down

0 comments on commit 67a1bd8

Please sign in to comment.