[vifm] Add to light-dark toggle

This commit is contained in:
Tibo De Peuter 2023-11-02 17:05:09 +01:00
parent 187683c2b1
commit 97a7a7a717
4 changed files with 50 additions and 4 deletions

View file

@ -2,6 +2,8 @@
" ~/.config/vifm/vifmrc
"
source ~/.config/vifm/theme.conf
" vim: filetype=vifm :
" Sample configuration file for vifm (last updated: 31 August, 2021)
" You can edit this file by hand.
@ -76,10 +78,6 @@ set vimhelp
set norunexec
" List of color schemes to try (picks the first one supported by the terminal)
colorscheme Personal Default-256 Default
" Format for displaying time in file list. For example:
" TIME_STAMP_FORMAT=%m/%d-%H:%M
" See man date or man strftime for details.