colorclass config - add option for focused color class too.

This commit is contained in:
Carsten Haitzler 2014-03-05 18:02:33 +09:00
parent e82b1fc82e
commit 4d9b7ecdee
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ static const CFColor_Class_Description _color_classes_wm[] =
CCDESC_T("border_title_active", N_("Border Title Active")),
CCDESC_T("border_frame", N_("Border Frame")),
CCDESC_T("border_frame_active", N_("Border Frame Active")),
CCDESC_S("comp_focus_color", N_("Composite Focus Color")),
CCDESC_S("comp_focus-out_color", N_("Composite Focus-out Color")),
CCDESC_T("error_text", N_("Error Text")),
CCDESC_S("menu_base", N_("Menu Background Base")),