mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-25 06:46:36 -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
21
themes/gruvbox-dark
Normal file
21
themes/gruvbox-dark
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Gruvbox
|
||||
|
||||
[colors]
|
||||
background=282828
|
||||
foreground=ebdbb2
|
||||
regular0=282828
|
||||
regular1=cc241d
|
||||
regular2=98971a
|
||||
regular3=d79921
|
||||
regular4=458588
|
||||
regular5=b16286
|
||||
regular6=689d6a
|
||||
regular7=a89984
|
||||
bright0=928374
|
||||
bright1=fb4934
|
||||
bright2=b8bb26
|
||||
bright3=fabd2f
|
||||
bright4=83a598
|
||||
bright5=d3869b
|
||||
bright6=8ec07c
|
||||
bright7=ebdbb2
|
||||
Loading…
Add table
Add a link
Reference in a new issue