Terminal color & colorscheme change
This commit is contained in:
parent
062f6dfb79
commit
9ec38c1ddc
2 changed files with 4 additions and 7 deletions
1
terminal-color
Normal file
1
terminal-color
Normal file
|
|
@ -0,0 +1 @@
|
|||
#3b3b3b
|
||||
10
vim/.vimrc
10
vim/.vimrc
|
|
@ -15,7 +15,7 @@ set tabstop=4 shiftwidth=4 softtabstop=4 expandtab
|
|||
" Fold methods based on indents
|
||||
" zo to open folds, zc to close
|
||||
set foldmethod=indent
|
||||
set foldlevel=99
|
||||
set foldlevel=20
|
||||
|
||||
" Search down into subfolders
|
||||
" Provides tab-completion for all file-related tasks
|
||||
|
|
@ -35,13 +35,11 @@ colorscheme seagull
|
|||
"Change theme depending on the time of day
|
||||
let hr = (strftime('%H'))
|
||||
if hr >= 19
|
||||
set background=dark
|
||||
colorscheme spacemacs
|
||||
colorscheme base16-eighties
|
||||
elseif hr >= 8
|
||||
colorscheme xcode
|
||||
elseif hr >= 0
|
||||
set background=dark
|
||||
colorscheme spacemacs
|
||||
colorscheme base16-eighties
|
||||
endif
|
||||
|
||||
" Terminal colors
|
||||
|
|
@ -94,8 +92,6 @@ au BufWinEnter * silent loadview
|
|||
"files in current directory
|
||||
autocmd FileType python compiler pylint
|
||||
|
||||
|
||||
|
||||
"Netrw options
|
||||
function! ToggleVExplorer()
|
||||
if exists("t:expl_buf_num")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue