summaryrefslogtreecommitdiff
path: root/themes/Adwaita/definition.xml
diff options
context:
space:
mode:
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>