Browse Source

new colors select

main
parent
commit
404f98c9f7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      config.def.h

+ 3
- 3
config.def.h View File

@ -18,13 +18,13 @@ static const unsigned int gappx = 5; /* gaps between windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "monospace:size=14" };
static const char dmenufont[] = "monospace:size=14";
static const char *fonts[] = { "SourceCodePro:size=14" };
static const char dmenufont[] = "SourceCodePro:size=14";
static const char col_gray1[] = "#1D2330";
static const char col_gray2[] = "#1D2330";//"#444444";
static const char col_gray3[] = "#bbbbbb";//"#bbbbbb";
static const char col_gray4[] = "#aaaaaa";//"#eeeeee";
static const char col_cyan[] = "#1D2330";//"#005577";
static const char col_cyan[] = "#441188";//"#005577";
static const unsigned int baralpha = 0xd0;
static const unsigned int borderalpha = OPAQUE;
static const char *colors[][3] = {


Loading…
Cancel
Save