summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-04-15 14:41:26 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-04-15 14:41:26 +0100
commit79390715c5a6b69f809cb1fb5e267299a8ee291e (patch)
tree5521284fa669a5b3bbb9785e4b7d45e8b0a94139
parent61a5b9e74358a0bc30b29b9b6353a313eb9ceef2 (diff)
Minor changes
-rw-r--r--mutt/colormutt2
-rw-r--r--vim/vimrc3
2 files changed, 3 insertions, 2 deletions
diff --git a/mutt/colormutt b/mutt/colormutt
index d0e1225..8967158 100644
--- a/mutt/colormutt
+++ b/mutt/colormutt
@@ -3,7 +3,7 @@ h=`date +%H`
if [ $h -lt 9 ]; then
theme=dark
-elif [ $h -lt 18 ]; then
+elif [ $h -lt 21 ]; then
theme=light
else
theme=dark
diff --git a/vim/vimrc b/vim/vimrc
index 2fbebf2..b2f0f3e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -13,6 +13,7 @@ Plugin 'gregsexton/gitv'
Plugin 'UltiSnips'
Plugin 'kien/ctrlp.vim'
Plugin 'tpope/vim-surround'
+Plugin 'tpope/vim-obsession'
Plugin 'scrooloose/nerdtree'
Plugin 'tommcdo/vim-exchange'
Plugin 'unimpaired.vim'
@@ -146,7 +147,7 @@ set encoding=utf-8
"" Colorscheme
function! UpdateColorscheme()
try | colorscheme solarized | catch | endtry
- if strftime("%H") >= 8 && strftime("%H") < 20
+ if strftime("%H") >= 8 && strftime("%H") < 21
set background=light
else
set background=dark