mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-16 06:53:47 -05:00
Move the color check to the top.
This commit is contained in:
@@ -31,6 +31,10 @@
|
|||||||
" Supporting code -------------------------------------------------------------
|
" Supporting code -------------------------------------------------------------
|
||||||
" Preamble {{{
|
" Preamble {{{
|
||||||
|
|
||||||
|
if !has("gui_running") && &t_Co != 88 && &t_Co != 256
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
if exists("syntax_on")
|
if exists("syntax_on")
|
||||||
@@ -42,11 +46,6 @@ 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