mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
update
This commit is contained in:
parent
1b1f8b9967
commit
1cacea97f6
7 changed files with 153 additions and 108 deletions
|
@ -354,6 +354,7 @@ return {
|
|||
priority = 1000,
|
||||
config = function()
|
||||
-- Lua
|
||||
local util = require("onedark.util")
|
||||
require("onedark").setup({
|
||||
term_colors = true,
|
||||
style = onedark_style,
|
||||
|
@ -383,7 +384,7 @@ return {
|
|||
-- BorderBG = { fg = "#333842" }, -- untuk custom brder color cmp
|
||||
-- overide indent line fill color
|
||||
NvimTreeNormal = { fg = "$fg", bg = "$bg0" },
|
||||
NvimTreeIndentMarker = { fg = "#3E4450" },
|
||||
NvimTreeIndentMarker = { fg = "#515661" },
|
||||
-- NvimTreeGitIgnored = { fg = "$gray", bg = "NONE" },
|
||||
IblIndent = { fg = "#3E4450" },
|
||||
-- NvimTreeFolderIcon = { bg = "NONE", fg = "$blue" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue