This commit is contained in:
hippoz 2020-12-20 15:34:49 +02:00
parent 3db96f76c1
commit 1ec238959b
Signed by: hippoz
GPG key ID: 7C52899193467641
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
*.o
dwm/dwm
st/st
st/config.h
dwm/config.h

View file

@ -47,7 +47,7 @@ static const char col_nord15_light[] = "#8e5783";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_nord5, col_nord0, col_nord0 },
[SchemeSel] = { col_nord6, col_nord3, col_nord3 },
[SchemeSel] = { col_nord6, col_nord2, col_nord3 },
// text, bg, unused
[SchemeStatus] = { col_nord5, col_nord2, "#000000" }, // Statusbar right

1
st Submodule

@ -0,0 +1 @@
Subproject commit 4ef0cbd8b9371f37f7d02ef37b5378b879e6b8bf