X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=60a1b1357f35cc3bf3dd647e797587409af37939;hb=7ba8fd37426025138d7d19cfdbdf081d13c3b0c3;hp=7df6365182611242b13b9de9edc4a4ad4e24b202;hpb=114d0fb1fdbf4906b4a9907292746eab77d6b808;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 7df6365..60a1b13 100644 --- a/vimrc +++ b/vimrc @@ -197,7 +197,7 @@ set hidden set background=dark " Use my color scheme if 256 colors are available. -if &t_Co == 256 +if &t_Co == 256 || has('gui_running') colorscheme simon endif