add: update config

This commit is contained in:
asep komarudin 2024-03-09 22:23:41 +07:00
parent 2ab55ab08d
commit 4832f54338
3 changed files with 10 additions and 6 deletions

View file

@ -87,19 +87,19 @@ return {
highlights = {
background = {
fg = { attribute = "fg", highlight = "TabLine" },
bg = { attribute = "bg", highlight = "TabLine" },
bg = { attribute = "none", highlight = "TabLine" },
},
buffer_visible = {
fg = { attribute = "fg", highlight = "TabLine" },
bg = { attribute = "bg", highlight = "TabLine" },
bg = { attribute = "none", highlight = "TabLine" },
},
close_button = {
fg = { attribute = "fg", highlight = "TabLine" },
bg = { attribute = "bg", highlight = "TabLine" },
bg = { attribute = "none", highlight = "TabLine" },
},
close_button_visible = {
fg = { attribute = "fg", highlight = "TabLine" },
bg = { attribute = "bg", highlight = "TabLine" },
bg = { attribute = "none", highlight = "TabLine" },
},
tab_selected = {
fg = { attribute = "fg", highlight = "Normal" },

View file

@ -235,7 +235,7 @@ return {
italic_comment = true,
lualine_bg_color = colors.bg,
overrides = {
NvimTreeFolderIcon = { fg = "#FCC76A" },
NvimTreeFolderIcon = { fg = "#6776a7" },
CmpItemAbbr = { fg = "#ABB2BF" },
CmpItemKind = { fg = "#ABB2BF" },
CmpItemAbbrDeprecated = { fg = "#ABB2BF" },
@ -340,9 +340,13 @@ return {
require("onedark").setup({
term_colors = true,
style = onedark_style,
colors = {
bg_d = "$bg",
},
highlights = {
-- NvimTreeFolderIcon = { fg = "#FCC76A" },
BufferLineFill = { bg = "$bg0" },
BufferLineUnfocusedFill = { bg = "$bg0" },
StatusLine = { fg = "#f8f8f2", bg = "$bg0" },
StatusLineTerm = { fg = "#f8f8f2", bg = "$bg0" },
illuminatedWord = { bg = "#3b4261" },