mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-19 22:59:27 +02:00
based all colors on xresources
This commit is contained in:
@@ -358,15 +358,24 @@ mode "| Resize " {
|
||||
################################################################################################
|
||||
# Themes / Colors / Design / Look and Feel
|
||||
|
||||
# Colors
|
||||
# class border backgr. text indic. child_border
|
||||
client.focused #5e81ac #5e81ac #eceff4 #5e81ac #5e81ac
|
||||
client.focused_inactive #434c5e #4c566a #eceff4 #4c566a #4c566a
|
||||
client.unfocused #434c5e #4c566a #eceff4 #4c566a #4c566a
|
||||
client.urgent #434c5e #88c0d0 #eceff4 #88c0d0 #88c0d0
|
||||
client.placeholder #434c5e #434c5e #eceff4 #434c5e #434c5e
|
||||
# XRDB colors
|
||||
set_from_resource $col_foreground foreground
|
||||
set_from_resource $col_background background
|
||||
|
||||
client.background #2e3440
|
||||
set_from_resource $col_urgent i3_urgent
|
||||
set_from_resource $col_focused i3_focused
|
||||
set_from_resource $col_unfocused i3_unfocused
|
||||
set_from_resource $col_indicator i3_indicator
|
||||
|
||||
# Colors
|
||||
# class border backgr. text indic. child_border
|
||||
client.focused $col_focused $col_focused $col_foreground $col_focused $col_focused
|
||||
client.focused_inactive $col_unfocused $col_indicator $col_foreground $col_indicator $col_indicator
|
||||
client.unfocused $col_unfocused $col_indicator $col_foreground $col_indicator $col_indicator
|
||||
client.urgent $col_unfocused $col_urgent $col_foreground $col_urgent $col_urgent
|
||||
client.placeholder $col_unfocused $col_unfocused $col_foreground $col_unfocused $col_unfocused
|
||||
|
||||
client.background $col_background
|
||||
|
||||
################################################
|
||||
# i3-gaps
|
||||
|
||||
Reference in New Issue
Block a user