minor
This commit is contained in:
parent
da0a52a018
commit
3b55266648
1 changed files with 1 additions and 12 deletions
|
|
@ -79,18 +79,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
options = {
|
options = {
|
||||||
theme.__raw = ''
|
theme = "gruvbox_dark";
|
||||||
(function()
|
|
||||||
local theme = require('lualine.themes.gruvbox_dark')
|
|
||||||
for _, mode in ipairs({'insert', 'visual', 'replace', 'command'}) do
|
|
||||||
if theme[mode] then
|
|
||||||
theme[mode].b = theme.normal.b
|
|
||||||
theme[mode].c = theme.normal.c
|
|
||||||
end
|
|
||||||
end
|
|
||||||
return theme
|
|
||||||
end)()
|
|
||||||
'';
|
|
||||||
component_separators = { left = "|"; right = "|"; };
|
component_separators = { left = "|"; right = "|"; };
|
||||||
section_separators = { left = " "; right = " "; };
|
section_separators = { left = " "; right = " "; };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue