Commit 5405931

mo khan <mo@mokhan.ca>
2021-07-15 03:53:22
enable term gui colors
1 parent 269da30
Changed files (1)
vimrc
@@ -66,11 +66,11 @@ runtime macros/matchit.vim
 color happy_hacking
 syntax enable         " Turn on syntax highlighting allowing local overrides
 set t_Co=256
-"if has("termguicolors")
-  "let &t_8f = "\<Esc>[38:2:%lu:%lu:%lum"
-  "let &t_8b = "\<Esc>[48:2:%lu:%lu:%lum"
-  "set termguicolors
-"endif
+if has("termguicolors")
+  let &t_8f = "\<Esc>[38:2:%lu:%lu:%lum"
+  let &t_8b = "\<Esc>[48:2:%lu:%lu:%lum"
+  set termguicolors
+endif
 set termencoding=utf-8
 set encoding=utf-8
 set re=1