fix colorscheme for selected title

This commit is contained in:
speedie 2022-11-11 22:44:24 +01:00
parent baf09b5baf
commit 8e6580e072
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@
- speedwm.col.tag9.text: #eeeeee
- speedwm.col.tagurgent: #f0e68c
- speedwm.col.textnorm: #bbbbbb
- speedwm.col.textsel: #eeeeee
- speedwm.col.textsel: #222222
- speedwm.col.titlenorm: #222222
- speedwm.col.titlesel: #99b3ff
- speedwm.col.titlehid: #222222

View file

@ -260,7 +260,7 @@ static char col_titlehid[] = "#222222"; /* Hidden taskbar bac
/* General text colors */
static char col_textnorm[] = "#bbbbbb"; /* Normal Application title bar/font */
static char col_textsel[] = "#eeeeee"; /* Selected Text/Font color */
static char col_textsel[] = "#222222"; /* Selected Text/Font color */
/* Window border colors */
static char col_windowbordernorm[] = "#000000"; /* Normal window border */