aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2020-01-25 19:06:27 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:29 +0100
commit7e540bfe0e5b3d605b456aa3a22efdf370b9b9f4 (patch)
tree5bd2f4bbce45faf438b9d5dfd30b1bc8bfbfa1a8
parent4fc77486cabe6c0cdd03b9f293953adce42cd087 (diff)
downloaddotnvim-7e540bfe0e5b3d605b456aa3a22efdf370b9b9f4.tar.gz
dotnvim-7e540bfe0e5b3d605b456aa3a22efdf370b9b9f4.zip
Make inactive status lime more visible
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 67bc9ed..db9e53a 100644
--- a/vimrc
+++ b/vimrc
@@ -64,7 +64,7 @@ function! StatusLine(current, width)
if a:current
let l:s .= crystalline#mode() . crystalline#right_mode_sep('')
else
- let l:s .= '%#CrystallineInactive#'
+ let l:s .= '%#Crystalline#'
endif
let l:s .= ' %<%f%h%w%m%r '
if a:current