~vanvugt/ubuntu-themes/sru-1725921-xenial

« back to all changes in this revision

Viewing changes to Radiance/gtk-2.0/gtkrc

  • Committer: Bileto Bot
  • Date: 2017-11-16 23:34:51 UTC
  • mfrom: (486.1.2 ubuntu-themes-xenial)
  • Revision ID: ci-train-bot@canonical.com-20171116233451-wheyhdifiz2jqdiu
gtk2: Ambiance, Radiance: inherit style fixes from MATE themes (LP:
#961679)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        GtkScrollbar::slider-width = 13
36
36
        GtkScrollbar::min-slider-length = 31
37
37
 
 
38
        GtkScrolledWindow::scrollbar-spacing   = 0
 
39
        GtkScrolledWindow::scrollbars-within-bevel = 0
 
40
 
38
41
        GtkMenuBar::internal-padding = 0
39
42
        GtkMenuBar::shadow-type = GTK_SHADOW_NONE
40
43
        GtkExpander::expander-size = 11
488
491
        bg[NORMAL]  = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
489
492
}
490
493
 
 
494
style "caja_location" {
 
495
        bg[NORMAL]  = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
 
496
}
 
497
 
491
498
style "calendar" {
492
499
        xthickness = 0
493
500
        ythickness = 0
642
649
# ToDo: A more generic approach for all applications that have a widget like this.
643
650
widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
644
651
 
 
652
# Special case the caja-extra-view-widget
 
653
# ToDo: A more generic approach for all applications that have a widget like this.
 
654
widget "*.caja-extra-view-widget" style : highest "caja_location"
 
655
 
645
656
# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
646
657
# Note that this work around assumes that the combobox is _not_ in appears-as-list mode.
647
658
widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
653
664
widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
654
665
# GtkCList also uses the fg color to draw text on top of the base colors.
655
666
widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
656
 
# Nautilus when renaming files, and maybe other places.
 
667
# Nautilus/Caja when renaming files, and maybe other places.
657
668
widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
658
669
# Work around for ubuntu's lucid sound indicator
659
670
widget "ido-offscreen-scale" style "soundfix"
663
674
# See the documentation of the style.
664
675
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
665
676
 
 
677
# Various performance fixes if murrine textstyle is on by default in the theme.
 
678
style "performance-fix" {
 
679
 engine "murrine" {
 
680
   textstyle = 0
 
681
   contrast = 0.5
 
682
 }
 
683
}
 
684
 
 
685
widget_class "*gtkmm__GtkWindow*"  style "performance-fix" # Inkscape
 
686
widget_class "*GimpDisplayShell*"  style "performance-fix" # Gimp
 
687
widget_class "*GimpToolbox*"   style "performance-fix"
 
688
widget_class "*GimpMenuDock*"    style "performance-fix"
 
689
widget "*OOoFixed*"          style "performance-fix" # Openoffice/Libreoffice
 
690
widget_class "*MozContainer*"    style "performance-fix" # Firefox (Not sure if this one does anything though.)
 
691
 
666
692
# Includes
667
693
#include "apps/banshee.rc"
668
694
include "apps/chromium.rc"
669
695
include "apps/ff.rc"
670
696
include "apps/gnome-terminal.rc"
671
697
include "apps/nautilus.rc"
 
698
include "apps/caja.rc"
 
699
include "apps/mate-panel.rc"