mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
themes: add a couple of color themes
Foot doesn't really support themes, but with this, users can at least copy-paste from a couple of predefined themes into their footrc.
This commit is contained in:
parent
00dbe12e41
commit
1e8220d83a
6 changed files with 141 additions and 0 deletions
24
themes/visibone
Normal file
24
themes/visibone
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# VisiBone
|
||||
|
||||
[cursor]
|
||||
color=010101 ffffff
|
||||
|
||||
[colors]
|
||||
foreground=ffffff
|
||||
background=010101
|
||||
regular0=666666
|
||||
regular1=cc6666
|
||||
regular2=66cc99
|
||||
regular3=cc9966
|
||||
regular4=6699cc
|
||||
regular5=cc6699
|
||||
regular6=66cccc
|
||||
regular7=cccccc
|
||||
bright0=999999
|
||||
bright1=ff9999
|
||||
bright2=99ffcc
|
||||
bright3=ffcc99
|
||||
bright4=99ccff
|
||||
bright5=ff99cc
|
||||
bright6=99ffff
|
||||
bright7=ffffff
|
||||
Loading…
Add table
Add a link
Reference in a new issue