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 Frederik Vestre committed Feb 6, 2023
1 parent 6afee94 commit 30c7ffb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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
7 changes: 3 additions & 4 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 All @@ -72,7 +72,6 @@
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
"markup.raw" = { fg = "fg" }


[palette]

bg0 = "#e1e1e3"
Expand Down

0 comments on commit 30c7ffb

Please sign in to comment.