Update dot_Xresources
This commit is contained in:
parent
9ce82e1ed1
commit
81ed6ae59d
1 changed files with 39 additions and 6 deletions
|
@ -1,8 +1,41 @@
|
||||||
bgColor: #DC143C
|
! ================== GLOBAL ====================
|
||||||
inactiveBgColor: #2f343f
|
#define ACTIVE_BG_COLOR #DC143C
|
||||||
textColor: #f3f4f5
|
#define INACTIVE_BG_COLOR #2f343f
|
||||||
inactiveTextColor: #676e7d
|
#define ACTIVE_TEXT_COLOR #f3f4f5
|
||||||
urgentBgColor: #e53935
|
#define INACTIVE_TEXT_COLOR #676e7d
|
||||||
indicatorColor: #a0a0a0
|
#define URGENT_BG_COLOR #e53935
|
||||||
|
#define INDICATOR_COLOR #a0a0a0
|
||||||
|
|
||||||
|
|
||||||
|
! ==================== I3 ======================
|
||||||
|
i3wm.client.focused.border: ACTIVE_BG_COLOR
|
||||||
|
i3wm.client.focused.background: ACTIVE_BG_COLOR
|
||||||
|
i3wm.client.focused.text: ACTIVE_TEXT_COLOR
|
||||||
|
i3wm.client.focused.indicator: INDICATOR_COLOR
|
||||||
|
i3wm.client.focused.child_border: ACTIVE_BG_COLOR
|
||||||
|
|
||||||
|
i3wm.client.unfocused.border: INACTIVE_BG_COLOR
|
||||||
|
i3wm.client.unfocused.background: INACTIVE_BG_COLOR
|
||||||
|
i3wm.client.unfocused.text: INACTIVE_TEXT_COLOR
|
||||||
|
i3wm.client.unfocused.indicator: INDICATOR_COLOR
|
||||||
|
i3wm.client.unfocused.child_border: INACTIVE_BG_COLOR
|
||||||
|
|
||||||
|
i3wm.client.focused_inactive.border: INACTIVE_BG_COLOR
|
||||||
|
i3wm.client.focused_inactive.background: INACTIVE_BG_COLOR
|
||||||
|
i3wm.client.focused_inactive.text: INACTIVE_TEXT_COLOR
|
||||||
|
i3wm.client.focused_inactive.indicator: INDICATOR_COLOR
|
||||||
|
i3wm.client.focused_inactive.child_border: INACTIVE_BG_COLOR
|
||||||
|
|
||||||
|
i3wm.client.urgent.border: URGENT_BG_COLOR
|
||||||
|
i3wm.client.urgent.background: URGENT_BG_COLOR
|
||||||
|
i3wm.client.urgent.text: ACTIVE_TEXT_COLOR
|
||||||
|
i3wm.client.urgent.indicator: INDICATOR_COLOR
|
||||||
|
i3wm.client.urgent.child_border: URGENT_BG_COLOR
|
||||||
|
|
||||||
|
i3wm.client.placeholder.border: ACTIVE_BG_COLOR
|
||||||
|
i3wm.client.placeholder.background: ACTIVE_BG_COLOR
|
||||||
|
i3wm.client.placeholder.text: ACTIVE_TEXT_COLOR
|
||||||
|
i3wm.client.placeholder.indicator: INDICATOR_COLOR
|
||||||
|
i3wm.client.placeholder.child_border: ACTIVE_BG_COLOR
|
||||||
|
|
||||||
|
i3wm.client.background: INACTIVE_BG_COLOR
|
||||||
|
|
Loading…
Reference in a new issue