diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-13 18:15:43 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-13 18:15:43 +0000 |
| commit | 2e81fbdf15168a5b6df291b7062d120156a5ce45 (patch) | |
| tree | 57de36552c6f46e43d8520ccf65acb80ef5f6c29 /tabbed/config.h | |
| parent | 7a93f153bf5e088ab6e2da6fcc0518744cfd54af (diff) | |
Removed dwm scripts, sfm, , added scroll, and added dark theme to surf
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[] = ">"; |