Dracula Theme & Tmux

- Add window padding, dracula color scheme, and change background opacity to 0.85 in alacritty.yml
- Add vim dracula theme as a submodule
- Add tmux plugin manager as submodule
- Add tpm, tmux-sensible, and dracula to .tmux.conf
- Change vim theme to dracula
This commit is contained in:
Sravan Balaji
2020-05-26 16:12:24 -04:00
parent 33d243c83f
commit 5cd0a09ad8
6 changed files with 105 additions and 13 deletions

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule ".vim/pack/themes/start/dracula"]
path = .vim/pack/themes/start/dracula
url = https://github.com/dracula/vim.git
[submodule ".tmux/plugins/tpm"]
path = .tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm