cperilla
11/9/2015 - 1:14 PM

i3 Outrun

i3 Outrun


# class                 border  backgr. text    indicator
client.focused          #4f8ef7 #621B43 #FFFFFF #2e9ef4
client.focused_inactive #6E2C66 #132A34 #65B354 #484e50
client.unfocused        #6E2C66 #2E3135 #4f8ef7 #292d2e
client.urgent           #621B43 #132A34 #FF073A #FF073A
client.placeholder      #000000 #0c0c0c #4f8ef7 #000000

client.background       #ffffff


# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
        status_command i3status
    colors {
        background #132A34
        statusline #4f8ef7 
        separator #FF073A


        focused_workspace  #65B354 #621B43 #FFFFFF
        active_workspace   #621B43 #132A34 #65B354
        inactive_workspace #621B43 #2E3135 #4f8ef7
        urgent_workspace   #621B43 #132A34 #FF073A
        binding_mode       #2f343a #FF073A #ffffff

    }
}