mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-12 21:13:49 -05:00
Restriction for terminal without 256-colors support.
This commit is contained in:
@@ -5,5 +5,6 @@ syntax: glob
|
|||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
*.un~
|
*.un~
|
||||||
|
*~
|
||||||
.ropeproject
|
.ropeproject
|
||||||
tags
|
tags
|
||||||
|
|||||||
@@ -42,6 +42,11 @@ let colors_name = "badwolf"
|
|||||||
" }}}
|
" }}}
|
||||||
" Palette {{{
|
" Palette {{{
|
||||||
|
|
||||||
|
" **UPDATE** This color scheme only works on 256 colors.
|
||||||
|
if !has("gui_running") && &t_Co != 88 && &t_Co != 256
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
let s:bwc = {}
|
let s:bwc = {}
|
||||||
|
|
||||||
" The most basic of all our colors is a slightly tweaked version of the Molokai
|
" The most basic of all our colors is a slightly tweaked version of the Molokai
|
||||||
|
|||||||
Reference in New Issue
Block a user