[swell-foop] Use the dark theme



commit 707f023e6a9b82fa423788dd9417899ab66e721e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Apr 12 09:46:40 2014 -0500

    Use the dark theme
    
    This was requested by Allan Day

 src/swell-foop.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/swell-foop.vala b/src/swell-foop.vala
index ed6b299..bfc3b33 100644
--- a/src/swell-foop.vala
+++ b/src/swell-foop.vala
@@ -57,6 +57,8 @@ public class SwellFoop : Gtk.Application
     {
         base.startup ();
 
+        Gtk.Settings.get_default ().set ("gtk-application-prefer-dark-theme", true);
+
         settings = new Settings ("org.gnome.swell-foop");
 
         add_action_entries (action_entries, this);


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