diff options
Diffstat (limited to '.config/foot/foot.ini')
-rw-r--r-- | .config/foot/foot.ini | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..a9a9f46 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,38 @@ +font=monospace:size=14 +font-size-adjustment=3 + +[cursor] +# style=beam + +[colors] +# alpha = 0.8 +foreground=d3c6aa +background=2b3339 + +regular0=374247 +bright0=404c51 +regular1=e67e80 +bright1=e67e80 +regular2=a7c080 +bright2=a7c080 +regular3=dbbc7f +bright3=dbbc7f +regular4=7fbbb3 +bright4=7fbbb3 +regular5=d699b6 +bright5=d699b6 +regular6=83c092 +bright6=83c092 +regular7=859289 +bright7=9da9a0 + +[key-bindings] +clipboard-copy=Mod1+c +clipboard-paste=Mod1+v +scrollback-up-line=Mod1+k +scrollback-down-line=Mod1+j +font-increase=Mod1+Shift+k +font-decrease=Mod1+Shift+j +font-reset=Mod1+0 +show-urls-launch=Mod1+l +show-urls-copy=Mod1+y |