Compare commits

...

2 commits

4 changed files with 6 additions and 4 deletions

View file

@ -40,10 +40,10 @@ gamma-correct-blending=yes
include = ~/.config/foot/kanagawa.ini include = ~/.config/foot/kanagawa.ini
include = ~/.config/foot/kanagawa-light.ini include = ~/.config/foot/kanagawa-light.ini
[colors] [colors-dark]
alpha = 0.92 alpha = 0.92
[colors2] [colors-light]
alpha = 0.92 alpha = 0.92
[environment] [environment]

View file

@ -1,4 +1,4 @@
[colors2] [colors-dark]
background = f2ecbc background = f2ecbc
foreground = 545464 foreground = 545464

View file

@ -1,4 +1,4 @@
[colors] [colors-dark]
foreground = dcd7ba foreground = dcd7ba
background = 1f1f28 background = 1f1f28

View file

@ -30,3 +30,5 @@ export LESS='--chop-long-lines --HILITE-UNREAD --ignore-case --incsearch --jump-
export GOPROXY="direct" export GOPROXY="direct"
export GOPRIVATE="gitea.gwairfelin.com" export GOPRIVATE="gitea.gwairfelin.com"
export COMPOSE_PULL_POLICY="build"