diff options
author | Chris <[email protected]> | 2021-03-13 01:40:17 -0500 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-13 01:40:17 -0500 |
commit | 4433ad011a0ac06d48262f02a67efd05144b9ad8 (patch) | |
tree | 1be61debdf9b6b377df7372d4933f0182d276b14 /themes/material.vim | |
parent | aae481ce96cefb7fd9d459877054f38c4ae27920 (diff) |
simplifying things
Diffstat (limited to 'themes/material.vim')
-rw-r--r-- | themes/material.vim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/material.vim b/themes/material.vim deleted file mode 100644 index 1f039487..00000000 --- a/themes/material.vim +++ /dev/null @@ -1,7 +0,0 @@ -if (has('termguicolors')) - set termguicolors -endif - -let g:material_terminal_italics = 1 -let g:material_theme_style = 'darker' -colorscheme material |