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,4 +1,4 @@
local colors = require "themes/onedark"
local colors = require "themes/gruvbox"
require "nvim-web-devicons".setup {
override = {
@@ -106,6 +106,11 @@ require "nvim-web-devicons".setup {
icon = "",
color = colors.orange,
name = "rpm"
},
lua = {
icon = "",
color = colors.blue,
name = "lua"
}
}
}