Branches
Comments
[»]
Merge with Xenophilia?
by N/A - Nov 6th 2000 12:02:26
Have you thought about merging your engine with Xenophilia? It has 3 types
of scrollbars, "deep/shallow" bevels, and more. It would be great to have
these features in addition to Colorstep's. Great theme, BTW.
[reply]
[top]
[»]
Re: Merge with Xenophilia?
by N/A - Nov 6th 2000 15:08:55
I don't remember if I ever looked at Xenophilia. I'll check it out on the
next revision. The plan is to move all compile-time options to the gtkrc
file instead. One day I'll clean the code, too.
[reply]
[top]
[»]
Making theme engines
by N/A - May 20th 2000 17:28:45
Does anyone have any info on making theme engines? Pixmap just doesn't cut
it.
[reply]
[top]
[»]
New gtkrc(s)
by N/A - May 20th 2000 11:24:29
I have written two new gtkrc: gtkrc.powder-sun and gtkrc.powder-peach. I
currently use powder-sun.
#========================================
#gtkrc.powder-sun: --- cut here ---
#========================================
#module_path ".:/home/raster/themes"
pixmap_path ".:/home/raster/themes"
style "default"
{
font = "-*-helvetica-medium-r-normal--10-*-*-*-*-*-*-*"
bg[NORMAL] = { 0.74, 0.74, 0.74 }
fg[NORMAL] = { 0, 0, 0 }
bg[PRELIGHT] = { 0.90, 0.88, 0.44 }
fg[PRELIGHT] = { 0, 0, 0 }
bg[SELECTED] = { 0.90, 0.88, 0.44 }
fg[SELECTED] = { 0, 0, 0 }
bg[ACTIVE] = { 0.61, 0.76, 0.90 }
fg[ACTIVE] = { 0, 0, 0 }
engine "colorstep"
{
}
}
style "list"
{
bg[ACTIVE] = { 0.74, 0.74, 0.74 }
bg[NORMAL] = { 1, 1, 1 }
bg[PRELIGHT] = { 0.90, 0.88, 0.44 }
bg[SELECTED] = { 0.90, 0.88, 0.44 }
}
widget_class "GtkCTree" style "list"
widget_class "GtkCList" style "list"
style "window"
{
# bg_pixmap[NORMAL] = "warning.xpm"
}
style "scale"
{
base[ACTIVE] = { 0.41, 0.52, 0.60 }
bg[ACTIVE] = { 0.41, 0.52, 0.60 }
base[NORMAL] = { 0.61, 0.76, 0.90 }
bg[NORMAL] = { 0.61, 0.76, 0.90 }
base[PRELIGHT] = { 0.90, 0.88, 0.44 }
bg[PRELIGHT] = { 0.90, 0.88, 0.44 }
base[SELECTED] = { 0.90, 0.88, 0.44 }
bg[SELECTED] = { 0.90, 0.88, 0.44 }
fg[ACTIVE] = { 0.41, 0.52, 0.60 }
fg[PRELIGHT] = { 0.90, 0.88, 0.44 }
fg[SELECTED] = { 0.90, 0.88, 0.44 }
}
style "button"
{
bg[NORMAL] = { 0.61, 0.76, 0.90 }
bg[PRELIGHT] = { 0.90, 0.88, 0.44 }
bg[ACTIVE] = { 0.90, 0.88, 0.44 }
bg[SELECTED] = { 0.90, 0.88, 0.44 }
}
style "toggle_button" = "button"
{
}
style "radio_button" = "toggle_button"
{
}
style "entry"
{
bg[SELECTED] = { 0.90, 0.88, 0.44 }
fg[SELECTED] = { 0.31, 0.31, 0.13 }
}
style "slider" = "scale"
{
}
style "tooltips"
{
bg[NORMAL] = { 0.93, 0.93, 0.78 }
fg[NORMAL] = { 0, 0, 0 }
}
style "ruler"
{
# font = '-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*'
}
style "curve"
{
}
# override testgtk2, introduce the green color in the button list
style 'button_list' = 'button'
{
}
widget "main window.*GtkScrolledWindow.*GtkButton*" style "button_list"
# common default
class "GtkWidget" style "default"
class "GtkText" style "entry"
class "GtkScrollbar" style "slider"
widget_class "GtkWindow" style "window"
widget_class "GtkDialog" style "window"
widget_class "GtkFileSelection" style "window"
widget_class "*Gtk*Scale" style "scale"
widget_class "*Gtk*Slider" style "slider"
widget_class "*GtkCheckButton*" style "toggle_button"
widget_class "*GtkRadioButton*" style "radio_button"
widget_class "*GtkButton*" style "button"
widget_class "*Ruler" style "ruler"
widget_class "*GtkEntry" style "entry"
widget "*GtkCurve" style "curve"
widget "gtk-tooltips*" style "tooltips"
--- cut here ---
#========================================
#gtkrc.powder-peach: --- cut here ---
#========================================
pixmap_path ".:/home/raster/themes"
style "default"
{
font = "-*-helvetica-medium-r-normal--10-*-*-*-*-*-*-*"
bg[NORMAL] = { 0.74, 0.74, 0.74 }
fg[NORMAL] = { 0, 0, 0 }
bg[PRELIGHT] = { 0.90, 0.72, 0.61 }
fg[PRELIGHT] = { 0, 0, 0 }
bg[SELECTED] = { 0.90, 0.72, 0.61 }
fg[SELECTED] = { 0, 0, 0 }
bg[ACTIVE] = { 0.61, 0.76, 0.90 }
fg[ACTIVE] = { 0, 0, 0 }
engine "colorstep"
{
}
}
style "list"
{
bg[ACTIVE] = { 0.74, 0.74, 0.74 }
bg[NORMAL] = { 1, 1, 1 }
bg[PRELIGHT] = { 0.90, 0.72, 0.61 }
bg[SELECTED] = { 0.90, 0.72, 0.61 }
}
widget_class "GtkCTree" style "list"
widget_class "GtkCList" style "list"
style "window"
{
# bg_pixmap[NORMAL] = "warning.xpm"
}
style "scale"
{
base[ACTIVE] = { 0.41, 0.52, 0.60 }
bg[ACTIVE] = { 0.41, 0.52, 0.60 }
base[NORMAL] = { 0.61, 0.76, 0.90 }
bg[NORMAL] = { 0.61, 0.76, 0.90 }
base[PRELIGHT] = { 0.90, 0.72, 0.61 }
bg[PRELIGHT] = { 0.90, 0.72, 0.61 }
base[SELECTED] = { 0.90, 0.72, 0.61 }
bg[SELECTED] = { 0.90, 0.72, 0.61 }
fg[ACTIVE] = { 0.41, 0.52, 0.60 }
fg[PRELIGHT] = { 0.90, 0.72, 0.61 }
fg[SELECTED] = { 0.90, 0.72, 0.61 }
}
style "button"
{
bg[NORMAL] = { 0.61, 0.76, 0.90 }
bg[PRELIGHT] = { 0.90, 0.72, 0.61 }
bg[ACTIVE] = { 0.90, 0.72, 0.61 }
bg[SELECTED] = { 0.90, 0.72, 0.61 }
}
style "toggle_button" = "button"
{
}
style "radio_button" = "toggle_button"
{
}
style "entry"
{
bg[SELECTED] = { 0.90, 0.72, 0.61 }
fg[SELECTED] = { 0.30, 0.48, 0.41 }
}
style "slider" = "scale"
{
}
style "tooltips"
{
bg[NORMAL] = { 0.93, 0.93, 0.78 }
fg[NORMAL] = { 0, 0, 0 }
}
style "ruler"
{
# font = '-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*'
}
style "curve"
{
}
# override testgtk2, introduce the green color in the button list
style 'button_list' = 'button'
{
}
widget "main window.*GtkScrolledWindow.*GtkButton*" style "button_list"
# common default
class "GtkWidget" style "default"
class "GtkText" style "entry"
class "GtkScrollbar" style "slider"
widget_class "GtkWindow" style "window"
widget_class "GtkDialog" style "window"
widget_class "GtkFileSelection" style "window"
widget_class "*Gtk*Scale" style "scale"
widget_class "*Gtk*Slider" style "slider"
widget_class "*GtkCheckButton*" style "toggle_button"
widget_class "*GtkRadioButton*" style "radio_button"
widget_class "*GtkButton*" style "button"
widget_class "*Ruler" style "ruler"
widget_class "*GtkEntry" style "entry"
widget "*GtkCurve" style "curve"
widget "gtk-tooltips*" style "tooltips"
--- cut here ---
[reply]
[top]
|