diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 14:58:48 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 14:58:48 -0500 |
commit | 341c3be75228dbd23fd05208d148acecf950d573 (patch) | |
tree | ecac1a33408f61c9816c56f97a2b617ab425c68e /config/foot/foot.org |
initial commit
Diffstat (limited to 'config/foot/foot.org')
-rw-r--r-- | config/foot/foot.org | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/config/foot/foot.org b/config/foot/foot.org new file mode 100644 index 0000000..922964a --- /dev/null +++ b/config/foot/foot.org @@ -0,0 +1,52 @@ +#+title: Foot Settings +* Basic Settings +Use Source Code Pro with Nerd Font in size 10. +#+begin_src ini :tangle yes +font=SauceCodePro Nerd Font:size=10 +#+end_src + +Add 6 pixel padding around the terminal. +#+begin_src ini :tangle yes +pad=6x6 +#+end_src + +* URL +Use Firefox to open URLs. +#+begin_src ini :tangle yes +[url] +launch=firefox ${url} +#+end_src + +* Mouse +Hide the mouse when typing. +#+begin_src ini :tangle yes +[mouse] +hide-when-typing=yes +#+end_src + +* Colours +The colours are defined here. I use a slightly transparent background. +#+begin_src ini :tangle yes +[colors] +alpha=0.9 +background=fcfcfc +foreground=5c6166 + +regular0=010101 +regular1=e7666a +regular2=80ab24 +regular3=eba54d +regular4=4196df +regular5=9870c3 +regular6=51b891 +regular7=c1c1c1 + +bright0=343434 +bright1=ee9295 +bright2=9fd32f +bright3=f0bc7b +bright4=6daee6 +bright5=b294d2 +bright6=75c7a8 +bright7=dbdbdb +#+end_src |