fltrdr

A TUI text reader for the terminal.


fltrdr

/

config

/

solarized-dark

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
# fltrdr config
# solarized-dark
#
# refer to the 'Commands' section of the help output with
# '--help' or '-h' to view all commands and their descriptions

wpm 250
prev 1
next 1
offset 2

set view off
set progress on
set status on
set border on
set border-top on
set border-bottom on

sym border ─
sym border-top-mark ┬
sym border-bottom-mark ┴
sym progress ▁

style background #002b36
style countdown #073642
style border #073642
style prompt #839496
style success #859900
style error #dc322f

style progress-bar #586e75
style progress-fill #859900

style status-primary #839496
style status-secondary #d33682
style status-background #073642

style text-primary #fdf6e3
style text-secondary #eee8d5
style text-highlight #d33682
style text-punct #2aa198
style text-quote #6c71c4
Back to Top