mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
17723f76ea
commit
060e39b906
1 changed files with 4 additions and 4 deletions
|
|
@ -20,10 +20,10 @@ return {
|
||||||
-- fg = '<color-value-here>',
|
-- fg = '<color-value-here>',
|
||||||
-- bg = '<color-value-here>',
|
-- bg = '<color-value-here>',
|
||||||
-- },
|
-- },
|
||||||
-- tab_selected = {
|
tab_selected = {
|
||||||
-- fg = '<color-value-here>',
|
fg = p.text,
|
||||||
-- bg = '<color-value-here>',
|
bg = p.overlay,
|
||||||
-- },
|
},
|
||||||
-- tab_close = {
|
-- tab_close = {
|
||||||
-- fg = '<color-value-here>',
|
-- fg = '<color-value-here>',
|
||||||
-- bg = '<color-value-here>',
|
-- bg = '<color-value-here>',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue