minor dracula theme color changes

master
meftimes 2024-06-26 11:03:56 -04:00
parent e16d0b929b
commit b012bbb46b
3 changed files with 6 additions and 6 deletions

View File

@ -13,12 +13,12 @@ static int topbar = 1; /* 0 means bottom bar */
static char font[] = "monospace:size=10"; static char font[] = "monospace:size=10";
static char dmenufont[] = "monospace:size=10"; static char dmenufont[] = "monospace:size=10";
static const char *fonts[] = { font }; static const char *fonts[] = { font };
static char normbgcolor[] = "#222222"; static char normbgcolor[] = "#000000";
static char normbordercolor[] = "#444444"; static char normbordercolor[] = "#000000";
static char normfgcolor[] = "#bbbbbb"; static char normfgcolor[] = "#BD93F9";
static char selfgcolor[] = "#eeeeee"; static char selfgcolor[] = "#000000";
static char selbordercolor[] = "#005577"; static char selbordercolor[] = "#FF97C6";
static char selbgcolor[] = "#005577"; static char selbgcolor[] = "#BD93F9";
static char *colors[][3] = { static char *colors[][3] = {
/* fg bg border */ /* fg bg border */
[SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor }, [SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor },

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.