aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h14
1 files changed, 8 insertions, 6 deletions
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 };