aboutsummaryrefslogtreecommitdiff
path: root/colors/juvenile.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-17 22:30:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-17 22:30:42 +1200
commitd85fc3ea03a0ee3fbe2bde6bb3b61c8a9aa164c1 (patch)
treeb0e80d59be0c7e33422cdbc29c3727dfdda9226d /colors/juvenile.vim
parentMerge branch 'release/v0.4.0' (diff)
parentBump VERSION (diff)
downloadvim-juvenile-master.tar.gz
vim-juvenile-master.zip
Merge branch 'release/v0.5.0'HEADv0.5.0master
* release/v0.5.0: Break long lines
Diffstat (limited to 'colors/juvenile.vim')
-rw-r--r--colors/juvenile.vim66
1 files changed, 48 insertions, 18 deletions
diff --git a/colors/juvenile.vim b/colors/juvenile.vim
index 2994e7c..63410ec 100644
--- a/colors/juvenile.vim
+++ b/colors/juvenile.vim
@@ -17,24 +17,54 @@ endif
let colors_name = 'juvenile'
if has('gui_running') || &t_Co >= 256
- highlight Normal cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=#fcfcfc guibg=#030303
- highlight Comment cterm=NONE ctermfg=246 ctermbg=NONE gui=NONE guifg=#a0a0a0 guibg=NONE
- highlight NonText cterm=NONE ctermfg=246 ctermbg=NONE gui=NONE guifg=#a0a0a0 guibg=NONE
+ highlight Normal
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ \ gui=NONE guifg=#fcfcfc guibg=#030303
+ highlight Comment
+ \ cterm=NONE ctermfg=246 ctermbg=NONE
+ \ gui=NONE guifg=#a0a0a0 guibg=NONE
+ highlight NonText
+ \ cterm=NONE ctermfg=246 ctermbg=NONE
+ \ gui=NONE guifg=#a0a0a0 guibg=NONE
elseif &t_Co >= 8
- highlight Normal cterm=NONE ctermfg=NONE ctermbg=NONE
- highlight Comment cterm=bold ctermfg=0 ctermbg=NONE
- highlight NonText cterm=bold ctermfg=0 ctermbg=NONE
+ highlight Normal
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ highlight Comment
+ \ cterm=bold ctermfg=0 ctermbg=NONE
+ highlight NonText
+ \ cterm=bold ctermfg=0 ctermbg=NONE
else
- highlight Normal cterm=NONE ctermfg=NONE ctermbg=NONE
- highlight Comment cterm=NONE ctermfg=NONE ctermbg=NONE
- highlight NonText cterm=NONE ctermfg=NONE ctermbg=NONE
+ highlight Normal
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ highlight Comment
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ highlight NonText
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
endif
-highlight Constant cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
-highlight Identifier cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
-highlight Function cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
-highlight Statement cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
-highlight PreProc cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
-highlight Title cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
-highlight Type cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
-highlight Special cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
-highlight Delimiter cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE
+highlight Constant
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ \ gui=NONE guifg=NONE guibg=NONE
+highlight Identifier
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ \ gui=NONE guifg=NONE guibg=NONE
+highlight Function
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ \ gui=NONE guifg=NONE guibg=NONE
+highlight Statement
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ \ gui=NONE guifg=NONE guibg=NONE
+highlight PreProc
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ \ gui=NONE guifg=NONE guibg=NONE
+highlight Title
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ \ gui=NONE guifg=NONE guibg=NONE
+highlight Type
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ \ gui=NONE guifg=NONE guibg=NONE
+highlight Special
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ \ gui=NONE guifg=NONE guibg=NONE
+highlight Delimiter
+ \ cterm=NONE ctermfg=NONE ctermbg=NONE
+ \ gui=NONE guifg=NONE guibg=NONE