gri3-wm/i3bar/src
Michael Stapelberg 3ee8bd502d i3bar: change default colors to fit the i3 look & feel
The new default looks like this (like in docs/userguide):

	colors {
		background #000000
		statusline #ffffff
		focused_workspace  #ffffff #285577
		active_workspace   #888888 #222222
		inactive_workspace #888888 #222222
		urgent_workspace   #ffffff #900000
	}

If you want to go back to the previous colors, use:

	colors {
		background #000000
		statusline #ffffff
		focused_workspace  #ffffff #480000
		active_workspace   #ffffff #480000
		inactive_workspace #ffffff #240000
		urgent_workspace   #ffffff #002400
	}
2011-10-22 12:34:06 +01:00
..
child.c i3bar: use safewrappers from libi3 2011-10-21 19:30:46 +01:00
config.c i3bar: Implement the output option 2011-10-21 22:17:41 +01:00
ipc.c i3bar: use safewrappers from libi3 2011-10-21 19:30:46 +01:00
main.c i3bar: use safewrappers from libi3 2011-10-21 19:30:46 +01:00
outputs.c i3bar: Implement the output option 2011-10-21 22:17:41 +01:00
ucs2_to_utf8.c i3bar: use safewrappers from libi3 2011-10-21 19:30:46 +01:00
workspaces.c i3bar: Implement the output option 2011-10-21 22:17:41 +01:00
xcb.c i3bar: change default colors to fit the i3 look & feel 2011-10-22 12:34:06 +01:00