summary refs log tree commit diff
path: root/.config/nvim/colors
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-03-13 20:24:01 -0400
committerJune McEnroe <programble@gmail.com>2017-03-13 20:24:01 -0400
commitd190de886f96a34fbc8e63497668f59db28bcba4 (patch)
tree320391215bfdda284ed44cae701298c274b5044b /.config/nvim/colors
parentAdd console color palette script (diff)
downloadsrc-d190de886f96a34fbc8e63497668f59db28bcba4.tar.gz
src-d190de886f96a34fbc8e63497668f59db28bcba4.zip
Use inverse for Visual in colorscheme
Diffstat (limited to '')
-rw-r--r--.config/nvim/colors/lame.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/colors/lame.vim b/.config/nvim/colors/lame.vim
index 7b7e7e75..78278952 100644
--- a/.config/nvim/colors/lame.vim
+++ b/.config/nvim/colors/lame.vim
@@ -18,7 +18,7 @@ hi NonText ctermfg=DarkGray
 hi Search ctermbg=Yellow ctermfg=Black
 hi StatusLine cterm=NONE ctermbg=Black ctermfg=LightGray
 hi StatusLineNC cterm=NONE ctermbg=Black ctermfg=DarkGray
-hi Visual ctermbg=DarkGray ctermfg=NONE
+hi Visual cterm=inverse ctermbg=NONE
 
 hi Comment ctermfg=DarkBlue
 
d>June McEnroe 2019-12-31Color both nicks in a changeJune McEnroe 2019-12-31Implement nick-colored outputJune McEnroe 2019-12-31Only enable highlighting on terminal outputJune McEnroe 2019-12-31Set up pager pipeJune McEnroe 2019-12-30Normalize date inputJune McEnroe Mostly this just allows the use of 'now'. 2019-12-30Add initial rough version of scoopJune McEnroe 2019-12-30Join with USING wherever possibleJune McEnroe 2019-12-30Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now. 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe