mirror of https://codeberg.org/anemofilia/zero
radio: files: lf: Make lf appearance more consistent with other applications
parent
b253b2bb35
commit
320a2d28a0
|
@ -19,6 +19,11 @@ set ifs "\n"
|
|||
# leave some space at the top and the bottom of the screen
|
||||
set scrolloff 10
|
||||
|
||||
# Style
|
||||
set borderfmt "\033[34m"
|
||||
set promptfmt "\033[34m%d%f\033[0m"
|
||||
set statfmt "\033[34m%p\033[0m| %c| %u| %g| %S| %t| -> %l"
|
||||
|
||||
# Basic Settings
|
||||
set preview true
|
||||
set sixel true
|
||||
|
|
Loading…
Reference in New Issue