From fa7e4f7c0b1e5db1c14844535c91661504fd96bb Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 1 Oct 2021 21:24:40 -0400 Subject: Switch over to nord for DWM --- config.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index be980a1..a6dbf2c 100644 --- a/config.h +++ b/config.h @@ -16,11 +16,12 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { FONT_SCIENTIFICA }; static const char dmenufont[] = FONT_SCIENTIFICA; -static const char col_gray1[] = "#222222"; -static const char col_gray2[] = "#444444"; -static const char col_gray3[] = "#bbbbbb"; -static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#005577"; +static const char col_gray1[] = "#3b4252"; +static const char col_gray2[] = "#4c566a"; +static const char col_gray3[] = "#eeeff4"; +static const char col_gray4[] = "#eceff4"; +static const char col_cyan[] = "#5e81ac"; + static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, @@ -85,7 +86,8 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", DMENU_FLAGS, NULL }; -static const char *termcmd[] = { "st", NULL }; +// static const char *termcmd[] = { "st", NULL }; +static const char *termcmd[] = { "konsole", NULL }; static const char *termcmdLarge[] = { "st", "-f", PROFONT_LARGE, NULL }; static const char *termcmdYuge[] = { "st", "-f", TERMINUS_YUGE, NULL }; static const char *passcmd[] = { "passmenu", DMENU_FLAGS, NULL }; -- cgit v1.2.3