summaryrefslogtreecommitdiff
path: root/themes/Solarized/definition.xml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Solarized/definition.xml')
-rw-r--r--themes/Solarized/definition.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/themes/Solarized/definition.xml b/themes/Solarized/definition.xml
new file mode 100644
index 0000000..5fc3e83
--- /dev/null
+++ b/themes/Solarized/definition.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ChrysalideTheme>
+ <identity>
+ <name>Solarized</name>
+ <author>Cyrille Bagard</author>
+ <desc>Precision colors for Chrysalide based on https://ethanschoonover.com/solarized/</desc>
+ </identity>
+ <resources>
+ <common>
+ <path>palette.css</path>
+ <path>segments.css</path>
+ </common>
+ <light>
+ <path>widgets-light.css</path>
+ <path>segments-light.css</path>
+ </light>
+ <dark>
+ <path>widgets-dark.css</path>
+ <path>segments-dark.css</path>
+ </dark>
+ </resources>
+</ChrysalideTheme>