mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 05:27:07 +04:00
dark_plus: Add the borders color from the original theme (#2186)
This commit is contained in:
parent
35d2693630
commit
5247d3ae2d
@ -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…
Reference in New Issue
Block a user