diff options
author | Christian Segundo | 2024-04-04 00:02:47 +0200 |
---|---|---|
committer | Christian Segundo | 2024-04-04 00:02:47 +0200 |
commit | f0db38feb747e7d57185033d6bb203eb95f420a7 (patch) | |
tree | a79037b47073f824e24de10ea9a327bbcd02a219 /lua/core | |
parent | d6e7af16157d8e67dad5f6177d24d152d89484b0 (diff) | |
download | config-f0db38feb747e7d57185033d6bb203eb95f420a7.tar.gz |
go back to gruvbox for a while
Diffstat (limited to 'lua/core')
-rw-r--r-- | lua/core/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/init.lua b/lua/core/init.lua index 1b4542a..5a762e4 100644 --- a/lua/core/init.lua +++ b/lua/core/init.lua @@ -4,7 +4,7 @@ vim.opt.mouse = "a" -- Enable mouse support vim.opt.clipboard = "unnamedplus" -- Copy/paste to system clipboard vim.opt.termguicolors = true -- Enable 24-bit RGB colors -vim.o.background = "light" +vim.o.background = "dark" vim.opt.hidden = true vim.opt.number = true vim.o.cursorlineopt = "both" |