You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PmenuThumb= { bg=spec.sel1 }, -- Popup menu: Thumb of the scrollbar.
69
+
PmenuThumb= { bg=spec.sel0 }, -- Popup menu: Thumb of the scrollbar.
67
70
Question= { link='MoreMsg' }, -- |hit-enter| prompt and yes/no questions
68
71
QuickFixLine= { link='CursorLine' }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
69
72
@@ -76,7 +79,7 @@ function M.get(spec, config)
76
79
SpellCap= { sp=spec.diag.warn, style='undercurl' }, -- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
77
80
SpellLocal= { sp=spec.diag.info, style='undercurl' }, -- Word that is recognized by the spellchecker as one that is used in another region. |spell| Combined with the highlighting used otherwise.
78
81
SpellRare= { sp=spec.diag.info, style='undercurl' }, -- Word that is recognized by the spellchecker as one that is hardly ever used. |spell| Combined with the highlighting used otherwise.
79
-
StatusLine= { fg=spec.fg2, bg=spec.bg0 }, -- status line of current window
82
+
StatusLine= { fg=spec.bg0, bg=sts_bg }, -- status line of current window
80
83
StatusLineNC= { fg=spec.fg3, bg=spec.bg0 }, -- status lines of not-current windows Note: if this is equal to 'StatusLine' Vim will use '^^^' in the status line of the current window.
81
84
82
85
TabLine= { fg=spec.fg2, bg=spec.bg2 }, -- tab pages line, not active tab page label
0 commit comments