LINUX.ORG.RU

История изменений

Исправление Valkeru, (текущая версия) :

Автор этой темы советует следующее шаманство:

WORKAROUNDS AND TIPS

Like it's the case with all GTK dark themes, there may be readability issues in GTK2 apps. Fortunately, there are solutions. The following workarounds are meant to be used with QKDark:


=========
All Apps
=========
To make all GTK2 text views readable and also to make Chromium and Firefox more stylish, you could add the following lines to '~/.gtkrc-2.0' (the first line may be in it already):


include "/usr/share/themes/QtCurve/gtk-2.0/gtkrc"

style "view"
{
	# It's better not to have too bright text views.
	base[NORMAL] = "#ECECEC"
	text[NORMAL] = "#000000"
}
widget_class "*.<GtkTextView>*" style "view"

style "chromium-frame"
{
	ChromeGtkFrame::frame-color = "#000000"
	ChromeGtkFrame::inactive-frame-color = "#2B2B2D"
	ChromeGtkFrame::frame-gradient-size = 120
	ChromeGtkFrame::frame-gradient-color = "#505051"
	ChromeGtkFrame::scrollbar-trough-color = "#ffffff"
	ChromeGtkFrame::scrollbar-slider-prelight-color = "#C5C5C5"
	ChromeGtkFrame::scrollbar-slider-normal-color = "#B3B3B3"
}
class "ChromeGtkFrame" style "chromium-frame"

style "firefox-menubar"
{
	bg[NORMAL] = "#1F1F20"
}
widget_class "*GtkFixed*.GtkMenuBar*" style "firefox-menubar"

С жирнолисом вроде норм.

Исходная версия Valkeru, :

Автор этой темы советует вот такое шаманство:

WORKAROUNDS AND TIPS

Like it's the case with all GTK dark themes, there may be readability issues in GTK2 apps. Fortunately, there are solutions. The following workarounds are meant to be used with QKDark:


=========
All Apps
=========
To make all GTK2 text views readable and also to make Chromium and Firefox more stylish, you could add the following lines to '~/.gtkrc-2.0' (the first line may be in it already):


include "/usr/share/themes/QtCurve/gtk-2.0/gtkrc"

style "view"
{
	# It's better not to have too bright text views.
	base[NORMAL] = "#ECECEC"
	text[NORMAL] = "#000000"
}
widget_class "*.<GtkTextView>*" style "view"

style "chromium-frame"
{
	ChromeGtkFrame::frame-color = "#000000"
	ChromeGtkFrame::inactive-frame-color = "#2B2B2D"
	ChromeGtkFrame::frame-gradient-size = 120
	ChromeGtkFrame::frame-gradient-color = "#505051"
	ChromeGtkFrame::scrollbar-trough-color = "#ffffff"
	ChromeGtkFrame::scrollbar-slider-prelight-color = "#C5C5C5"
	ChromeGtkFrame::scrollbar-slider-normal-color = "#B3B3B3"
}
class "ChromeGtkFrame" style "chromium-frame"

style "firefox-menubar"
{
	bg[NORMAL] = "#1F1F20"
}
widget_class "*GtkFixed*.GtkMenuBar*" style "firefox-menubar"

С жирнолисом вроде норм.