Make the primary label visible in the bogster theme

This commit is contained in:
Denis Krienbühl 2024-07-28 13:26:11 +02:00
parent f6d722d69a
commit 364186d203
No known key found for this signature in database
GPG Key ID: 5027CBD2A4FE6299

View File

@ -61,7 +61,8 @@
"ui.virtual.ruler" = { bg = "bogster-base0" }
"ui.virtual.jump-label" = { fg = "bogster-base0", bg = "bogster-yellow", modifiers = [ "bold" ] }
"ui.selection" = { bg = "bogster-base3" }
"ui.selection" = { bg = "bogster-base2" }
"ui.selection.primary" = { bg = "bogster-base3" }
"ui.cursor.match" = { fg = "bogster-base3", bg = "bogster-orange" }
"ui.cursor" = { fg = "bogster-base5", modifiers = ["reversed"] }