diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-04-29 20:30:02 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-04-29 20:30:02 -0400 |
| commit | c1a8b42fa8b439250b92efad483dc5a014dec164 (patch) | |
| tree | ca0d7b5028c9c86d657b868c81424744cab85d85 /foot/foot.ini | |
| parent | ae935e4c15c92b9558b926930412b358f0460b32 (diff) | |
Diffstat (limited to 'foot/foot.ini')
| -rw-r--r-- | foot/foot.ini | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/foot/foot.ini b/foot/foot.ini new file mode 100644 index 0000000..0308ce2 --- /dev/null +++ b/foot/foot.ini @@ -0,0 +1,47 @@ +[main] +font=Iosevka:size=10 +initial-color-theme=light + +[colors-dark] +background=171D23 +foreground=FFFFFF + +regular0=333F4A +regular1=D95468 +regular2=8BD49C +regular3=539AFC +regular4=EBBF83 +regular5=B62D65 +regular6=70E1E8 +regular7=B7C5D3 + +bright0=41505E +bright1=D95468 +bright2=8BD49C +bright3=EBBF83 +bright4=5EC4FF +bright5=E27E8D +bright6=70E1E8 +bright7=FFFFFF + +[colors-light] +background=FFFFEC +foreground=424242 + +regular0=424242 +regular1=B85C57 +regular2=57864E +regular3=8F7634 +regular4=2A8DC5 +regular5=8888C7 +regular6=6AA7A8 +regular7=FFFFEC + +bright0=999957 +bright1=E28C88 +bright2=7AB877 +bright3=9E9477 +bright4=7EC6EB +bright5=A9ABDA +bright6=7AD0D1 +bright7=D6D687 |
