From b2cb147f7ac5c110638fcc280174d83aed95908f Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 26 Apr 2020 01:39:35 -0400 Subject: added airline --- themes/material.vim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/material.vim (limited to 'themes/material.vim') diff --git a/themes/material.vim b/themes/material.vim new file mode 100644 index 00000000..1f039487 --- /dev/null +++ b/themes/material.vim @@ -0,0 +1,7 @@ +if (has('termguicolors')) + set termguicolors +endif + +let g:material_terminal_italics = 1 +let g:material_theme_style = 'darker' +colorscheme material -- cgit v1.2.3