change theme
This commit is contained in:
@ -6,7 +6,6 @@ return {
|
||||
},
|
||||
config = function()
|
||||
vim.opt.laststatus = 3
|
||||
local colors = require('bamboo.palette')
|
||||
require('lualine').setup({
|
||||
options = {
|
||||
theme = 'auto',
|
||||
@ -30,18 +29,15 @@ return {
|
||||
lualine_c = {
|
||||
{
|
||||
'getcwd',
|
||||
color = { fg = colors.vulgaris.orange, gui = 'bold' },
|
||||
},
|
||||
{
|
||||
'filename',
|
||||
path = 1,
|
||||
file_status = true,
|
||||
color = { fg = colors.vulgaris.light_blue, gui = 'bold' },
|
||||
},
|
||||
{
|
||||
function() return require('nvim-navic').get_location() end,
|
||||
cond = function() return package.loaded['nvim-navic'] and require('nvim-navic').is_available() end,
|
||||
color = { fg = colors.vulgaris.blue },
|
||||
},
|
||||
},
|
||||
lualine_y = {
|
||||
@ -66,7 +62,6 @@ return {
|
||||
path = 0,
|
||||
file_status = true,
|
||||
separator = { left = '', right = '' },
|
||||
color = { fg = '#000000', bg = '#ff9966', gui = 'bold' },
|
||||
},
|
||||
},
|
||||
lualine_b = {
|
||||
@ -95,7 +90,6 @@ return {
|
||||
path = 0,
|
||||
file_status = true,
|
||||
separator = { left = '', right = '' },
|
||||
color = { fg = '#000000', bg = '#8fb573' },
|
||||
},
|
||||
},
|
||||
lualine_b = {
|
||||
@ -117,7 +111,7 @@ return {
|
||||
mode = 2,
|
||||
tabs_color = {
|
||||
-- Same values as the general color option can be used here.
|
||||
active = { bg = 'orange', fg = 'black' },
|
||||
active = { bg = 'yellow', fg = 'black' },
|
||||
inactive = { bg = 'grey' },
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user