Update colors with monokai
This commit is contained in:
24
i3/config.j2
24
i3/config.j2
@@ -319,10 +319,10 @@ assign [class="^Wine$"] $workspace10
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# class border backgr. text indicator
|
# class border backgr. text indicator
|
||||||
client.focused #ff964f #ff964f #000000 #FF0000
|
client.focused #2e2e2e #e5b567 #000000 #FF0000
|
||||||
client.focused_inactive #333333 #5f676a #ffffff #484e50
|
client.focused_inactive #2e2e2e #5f676a #ffffff #484e50
|
||||||
client.unfocused #333333 #202020 #cccccc #292d2e
|
client.unfocused #2e2e2e #2e2e2e #cccccc #292d2e
|
||||||
client.urgent #2f343a #900000 #ffffff #900000
|
client.urgent #2e2e2e #900000 #ffffff #900000
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
### APPLICATION SPECIFIC SETTINGS ##############################################
|
### APPLICATION SPECIFIC SETTINGS ##############################################
|
||||||
@@ -378,19 +378,19 @@ bar {
|
|||||||
font pango:Inconsolata, FontAwesome {{ machine.font_size }}
|
font pango:Inconsolata, FontAwesome {{ machine.font_size }}
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #272822
|
background #2e2e2e
|
||||||
statusline #ffffff
|
statusline #ffffff
|
||||||
separator #444444
|
separator #555555
|
||||||
# separator #ff964f
|
# separator #e5b567
|
||||||
|
|
||||||
# focused_background #303030
|
# focused_background #303030
|
||||||
# focused_separator #272822
|
# focused_separator #272822
|
||||||
|
|
||||||
focused_workspace #ff964f #272822 #ffffff
|
focused_workspace #e5b567 #2e2e2e #ffffff
|
||||||
active_workspace #272822 #5f676a #ffffff
|
active_workspace #2e2e2e #5f676a #ffffff
|
||||||
inactive_workspace #272822 #272822 #dddddd
|
inactive_workspace #2e2e2e #2e2e2e #dddddd
|
||||||
urgent_workspace #D00000 #D00000 #272822
|
urgent_workspace #D00000 #D00000 #2e2e2e
|
||||||
binding_mode #272822 #ff964f #272822
|
binding_mode #2e2e2e #e5b567 #2e2e2e
|
||||||
}
|
}
|
||||||
|
|
||||||
i3bar_command i3bar
|
i3bar_command i3bar
|
||||||
|
|||||||
@@ -39,25 +39,26 @@ set -g status-position bottom
|
|||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
|
|
||||||
|
|
||||||
set-option -g status-bg '#272822'
|
set-option -g status-bg '#2e2e2e'
|
||||||
set-option -g status-fg white
|
set-option -g status-fg white
|
||||||
|
|
||||||
set-window-option -g window-status-format ' #I: #W #F '
|
set-window-option -g window-status-format ' #I: #W #F '
|
||||||
set-window-option -g window-status-current-format ' #I: #W #F '
|
set-window-option -g window-status-current-format ' #I: #W #F '
|
||||||
|
set-window-option -g window-status-current-style "bg=#e5b567,fg=black"
|
||||||
|
|
||||||
set-window-option -g monitor-activity on
|
set-window-option -g monitor-activity on
|
||||||
set -g visual-activity on
|
set-window-option -g visual-activity off
|
||||||
|
set-window-option -g window-status-activity-style "fg=red"
|
||||||
|
|
||||||
set-window-option -g automatic-rename on
|
set-window-option -g automatic-rename on
|
||||||
set-window-option -g automatic-rename-format '#{pane_current_command}'
|
set-window-option -g automatic-rename-format '#{pane_current_command}'
|
||||||
|
|
||||||
set-window-option -g window-status-separator ' '
|
set-window-option -g window-status-separator ' '
|
||||||
|
|
||||||
set -g status-left " #[bg=#A6E22E,fg=#000000] #{session_name} #[bg=#272822] "
|
set -g status-left " #[bg=#6c99bb,fg=#2e2e2e] #{session_name} #[bg=#2e2e2e] "
|
||||||
set -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=#272822] "
|
set -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=#272822] "
|
||||||
set -g status-left-length 100
|
set -g status-left-length 100
|
||||||
|
|
||||||
set -g status-style "bg=#272822,fg=#FFFFFF"
|
|
||||||
set -g message-style "bg=#CCCCCC,fg=#555555"
|
set -g message-style "bg=#CCCCCC,fg=#555555"
|
||||||
|
|
||||||
# vertical = | in this case
|
# vertical = | in this case
|
||||||
|
|||||||
Reference in New Issue
Block a user