Re: Industrial as default theme?
- From: Todd Kulesza <todd dropline net>
- To: Jeff Waugh <jdub perkypants org>
- Cc: desktop-devel-list gnome org
- Subject: Re: Industrial as default theme?
- Date: Thu, 03 Jun 2004 13:27:22 -0400
Jeff Waugh wrote:
http://dropline.net/gnome/screenshots.php
That's pretty nice - got the gtkrc file handy?
Attached :)
# Northside
# by Paul Best
# modified from the default Industrial Theme
pixmap_path "@prefix@/share/themes/Northside/gtk-2.0"
style "northside-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 = 0
GtkButton::child_displacement_y = 1
PanelMenu::gradient_bg = 1
PanelMenu::stripe-color = { 0.24, 0.44, 0.66 }
PanelMenu::stripe-color-light = { 0.54, 0.74, 0.96 }
GtkMenuItem::selected_shadow_type = GTK_SHADOW_IN
#GtkOptionMenu::indicator_size = { 11, 6 }
#GtkOptionMenu::indicator_spacing = { 4, 5, 2, 2 }
xthickness = 1
ythickness = 1
bg[NORMAL] = "#f6f6f6"
bg[PRELIGHT] = "#e8eff0"
fg[PRELIGHT] = "#202020"
bg[ACTIVE] = "#d9d9d9"
bg[INSENSITIVE] = "#d9d9d9"
bg[SELECTED] = "#99a6bf"
base[SELECTED] = "#7b96ac"
text[SELECTED] = "#ffffff"
engine "northside" {}
stock["gtk-goto-bottom"] =
{
{ "stock_bottom.png", *, *, *}
}
stock["gtk-goto-first"] =
{
{ "stock_first.png", *, *, *}
}
stock["gtk-goto-last"] =
{
{ "stock_last.png", *, *, *}
}
stock["gtk-goto-top"] =
{
{ "stock_top.png", *, *, *}
}
stock["gtk-go-back"] =
{
{ "stock_left.png", *, *, *}
}
stock["gtk-go-down"] =
{
{ "stock_down.png", *, *, *}
}
stock["gtk-go-forward"] =
{
{ "stock_right.png", *, *, *}
}
stock["gtk-go-up"] =
{
{ "stock_up.png", *, *, *}
}
stock["gtk-no"] =
{
{ "stock_cancel.png", *, *, *}
}
stock["gtk-apply"] =
{
{ "stock_apply.png", *, *, *}
}
stock["gtk-cancel"] =
{
{ "stock_cancel.png", *, *, *}
}
stock["gtk-ok"] =
{
{ "stock_ok.png", *, *, *}
}
stock["gtk-yes"] =
{
{ "stock_apply.png", *, *, *}
}
stock["gtk-refresh"] =
{
{ "stock_refresh.png", *, *, *}
}
}
style "northside-unrounded" = "northside-default"
{
engine "northside"
{
rounded_buttons = FALSE
}
}
style "northside-wide" = "northside-default"
{
bg[NORMAL] = "#dbe1e2"
xthickness = 2
ythickness = 2
}
style "northside-button" = "northside-default"
{
bg[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#000000"
xthickness = 2
ythickness = 2
}
style "northside-progress" = "northside-default"
{
bg[NORMAL] = "#f6f6f6"
bg[PRELIGHT] = "#7b92a5"
}
style "northside-tasklist" = "northside-default"
{
xthickness = 5
ythickness = 3
}
style "northside-arrows" = "northside-default"
{
fg[NORMAL] = { 0.2,0.2,0.2 }
}
style "northside-menu" = "northside-default"
{
xthickness = 3
ythickness = 3
#bg[PRELIGHT] = "#7b96ac"
#bg[SELECTED] = "#7b96ac"
bg[PRELIGHT] = "#7b92a5"
bg[SELECTED] = "#577591"
fg[PRELIGHT] = "#ffffff"
fg[SELECTED] = "#ffffff"
}
style "northside-menu-separator" = "northside-default"
{
xthickness = 3
ythickness = 3
bg[PRELIGHT] = "#e8eff0"
bg[SELECTED] = "#e8eff0"
fg[PRELIGHT] = "#ffffff"
fg[SELECTED] = "#ffffff"
}
style "northside-menubar" = "northside-default"
{
xthickness = 3
ythickness = 3
}
style "northside-paned" = "northside-default"
{
xthickness = 10
ythickness = 10
}
style "northside-tree" = "northside-default"
{
engine "northside"
{
rounded_buttons = FALSE
}
xthickness = 2
ythickness = 2
}
style "northside-frame-title" = "northside-default"
{
fg[NORMAL] = { 0.25,0.25,0.25 }
}
style "northside-panel" = "northside-default"
{
xthickness = 3
ythickness = 3
}
style "northside-tooltips" = "northside-default"
{
xthickness = 4
ythickness = 4
bg[NORMAL] = { 0.9,0.9,0.9 }
}
style "metacity-frame"
{
# Normal base color
bg[NORMAL] = "#f6f6f6"
# Unfocused title background color
bg[INSENSITIVE] = "#ffffff"
# Unfocused title text color
fg[INSENSITIVE] = "#bbbbbb"
# Focused icon color
fg[NORMAL] = { 0.2, 0.2, 0.2 }
# Focused title background color
bg[SELECTED] = "#7b92a5"
# Focused title text color
fg[SELECTED] = "white"
}
#class "Gtk*Paned" style "northside-paned"
widget "*.tasklist-button" style "northside-unrounded"
widget_class "*.GtkTreeView.*" style "northside-tree"
widget_class "*.GtkList.*" style "northside-tree"
widget_class "*.GtkCList.*" style "northside-tree"
widget_class "*.ETree.*" style "northside-tree"
widget_class "*.ETable.*" style "northside-tree"
class "GtkNotebook" style "northside-wide"
class "GtkWidget" style "northside-default"
class "GtkButton" style "northside-button"
class "GtkRange" style "northside-wide"
class "GtkMenu" style "northside-default"
class "GtkFrame" style "northside-wide"
class "GtkStatusbar" style "northside-default"
class "GtkMenuItem" style "northside-menu"
widget_class "*.GtkMenuItem.*" style "northside-menu"
widget_class "*.GtkAccelMenuItem.*" style "northside-menu"
widget_class "*.GtkRadioMenuItem.*" style "northside-menu"
widget_class "*.GtkCheckMenuItem.*" style "northside-menu"
widget_class "*.GtkImageMenuItem.*" style "northside-menu"
widget_class "*.GtkSeparatorMenuItem.*" style "northside-menu-separator"
class "GtkEntry" style "northside-wide"
widget_class "*.tooltips.*.GtkToggleButton" style "northside-tasklist"
widget_class "*.GtkFrame.GtkLabel" style "northside-frame-title"
widget_class "*.GtkFrame.GtkCheckButton.GtkLabel" style "northside-frame-title"
class "MetaFrames" style "metacity-frame"
class "GtkVScrollbar" style "northside-arrows"
class "GtkHScrollbar" style "northside-arrows"
class "GtkProgressBar" style "northside-progress"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "northside-panel"
widget "gtk-tooltips" style "northside-tooltips"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]