Change highlight color to more "pastelly"
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
frame_width = 2
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
frame_color = "#e16b40"
|
||||
frame_color = "#ff964f"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
|
||||
@@ -319,7 +319,7 @@ assign [class="^Wine$"] $workspace10
|
||||
################################################################################
|
||||
|
||||
# class border backgr. text indicator
|
||||
client.focused #E16B40 #E16B40 #000000 #FF0000
|
||||
client.focused #ff964f #ff964f #000000 #FF0000
|
||||
client.focused_inactive #333333 #5f676a #ffffff #484e50
|
||||
client.unfocused #333333 #202020 #cccccc #292d2e
|
||||
client.urgent #2f343a #900000 #ffffff #900000
|
||||
@@ -381,16 +381,16 @@ bar {
|
||||
background #272822
|
||||
statusline #ffffff
|
||||
separator #444444
|
||||
# separator #e16b40
|
||||
# separator #ff964f
|
||||
|
||||
# focused_background #303030
|
||||
# focused_separator #272822
|
||||
|
||||
focused_workspace #e16b40 #272822 #ffffff
|
||||
focused_workspace #ff964f #272822 #ffffff
|
||||
active_workspace #272822 #5f676a #ffffff
|
||||
inactive_workspace #272822 #272822 #dddddd
|
||||
urgent_workspace #D00000 #D00000 #272822
|
||||
binding_mode #272822 #e16b40 #272822
|
||||
binding_mode #272822 #ff964f #272822
|
||||
}
|
||||
|
||||
i3bar_command i3bar
|
||||
|
||||
Reference in New Issue
Block a user