Skip to content

Instantly share code, notes, and snippets.

@kholis
Created February 1, 2011 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kholis/805827 to your computer and use it in GitHub Desktop.
Save kholis/805827 to your computer and use it in GitHub Desktop.
gtkrc on nimbus-compact theme solaris
include "iconrc"
gtk-error-bell=0
gtk-icon-sizes = "panel-menu=16,16:gtk-menu=16,16:gtk-button=16,16:gtk-small-toolbar=16,16:gtk-large-toolbar=16,16:gtk-dialog=32,32:gtk-dnd=32,32"
style "default"
{
bg[NORMAL] = "#e8e9ed"
bg[PRELIGHT] = "#e9ecf2"
bg[SELECTED] = "#39698a"
bg[INSENSITIVE] = "#efebe5"
bg[ACTIVE] = "#bec1c7"
engine "nimbus"
{
}
}
style "entry" = "default"
{
bg[NORMAL] = "#edeceb"
bg[INSENSITIVE] = "#dee0e5"
base[INSENSITIVE] = "#dee0e5"
base[SELECTED] = "#0e5a8f"
engine "nimbus"
{
}
}
style "scrollbar" = "default"
{
GtkRange::slider_width = 13
GtkRange::stepper_size = 17
GtkScrollbar::min_slider_length = 31
GtkScale::slider-length= 14
}
style "pane" = "default"
{
GtkPaned::handle_size = 10
}
style "menu" = "default"
{
bg[NORMAL] = "#eff0f2"
bg[PRELIGHT] = "#39698a"
PanelMenu::stripe-enabled = FALSE
}
style "PanelFrame"
{
xthickness = 1
ythickness = 1
}
class "Panel*" style "PanelFrame"
class "PanelMenuBar" style "default"
class "WnckSelector" style "default"
class "GtkMenu*" style "menu"
class "GtkScale" style "scrollbar"
class "GtkTreeView" style "entry"
class "GtkWidget" style "default"
class "GtkEntry" style "entry"
class "GtkScrollbar" style "scrollbar"
class "GtkPaned" style "pane"
style "notebook" = "default" {
xthickness = 1
ythickness = 4
}
widget_class "*<GeditNotebook>" style "notebook"
style "tips"
{
bg[NORMAL] = "#ffffcc"
}
widget "gtk-tooltip*" style "tips"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment