Added gtk-3.0 support

This commit is contained in:
Silvan Calarco 2012-08-06 15:13:55 +02:00
parent 22b3ce5f67
commit da8102ffa2
6 changed files with 9 additions and 1 deletions

View File

@ -20,11 +20,13 @@ INSTALL_SCRIPT = ${INSTALL_PROGRAM}
install-dirs: install-dirs:
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/themes/openmamba-green/metacity-1 @$(INSTALL_DIR) $(DESTDIR)$(datadir)/themes/openmamba-green/metacity-1
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/themes/openmamba-green/gtk-2.0 @$(INSTALL_DIR) $(DESTDIR)$(datadir)/themes/openmamba-green/gtk-2.0
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/themes/openmamba-green/gtk-3.0
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/pixmaps/backgrounds/gnome/openmamba-green @$(INSTALL_DIR) $(DESTDIR)$(datadir)/pixmaps/backgrounds/gnome/openmamba-green
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/gnome-background-properties @$(INSTALL_DIR) $(DESTDIR)$(datadir)/gnome-background-properties
install: install-dirs install: install-dirs
$(INSTALL_DATA) src/openmamba-green/metacity-1/* $(DESTDIR)$(datadir)/themes/openmamba-green/metacity-1 $(INSTALL_DATA) src/openmamba-green/metacity-1/* $(DESTDIR)$(datadir)/themes/openmamba-green/metacity-1
$(INSTALL_DATA) src/openmamba-green/gtk-2.0/* $(DESTDIR)$(datadir)/themes/openmamba-green/gtk-2.0 $(INSTALL_DATA) src/openmamba-green/gtk-2.0/* $(DESTDIR)$(datadir)/themes/openmamba-green/gtk-2.0
$(INSTALL_DATA) src/openmamba-green/gtk-3.0/* $(DESTDIR)$(datadir)/themes/openmamba-green/gtk-3.0
$(INSTALL_DATA) src/openmamba-green/index.theme $(DESTDIR)$(datadir)/themes/openmamba-green/ $(INSTALL_DATA) src/openmamba-green/index.theme $(DESTDIR)$(datadir)/themes/openmamba-green/
$(INSTALL_DATA) src/openmamba-green.jpg $(DESTDIR)$(datadir)/pixmaps/backgrounds/gnome/openmamba-green/openmamba-green.jpg $(INSTALL_DATA) src/openmamba-green.jpg $(DESTDIR)$(datadir)/pixmaps/backgrounds/gnome/openmamba-green/openmamba-green.jpg
$(INSTALL_DATA) src/gnome-openmamba-green.xml $(DESTDIR)$(datadir)/gnome-background-properties/gnome-openmamba-green.xml $(INSTALL_DATA) src/gnome-openmamba-green.xml $(DESTDIR)$(datadir)/gnome-background-properties/gnome-openmamba-green.xml

View File

@ -1 +1 @@
VERSION=0.2 VERSION=0.3

View File

@ -0,0 +1 @@
@import url("resource:///org/gnome/adwaita/gtk-main-dark.css");

View File

@ -0,0 +1 @@
@import url("resource:///org/gnome/adwaita/gtk-main.css");

Binary file not shown.

View File

@ -0,0 +1,4 @@
[Settings]
gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#4db90a\nselected_fg_color:#ffffff\ntext_color:#1A1A1A\nbg_color:#EDECEB\ntooltip_bg_color:#E7F3FD"
gtk-auto-mnemonics = 1
gtk-visible-focus = automatic