changeset 667:6887e66d83b4

[vim] The specialthing color is way better using the provided theme
author nanaya <me@nanaya.pro>
date Sat, 11 Dec 2021 18:28:16 +0900
parents f5e12f656c03
children b535a060087b
files rc/vimrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rc/vimrc	Sat Dec 11 18:17:38 2021 +0900
+++ b/rc/vimrc	Sat Dec 11 18:28:16 2021 +0900
@@ -81,7 +81,7 @@
   set background=dark
 
   if has("autocmd")
-    autocmd colorscheme * highlight specialkey ctermfg=gray
+    "autocmd colorscheme * highlight specialkey ctermfg=gray
   endif
 
   let g:srcery_bg_passthrough=1