aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-07-29 23:51:02 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-07-29 23:51:02 +0100
commit8a47f40b5bc73118897b639054428b9d7af871bf (patch)
treefda5017a836e99fae471cd261af54c57aec79b28 /vim
parent068dd950068dd21baa642bc5072f7e621071fda4 (diff)
downloaddotfiles-8a47f40b5bc73118897b639054428b9d7af871bf.tar.gz
dotfiles-8a47f40b5bc73118897b639054428b9d7af871bf.zip
Adding dracula theme
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 2e555fc..4292a60 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -93,7 +93,7 @@ set foldcolumn=1
syntax enable
try
- colorscheme gruvbox
+ colorscheme dracula
catch
endtry