diff options
Diffstat (limited to 'config/foot')
-rw-r--r-- | config/foot/foot.ini | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/config/foot/foot.ini b/config/foot/foot.ini new file mode 100644 index 0000000..c2d851f --- /dev/null +++ b/config/foot/foot.ini @@ -0,0 +1,35 @@ +pad=4x4 +font=Iosevka Term Curly:size=14 +line-height=20 +underline-thickness=1px +underline-offset=4px +box-drawings-uses-font-glyphs=yes + +[cursor] +blink=true +style=beam +beam-thickness=2px + +[colors] +foreground=101010 # Text +background=F6F5F4 # Base +regular0=202020 # Surface 1 +regular1=FF0000 # red +regular2=10a778 # green +regular3=8F925B # yellow +regular4=008ec4 # blue +regular5=FF0000 # pink +regular6=523b78 # teal +regular7=d9d9d9 # Subtext 1 +bright0=f0f0f0 # Surface 2 +bright1=FF0000 # red +bright2=5ed5ae # green +bright3=f3e42f # yellow +bright4=20bafb # blue +bright5=FF0000 # pink + +bright6=6854de # teal +bright7=FFFFFF # Subtext 0 + +[url] +osc8-underline=always |