Hello darkness my old friend
This commit is contained in:
parent
00da5ece69
commit
cd083d6af0
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
let g:airline_theme="papercolor"
|
||||
|
||||
set termguicolors
|
||||
set background=light
|
||||
set background=dark
|
||||
let g:gruvbox_italic=1
|
||||
let g:gruvbox_italicize_strings=1
|
||||
colorscheme gruvbox
|
||||
|
|
|
@ -12,8 +12,8 @@ set-window-option -g automatic-rename-format "#{pane_current_command}"
|
|||
set-window-option -g allow-rename off
|
||||
|
||||
# window status
|
||||
setw -g window-status-format "#[bg=colour252,fg=colour240]#I #(basename #{pane_current_path})→ #W"
|
||||
setw -g window-status-current-format "#[bg=colour255,fg=colour240,bold]#I #(basename #{pane_current_path})→ #W"
|
||||
setw -g window-status-format "#[bg=colour241,fg=colour233]#I #(basename #{pane_current_path})→ #W"
|
||||
setw -g window-status-current-format "#[bg=colour245,fg=colour233,bold]#I #(basename #{pane_current_path})→ #W"
|
||||
|
||||
# The statusbar
|
||||
set -g status-interval 2
|
||||
|
|
Loading…
Reference in a new issue