QtCurve-Murrina
QtCurve
QtCurve-Murrina is a style for QtCurve engine matching as far as possible the GTK+ Murrine engine and the MurrinaChromium theme (http://opendesktop.org/content/show.php?content=147240).
To get Chromium based web browser using GTK+ theme properly with QtCurve, you must edit the /usr/share/themes/QtCurve/gtk-2.0/gtkrc file like this :
- Add the color scheme in the first line. For example, from MurrinaChromium :
gtk_color_scheme = "fg_color:#000\nbg_color:#F2F7FD\nbase_color:#fff\ntext_color:#1a1a1a\nselected_bg_color:#5499EE\nselected_fg_color:#444\ntooltip_bg_color:#C0DAFF\ntooltip_fg_color:#1a1a1a"
- Add the chrome-hacks. For example, from MurrinaChromium :
style "chrome-hacks"
{
ChromeGtkFrame::frame-color = @selected_bg_color
ChromeGtkFrame::inactive-frame-color = "#E0DFDE"
ChromeGtkFrame::frame-gradient-size = 16
ChromeGtkFrame::frame-gradient-color = shade (0.95,@selected_bg_color)
ChromeGtkFrame::inactive-frame-gradient-color = shade (0.95,"#E0DFDE")
ChromeGtkFrame::incognito-frame-color = "#2B74C7"
ChromeGtkFrame::incognito-inactive-frame-color = "#E9EBED"
ChromeGtkFrame::incognito-frame-gradient-color = shade (0.95,"#2B74C7")
ChromeGtkFrame::incognito-inactive-frame-gradient-color = shade (0.95,"#E9EBED")
ChromeGtkFrame::scrollbar-trough-color = shade (0.9, @bg_color)
ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.05, @selected_bg_color)
ChromeGtkFrame::scrollbar-slider-normal-color = @selected_bg_color
}
class "ChromeGtkFrame" style "chrome-hacks"
5 years ago
1.2 : More visual consistency between QtCurve-Murrina and MurrinaChromium.
Use HCY color space rather than using HSL color space.
1.1 : Some options tweaked to look like the GTK+ Murrine engine and the MurrinaChromium theme more.
Initial Release.
5 years ago
1.2 : More visual consistency between QtCurve-Murrina and MurrinaChromium.
Use HCY color space rather than using HSL color space.
1.1 : Some options tweaked to look like the GTK+ Murrine engine and the MurrinaChromium theme more.
Initial Release.
openDesktop.org :
Anywhere
6 years ago
Report
Anywhere
6 years ago
Report
DDZ
6 years ago
Report