blob: 24f83deb7f01af86d81af6bb77e77521e77d8b11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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>
</common>
<light>
<path>tokens-light.css</path>
<path>widgets-light.css</path>
</light>
<dark>
<path>tokens-dark.css</path>
<path>widgets-dark.css</path>
</dark>
</resources>
</ChrysalideTheme>
|