mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
dark_plus: Add the borders color from the original theme (#2186)
This commit is contained in:
parent
35d2693630
commit
5247d3ae2d
@ -78,7 +78,8 @@
|
|||||||
"ui.text" = { fg = "text" }
|
"ui.text" = { fg = "text" }
|
||||||
"ui.text.focus" = { fg = "white" }
|
"ui.text.focus" = { fg = "white" }
|
||||||
|
|
||||||
"ui.virtual" = { fg = "dark_green" }
|
"ui.virtual" = { fg = "dark_gray" }
|
||||||
|
"ui.virtual.ruler" = { bg = "borders" }
|
||||||
|
|
||||||
"warning" = { fg = "gold2" }
|
"warning" = { fg = "gold2" }
|
||||||
"error" = { fg = "red" }
|
"error" = { fg = "red" }
|
||||||
@ -117,3 +118,4 @@ background = "#1e1e1e"
|
|||||||
text = "#d4d4d4"
|
text = "#d4d4d4"
|
||||||
cursor = "#a6a6a6"
|
cursor = "#a6a6a6"
|
||||||
widget = "#252526"
|
widget = "#252526"
|
||||||
|
borders = "#323232"
|
||||||
|
Loading…
Reference in New Issue
Block a user