mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: update config color scheme one dark
This commit is contained in:
parent
fce7629d3c
commit
21983ec6ed
3 changed files with 11 additions and 2 deletions
|
@ -338,9 +338,18 @@ return {
|
|||
config = function()
|
||||
-- Lua
|
||||
require("onedark").setup({
|
||||
term_colors = true,
|
||||
style = onedark_style,
|
||||
highlights = {
|
||||
-- NvimTreeFolderIcon = { fg = "#FCC76A" },
|
||||
BufferLineFill = { bg = "$bg0" },
|
||||
StatusLine = { fg = "#f8f8f2", bg = "$bg0" },
|
||||
StatusLineTerm = { fg = "#f8f8f2", bg = "$bg0" },
|
||||
illuminatedWord = { bg = "#3b4261" },
|
||||
illuminatedCurWord = { bg = "#3b4261" },
|
||||
IlluminatedWordText = { bg = "#3b4261" },
|
||||
IlluminatedWordRead = { bg = "#3b4261" },
|
||||
IlluminatedWordWrite = { bg = "#3b4261" },
|
||||
},
|
||||
transparent = transparent,
|
||||
lualine = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue