new look
This commit is contained in:
parent
9c1b6efecc
commit
2b38b8f9bd
16
config.h
16
config.h
@ -1,18 +1,18 @@
|
||||
/* See LICENSE file for copyright and license details. */
|
||||
|
||||
/* appearance */
|
||||
static const unsigned int borderpx = 2; /* border pixel of windows */
|
||||
static const unsigned int snap = 16; /* snap pixel */
|
||||
static const unsigned int borderpx = 1; /* border pixel of windows */
|
||||
static const unsigned int snap = 8; /* snap pixel */
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
static const char *fonts[] = { "terminus:size=10" };
|
||||
static const char dmenufont[] = "terminus:size=10";
|
||||
static const char col_text_no_sel[] = "#99cccc"; /* non-selected text */
|
||||
static const char col_text_sel[] = "#ccffff"; /* select text */
|
||||
static const char col_bg_no_sel[] = "#333366"; /* non-selected background */
|
||||
static const char col_bg_sel[] = "#333399"; /* selected background */
|
||||
static const char col_border_no_sel[] = "#333366"; /* non-selected border */
|
||||
static const char col_border_sel[] = "#ccffff"; /* selected border */
|
||||
static const char col_text_no_sel[] = "#b2b2b2"; /* non-selected text */
|
||||
static const char col_text_sel[] = "#ffffff"; /* select text */
|
||||
static const char col_bg_no_sel[] = "#272727"; /* non-selected background */
|
||||
static const char col_bg_sel[] = "#3f3f3f"; /* selected background */
|
||||
static const char col_border_no_sel[] = "#b2b2b2"; /* non-selected border */
|
||||
static const char col_border_sel[] = "#ffffff"; /* selected border */
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_text_no_sel, col_bg_no_sel, col_border_no_sel },
|
||||
|
Loading…
Reference in New Issue
Block a user