1
0
mirror of https://github.com/tiyn/dwm.git synced 2025-04-19 15:57:45 +02:00

friendship with cyan over, orange is my new best friend

This commit is contained in:
TiynGER 2020-03-29 00:21:38 +01:00
parent 66c73c08ab
commit 71a8ed6bb0

View File

@ -10,10 +10,10 @@ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "Inconsolata Mono:size=12" };
static const char dmenufont[] = "monospace:size=10";
static const char col_gray1[] = "#000000";
static const char col_gray2[] = "#000000";
static const char col_gray3[] = "#a5a2a2";
static const char col_gray4[] = "#a5a2a2";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#f7f7f7";
static const char col_gray4[] = "#000000";
static const char col_cyan[] = "#ffa500";
static const char *colors[][3] = {
/* fg bg border */