I love to play with my desktop setup so i decided to share one more theme suite with you ppl ...
CathexiS is simple, minimal, distraction free foundation for building your desktop experience. It's dark theme which will stay in background while you work but in a same time it can be really attractive when you want to show your desktop around ... Your Openbox desktop can look really nice with this suite ...
There is one thing however, that I'd really like help sorting out. The font color on buttons that are disabled, is so dark that it's unreadable. I'd really like to change that, but have lost my way searching through the .css files. If you could tell me what exactly I'm looking for I'd really appreciate it.
There is one thing however, that I'd really like help sorting out.
The font color on buttons that are disabled, is so dark that it's unreadable. I'd really like to change that, but have lost my way searching through the .css files.
If you could tell me what exactly I'm looking for I'd really appreciate it.
Else, brilliant work.
thx for sharing
btw +1 port to gtk 3.6
I is just what I have been looking for, something close to this.
It is generating error messages though.
Gtk-WARNING **: Theme parsing error: gtk.css:24:38: '0' is not a valid color name
It looks like this line
@define-color button_bg_color shade (0.50, bg_color);
should be
@define-color button_bg_color shade (@bg_color, 0.50);