summaryrefslogtreecommitdiff
path: root/themes/Adwaita/definition.xml
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-04-09 06:14:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-04-09 06:14:53 (GMT)
commit799edfed201e47b5d16fa811ffc77231695000d7 (patch)
tree5f539bb5498a594db48299fac059f72bcd92df9c /themes/Adwaita/definition.xml
parent010c4d4c07d19ff3f50d0f3caa9fc519ec17df14 (diff)
Introduced a new theme format.
Diffstat (limited to 'themes/Adwaita/definition.xml')
-rw-r--r--themes/Adwaita/definition.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/themes/Adwaita/definition.xml b/themes/Adwaita/definition.xml
new file mode 100644
index 0000000..b469695
--- /dev/null
+++ b/themes/Adwaita/definition.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ChrysalideTheme>
+ <identity>
+ <name>Adwaita</name>
+ <author>Cyrille Bagard</author>
+ <desc>Default theme for Chrysalide</desc>
+ </identity>
+ <resources>
+ <common>
+ <path>core.css</path>
+ <path>display.css</path>
+ <path>icons.css</path>
+ <path>portions.css</path>
+ </common>
+ <light>
+ <path>widgets.css</path>
+ </light>
+ <dark>
+ <path>widgets-dark.css</path>
+ </dark>
+ </resources>
+</ChrysalideTheme>