diff options
| -rw-r--r-- | .config/foot/foot.ini | 81 | ||||
| -rwxr-xr-x | bin/waylock | 2 | ||||
| -rwxr-xr-x | bin/wmenu | 6 |
3 files changed, 66 insertions, 23 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 08f0dcf..181caf8 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,22 +1,65 @@ -font=FiraCode Nerd Font:size=12 +font=Fira Code Nerd Font:size=11 dpi-aware=off +bold-text-in-bright=palette-based [colors] -foreground=cad3f5 # Text -background=24273a # Base -regular0=494d64 # Surface 1 -regular1=ed8796 # red -regular2=a6da95 # green -regular3=eed49f # yellow -regular4=8aadf4 # blue -regular5=f5bde6 # pink -regular6=8bd5ca # teal -regular7=b8c0e0 # Subtext 1 -bright0=5b6078 # Surface 2 -bright1=ed8796 # red -bright2=a6da95 # green -bright3=eed49f # yellow -bright4=8aadf4 # blue -bright5=f5bde6 # pink -bright6=8bd5ca # teal -bright7=a5adcb # Subtext 0 +# Flexoki +foreground=cecdc3 +background=100f0f +regular0=100f0f +regular1=af3029 +regular2=66800b +regular3=ad8301 +regular4=205ea6 +regular5=a02f6f +regular6=24837b +regular7=f2f0e5 +bright0=1c1b1a +bright1=d14d41 +bright2=879a39 +bright3=d0a215 +bright4=4385be +bright5=ce5d97 +bright6=3aa99f +bright7=fffcf0 + +# Habamax +#foreground=bcbcbc +#background=1c1c1c +#bright0=767676 +#bright1=d7875f +#bright2=afd7af +#bright3=d7d787 +#bright4=87afd7 +#bright5=d7afd7 +#bright6=87afaf +#bright7=bcbcbc +#regular0=1c1c1c +#regular1=d75f5f +#regular2=87af87 +#regular3=afaf87 +#regular4=5f87af +#regular5=af87af +#regular6=5f8787 +#regular7=9e9e9e + + +# Catppuccin +# foreground=cdd6f4 # Text +# background=1e1e2e # Base +# regular0=45475a # Surface 1 +# regular1=f38ba8 # red +# regular2=a6e3a1 # green +# regular3=f9e2af # yellow +# regular4=89b4fa # blue +# regular5=f5c2e7 # pink +# regular6=94e2d5 # teal +# regular7=bac2de # Subtext 1 +# bright0=585b70 # Surface 2 +# bright1=f38ba8 # red +# bright2=a6e3a1 # green +# bright3=f9e2af # yellow +# bright4=89b4fa # blue +# bright5=f5c2e7 # pink +# bright6=94e2d5 # teal +# bright7=a6adc8 # Subtext 0 diff --git a/bin/waylock b/bin/waylock index 39e5c08..c295ab8 100755 --- a/bin/waylock +++ b/bin/waylock @@ -1,2 +1,2 @@ #!/command/execlineb -s0 -/usr/bin/waylock -init-color 0x1e1e2e -input-color 0xb4befe -fail-color 0xf38ba8 ${@} +/usr/bin/waylock -init-color 0x100F0F -input-color 0xCECDC3 -fail-color 0xAF3029 ${@} @@ -1,8 +1,8 @@ #!/bin/execlineb -s0 multisubstitute { - define bg "1e2030" - define fg "cad3f5" - define accent "8aadf4" + define bg "100f0f" + define fg "cecdc3" + define accent "4385be" } emptyenv -P /usr/bin/wmenu |
