dark_plus: Add the borders color from the original theme (#2186)

pull/2196/head
Emil Fresk 2 years ago committed by GitHub
parent 35d2693630
commit 5247d3ae2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" }
@ -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" }
@ -117,3 +118,4 @@ background = "#1e1e1e"
text = "#d4d4d4"
cursor = "#a6a6a6"
widget = "#252526"
borders = "#323232"

Loading…
Cancel
Save