Skip to content

Commit

Permalink
theme ui.virtual.indent-guide in dark_plus (#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirawi authored Aug 2, 2022
1 parent aa4394c commit 69f84e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@

"ui.virtual.whitespace" = { fg = "dark_gray" }
"ui.virtual.ruler" = { bg = "borders" }
"ui.virtual.indent-guide" = { bg = "dark_gray4" }

"warning" = { fg = "gold2" }
"error" = { fg = "red" }
Expand All @@ -101,7 +102,8 @@ light_gray2 = "#c6c6c6"
light_gray3 = "#eeeeee"
dark_gray = "#858585"
dark_gray2 = "#1e1e1e"
dark_gray3= "#282828"
dark_gray3 = "#282828"
dark_gray4 = "#404040"
blue = "#007acc"
blue2 = "#569CD6"
blue3 = "#6796E6"
Expand Down

0 comments on commit 69f84e2

Please sign in to comment.