[gnome-themes-standard] Add high contrast inverse theme



commit 3d4b2e16b6e3d4e36c7ff5a25cc9978c8a4b0cea
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Feb 27 20:31:44 2011 +0100

    Add high contrast inverse theme

 configure.ac                                   |    2 +
 po/POTFILES.in                                 |    1 +
 themes/HighContrastInverse/Makefile.am         |   15 ++++
 themes/HighContrastInverse/gtk-3.0/Makefile.am |    7 ++
 themes/HighContrastInverse/gtk-3.0/gtk.css     |   83 ++++++++++++++++++++++++
 themes/HighContrastInverse/index.theme.in      |   10 +++
 themes/Makefile.am                             |    2 +-
 7 files changed, 119 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 740d4b7..76f4949 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,8 @@ themes/AdwaitaLowContrast/Makefile
 themes/AdwaitaLowContrast/gtk-3.0/Makefile
 themes/HighContrast/Makefile
 themes/HighContrast/gtk-3.0/Makefile
+themes/HighContrastInverse/Makefile
+themes/HighContrastInverse/gtk-3.0/Makefile
 src/Makefile
 po/Makefile.in
 ])
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5945330..4bae12e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,3 +4,4 @@ themes/Adwaita/backgrounds/adwaita.xml.in.in
 themes/Adwaita/index.theme.in
 themes/AdwaitaLowContrast/index.theme.in
 themes/HighContrast/index.theme.in
+themes/HighContrastInverse/index.theme.in
diff --git a/themes/HighContrastInverse/Makefile.am b/themes/HighContrastInverse/Makefile.am
new file mode 100644
index 0000000..b64d257
--- /dev/null
+++ b/themes/HighContrastInverse/Makefile.am
@@ -0,0 +1,15 @@
+SUBDIRS = gtk-3.0
+
+THEME_NAME=HighContrastInverse
+THEME_IN_FILES=index.theme.in
+
+%.theme:   %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
+
+themedir = $(datadir)/themes/$(THEME_NAME)
+
+theme_DATA = index.theme
+
+DISTCLEANFILES = index.theme
+EXTRA_DIST = index.theme.in index.theme
+
+-include $(top_srcdir)/git.mk
diff --git a/themes/HighContrastInverse/gtk-3.0/Makefile.am b/themes/HighContrastInverse/gtk-3.0/Makefile.am
new file mode 100644
index 0000000..439ebb7
--- /dev/null
+++ b/themes/HighContrastInverse/gtk-3.0/Makefile.am
@@ -0,0 +1,7 @@
+themedir = $(datadir)/themes/HighContrastInverse/gtk-3.0
+theme_DATA = \
+	gtk.css
+
+EXTRA_DIST = $(theme_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/themes/HighContrastInverse/gtk-3.0/gtk.css b/themes/HighContrastInverse/gtk-3.0/gtk.css
new file mode 100644
index 0000000..95c9a33
--- /dev/null
+++ b/themes/HighContrastInverse/gtk-3.0/gtk.css
@@ -0,0 +1,83 @@
+* {
+    -EelEditableLabel-cursor-aspect-ratio: 0.1;
+    -EelEditableLabel-cursor-color: #0cc;
+
+    -GtkRange-stepper-size: 20;
+
+    -GtkTreeView-expander-size: 16;
+
+    -GtkWidget-cursor-color: #0cc;
+    -GtkWidget-cursor-aspect-ratio: 0.1;
+    -GtkWidget-focus-line-width: 2;
+    -GtkWidget-focus-padding: 0;
+    -GtkWidget-interior-focus: 1;
+    -GtkWidget-link-color: #80ccff;
+    -GtkWidget-visited-link-color: #ff80ff;
+
+    /* Nautilus */
+    -NautilusIconContainer-frame-text: 1;
+
+    /* Pidgin */
+    -GtkIMHtml-hyperlink-color: #80ccff;
+    -GtkIMHtml-hyperlink-visited-color: #ff80ff;
+    -GtkIMHtml-hyperlink-prelight-color: #ffccff;
+
+    /* Evolution */
+    -GtkHTML-link-color: #80ccff;
+    -GtkHTML-vlink-color: #ff80ff;
+    -GtkHTML-cite-color: #ccff80;
+
+    background-color: #003;
+    border-color: #fff;
+    color: #fff;
+}
+
+*:hover {
+    color: #033;
+    background-color: #fff;
+    border-color: #033;
+}
+
+*:insensitive {
+    color: #999;
+    background-color: #333;
+    border-color: #999;
+}
+
+.notebook,
+.button,
+.trough {
+    border-width: 2;
+    border-style: solid;
+}
+
+.trough {
+    background-color: #669;
+    color: #fff;
+}
+
+tab {
+    background-color: #669;
+}
+
+tab:active,
+row:hover {
+    background-color: #003;
+    color: #fff;
+}
+
+*:selected {
+    background-color: #669;
+    color: #003;
+}
+
+*:selected:focused {
+    background-color: #fcc;
+    color: #003;
+}
+
+.button:prelight:active {
+    background-color: #669;
+    border-color: #003;
+    color: #003;
+}
\ No newline at end of file
diff --git a/themes/HighContrastInverse/index.theme.in b/themes/HighContrastInverse/index.theme.in
new file mode 100644
index 0000000..a93da78
--- /dev/null
+++ b/themes/HighContrastInverse/index.theme.in
@@ -0,0 +1,10 @@
+[X-GNOME-Metatheme]
+_Name=High Contrast Inverse
+Type=X-GNOME-Metatheme
+_Comment=High contrast inverse theme
+Encoding=UTF-8
+GtkTheme=HighContrastInverse
+MetacityTheme=Adwaita
+IconTheme=gnome
+CursorTheme=Adwaita
+CursorSize=24
diff --git a/themes/Makefile.am b/themes/Makefile.am
index 4495a48..66b359d 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = Adwaita AdwaitaLowContrast HighContrast
+SUBDIRS = Adwaita AdwaitaLowContrast HighContrast HighContrastInverse
 
 -include $(top_srcdir)/git.mk
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]