David Blume commited on 2020-07-19 23:57:45
Showing 1 changed files, with 3 additions and 0 deletions.
... | ... |
@@ -59,6 +59,9 @@ if has('gui_running') " Didn't work: if &term != 'builtin_gui' |
59 | 59 |
endif |
60 | 60 |
highlight StatusLine ctermfg=17 ctermbg=Gray " override scheme (overridden by powerline) |
61 | 61 |
highlight StatusLineNC ctermfg=20 ctermbg=LightGray" override scheme |
62 |
+ if has('win32') |
|
63 |
+ set guifont=DejaVu_Sans_Mono_for_Powerline:h10:cANSI:qDRAFT |
|
64 |
+ endif |
|
62 | 65 |
set lines=50 columns=100 |
63 | 66 |
else |
64 | 67 |
" Dark backgrounds for tty experiences |
65 | 68 |