mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Differentiate focused and active colors
This commit is contained in:
parent
3b77dd4316
commit
78ed1548d8
1 changed files with 7 additions and 7 deletions
14
settings.h
14
settings.h
|
@ -6,14 +6,14 @@
|
|||
#define WM_NAME "bspwm"
|
||||
#define AUTOSTART_FILE "autostart"
|
||||
|
||||
#define FOCUSED_BORDER_COLOR "#7D7F8A"
|
||||
#define ACTIVE_BORDER_COLOR "#7D7F8A"
|
||||
#define FOCUSED_BORDER_COLOR "#7E7F89"
|
||||
#define ACTIVE_BORDER_COLOR "#545350"
|
||||
#define NORMAL_BORDER_COLOR "#3F3E3B"
|
||||
#define PRESEL_BORDER_COLOR "#97AE71"
|
||||
#define FOCUSED_LOCKED_BORDER_COLOR "#B6A56A"
|
||||
#define ACTIVE_LOCKED_BORDER_COLOR "#B6A56A"
|
||||
#define NORMAL_LOCKED_BORDER_COLOR "#8D7E45"
|
||||
#define URGENT_BORDER_COLOR "#DE928B"
|
||||
#define PRESEL_BORDER_COLOR "#E8E8F4"
|
||||
#define FOCUSED_LOCKED_BORDER_COLOR "#C7B579"
|
||||
#define ACTIVE_LOCKED_BORDER_COLOR "#545350"
|
||||
#define NORMAL_LOCKED_BORDER_COLOR "#3F3E3B"
|
||||
#define URGENT_BORDER_COLOR "#EFA29A"
|
||||
|
||||
#define BORDER_WIDTH 1
|
||||
#define WINDOW_GAP 6
|
||||
|
|
Loading…
Add table
Reference in a new issue