Skip to content

Commit

Permalink
dark_plus: Add the borders color from the original theme (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 authored Apr 20, 2022
1 parent 35d2693 commit 5247d3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"type" = { fg = "type" }
"type.builtin" = { fg = "type" }
"type.enum.variant" = { fg = "constant" }
"type.enum.variant" = { fg = "constant" }
"constructor" = { fg = "constant" }
"variable.other.member" = { fg = "variable" }

Expand Down Expand Up @@ -78,7 +78,8 @@
"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "white" }

"ui.virtual" = { fg = "dark_green" }
"ui.virtual" = { fg = "dark_gray" }
"ui.virtual.ruler" = { bg = "borders" }

"warning" = { fg = "gold2" }
"error" = { fg = "red" }
Expand Down Expand Up @@ -117,3 +118,4 @@ background = "#1e1e1e"
text = "#d4d4d4"
cursor = "#a6a6a6"
widget = "#252526"
borders = "#323232"

0 comments on commit 5247d3a

Please sign in to comment.