mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 19:50:05 +02:00
add: update config
This commit is contained in:
parent
2ab55ab08d
commit
4832f54338
3 changed files with 10 additions and 6 deletions
|
@ -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" },
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue