aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/include/config.h b/include/config.h
index 2423c9ed..80340720 100644
--- a/include/config.h
+++ b/include/config.h
@@ -99,24 +99,24 @@ struct bar_config {
bool binding_mode_indicator;
bool verbose;
struct {
- char background[8];
- char statusline[8];
- char separator[8];
- char focused_workspace_border[8];
- char focused_workspace_bg[8];
- char focused_workspace_text[8];
- char active_workspace_border[8];
- char active_workspace_bg[8];
- char active_workspace_text[8];
- char inactive_workspace_border[8];
- char inactive_workspace_bg[8];
- char inactive_workspace_text[8];
- char urgent_workspace_border[8];
- char urgent_workspace_bg[8];
- char urgent_workspace_text[8];
- char binding_mode_border[8];
- char binding_mode_bg[8];
- char binding_mode_text[8];
+ char background[10];
+ char statusline[10];
+ char separator[10];
+ char focused_workspace_border[10];
+ char focused_workspace_bg[10];
+ char focused_workspace_text[10];
+ char active_workspace_border[10];
+ char active_workspace_bg[10];
+ char active_workspace_text[10];
+ char inactive_workspace_border[10];
+ char inactive_workspace_bg[10];
+ char inactive_workspace_text[10];
+ char urgent_workspace_border[10];
+ char urgent_workspace_bg[10];
+ char urgent_workspace_text[10];
+ char binding_mode_border[10];
+ char binding_mode_bg[10];
+ char binding_mode_text[10];
} colors;
};