/usr/share/themes/IndustrialTango/gtk/gtkrc is in industrialtango-theme 0.1-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | style "industrial-default"
{
#GtkWidget::interior_focus = 1
#GtkButton::default_border = { 3, 3, 3, 3 }
#GtkButton::default_outside_border = { 3, 3, 3, 3 }
#GtkRange::trough_border = 0
#
#GtkWidget::focus_padding = 1
#
#GtkPaned::handle_size = 7
#
#GtkRange::slider_width = 15
#GtkRange::stepper_size = 15
#GtkScrollbar::min_slider_length = 30
#GtkCheckButton::indicator_size = 13
#GtkRadioButton::indicator_size = 13
#GtkMenuBar::internal-padding = 0
#
#GtkButton::child_displacement_x = 1
#GtkButton::child_displacement_y = 1
bg[NORMAL] = "#f6f6f6"
bg[PRELIGHT] = "#ffffff"
fg[PRELIGHT] = "#202020"
bg[ACTIVE] = "#d9d9d9"
bg[INSENSITIVE] = "#d9d9d9"
bg[SELECTED] = "#99a6bf"
base[SELECTED] = "#6484a4"
text[SELECTED] = "#ffffff"
#this is selected item without focus:
base[ACTIVE] = "#b6c9cf"
text[INSENSITIVE] = "#ffffff"
engine "industrial"
{
contrast = 1.0
}
}
style "industrial-wide" = "industrial-default"
{
engine "industrial"
{
wide = TRUE
contrast = 1.0
}
}
style "industrial-unrounded" = "industrial-default"
{
engine "industrial"
{
rounded_buttons = FALSE
contrast = 1.0
}
}
style "industrial-menu" = "industrial-default"
{
#menu entries
bg[PRELIGHT] = "#6484a4"
bg[SELECTED] = "#6484a4"
#bg[PRELIGHT] = "#9a9b9a"
#bg[SELECTED] = "#6e7c8c"
fg[PRELIGHT] = "#ffffff"
fg[SELECTED] = "#ffffff"
}
style "industrial-frame-title" = "industrial-default"
{
fg[NORMAL] = "#4d4466"
}
style "industrial-tooltips" = "industrial-default"
{
bg[NORMAL] = { 1.0,1.0,0.75 }
}
style "industrial-evolution-addressbook" = "industrial-default"
{
bg[NORMAL] = "#d6d6d6"
}
class "GtkWidget" style "industrial-default"
class "GtkButton" style "industrial-wide"
class "GtkRange" style "industrial-wide"
class "GtkMenu" style "industrial-wide"
class "GtkFrame" style "industrial-wide"
class "GtkStatusbar" style "industrial-wide"
class "GtkMenuItem" style "industrial-menu"
widget_class "*.*MenuItem.*" style "industrial-menu"
class "GtkEntry" style "industrial-wide"
widget_class "*.GtkFrame.GtkLabel" style "industrial-frame-title"
widget "gtk-tooltips" style "industrial-tooltips"
#widget_class "*.GtkTreeView.GtkButton" style "industrial-unrounded"
#widget_class "*.GtkCTree.GtkButton" style "industrial-unrounded"
#widget_class "*.GtkList.GtkButton" style "industrial-unrounded"
#widget_class "*.GtkCList.GtkButton" style "industrial-unrounded"
widget_class "*.GtkList.*" style "industrial-unrounded"
widget_class "*.GtkCList.*" style "industrial-unrounded"
widget_class "*.ETree.*" style "industrial-unrounded"
widget_class "*.ETable.*" style "industrial-unrounded"
widget_class "*.EMinicardViewWidget" style "industrial-evolution-addressbook"
|