diff options
Diffstat (limited to 'config/foot')
-rw-r--r-- | config/foot/foot.org | 66 | ||||
-rw-r--r-- | config/foot/index.org | 9 |
2 files changed, 40 insertions, 35 deletions
diff --git a/config/foot/foot.org b/config/foot/foot.org index f0bbfd3..01d7489 100644 --- a/config/foot/foot.org +++ b/config/foot/foot.org @@ -1,52 +1,66 @@ #+title: Foot Settings * Basic Settings Use Source Code Pro with Nerd Font in size 10. -#+begin_src conf :tangle ~/.config/foot.ini :mkdirp yes +#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes font=SauceCodePro Nerd Font:size=10 #+end_src Add 6 pixel padding around the terminal. -#+begin_src conf :tangle ~/.config/foot.ini :mkdirp yes +#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes pad=6x6 #+end_src * URL Use Firefox to open URLs. -#+begin_src conf :tangle ~/.config/foot.ini :mkdirp yes +#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes [url] launch=firefox ${url} #+end_src * Mouse Hide the mouse when typing. -#+begin_src conf :tangle ~/.config/foot.ini :mkdirp yes +#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes [mouse] hide-when-typing=yes #+end_src * Colours -The colours are defined here. I use a slightly transparent background. -#+begin_src conf :tangle ~/.config/foot.ini :mkdirp yes +The colours are defined here. +#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes [colors] +#+end_src + +I use a slightly transparent background. +#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes 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 + +Set my foreground and background colours. +#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes + background=ece0c9 + foreground=191916 +#+end_src + +Set my regular 8 colours. +#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes + regular0=191916 + regular1=ac4438 + regular2=354d52 + regular3=ba9151 + regular4=465b91 + regular5=5b5489 + regular6=4e6062 + regular7=c9ad7a +#+end_src + +Set my bright 8 colours. +#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes + bright0=293c3c + bright1=d8611c + bright2=4b7b53 + bright3=d8974b + bright4=2f3d91 + bright5=735e82 + bright6=6b8f92 + bright7=ece0c9 #+end_src diff --git a/config/foot/index.org b/config/foot/index.org deleted file mode 100644 index f076d68..0000000 --- a/config/foot/index.org +++ /dev/null @@ -1,9 +0,0 @@ -#+title: Dotfiles =/.config/foot= - -This is my Foot configuration. - -* Directories -- [[../index.org][../]] - -* Files -- [[./foot.org][foot.ini]] |