Skip to content

Commit

Permalink
Update dark_plus diff colors (#4661)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirawi committed Nov 8, 2022
1 parent 07d3157 commit a19eee6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"markup.quote" = "dark_green"
"markup.raw" = "orange"

"diff.plus" = { fg = "pale_green" }
"diff.delta" = { fg = "gold" }
"diff.minus" = { fg = "red" }
"diff.plus" = { fg = "dark_green2" }
"diff.delta" = { fg = "blue4" }
"diff.minus" = { fg = "orange_red" }

"ui.background" = { fg = "light_gray", bg = "dark_gray2" }

Expand Down Expand Up @@ -102,6 +102,7 @@ gold = "#d7ba7d"
gold2 = "#cca700"
pale_green = "#b5cea8"
dark_green = "#6A9955"
dark_green2 = "#487e02"
light_gray = "#d4d4d4"
light_gray2 = "#c6c6c6"
light_gray3 = "#eeeeee"
Expand All @@ -112,10 +113,12 @@ dark_gray4 = "#404040"
blue = "#007acc"
blue2 = "#569CD6"
blue3 = "#6796E6"
blue4 = "#1b81a8"
light_blue = "#75beff"
dark_blue = "#264f78"
dark_blue2 = "#094771"
red = "#ff1212"
orange_red = "#f14c4c"

type = "#4EC9B0"
special = "#C586C0"
Expand Down

0 comments on commit a19eee6

Please sign in to comment.