Add st
This commit is contained in:
parent
3db96f76c1
commit
1ec238959b
3 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
*.o
|
||||
dwm/dwm
|
||||
st/st
|
||||
st/config.h
|
||||
dwm/config.h
|
||||
|
|
|
@ -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
1
st
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 4ef0cbd8b9371f37f7d02ef37b5378b879e6b8bf
|
Loading…
Reference in a new issue