diff --git a/.config/colorscheme b/.config/colorscheme index 4a143cf..93e4fd8 100644 --- a/.config/colorscheme +++ b/.config/colorscheme @@ -1,11 +1,11 @@ #!/bin/sh -foreground=e0e0e0 -background=000000 +foreground=f4e5e7 +background=17100b regular0=2e2016 # black regular1=d88f96 # red regular2=16af38 # green regular3=dbbc2f # yellow -regular4=1961e6 # blue +regular4=1961e6 # blue regular5=b3787e # magenta regular6=32cbe6 # cyan regular7=f4e5e7 # white diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index d747202..121dfde 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -67,14 +67,13 @@ hide-when-typing=yes [colors] alpha=0.7 #Default - -foreground=e0e0e0 -background=000000 +foreground=f4e5e7 +background=17100b regular0=2e2016 # black regular1=d88f96 # red regular2=16af38 # green regular3=dbbc2f # yellow -regular4=1961e6 # blue +regular4=1961e6 # blue regular5=b3787e # magenta regular6=32cbe6 # cyan regular7=f4e5e7 # white diff --git a/.config/guix/cobra/home/configs.scm b/.config/guix/cobra/home/configs.scm index 99f07c2..cee336f 100644 --- a/.config/guix/cobra/home/configs.scm +++ b/.config/guix/cobra/home/configs.scm @@ -734,14 +734,13 @@ hide-when-typing=yes [colors] alpha=0.7 #Default - -foreground=e0e0e0 -background=000000 +foreground=f4e5e7 +background=17100b regular0=2e2016 # black regular1=d88f96 # red regular2=16af38 # green regular3=dbbc2f # yellow -regular4=1961e6 # blue +regular4=1961e6 # blue regular5=b3787e # magenta regular6=32cbe6 # cyan regular7=f4e5e7 # white @@ -854,13 +853,13 @@ scrollback-down-line=Mod1+n (define %config:colorscheme (plain-file "config-colorscheme" "\ #!/bin/sh -foreground=e0e0e0 -background=000000 +foreground=f4e5e7 +background=17100b regular0=2e2016 # black regular1=d88f96 # red regular2=16af38 # green regular3=dbbc2f # yellow -regular4=1961e6 # blue +regular4=1961e6 # blue regular5=b3787e # magenta regular6=32cbe6 # cyan regular7=f4e5e7 # white