[Users] [Bug 2766] unreadable display font
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Mon Nov 19 08:10:29 CET 2012
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2766
Paul <paul at claws-mail.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Paul 2012-11-19 08:10:29 ---
not a bug at all. This is a question about your GTK+ theme. A better place to
ask would've been the users' mailing list, if not a GTK+ theme list.
You need to modify the text entries in your GTK+ theme. Here are some lines
from a theme, which should give you the hint you need:
gtk-color-scheme =
"bg_color:#c5c5c5\nfg_color:#000\nbase_color:#cecece\ntext_color:#000\nselected_fg_color:#fff\nselected_bg_color:#729fcf"
style "default"
{
fg[NORMAL] = @fg_color
fg[ACTIVE] = @fg_color
fg[INSENSITIVE] = mix (0.4, @fg_color, shade (0.85, @bg_color))
#shaded to bg[INSENSITIVE]
fg[PRELIGHT] = @fg_color
fg[SELECTED] = @selected_fg_color
bg[ACTIVE] = shade (0.9, @bg_color)
bg[NORMAL] = @bg_color
bg[INSENSITIVE] = shade (0.95, @bg_color)
bg[PRELIGHT] = shade (1.03, @bg_color)
bg[SELECTED] = @selected_bg_color
base[NORMAL] = @base_color
base[ACTIVE] = shade (0.9, @selected_bg_color)
base[INSENSITIVE] = shade (0.95, @base_color)
base[PRELIGHT] = @bg_color
base[SELECTED] = @selected_bg_color
text[NORMAL] = @text_color
text[ACTIVE] = @text_color
text[PRELIGHT] = @text_color
text[SELECTED] = @selected_fg_color
text[INSENSITIVE] = mix (0.5, @text_color, @base_color)
}
--
Configure bugmail: http://www.thewildbeast.co.uk/claws-mail/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Users
mailing list