Monokai
Well, this is the only theme I found that had a correct vim plugin and had enough contrast (this is important for me). The dark-brown background is a bit sadder than the blue one I might revert to solarized at one moment or another.
This commit is contained in:
parent
93ca57c9a3
commit
105f34ca50
13 changed files with 134 additions and 214 deletions
5
profile
5
profile
|
@ -5,4 +5,9 @@ if [ -z "$SSH_AUTH_SOCK" ] ; then
|
|||
eval `ssh-agent -s` > /dev/null
|
||||
fi
|
||||
|
||||
if [ -f "$HOME/.config/linuxColors.sh" ]; then
|
||||
source "$HOME/.config/linuxColors.sh"
|
||||
fi
|
||||
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue