diff options
| author | subh <subh@example.com> | 2026-01-19 21:47:02 +0530 |
|---|---|---|
| committer | subh <subh@example.com> | 2026-01-19 21:47:02 +0530 |
| commit | 65aad59ef0802708a8a7c8a312755232cc1823d3 (patch) | |
| tree | fe0a437f3e9a71ab5b9197d9b8fa72c24d2170ea /.vim/colors.vim | |
initial commit
Diffstat (limited to '.vim/colors.vim')
| -rw-r--r-- | .vim/colors.vim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.vim/colors.vim b/.vim/colors.vim new file mode 100644 index 0000000..263089f --- /dev/null +++ b/.vim/colors.vim @@ -0,0 +1,8 @@ +set termguicolors + +set laststatus=2 +let g:tokyonight_enable_italic = 1 +let g:lightline = {'colorscheme' : 'tokyonight'} + +colorscheme tokyonight + |
