add gruvbox theme

This commit is contained in:
siduck76
2021-06-26 08:05:24 +05:30
parent 685044335b
commit 40a63f67c8
5 changed files with 44 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
local cmd = vim.cmd
local colors = require "themes/onedark"
local colors = require "themes/gruvbox"
local white = colors.white
local darker_black = colors.darker_black
@@ -66,6 +66,8 @@ fg_bg("DiffModified", nord_blue, "none")
-- NvimTree
fg("NvimTreeFolderIcon", blue)
fg("NvimTreeFolderName", blue)
fg("NvimTreeOpenedFolderName", blue)
fg("NvimTreeEmptyFolderName", blue)
fg("NvimTreeIndentMarker", one_bg2)
fg("NvimTreeVertSplit", darker_black)
bg("NvimTreeVertSplit", darker_black)