mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
fix bufferline highlight weirdly
This commit is contained in:
parent
25feeecc62
commit
bc8dac98d9
1 changed files with 9 additions and 1 deletions
10
fnl/init.fnl
10
fnl/init.fnl
|
@ -50,5 +50,13 @@
|
||||||
:warning_selected selected
|
:warning_selected selected
|
||||||
:warning_visible visible
|
:warning_visible visible
|
||||||
:separator visible
|
:separator visible
|
||||||
:indicator_selected {:guibg colors.neutral_aqua :guifg colors.neutral_aqua}}}))
|
:indicator_selected {:guibg colors.neutral_aqua :guifg colors.neutral_aqua}
|
||||||
|
|
||||||
|
; stuff I've never seen before :thonk:
|
||||||
|
:pick_selected {:guibg colors.bright_red :guifg colors.bright_red}
|
||||||
|
:tab_selected {:guibg colors.bright_green :guifg colors.bright_green}
|
||||||
|
:tab {:guibg colors.bright_yellow :guifg colors.bright_yellow}}}))
|
||||||
|
|
||||||
|
|
||||||
|
(utils.highlight :BufferLineInfoSelected { :bg colors.neutral_aqua :fg colors.dark0 :gui "NONE"})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue