diff options
author | Indrajith K L | 2024-06-27 17:51:18 +0530 |
---|---|---|
committer | Indrajith K L | 2024-06-27 17:51:18 +0530 |
commit | 57eb70137b5bbcdabdc0f02eea5477b3e5f845a1 (patch) | |
tree | e78187146c506d5a640545dee99cc3e9860e25dc /foot | |
download | dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.tar.gz dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.tar.bz2 dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.zip |
Adds Arch Linux dotfiles
Diffstat (limited to 'foot')
-rw-r--r-- | foot/catppuccin-frappe.ini | 30 | ||||
-rw-r--r-- | foot/catppuccin-latte.ini | 30 | ||||
-rw-r--r-- | foot/catppuccin-macchiato.ini | 30 | ||||
-rw-r--r-- | foot/catppuccin-mocha.ini | 30 | ||||
-rw-r--r-- | foot/foot.ini | 14 |
5 files changed, 134 insertions, 0 deletions
diff --git a/foot/catppuccin-frappe.ini b/foot/catppuccin-frappe.ini new file mode 100644 index 000000000..c24d9f12c --- /dev/null +++ b/foot/catppuccin-frappe.ini @@ -0,0 +1,30 @@ +[colors] +foreground=c6d0f5 +background=303446 + +regular0=51576d +regular1=e78284 +regular2=a6d189 +regular3=e5c890 +regular4=8caaee +regular5=f4b8e4 +regular6=81c8be +regular7=b5bfe2 + +bright0=626880 +bright1=e78284 +bright2=a6d189 +bright3=e5c890 +bright4=8caaee +bright5=f4b8e4 +bright6=81c8be +bright7=a5adce + +selection-foreground=c6d0f5 +selection-background=4f5369 + +search-box-no-match=232634 e78284 +search-box-match=c6d0f5 414559 + +jump-labels=232634 ef9f76 +urls=8caaee diff --git a/foot/catppuccin-latte.ini b/foot/catppuccin-latte.ini new file mode 100644 index 000000000..68d38c34f --- /dev/null +++ b/foot/catppuccin-latte.ini @@ -0,0 +1,30 @@ +[colors] +foreground=4c4f69 +background=eff1f5 + +regular0=5c5f77 +regular1=d20f39 +regular2=40a02b +regular3=df8e1d +regular4=1e66f5 +regular5=ea76cb +regular6=179299 +regular7=acb0be + +bright0=6c6f85 +bright1=d20f39 +bright2=40a02b +bright3=df8e1d +bright4=1e66f5 +bright5=ea76cb +bright6=179299 +bright7=bcc0cc + +selection-foreground=4c4f69 +selection-background=ccced7 + +search-box-no-match=dce0e8 d20f39 +search-box-match=4c4f69 ccd0da + +jump-labels=dce0e8 fe640b +urls=1e66f5 diff --git a/foot/catppuccin-macchiato.ini b/foot/catppuccin-macchiato.ini new file mode 100644 index 000000000..3e0d8a9aa --- /dev/null +++ b/foot/catppuccin-macchiato.ini @@ -0,0 +1,30 @@ +[colors] +foreground=cad3f5 +background=24273a + +regular0=494d64 +regular1=ed8796 +regular2=a6da95 +regular3=eed49f +regular4=8aadf4 +regular5=f5bde6 +regular6=8bd5ca +regular7=b8c0e0 + +bright0=5b6078 +bright1=ed8796 +bright2=a6da95 +bright3=eed49f +bright4=8aadf4 +bright5=f5bde6 +bright6=8bd5ca +bright7=a5adcb + +selection-foreground=cad3f5 +selection-background=454a5f + +search-box-no-match=181926 ed8796 +search-box-match=cad3f5 363a4f + +jump-labels=181926 f5a97f +urls=8aadf4 diff --git a/foot/catppuccin-mocha.ini b/foot/catppuccin-mocha.ini new file mode 100644 index 000000000..f9e841ab7 --- /dev/null +++ b/foot/catppuccin-mocha.ini @@ -0,0 +1,30 @@ +[colors] +foreground=cdd6f4 +background=1e1e2e + +regular0=45475a +regular1=f38ba8 +regular2=a6e3a1 +regular3=f9e2af +regular4=89b4fa +regular5=f5c2e7 +regular6=94e2d5 +regular7=bac2de + +bright0=585b70 +bright1=f38ba8 +bright2=a6e3a1 +bright3=f9e2af +bright4=89b4fa +bright5=f5c2e7 +bright6=94e2d5 +bright7=a6adc8 + +selection-foreground=cdd6f4 +selection-background=414356 + +search-box-no-match=11111b f38ba8 +search-box-match=cdd6f4 313244 + +jump-labels=11111b fab387 +urls=89b4fa diff --git a/foot/foot.ini b/foot/foot.ini new file mode 100644 index 000000000..6e5c1ba90 --- /dev/null +++ b/foot/foot.ini @@ -0,0 +1,14 @@ +[main] + +font=EnvyCodeR Nerd Font Mono:size=10 +include=/usr/share/foot/themes/neon + +[url] +osc8-underline=always + +[cursor] +style=block +blink=yes + +[colors] +alpha=0.9 |