Add more colorschemes

This commit is contained in:
rajvatsal 2023-12-11 20:09:10 +05:30
parent f32bcb0e14
commit aa1513412f
6 changed files with 18 additions and 97 deletions

View file

@ -1,11 +1,7 @@
vim.opt.relativenumber = true
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.bo.softtabstop = 2
-- Colorscheme
vim.cmd.colorscheme 'gruvbox'
-- Nerd fonts
--vim.opt.guifont = ''
-- Set custom colorscheme [[ NOTE: Never set it to onedark cuz it breaks the editor ]]
vim.cmd.colorscheme 'tokyonight-night'