[gnome-builder] terminal: move styling into terminal gresource



commit e79f0e6baa379c8cbedeb5ea41b7a50ebc7c53ce
Author: Christian Hergert <christian hergert me>
Date:   Fri Feb 19 14:05:45 2016 -0800

    terminal: move styling into terminal gresource

 data/theme/shared.css                      |    4 ----
 plugins/terminal/gb-terminal.gresource.xml |    1 +
 plugins/terminal/theme/shared.css          |    3 +++
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/shared.css b/data/theme/shared.css
index 91febaa..c7b98ac 100644
--- a/data/theme/shared.css
+++ b/data/theme/shared.css
@@ -49,7 +49,3 @@ frame.gb-search-frame border {
     margin: 2px;
     padding: 2px;
 }
-
-.terminal {
-  background-color: @theme_base_color;
-}
diff --git a/plugins/terminal/gb-terminal.gresource.xml b/plugins/terminal/gb-terminal.gresource.xml
index c61243d..ab0134e 100644
--- a/plugins/terminal/gb-terminal.gresource.xml
+++ b/plugins/terminal/gb-terminal.gresource.xml
@@ -3,5 +3,6 @@
   <gresource prefix="/org/gnome/builder/plugins/terminal">
     <file>gb-terminal-view.ui</file>
     <file>gtk/menus.ui</file>
+    <file>theme/shared.css</file>
   </gresource>
 </gresources>
diff --git a/plugins/terminal/theme/shared.css b/plugins/terminal/theme/shared.css
new file mode 100644
index 0000000..dbe6ce3
--- /dev/null
+++ b/plugins/terminal/theme/shared.css
@@ -0,0 +1,3 @@
+.terminal {
+  background-color: @theme_base_color;
+}


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