Customization
all of these values are RGB colors describe by an array of 3 integers from 0 to 255.
The first integer describing the Red Value, the second integer describing the Green Value, the third integer describing the blue value.
active_workspace_color_button
the color of the active workspace button in the statusbar.
By default this value is [0, 0, 255]
inactive_workspace_color_button
the color of the inactive workspace button in the statusbar.
By default this value is [240, 240, 240]
inactive_monitor_color_button
the color of the active workspace button on the unfocused monitor.
By default, this value is [255, 0, 0]
active_text_color_button
the color of the text on an active workspace button.
By default, this value is [255, 255, 255]
inactive_text_color_button
the color of the text on an inactive workspace button.
By default, this value is [0, 0, 0]
focus_bar_color
the color of the focus bar on the current focused window.
By default this value is [255, 255, 0]