diff options
| author | subh <subh@example.com> | 2026-03-09 05:25:46 +0530 |
|---|---|---|
| committer | subh <subh@example.com> | 2026-03-09 05:25:46 +0530 |
| commit | f42b5bdf3c4a59072c76294350a3895073440c94 (patch) | |
| tree | fc08b5cde92576d781b9502bce755533a6ab5398 /.vim/colors.vim.bak | |
| parent | bd7ffca7774ac96abb496d86810b20dc20736178 (diff) | |
changes
Diffstat (limited to '.vim/colors.vim.bak')
| -rw-r--r-- | .vim/colors.vim.bak | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.vim/colors.vim.bak b/.vim/colors.vim.bak new file mode 100644 index 0000000..263089f --- /dev/null +++ b/.vim/colors.vim.bak @@ -0,0 +1,8 @@ +set termguicolors + +set laststatus=2 +let g:tokyonight_enable_italic = 1 +let g:lightline = {'colorscheme' : 'tokyonight'} + +colorscheme tokyonight + |
