change color
This commit is contained in:
parent
c792ffe63b
commit
71137ae6d7
1 changed files with 6 additions and 4 deletions
10
config.def.h
10
config.def.h
|
|
@ -28,11 +28,10 @@ static const char *fonts[] = {
|
||||||
"DM Mono:size=20:antialias=true:autohint=true"
|
"DM Mono:size=20:antialias=true:autohint=true"
|
||||||
};
|
};
|
||||||
static const char dmenufont[] = "monospace:size=10";
|
static const char dmenufont[] = "monospace:size=10";
|
||||||
static const char col_gray1[] = "#222222";
|
static const char col_gray1[] = "#101010";
|
||||||
static const char col_gray2[] = "#444444";
|
static const char col_gray2[] = "#444444";
|
||||||
static const char col_gray3[] = "#bbbbbb";
|
static const char col_gray3[] = "#b9b9b9";
|
||||||
static const char col_gray4[] = "#eeeeee";
|
static const char col_gray4[] = "#525252";
|
||||||
static const char col_cyan[] = "#005577";
|
|
||||||
static const char *colors[][3] = {
|
static const char *colors[][3] = {
|
||||||
/* fg bg border */
|
/* fg bg border */
|
||||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
||||||
|
|
@ -238,6 +237,9 @@ static const Button buttons[] = {
|
||||||
{ ClkStatusText, 0, Button1, sigstatusbar, {.i = 1} },
|
{ ClkStatusText, 0, Button1, sigstatusbar, {.i = 1} },
|
||||||
{ ClkStatusText, 0, Button2, sigstatusbar, {.i = 2} },
|
{ ClkStatusText, 0, Button2, sigstatusbar, {.i = 2} },
|
||||||
{ ClkStatusText, 0, Button3, sigstatusbar, {.i = 3} },
|
{ ClkStatusText, 0, Button3, sigstatusbar, {.i = 3} },
|
||||||
|
{ ClkStatusText, 0, Button4, sigstatusbar, {.i = 4} },
|
||||||
|
{ ClkStatusText, 0, Button5, sigstatusbar, {.i = 5} },
|
||||||
|
{ ClkStatusText, ShiftMask, Button1, sigstatusbar, {.i = 6} },
|
||||||
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
|
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
|
||||||
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
|
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
|
||||||
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
|
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue