1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

improve fleetish theme (#3844)

Co-authored-by: krfl <kr.fl@outlook.com>
This commit is contained in:
Kristoffer Flottorp 2022-09-16 04:38:54 +02:00 committed by GitHub
parent b5be72bff7
commit 73f8e9902b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -64,11 +64,12 @@
"ui.window" = { fg = "dark", bg = "darkest" }
"ui.help" = { fg = "light", bg = "dark" }
"ui.text" = { fg = "light" } # .focus / .info
# "ui.virtual" = {} # .ruler / .whitespace
"ui.virtual" = { fg = "dark" } # .ruler / .whitespace
"ui.virtual.ruler" = { bg = "darker"}
"ui.menu" = { fg = "light", bg = "dark" } # .selected
"ui.menu.selected" = { fg = "lightest", bg = "blue_accent" } # .selected
"ui.selection" = { bg = "select" } # .primary
"ui.selection" = { bg = "darker" } # .primary
"ui.selection.primary" = { bg = "select" } # .primary
"hint" = { fg = "blue_accent"}
"info" = { fg = "yellow_accent" }
"warning" = { fg = "orange_accent" }