diff options
Diffstat (limited to 'community/paper-gtk-theme/0004-gtk2-dark-theme-wasn-t-working.diff')
-rw-r--r-- | community/paper-gtk-theme/0004-gtk2-dark-theme-wasn-t-working.diff | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/community/paper-gtk-theme/0004-gtk2-dark-theme-wasn-t-working.diff b/community/paper-gtk-theme/0004-gtk2-dark-theme-wasn-t-working.diff deleted file mode 100644 index bc607deb42..0000000000 --- a/community/paper-gtk-theme/0004-gtk2-dark-theme-wasn-t-working.diff +++ /dev/null @@ -1,62 +0,0 @@ -From 06fb8b41743dd99410c08a9beabc323e6631d009 Mon Sep 17 00:00:00 2001 -From: Sam Hewitt <hewittsamuel@gmail.com> -Date: Thu, 26 May 2016 23:58:33 -0400 -Subject: [PATCH 4/7] gtk2 dark theme wasn't working - ---- - Paper/gtk-2.0/dark.rc | 1 - - Paper/gtk-2.0/gtkrc | 4 ++-- - Paper/gtk-3.16/_common.scss | 4 ---- - 3 files changed, 2 insertions(+), 7 deletions(-) - -diff --git a/Paper/gtk-2.0/dark.rc b/Paper/gtk-2.0/dark.rc -index b2ab57c..fb45bce 100644 ---- a/Paper/gtk-2.0/dark.rc -+++ b/Paper/gtk-2.0/dark.rc -@@ -129,7 +129,6 @@ style "dark" { - - # Draw frame around menu in a non-compositied environment - # This needs to go before pixmap because we need to override some stuff -- engine "adwaita" {} - - engine "pixmap" { - -diff --git a/Paper/gtk-2.0/gtkrc b/Paper/gtk-2.0/gtkrc -index c33395d..40a6420 100755 ---- a/Paper/gtk-2.0/gtkrc -+++ b/Paper/gtk-2.0/gtkrc -@@ -40,7 +40,7 @@ gtk-auto-mnemonics = 1 - gtk-primary-button-warps-slider = 1 - - include "main.rc" --include "dark.rc" -+# include "dark.rc" - - # App stylings - include "apps/chrome.rc" -@@ -48,4 +48,4 @@ include "apps/gimp.rc" - include "apps/libreoffice.rc" - include "apps/terminal.rc" - include "apps/thunar.rc" --include "apps/xfce.rc" -\ No newline at end of file -+# include "apps/xfce.rc" -\ No newline at end of file -diff --git a/Paper/gtk-3.16/_common.scss b/Paper/gtk-3.16/_common.scss -index a1069b7..bbfdb9a 100644 ---- a/Paper/gtk-3.16/_common.scss -+++ b/Paper/gtk-3.16/_common.scss -@@ -37,10 +37,6 @@ $button_transition: all 200ms $ease-out-quad; - - -GtkPaned-handle-size: 1; - -- // We use the outline properties to signal the focus properties -- // to the adwaita engine: using real CSS properties is faster, -- // and we don't use any outlines for now. -- - // outline-color: transparentize($fg_color, 0.7); - // outline-style: dashed; - // outline-offset: -3px; --- -2.14.2 - |