diff options
Diffstat (limited to 'themes/nord.vim')
-rw-r--r-- | themes/nord.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/nord.vim b/themes/nord.vim new file mode 100644 index 00000000..7419e462 --- /dev/null +++ b/themes/nord.vim @@ -0,0 +1,5 @@ +if (has('termguicolors')) + set termguicolors +endif + +colorscheme nord |