diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/config.def.h b/config.def.h index c128ea2..a2e11d9 100644 --- a/config.def.h +++ b/config.def.h @@ -3,21 +3,16 @@ static const unsigned int snap = 32; static const int showbar = 1; static const int topbar = 1; static const int user_bh = 32; -static const char *fonts[] = { "Noto Sans:size=16" }; +static const char *fonts[] = { "Noto Sans CJK JP:size=14" }; static const unsigned int gappx = 8; -static const char col_gray1[] = "#222222"; -static const char col_gray2[] = "#444444"; -static const char col_gray3[] = "#bbbbbb"; -static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#005577"; static const char *colors[][3] = { /* fg bg border */ - [SchemeNorm] = { col_gray3, "#282c34", "#282c34" }, + [SchemeNorm] = { "#bbbbbb", "#282c34", "#282c34" }, [SchemeSel] = { "#232627", "#7874c2", "#c678dd" }, }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "0" }; +static const char *tags[] = { "一", "二", "三", "四", "五", "六", "七", "八", "九", "十" }; static const Rule rules[] = { /* xprop(1): |