summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2018-04-14 19:08:36 -0400
committerBenjamin Linskey2018-04-14 19:08:36 -0400
commit3b0b46c578a4cde8fcadf27eb7b8be90112e607a (patch)
treeb53a685e3680e64cf3e1d08420c866e891de1105
parentcdaccf9a5aebd50339711e8c1ccc869810993c7c (diff)
downloadbtl.vim-3b0b46c578a4cde8fcadf27eb7b8be90112e607a.tar.gz

Improve comment listing colors

-rw-r--r--TODO1
-rw-r--r--colors/btl.vim25
2 files changed, 12 insertions, 14 deletions
diff --git a/TODO b/TODO
index b2ace50..3aa691f 100644
--- a/TODO
+++ b/TODO
@@ -9,3 +9,4 @@ TODO
- Make cursorline more visible.
- Fix HTML problems.
- Fix problems identified by the check_colors.vim script.
+- Make tabline color identical to active statusline color?
diff --git a/colors/btl.vim b/colors/btl.vim
index 6840779..773da92 100644
--- a/colors/btl.vim
+++ b/colors/btl.vim
@@ -2,21 +2,18 @@
" Maintainer: Benjamin Linskey <vim@linskey.org>
" URL: https://github.com/blinskey/btl.vim
-" Grayscale colors used here:
+" Colors used here:
"
-" 234 -- black background
-" 251 -- white text, statusline
-" 236 -- gray ColorColumn
-" 235 -- dark gray cursorline
-" 238 -- gray visual highlight
-" 232 -- black: various UI elements
-" 246 -- gray: various UI elements
-"
-" A few subtle colors that could be added:
-"
-" 167 -- red: error
-" 110 -- blue: warning
-" 114 -- green: info
+" 110 -- blue
+" 114 -- green
+" 167 -- red
+" 232 -- black
+" 234 -- black
+" 235 -- dark gray
+" 236 -- gray
+" 238 -- gray
+" 246 -- gray
+" 251 -- white
"
" See h: group-name, highlight-groups