summaryrefslogtreecommitdiff
path: root/schist_gtk4_gui/resources
diff options
context:
space:
mode:
Diffstat (limited to 'schist_gtk4_gui/resources')
-rw-r--r--schist_gtk4_gui/resources/css/styles.css1
-rw-r--r--schist_gtk4_gui/resources/css/window.css4
-rw-r--r--schist_gtk4_gui/resources/resources.gresource.xml2
3 files changed, 7 insertions, 0 deletions
diff --git a/schist_gtk4_gui/resources/css/styles.css b/schist_gtk4_gui/resources/css/styles.css
new file mode 100644
index 0000000..b42e2df
--- /dev/null
+++ b/schist_gtk4_gui/resources/css/styles.css
@@ -0,0 +1 @@
+@import 'window.css';
diff --git a/schist_gtk4_gui/resources/css/window.css b/schist_gtk4_gui/resources/css/window.css
new file mode 100644
index 0000000..c07e199
--- /dev/null
+++ b/schist_gtk4_gui/resources/css/window.css
@@ -0,0 +1,4 @@
+.window {
+ background-color: #011120;
+ color: #e1f9ff;
+}
diff --git a/schist_gtk4_gui/resources/resources.gresource.xml b/schist_gtk4_gui/resources/resources.gresource.xml
index a74cfc9..30fdd9f 100644
--- a/schist_gtk4_gui/resources/resources.gresource.xml
+++ b/schist_gtk4_gui/resources/resources.gresource.xml
@@ -2,5 +2,7 @@
<gresources>
<gresource prefix="/net/joeac/schist/">
<file compressed="true" preprocess="xml-stripblanks">window.ui</file>
+ <file compressed="true">css/styles.css</file>
+ <file compressed="true">css/window.css</file>
</gresource>
</gresources>