update theme

This commit is contained in:
fiplox 2023-01-13 22:22:33 +01:00
parent 6e39772915
commit 48ea64670c
1 changed files with 14 additions and 14 deletions

View File

@ -12,7 +12,7 @@ function M.config()
local theme = { local theme = {
fg = '#abb2bf', fg = '#abb2bf',
bg = '#1e2024', bg = '#282828',
green = '#98c379', green = '#98c379',
yellow = '#e5c07b', yellow = '#e5c07b',
purple = '#c678dd', purple = '#c678dd',
@ -20,7 +20,7 @@ function M.config()
peanut = '#f6d5a4', peanut = '#f6d5a4',
red = '#e06c75', red = '#e06c75',
aqua = '#61afef', aqua = '#61afef',
darkblue = '#282c34', bg2 = '#504945',
dark_red = '#f75f5f', dark_red = '#f75f5f',
} }
@ -47,7 +47,7 @@ function M.config()
hl = function() hl = function()
return { return {
fg = require('feline.providers.vi_mode').get_mode_color(), fg = require('feline.providers.vi_mode').get_mode_color(),
bg = 'darkblue', bg = 'bg2',
style = 'bold', style = 'bold',
name = 'NeovimModeHLColor', name = 'NeovimModeHLColor',
} }
@ -59,7 +59,7 @@ function M.config()
provider = 'git_branch', provider = 'git_branch',
hl = { hl = {
fg = 'peanut', fg = 'peanut',
bg = 'darkblue', bg = 'bg2',
style = 'bold', style = 'bold',
}, },
left_sep = 'block', left_sep = 'block',
@ -69,7 +69,7 @@ function M.config()
provider = 'git_diff_added', provider = 'git_diff_added',
hl = { hl = {
fg = 'green', fg = 'green',
bg = 'darkblue', bg = 'bg2',
}, },
left_sep = 'block', left_sep = 'block',
right_sep = 'block', right_sep = 'block',
@ -78,7 +78,7 @@ function M.config()
provider = 'git_diff_removed', provider = 'git_diff_removed',
hl = { hl = {
fg = 'red', fg = 'red',
bg = 'darkblue', bg = 'bg2',
}, },
left_sep = 'block', left_sep = 'block',
right_sep = 'block', right_sep = 'block',
@ -87,7 +87,7 @@ function M.config()
provider = 'git_diff_changed', provider = 'git_diff_changed',
hl = { hl = {
fg = 'fg', fg = 'fg',
bg = 'darkblue', bg = 'bg2',
}, },
left_sep = 'block', left_sep = 'block',
right_sep = 'right_filled', right_sep = 'right_filled',
@ -134,7 +134,7 @@ function M.config()
provider = 'lsp_client_names', provider = 'lsp_client_names',
hl = { hl = {
fg = 'purple', fg = 'purple',
bg = 'darkblue', bg = 'bg2',
style = 'bold', style = 'bold',
}, },
left_sep = 'left_filled', left_sep = 'left_filled',
@ -151,7 +151,7 @@ function M.config()
}, },
hl = { hl = {
fg = 'red', fg = 'red',
bg = 'darkblue', bg = 'bg2',
style = 'bold', style = 'bold',
}, },
left_sep = 'left_filled', left_sep = 'left_filled',
@ -161,7 +161,7 @@ function M.config()
provider = 'file_encoding', provider = 'file_encoding',
hl = { hl = {
fg = 'orange', fg = 'orange',
bg = 'darkblue', bg = 'bg2',
-- style = 'italic', -- style = 'italic',
}, },
left_sep = 'block', left_sep = 'block',
@ -171,7 +171,7 @@ function M.config()
provider = 'position', provider = 'position',
hl = { hl = {
fg = 'green', fg = 'green',
bg = 'darkblue', bg = 'bg2',
style = 'bold', style = 'bold',
}, },
left_sep = 'block', left_sep = 'block',
@ -181,7 +181,7 @@ function M.config()
provider = 'line_percentage', provider = 'line_percentage',
hl = { hl = {
fg = 'aqua', fg = 'aqua',
bg = 'darkblue', bg = 'bg2',
style = 'bold', style = 'bold',
}, },
left_sep = 'block', left_sep = 'block',
@ -198,7 +198,7 @@ function M.config()
provider = 'search_count', provider = 'search_count',
hl = { hl = {
style = 'bold', style = 'bold',
bg = 'darkblue', bg = 'bg2',
}, },
left_sep = 'block', left_sep = 'block',
right_sep = 'block', right_sep = 'block',
@ -207,7 +207,7 @@ function M.config()
provider = 'macro', provider = 'macro',
hl = { hl = {
style = 'bold', style = 'bold',
bg = 'darkblue', bg = 'bg2',
}, },
left_sep = 'block', left_sep = 'block',
right_sep = 'block', right_sep = 'block',