diff options
Diffstat (limited to 'tabbed/config.h')
| -rw-r--r-- | tabbed/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tabbed/config.h b/tabbed/config.h index e9e9833..c0b980e 100644 --- a/tabbed/config.h +++ b/tabbed/config.h @@ -5,7 +5,7 @@ static const char font[] = "Source Code Pro:size=9"; static const char* normbgcolor = "#222222"; static const char* normfgcolor = "#cccccc"; -static const char* selbgcolor = "#555555"; +static const char* selbgcolor = "#080466"; static const char* selfgcolor = "#ffffff"; static const char before[] = "<"; static const char after[] = ">"; |