mirror of
https://github.com/pnx/dotfiles
synced 2026-08-17 09:08:13 +02:00
nvim: statusline: remove custom theme
This commit is contained in:
parent
f9d4d80bad
commit
5a77846e26
1 changed files with 1 additions and 23 deletions
|
|
@ -55,29 +55,7 @@ local options = {
|
||||||
'dapui_scopes',
|
'dapui_scopes',
|
||||||
'dapui_console',
|
'dapui_console',
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
theme = {
|
|
||||||
normal = {
|
|
||||||
a = "StatusLineNormal",
|
|
||||||
b = "StatusLineLualine",
|
|
||||||
c = "StatusLineLualine",
|
|
||||||
x = "StatusLineLualine",
|
|
||||||
y = "StatusLineLualine",
|
|
||||||
z = "StatusLineLualine",
|
|
||||||
},
|
|
||||||
command = {
|
|
||||||
a = "StatusLineCommand",
|
|
||||||
},
|
|
||||||
insert = {
|
|
||||||
a = "StatusLineInsert",
|
|
||||||
},
|
|
||||||
visual = {
|
|
||||||
a = "StatusLineVisual",
|
|
||||||
},
|
|
||||||
replace = {
|
|
||||||
a = "StatusLineReplace",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = {
|
lualine_a = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue