diff options
author | Chris <[email protected]> | 2020-04-26 01:39:35 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-26 01:39:35 -0400 |
commit | b2cb147f7ac5c110638fcc280174d83aed95908f (patch) | |
tree | 9f298cf319c094eeb9a0d46f18df142b0e8cd2ad /themes/material.vim | |
parent | f9540fcf4d08215ff679a760c3658a1edd0b75bd (diff) |
added airline
Diffstat (limited to 'themes/material.vim')
-rw-r--r-- | themes/material.vim | 7 |
1 files changed, 7 insertions, 0 deletions
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 |