diff options
author | awy <awy@awy.one> | 2025-08-14 05:46:25 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-14 05:46:25 +0300 |
commit | 222fe9a9ffc5430ea28173f01482f30b26f22648 (patch) | |
tree | d11094fe10c854cd23dfa5f49850e1facfefe116 /.config/foot | |
parent | 9e12eb5b61daa6fc864301893bc6242614777d76 (diff) | |
download | hyprdots-222fe9a9ffc5430ea28173f01482f30b26f22648.tar.gz |
update
Diffstat (limited to '.config/foot')
-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 |