diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-06 17:07:49 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-06 17:07:49 -0500 |
commit | 80b95fcaab9149466e656430eb4c0041e28ee455 (patch) | |
tree | c9161d0815b3f81cea9f522891ee148bb5f427af /config/foot/foot.ini | |
download | rcm-80b95fcaab9149466e656430eb4c0041e28ee455.tar.gz rcm-80b95fcaab9149466e656430eb4c0041e28ee455.tar.bz2 rcm-80b95fcaab9149466e656430eb4c0041e28ee455.zip |
Initial commit
Diffstat (limited to 'config/foot/foot.ini')
-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 |