From 4433ad011a0ac06d48262f02a67efd05144b9ad8 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 13 Mar 2021 01:40:17 -0500 Subject: simplifying things --- general/theme.vim | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 general/theme.vim (limited to 'general/theme.vim') diff --git a/general/theme.vim b/general/theme.vim new file mode 100644 index 00000000..5a738f8a --- /dev/null +++ b/general/theme.vim @@ -0,0 +1,22 @@ +hi Comment cterm=italic +let g:nvcode_termcolors=256 + +syntax on +" colorscheme nord +colorscheme nvcode +" colorscheme onedark +" colorscheme TSnazzy +" colorscheme aurora + + +" checks if your terminal has 24-bit color support +if (has("termguicolors")) + set termguicolors + hi LineNr ctermbg=NONE guibg=NONE +endif + +" Change this when you know where i3 will be +aug i3config_ft_detection + au! + au BufNewFile,BufRead ~/.config/i3/config set filetype=i3config +aug end -- cgit v1.2.3