
deviant
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
I made this theme (pixmap engine) for use with the "deviant" Fluxbox style.
-deviant GTK-theme based on Breathe by urukrama and BlackWhite by thrynk.
-deviant Dark GTK-theme based on Mire v2-lime by Lyrae.
No Metacity theme for now but soon.
13 years ago
* 10/11/2007
- add emerald theme
- fix panel-bg and button-active with correct color
- add Dark GTK-theme murrina engine!
13 years ago
* 10/11/2007
- add emerald theme
- fix panel-bg and button-active with correct color
- add Dark GTK-theme murrina engine!
krtko
13 years ago
Report
PhrAok
13 years ago
Code:
/desktop/gnome/interface/toolbar_style
Valid values: both, both-horiz, icons, and text.
Report
krtko
13 years ago
Report
urukrama
13 years ago
gtk-toolbar-style = GTK_TOOLBAR_TEXT
Make sure you also have a .gtkrc-2.0 file in your home directory that has the following line in it:
include "/home/USERNAME/.gtkrc-2.0.mine"
Hope this helps.
Report
krtko
13 years ago
Report
PhrAok
13 years ago
Add this to your .gtkrc-2.0 file in your home directory
gtk-toolbar-style = GTK_TOOLBAR_TEXT
---
my .gtkrc-2.0:
# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/home/phraok/.themes/deviant dark/gtk-2.0/gtkrc"
include "/home/phraok/.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT
gtk-toolbar-style = GTK_TOOLBAR_TEXT
gtk-font-name = "Sans 8"
gtk-theme-name = "deviant dark"
gtk-icon-theme-name = "Sladf"
style "rox" = "default"
{
bg[NORMAL] = "#ffffff"
bg[ACTIVE] = "#ffffff"
}
widget_class "*Collection*" style "rox"
Report
krtko
13 years ago
Report
krtko
13 years ago
Report
PhrAok
13 years ago
Report