Switch back ws_fg and ws_bg (Thanks julien)

This commit is contained in:
Axel Wagner 2010-12-03 17:59:16 +01:00
parent a88f7fb392
commit a3e37b059f
1 changed files with 2 additions and 2 deletions

View File

@ -181,10 +181,10 @@ int main(int argc, char **argv) {
read_color(&colors.inactive_ws_bg); read_color(&colors.inactive_ws_bg);
break; break;
case 'G': case 'G':
read_color(&colors.urgent_ws_fg); read_color(&colors.urgent_ws_bg);
break; break;
case 'H': case 'H':
read_color(&colors.urgent_ws_bg); read_color(&colors.urgent_ws_fg);
break; break;
default: default:
print_usage(argv[0]); print_usage(argv[0]);