Add install.sh Add .zshrc add: nvim configs add: toggleterm, alpha update update Create README.md major changes major changes add picom updated dot files update shit
8 lines
183 B
Lua
8 lines
183 B
Lua
require("gruvbox").setup({
|
|
overrides = {
|
|
SignColumn = { bg = "#282828" }
|
|
},
|
|
transparent_mode = true,
|
|
})
|
|
vim.o.background = "dark"
|
|
vim.cmd([[colorscheme gruvbox]])
|