diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-02-14 15:16:05 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-02-14 15:16:05 +0400 |
| commit | b5e8751e3a35d560e60a6839a0c80d73d648cb2f (patch) | |
| tree | 0222f6f3a390915c41dece173f564a2ca613e9b9 /init.lua | |
| parent | 0dd04cdb31ee5324c9caa1af537735b1fb6b657a (diff) | |
fix colors in ayu scheme and add light scheme
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ vim.opt.termguicolors = true vim.cmd.colorscheme("ayu") +-- Light colorscheme just in case +-- vim.opt.background = "light" +-- vim.cmd.colorscheme("PaperColor") + -- Tab configuration vim.opt.tabstop = 4 vim.opt.softtabstop = 4 |