summaryrefslogtreecommitdiff
path: root/themes/Solarized/definition.xml
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-07-14 20:28:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-07-14 20:28:27 (GMT)
commit1d8637561d127fb7b87f9eeae8109d64608180b2 (patch)
tree85296be1ad468f700b1365585ce07eced583c27b /themes/Solarized/definition.xml
parentce1baffaf5917431602a6967f8df99a183b3f1c3 (diff)
Extended the theme definitions.
Diffstat (limited to 'themes/Solarized/definition.xml')
-rw-r--r--themes/Solarized/definition.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/Solarized/definition.xml b/themes/Solarized/definition.xml
index 5fc3e83..24f83de 100644
--- a/themes/Solarized/definition.xml
+++ b/themes/Solarized/definition.xml
@@ -8,15 +8,14 @@
<resources>
<common>
<path>palette.css</path>
- <path>segments.css</path>
</common>
<light>
+ <path>tokens-light.css</path>
<path>widgets-light.css</path>
- <path>segments-light.css</path>
</light>
<dark>
+ <path>tokens-dark.css</path>
<path>widgets-dark.css</path>
- <path>segments-dark.css</path>
</dark>
</resources>
</ChrysalideTheme>