mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Cyan Theme : fix popup not having any background (#12891)
This commit is contained in:
parent
7275b7f850
commit
46728046fd
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
"ui.statusline.insert" = { fg = "shade00", bg = "green" }
|
||||
"ui.statusline.select" = { fg = "shade00", bg = "purple" }
|
||||
|
||||
"ui.popup" = { fg = "shade04", bg = "shade00" }
|
||||
"ui.popup" = { fg = "shade04", bg = "shade01_lighter" }
|
||||
"ui.window" = { fg = "shade04", bg = "shade00" }
|
||||
"ui.help" = { fg = "shade06", bg = "shade00" }
|
||||
"ui.text" = "shade05"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue