[gnome-weather] Use dark theme
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] Use dark theme
- Date: Tue, 5 Mar 2013 15:03:08 +0000 (UTC)
commit 72263050efd3a1c828b53acf53c0f5f664ae8887
Author: William Jon McCann <william jon mccann gmail com>
Date: Mon Mar 4 19:55:35 2013 -0500
Use dark theme
src/main.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.js b/src/main.js
index 4662923..99e9d05 100644
--- a/src/main.js
+++ b/src/main.js
@@ -50,7 +50,7 @@ const Application = new Lang.Class({
Util.loadStyleSheet();
let settings = Gtk.Settings.get_for_screen(Gdk.Screen.get_default());
- settings.gtk_application_prefer_dark_theme = false;
+ settings.gtk_application_prefer_dark_theme = true;
this.world = GWeather.Location.new_world(false);
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]