mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: bold TabLineSel, including netrw marked files
This commit is contained in:
parent
e607b49b38
commit
bf3a64c272
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ local function set_highlights()
|
|||
Substitute = { link = "IncSearch" },
|
||||
TabLine = { link = "StatusLine" },
|
||||
TabLineFill = { bg = groups.panel },
|
||||
TabLineSel = { fg = palette.text, bg = palette.overlay },
|
||||
TabLineSel = { fg = palette.text, bg = palette.overlay, bold = styles.bold },
|
||||
Title = make_title(),
|
||||
VertSplit = make_border(),
|
||||
Visual = { fg = palette.base, bg = palette.pine },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue