From 1ec238959b635d0e8092cbdf41de25d269b09948 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sun, 20 Dec 2020 15:34:49 +0200 Subject: [PATCH] Add st --- .gitignore | 2 ++ dwm/config.def.h | 2 +- st | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 160000 st diff --git a/.gitignore b/.gitignore index 4de06a3..fb3ddc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.o dwm/dwm +st/st +st/config.h dwm/config.h diff --git a/dwm/config.def.h b/dwm/config.def.h index b689e36..1b5dbff 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.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 diff --git a/st b/st new file mode 160000 index 0000000..4ef0cbd --- /dev/null +++ b/st @@ -0,0 +1 @@ +Subproject commit 4ef0cbd8b9371f37f7d02ef37b5378b879e6b8bf