mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
auto up 09:41:45 up 1:27, 2 users, load average: 0.31, 0.36, 0.36
This commit is contained in:
@@ -8,6 +8,12 @@ return {
|
||||
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
|
||||
end
|
||||
|
||||
require("gruvbox").setup({
|
||||
palette_overrides = {
|
||||
bright_yellow = "#AD5944"; -- workaround
|
||||
}
|
||||
})
|
||||
|
||||
vim.cmd.colorscheme("gruvbox")
|
||||
|
||||
transparentBackground()
|
||||
|
||||
Reference in New Issue
Block a user