[gnome-builder] sysmon: add style overrides for RgGraph



commit 38125678a0723428f237eb6c079d00457dcba99f
Author: Christian Hergert <christian hergert me>
Date:   Fri Jan 15 12:04:22 2016 -0800

    sysmon: add style overrides for RgGraph

 plugins/sysmon/gb-sysmon.gresource.xml |    2 ++
 plugins/sysmon/theme/Adwaita-dark.css  |    6 ++++++
 plugins/sysmon/theme/Adwaita.css       |    6 ++++++
 3 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/plugins/sysmon/gb-sysmon.gresource.xml b/plugins/sysmon/gb-sysmon.gresource.xml
index 704c724..2bba962 100644
--- a/plugins/sysmon/gb-sysmon.gresource.xml
+++ b/plugins/sysmon/gb-sysmon.gresource.xml
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <gresources>
   <gresource prefix="/org/gnome/builder/plugins/sysmon">
+    <file>theme/Adwaita.css</file>
+    <file>theme/Adwaita-dark.css</file>
     <file>gb-sysmon-panel.ui</file>
   </gresource>
 </gresources>
diff --git a/plugins/sysmon/theme/Adwaita-dark.css b/plugins/sysmon/theme/Adwaita-dark.css
new file mode 100644
index 0000000..ea07391
--- /dev/null
+++ b/plugins/sysmon/theme/Adwaita-dark.css
@@ -0,0 +1,6 @@
+RgGraph {
+  background-color: #2e3436;
+  background-size: 8px 8px;
+  background-image: repeating-linear-gradient(0deg, #32383a, #32383a 1px, transparent 1px, transparent 8px),
+                    repeating-linear-gradient(-90deg, #32383a, #32383a 1px, transparent 1px, transparent 
8px);
+}
diff --git a/plugins/sysmon/theme/Adwaita.css b/plugins/sysmon/theme/Adwaita.css
new file mode 100644
index 0000000..09e6241
--- /dev/null
+++ b/plugins/sysmon/theme/Adwaita.css
@@ -0,0 +1,6 @@
+RgGraph {
+  background-color: #f6f7f8;
+  background-size: 8px 8px;
+  background-image: repeating-linear-gradient(0deg, #f0f1f2, #f0f1f2 1px, transparent 1px, transparent 8px),
+                    repeating-linear-gradient(-90deg, #f0f1f2, #f0f1f2 1px, transparent 1px, transparent 
8px);
+}


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