foot/footrc
Daniel Eklöf 29b5a14f55
config: change default bright5 and bright 6 colors
They where previously identical to the corresponding 'regular'
colors. Now, we've done a saturated add with 0x202020 (which seems to
be roughly the difference between the other regular and bright
colors).
2019-09-21 12:09:50 +02:00

31 lines
539 B
Text

# font=monospace
# scrollback=1000
# geometry=500x300
# shell=<user's default shell (from /etc/passwd)>
# term=foot
# workers=<number of logical CPUs>
[cursor]
# style=block
# color=111111 dcdccc
[colors]
# foreground=dcdccc
# background=111111
# regular0=222222
# regular1=cc9393
# regular2=7f9f7f
# regular3=d0bf8f
# regular4=6ca0a3
# regular5=dc8cc3
# regular6=93e0e3
# regular7=dcdccc
# bright0=666666
# bright1=dca3a3
# bright2=bfebbf
# bright3=f0dfaf
# bright4=8cd0d3
# bright5=fcace3
# bright6=b3ffff
# bright7=ffffff
# alpha=1.0