From 08f85f255e782407582153907a8ca81666bc8a89 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 9 Apr 2016 22:08:54 +0200 Subject: Revert "rename dir ContrastHighInverse to HighContrastInverse" This reverts commit 406802bc6f8939415ffc51a429aab948ce216571. The name change prevent us to do any change in our theme, it seems that gtk+ version will always be prefered if we use the same name. --- .../ContrastHighInverse/gtk-2.0/Makefile.am | 5 + .../ContrastHighInverse/gtk-2.0/gtkrc.in | 106 +++++++++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 desktop-themes/ContrastHighInverse/gtk-2.0/Makefile.am create mode 100755 desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in (limited to 'desktop-themes/ContrastHighInverse/gtk-2.0') diff --git a/desktop-themes/ContrastHighInverse/gtk-2.0/Makefile.am b/desktop-themes/ContrastHighInverse/gtk-2.0/Makefile.am new file mode 100644 index 00000000..eb9e8504 --- /dev/null +++ b/desktop-themes/ContrastHighInverse/gtk-2.0/Makefile.am @@ -0,0 +1,5 @@ +themedir = $(datadir)/themes/ContrastHighInverse/gtk-2.0 + +theme_DATA = gtkrc + +EXTRA_DIST= $(theme_DATA) diff --git a/desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in b/desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in new file mode 100755 index 00000000..1c44555f --- /dev/null +++ b/desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in @@ -0,0 +1,106 @@ +# High-Contrast Inverse, "Normal Size" Theme +# +# Original gtkrc by Bill Haneman, based on Standard theme by T. Liebeck, +# which was in turn based on lots of different gtkrc files but +# primarily the one for the metal theme. +# +# High-contrast pixmap icons by jimmac with input from tigert. + +#Note: we just use the LargePrint icons for now, they will be scaled +#to the correct size + +pixmap_path "@prefix@/share/themes/ContrastHighInverse/pixmaps" + +#TODO: move sun-jds style downstream +style "sun-jds" +{ + PanelMenu::stripe-gradient-top = "#000033" + PanelMenu::stripe-gradient-bottom = "#000033" +} +class "GtkWidget" style "sun-jds" + +style "default" +{ + engine "hcengine" { + edge_thickness = 2 + } + + xthickness = 2 + ythickness = 2 + + EelEditableLabel::cursor_aspect_ratio = 0.1 + EelEditableLabel::cursor_color = "#00cccc" + + GtkEntry::cursor_color = "#00cccc" + GtkEntry::cursor_aspect_ratio = 0.1 + + GtkHSV::focus-line-pattern = "\0" + + GtkRange::stepper-size = 20 + + GtkTextView::cursor_aspect_ratio = 0.1 + GtkTextView::cursor_color = "#00cccc" + + GtkTreeView::expander-size = 16 + +# GtkWidget::cursor_aspect_ratio = 0.1 + GtkWidget::focus-line-pattern = "\4\2" + GtkWidget::focus-line-width = 0 + GtkWidget::focus-padding = 0 + GtkWidget::interior_focus = 1 + GtkWidget::link-color = "#80ccff" + GtkWidget::visited-link-color = "#ff80ff" + + # Caja + CajaIconContainer::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" + + fg[NORMAL] = "#ffffff" + text[NORMAL] = "#ffffff" + bg[NORMAL] = "#000000" + base[NORMAL] = "#000000" + + fg[INSENSITIVE] = "#999999" + bg[INSENSITIVE] = "#333333" + text[INSENSITIVE] = "#999999" + base[INSENSITIVE] = "#333333" + + fg[PRELIGHT] = "#ffffff" + text[PRELIGHT] = "#003333" + bg[PRELIGHT] = "#666699" + base[PRELIGHT] = "#003333" + + fg[ACTIVE] = "#ffffff" + text[ACTIVE] = "#ffffff" + bg[ACTIVE] = "#666699" + base[ACTIVE] = "#666699" + + fg[SELECTED] = "#000033" + text[SELECTED] = "#000033" + bg[SELECTED] = "#ffffff" + base[SELECTED] = "#ffcccc" + +@gtk_stock_icons_rc@ +@panel_stock_icons_rc@ +@media_stock_icons_rc@ +@capplet_stock_icons_rc@ +@marco_stock_icons_rc@ + +#caja improvements + +style "caja-location" +{ + bg[NORMAL] = "#000000" +} + +widget "*.caja-extra-view-widget" style : highest "caja-location" + -- cgit v1.2.1