diff options
Diffstat (limited to '')
| -rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -179,6 +179,7 @@ require("lazy").setup({ | |||
| 179 | }, | 179 | }, |
| 180 | }) | 180 | }) |
| 181 | 181 | ||
| 182 | vim.o.background = "dark" | ||
| 182 | vim.cmd('colorscheme gruvbox') | 183 | vim.cmd('colorscheme gruvbox') |
| 183 | require("colorizer").setup() | 184 | require("colorizer").setup() |
| 184 | 185 | ||
| @@ -228,7 +229,7 @@ local highlights = { | |||
| 228 | {"GitGutterChangeDelete", {bg = "none"}}, | 229 | {"GitGutterChangeDelete", {bg = "none"}}, |
| 229 | {"NonText", {fg = "none"}}, | 230 | {"NonText", {fg = "none"}}, |
| 230 | {"EndOfBuffer", {fg = "none", bg = "none"}}, | 231 | {"EndOfBuffer", {fg = "none", bg = "none"}}, |
| 231 | {"Normal", {bg = "none"}}, | 232 | -- {"Normal", {bg = "none"}}, |
| 232 | {"SignColumn", {bg = "none"}}, | 233 | {"SignColumn", {bg = "none"}}, |
| 233 | {"StatusLine", {bg = "none", fg = "none"}}, | 234 | {"StatusLine", {bg = "none", fg = "none"}}, |
| 234 | {"StatusLineNc", {bg = "none", fg = "none"}}, | 235 | {"StatusLineNc", {bg = "none", fg = "none"}}, |
