summaryrefslogtreecommitdiff
path: root/after/plugin/cfg.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/cfg.vim')
-rw-r--r--after/plugin/cfg.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/after/plugin/cfg.vim b/after/plugin/cfg.vim
index 14aa4e4..94659fc 100644
--- a/after/plugin/cfg.vim
+++ b/after/plugin/cfg.vim
@@ -12,11 +12,11 @@ set guioptions-=r
set guioptions-=R
set guioptions-=l
set guioptions-=L
-set gfn=DejaVuSansM\ Nerd\ Font\ Mono:h12
+set gfn=Fira\ Code:h12
set noshowmode
if !has('gui_running')
colorscheme dim
else
- colorscheme habamax
+ colorscheme monochrome
endif