@transferwise/neptune-tokens 8.0.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/colors-base.css +1 -1
- package/colors-base.less +1 -1
- package/colors.json +3434 -680
- package/package.json +1 -1
- package/themes/dark/tokens.css +1 -1
- package/themes/dark/tokens.less +1 -1
- package/themes/forest-green/tokens.css +161 -0
- package/themes/forest-green/tokens.less +158 -0
- package/themes/light/tokens.css +1 -1
- package/themes/light/tokens.less +1 -1
- package/themes/navy/tokens.css +1 -1
- package/themes/navy/tokens.less +1 -1
- package/themes/personal/tokens.css +3 -1
- package/themes/personal/tokens.less +3 -1
- package/themes/personal--dark/tokens.css +161 -0
- package/themes/personal--dark/tokens.less +158 -0
- package/tokens.css +1 -1
- package/tokens.less +1 -1
package/colors.json
CHANGED
|
@@ -1688,1192 +1688,3892 @@
|
|
|
1688
1688
|
}
|
|
1689
1689
|
}
|
|
1690
1690
|
},
|
|
1691
|
-
"
|
|
1691
|
+
"forest-green": {
|
|
1692
|
+
"bright-yellow": {
|
|
1693
|
+
"value": {
|
|
1694
|
+
"r": 1,
|
|
1695
|
+
"g": 0.9215686274509803,
|
|
1696
|
+
"b": 0.4117647058823529
|
|
1697
|
+
},
|
|
1698
|
+
"theme": "forest-green",
|
|
1699
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1700
|
+
"isSource": true,
|
|
1701
|
+
"original": {
|
|
1702
|
+
"value": "{color.personal.bright-yellow.value}",
|
|
1703
|
+
"theme": "forest-green"
|
|
1704
|
+
},
|
|
1705
|
+
"name": "forestGreenBrightYellow",
|
|
1706
|
+
"attributes": {
|
|
1707
|
+
"category": "color",
|
|
1708
|
+
"type": "forest-green",
|
|
1709
|
+
"item": "bright-yellow"
|
|
1710
|
+
},
|
|
1711
|
+
"path": [
|
|
1712
|
+
"color",
|
|
1713
|
+
"forest-green",
|
|
1714
|
+
"bright-yellow"
|
|
1715
|
+
]
|
|
1716
|
+
},
|
|
1717
|
+
"bright-orange": {
|
|
1718
|
+
"value": {
|
|
1719
|
+
"r": 1,
|
|
1720
|
+
"g": 0.7529411764705882,
|
|
1721
|
+
"b": 0.5686274509803921
|
|
1722
|
+
},
|
|
1723
|
+
"theme": "forest-green",
|
|
1724
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1725
|
+
"isSource": true,
|
|
1726
|
+
"original": {
|
|
1727
|
+
"value": "{color.personal.bright-orange.value}",
|
|
1728
|
+
"theme": "forest-green"
|
|
1729
|
+
},
|
|
1730
|
+
"name": "forestGreenBrightOrange",
|
|
1731
|
+
"attributes": {
|
|
1732
|
+
"category": "color",
|
|
1733
|
+
"type": "forest-green",
|
|
1734
|
+
"item": "bright-orange"
|
|
1735
|
+
},
|
|
1736
|
+
"path": [
|
|
1737
|
+
"color",
|
|
1738
|
+
"forest-green",
|
|
1739
|
+
"bright-orange"
|
|
1740
|
+
]
|
|
1741
|
+
},
|
|
1742
|
+
"dark-purple": {
|
|
1743
|
+
"value": {
|
|
1744
|
+
"r": 0.14901960784313725,
|
|
1745
|
+
"g": 0.0392156862745098,
|
|
1746
|
+
"b": 0.1843137254901961
|
|
1747
|
+
},
|
|
1748
|
+
"theme": "forest-green",
|
|
1749
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1750
|
+
"isSource": true,
|
|
1751
|
+
"original": {
|
|
1752
|
+
"value": "{color.personal.dark-purple.value}",
|
|
1753
|
+
"theme": "forest-green"
|
|
1754
|
+
},
|
|
1755
|
+
"name": "forestGreenDarkPurple",
|
|
1756
|
+
"attributes": {
|
|
1757
|
+
"category": "color",
|
|
1758
|
+
"type": "forest-green",
|
|
1759
|
+
"item": "dark-purple"
|
|
1760
|
+
},
|
|
1761
|
+
"path": [
|
|
1762
|
+
"color",
|
|
1763
|
+
"forest-green",
|
|
1764
|
+
"dark-purple"
|
|
1765
|
+
]
|
|
1766
|
+
},
|
|
1767
|
+
"dark-gold": {
|
|
1768
|
+
"value": {
|
|
1769
|
+
"r": 0.22745098039215686,
|
|
1770
|
+
"g": 0.20392156862745098,
|
|
1771
|
+
"b": 0.10980392156862745
|
|
1772
|
+
},
|
|
1773
|
+
"theme": "forest-green",
|
|
1774
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1775
|
+
"isSource": true,
|
|
1776
|
+
"original": {
|
|
1777
|
+
"value": "{color.personal.dark-gold.value}",
|
|
1778
|
+
"theme": "forest-green"
|
|
1779
|
+
},
|
|
1780
|
+
"name": "forestGreenDarkGold",
|
|
1781
|
+
"attributes": {
|
|
1782
|
+
"category": "color",
|
|
1783
|
+
"type": "forest-green",
|
|
1784
|
+
"item": "dark-gold"
|
|
1785
|
+
},
|
|
1786
|
+
"path": [
|
|
1787
|
+
"color",
|
|
1788
|
+
"forest-green",
|
|
1789
|
+
"dark-gold"
|
|
1790
|
+
]
|
|
1791
|
+
},
|
|
1792
|
+
"bright-blue": {
|
|
1793
|
+
"value": {
|
|
1794
|
+
"r": 0.6274509803921569,
|
|
1795
|
+
"g": 0.8823529411764706,
|
|
1796
|
+
"b": 0.8823529411764706
|
|
1797
|
+
},
|
|
1798
|
+
"theme": "forest-green",
|
|
1799
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1800
|
+
"isSource": true,
|
|
1801
|
+
"original": {
|
|
1802
|
+
"value": "{color.personal.bright-blue.value}",
|
|
1803
|
+
"theme": "forest-green"
|
|
1804
|
+
},
|
|
1805
|
+
"name": "forestGreenBrightBlue",
|
|
1806
|
+
"attributes": {
|
|
1807
|
+
"category": "color",
|
|
1808
|
+
"type": "forest-green",
|
|
1809
|
+
"item": "bright-blue"
|
|
1810
|
+
},
|
|
1811
|
+
"path": [
|
|
1812
|
+
"color",
|
|
1813
|
+
"forest-green",
|
|
1814
|
+
"bright-blue"
|
|
1815
|
+
]
|
|
1816
|
+
},
|
|
1817
|
+
"dark-charcoal": {
|
|
1818
|
+
"value": {
|
|
1819
|
+
"r": 0.12941176470588237,
|
|
1820
|
+
"g": 0.13725490196078433,
|
|
1821
|
+
"b": 0.11372549019607843
|
|
1822
|
+
},
|
|
1823
|
+
"theme": "forest-green",
|
|
1824
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1825
|
+
"isSource": true,
|
|
1826
|
+
"original": {
|
|
1827
|
+
"value": "{color.personal.dark-charcoal.value}",
|
|
1828
|
+
"theme": "forest-green"
|
|
1829
|
+
},
|
|
1830
|
+
"name": "forestGreenDarkCharcoal",
|
|
1831
|
+
"attributes": {
|
|
1832
|
+
"category": "color",
|
|
1833
|
+
"type": "forest-green",
|
|
1834
|
+
"item": "dark-charcoal"
|
|
1835
|
+
},
|
|
1836
|
+
"path": [
|
|
1837
|
+
"color",
|
|
1838
|
+
"forest-green",
|
|
1839
|
+
"dark-charcoal"
|
|
1840
|
+
]
|
|
1841
|
+
},
|
|
1842
|
+
"white": {
|
|
1843
|
+
"value": {
|
|
1844
|
+
"r": 1,
|
|
1845
|
+
"g": 1,
|
|
1846
|
+
"b": 1
|
|
1847
|
+
},
|
|
1848
|
+
"theme": "forest-green",
|
|
1849
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1850
|
+
"isSource": true,
|
|
1851
|
+
"original": {
|
|
1852
|
+
"value": "{color.personal.white.value}",
|
|
1853
|
+
"theme": "forest-green"
|
|
1854
|
+
},
|
|
1855
|
+
"name": "forestGreenWhite",
|
|
1856
|
+
"attributes": {
|
|
1857
|
+
"category": "color",
|
|
1858
|
+
"type": "forest-green",
|
|
1859
|
+
"item": "white"
|
|
1860
|
+
},
|
|
1861
|
+
"path": [
|
|
1862
|
+
"color",
|
|
1863
|
+
"forest-green",
|
|
1864
|
+
"white"
|
|
1865
|
+
]
|
|
1866
|
+
},
|
|
1867
|
+
"black": {
|
|
1868
|
+
"value": {
|
|
1869
|
+
"r": 0,
|
|
1870
|
+
"g": 0,
|
|
1871
|
+
"b": 0
|
|
1872
|
+
},
|
|
1873
|
+
"theme": "forest-green",
|
|
1874
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1875
|
+
"isSource": true,
|
|
1876
|
+
"original": {
|
|
1877
|
+
"value": "{color.personal.black.value}",
|
|
1878
|
+
"theme": "forest-green"
|
|
1879
|
+
},
|
|
1880
|
+
"name": "forestGreenBlack",
|
|
1881
|
+
"attributes": {
|
|
1882
|
+
"category": "color",
|
|
1883
|
+
"type": "forest-green",
|
|
1884
|
+
"item": "black"
|
|
1885
|
+
},
|
|
1886
|
+
"path": [
|
|
1887
|
+
"color",
|
|
1888
|
+
"forest-green",
|
|
1889
|
+
"black"
|
|
1890
|
+
]
|
|
1891
|
+
},
|
|
1892
|
+
"bright-green": {
|
|
1893
|
+
"value": {
|
|
1894
|
+
"r": 0.6235294117647059,
|
|
1895
|
+
"g": 0.9098039215686274,
|
|
1896
|
+
"b": 0.4392156862745098
|
|
1897
|
+
},
|
|
1898
|
+
"theme": "forest-green",
|
|
1899
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1900
|
+
"isSource": true,
|
|
1901
|
+
"original": {
|
|
1902
|
+
"value": "{color.personal.bright-green.value}",
|
|
1903
|
+
"theme": "forest-green"
|
|
1904
|
+
},
|
|
1905
|
+
"name": "forestGreenBrightGreen",
|
|
1906
|
+
"attributes": {
|
|
1907
|
+
"category": "color",
|
|
1908
|
+
"type": "forest-green",
|
|
1909
|
+
"item": "bright-green"
|
|
1910
|
+
},
|
|
1911
|
+
"path": [
|
|
1912
|
+
"color",
|
|
1913
|
+
"forest-green",
|
|
1914
|
+
"bright-green"
|
|
1915
|
+
]
|
|
1916
|
+
},
|
|
1917
|
+
"forest-green": {
|
|
1918
|
+
"value": {
|
|
1919
|
+
"r": 0.08627450980392157,
|
|
1920
|
+
"g": 0.2,
|
|
1921
|
+
"b": 0
|
|
1922
|
+
},
|
|
1923
|
+
"theme": "forest-green",
|
|
1924
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1925
|
+
"isSource": true,
|
|
1926
|
+
"original": {
|
|
1927
|
+
"value": "{color.personal.forest-green.value}",
|
|
1928
|
+
"theme": "forest-green"
|
|
1929
|
+
},
|
|
1930
|
+
"name": "forestGreenForestGreen",
|
|
1931
|
+
"attributes": {
|
|
1932
|
+
"category": "color",
|
|
1933
|
+
"type": "forest-green",
|
|
1934
|
+
"item": "forest-green"
|
|
1935
|
+
},
|
|
1936
|
+
"path": [
|
|
1937
|
+
"color",
|
|
1938
|
+
"forest-green",
|
|
1939
|
+
"forest-green"
|
|
1940
|
+
]
|
|
1941
|
+
},
|
|
1942
|
+
"bright-pink": {
|
|
1943
|
+
"value": {
|
|
1944
|
+
"r": 1,
|
|
1945
|
+
"g": 0.8431372549019608,
|
|
1946
|
+
"b": 0.9372549019607843
|
|
1947
|
+
},
|
|
1948
|
+
"theme": "forest-green",
|
|
1949
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1950
|
+
"isSource": true,
|
|
1951
|
+
"original": {
|
|
1952
|
+
"value": "{color.personal.bright-pink.value}",
|
|
1953
|
+
"theme": "forest-green"
|
|
1954
|
+
},
|
|
1955
|
+
"name": "forestGreenBrightPink",
|
|
1956
|
+
"attributes": {
|
|
1957
|
+
"category": "color",
|
|
1958
|
+
"type": "forest-green",
|
|
1959
|
+
"item": "bright-pink"
|
|
1960
|
+
},
|
|
1961
|
+
"path": [
|
|
1962
|
+
"color",
|
|
1963
|
+
"forest-green",
|
|
1964
|
+
"bright-pink"
|
|
1965
|
+
]
|
|
1966
|
+
},
|
|
1967
|
+
"dark-maroon": {
|
|
1968
|
+
"value": {
|
|
1969
|
+
"r": 0.19607843137254902,
|
|
1970
|
+
"g": 0.027450980392156862,
|
|
1971
|
+
"b": 0.027450980392156862
|
|
1972
|
+
},
|
|
1973
|
+
"theme": "forest-green",
|
|
1974
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1975
|
+
"isSource": true,
|
|
1976
|
+
"original": {
|
|
1977
|
+
"value": "{color.personal.dark-maroon.value}",
|
|
1978
|
+
"theme": "forest-green"
|
|
1979
|
+
},
|
|
1980
|
+
"name": "forestGreenDarkMaroon",
|
|
1981
|
+
"attributes": {
|
|
1982
|
+
"category": "color",
|
|
1983
|
+
"type": "forest-green",
|
|
1984
|
+
"item": "dark-maroon"
|
|
1985
|
+
},
|
|
1986
|
+
"path": [
|
|
1987
|
+
"color",
|
|
1988
|
+
"forest-green",
|
|
1989
|
+
"dark-maroon"
|
|
1990
|
+
]
|
|
1991
|
+
},
|
|
1692
1992
|
"content": {
|
|
1693
1993
|
"primary": {
|
|
1694
1994
|
"value": {
|
|
1695
|
-
"r": 0.
|
|
1696
|
-
"g": 0.
|
|
1697
|
-
"b": 0.
|
|
1995
|
+
"r": 0.6235294117647059,
|
|
1996
|
+
"g": 0.9098039215686274,
|
|
1997
|
+
"b": 0.4392156862745098
|
|
1698
1998
|
},
|
|
1699
|
-
"
|
|
1999
|
+
"theme": "forest-green",
|
|
2000
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1700
2001
|
"isSource": true,
|
|
1701
2002
|
"original": {
|
|
1702
|
-
"value": "{color.
|
|
2003
|
+
"value": "{color.forest-green.bright-green.value}",
|
|
2004
|
+
"theme": "forest-green"
|
|
1703
2005
|
},
|
|
1704
|
-
"name": "
|
|
2006
|
+
"name": "forestGreenContentPrimary",
|
|
1705
2007
|
"attributes": {
|
|
1706
2008
|
"category": "color",
|
|
1707
|
-
"type": "
|
|
2009
|
+
"type": "forest-green",
|
|
1708
2010
|
"item": "content",
|
|
1709
2011
|
"subitem": "primary"
|
|
1710
2012
|
},
|
|
1711
2013
|
"path": [
|
|
1712
2014
|
"color",
|
|
1713
|
-
"
|
|
2015
|
+
"forest-green",
|
|
1714
2016
|
"content",
|
|
1715
2017
|
"primary"
|
|
1716
2018
|
]
|
|
1717
2019
|
},
|
|
1718
2020
|
"secondary": {
|
|
1719
2021
|
"value": {
|
|
1720
|
-
"r": 0.
|
|
1721
|
-
"g": 0.
|
|
1722
|
-
"b": 0.
|
|
2022
|
+
"r": 0.9098039215686274,
|
|
2023
|
+
"g": 0.9215686274509803,
|
|
2024
|
+
"b": 0.9019607843137255
|
|
1723
2025
|
},
|
|
1724
|
-
"
|
|
2026
|
+
"theme": "forest-green",
|
|
2027
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1725
2028
|
"isSource": true,
|
|
1726
2029
|
"original": {
|
|
1727
|
-
"value":
|
|
2030
|
+
"value": {
|
|
2031
|
+
"hex": "#E8EBE6"
|
|
2032
|
+
},
|
|
2033
|
+
"theme": "forest-green"
|
|
1728
2034
|
},
|
|
1729
|
-
"name": "
|
|
2035
|
+
"name": "forestGreenContentSecondary",
|
|
1730
2036
|
"attributes": {
|
|
1731
2037
|
"category": "color",
|
|
1732
|
-
"type": "
|
|
2038
|
+
"type": "forest-green",
|
|
1733
2039
|
"item": "content",
|
|
1734
2040
|
"subitem": "secondary"
|
|
1735
2041
|
},
|
|
1736
2042
|
"path": [
|
|
1737
2043
|
"color",
|
|
1738
|
-
"
|
|
2044
|
+
"forest-green",
|
|
1739
2045
|
"content",
|
|
1740
2046
|
"secondary"
|
|
1741
2047
|
]
|
|
1742
2048
|
},
|
|
1743
2049
|
"tertiary": {
|
|
1744
2050
|
"value": {
|
|
1745
|
-
"r": 0.
|
|
1746
|
-
"g": 0.
|
|
1747
|
-
"b": 0.
|
|
2051
|
+
"r": 0.8156862745098039,
|
|
2052
|
+
"g": 0.8352941176470589,
|
|
2053
|
+
"b": 0.807843137254902
|
|
1748
2054
|
},
|
|
1749
|
-
"
|
|
2055
|
+
"theme": "forest-green",
|
|
2056
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1750
2057
|
"isSource": true,
|
|
1751
2058
|
"original": {
|
|
1752
|
-
"value":
|
|
2059
|
+
"value": {
|
|
2060
|
+
"hex": "#D0D5CE"
|
|
2061
|
+
},
|
|
2062
|
+
"theme": "forest-green"
|
|
1753
2063
|
},
|
|
1754
|
-
"name": "
|
|
2064
|
+
"name": "forestGreenContentTertiary",
|
|
1755
2065
|
"attributes": {
|
|
1756
2066
|
"category": "color",
|
|
1757
|
-
"type": "
|
|
2067
|
+
"type": "forest-green",
|
|
1758
2068
|
"item": "content",
|
|
1759
2069
|
"subitem": "tertiary"
|
|
1760
2070
|
},
|
|
1761
2071
|
"path": [
|
|
1762
2072
|
"color",
|
|
1763
|
-
"
|
|
2073
|
+
"forest-green",
|
|
1764
2074
|
"content",
|
|
1765
2075
|
"tertiary"
|
|
1766
2076
|
]
|
|
1767
2077
|
},
|
|
1768
|
-
"
|
|
2078
|
+
"link": {
|
|
1769
2079
|
"value": {
|
|
1770
|
-
"r": 0,
|
|
1771
|
-
"g": 0.
|
|
1772
|
-
"b": 0.
|
|
1773
|
-
},
|
|
1774
|
-
"
|
|
2080
|
+
"r": 0.6235294117647059,
|
|
2081
|
+
"g": 0.9098039215686274,
|
|
2082
|
+
"b": 0.4392156862745098
|
|
2083
|
+
},
|
|
2084
|
+
"theme": "forest-green",
|
|
2085
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
1775
2086
|
"isSource": true,
|
|
1776
2087
|
"original": {
|
|
1777
|
-
"value": "{color.
|
|
2088
|
+
"value": "{color.forest-green.bright-green.value}",
|
|
2089
|
+
"theme": "forest-green"
|
|
1778
2090
|
},
|
|
1779
|
-
"name": "
|
|
2091
|
+
"name": "forestGreenContentLink",
|
|
1780
2092
|
"attributes": {
|
|
1781
2093
|
"category": "color",
|
|
1782
|
-
"type": "
|
|
2094
|
+
"type": "forest-green",
|
|
1783
2095
|
"item": "content",
|
|
1784
|
-
"subitem": "
|
|
2096
|
+
"subitem": "link"
|
|
1785
2097
|
},
|
|
1786
2098
|
"path": [
|
|
1787
2099
|
"color",
|
|
1788
|
-
"
|
|
2100
|
+
"forest-green",
|
|
2101
|
+
"content",
|
|
2102
|
+
"link"
|
|
2103
|
+
]
|
|
2104
|
+
},
|
|
2105
|
+
"link-hover": {
|
|
2106
|
+
"value": {
|
|
2107
|
+
"r": 0.803921568627451,
|
|
2108
|
+
"g": 1,
|
|
2109
|
+
"b": 0.6784313725490196
|
|
2110
|
+
},
|
|
2111
|
+
"theme": "forest-green",
|
|
2112
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2113
|
+
"isSource": true,
|
|
2114
|
+
"original": {
|
|
2115
|
+
"value": {
|
|
2116
|
+
"hex": "#CDFFAD"
|
|
2117
|
+
},
|
|
2118
|
+
"theme": "forest-green"
|
|
2119
|
+
},
|
|
2120
|
+
"name": "forestGreenContentLinkHover",
|
|
2121
|
+
"attributes": {
|
|
2122
|
+
"category": "color",
|
|
2123
|
+
"type": "forest-green",
|
|
2124
|
+
"item": "content",
|
|
2125
|
+
"subitem": "link-hover"
|
|
2126
|
+
},
|
|
2127
|
+
"path": [
|
|
2128
|
+
"color",
|
|
2129
|
+
"forest-green",
|
|
2130
|
+
"content",
|
|
2131
|
+
"link-hover"
|
|
2132
|
+
]
|
|
2133
|
+
},
|
|
2134
|
+
"link-active": {
|
|
2135
|
+
"value": {
|
|
2136
|
+
"r": 0.9254901960784314,
|
|
2137
|
+
"g": 1,
|
|
2138
|
+
"b": 0.8784313725490196
|
|
2139
|
+
},
|
|
2140
|
+
"theme": "forest-green",
|
|
2141
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2142
|
+
"isSource": true,
|
|
2143
|
+
"original": {
|
|
2144
|
+
"value": {
|
|
2145
|
+
"hex": "#ECFFE0"
|
|
2146
|
+
},
|
|
2147
|
+
"theme": "forest-green"
|
|
2148
|
+
},
|
|
2149
|
+
"name": "forestGreenContentLinkActive",
|
|
2150
|
+
"attributes": {
|
|
2151
|
+
"category": "color",
|
|
2152
|
+
"type": "forest-green",
|
|
2153
|
+
"item": "content",
|
|
2154
|
+
"subitem": "link-active"
|
|
2155
|
+
},
|
|
2156
|
+
"path": [
|
|
2157
|
+
"color",
|
|
2158
|
+
"forest-green",
|
|
1789
2159
|
"content",
|
|
2160
|
+
"link-active"
|
|
2161
|
+
]
|
|
2162
|
+
}
|
|
2163
|
+
},
|
|
2164
|
+
"interactive": {
|
|
2165
|
+
"primary": {
|
|
2166
|
+
"value": {
|
|
2167
|
+
"r": 0.6235294117647059,
|
|
2168
|
+
"g": 0.9098039215686274,
|
|
2169
|
+
"b": 0.4392156862745098
|
|
2170
|
+
},
|
|
2171
|
+
"theme": "forest-green",
|
|
2172
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2173
|
+
"isSource": true,
|
|
2174
|
+
"original": {
|
|
2175
|
+
"value": "{color.forest-green.bright-green.value}",
|
|
2176
|
+
"theme": "forest-green"
|
|
2177
|
+
},
|
|
2178
|
+
"name": "forestGreenInteractivePrimary",
|
|
2179
|
+
"attributes": {
|
|
2180
|
+
"category": "color",
|
|
2181
|
+
"type": "forest-green",
|
|
2182
|
+
"item": "interactive",
|
|
2183
|
+
"subitem": "primary"
|
|
2184
|
+
},
|
|
2185
|
+
"path": [
|
|
2186
|
+
"color",
|
|
2187
|
+
"forest-green",
|
|
2188
|
+
"interactive",
|
|
2189
|
+
"primary"
|
|
2190
|
+
]
|
|
2191
|
+
},
|
|
2192
|
+
"primary-hover": {
|
|
2193
|
+
"value": {
|
|
2194
|
+
"r": 0.803921568627451,
|
|
2195
|
+
"g": 1,
|
|
2196
|
+
"b": 0.6784313725490196
|
|
2197
|
+
},
|
|
2198
|
+
"theme": "forest-green",
|
|
2199
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2200
|
+
"isSource": true,
|
|
2201
|
+
"original": {
|
|
2202
|
+
"value": "{color.forest-green.content.link-hover.value}",
|
|
2203
|
+
"theme": "forest-green"
|
|
2204
|
+
},
|
|
2205
|
+
"name": "forestGreenInteractivePrimaryHover",
|
|
2206
|
+
"attributes": {
|
|
2207
|
+
"category": "color",
|
|
2208
|
+
"type": "forest-green",
|
|
2209
|
+
"item": "interactive",
|
|
2210
|
+
"subitem": "primary-hover"
|
|
2211
|
+
},
|
|
2212
|
+
"path": [
|
|
2213
|
+
"color",
|
|
2214
|
+
"forest-green",
|
|
2215
|
+
"interactive",
|
|
2216
|
+
"primary-hover"
|
|
2217
|
+
]
|
|
2218
|
+
},
|
|
2219
|
+
"primary-active": {
|
|
2220
|
+
"value": {
|
|
2221
|
+
"r": 0.9254901960784314,
|
|
2222
|
+
"g": 1,
|
|
2223
|
+
"b": 0.8784313725490196
|
|
2224
|
+
},
|
|
2225
|
+
"theme": "forest-green",
|
|
2226
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2227
|
+
"isSource": true,
|
|
2228
|
+
"original": {
|
|
2229
|
+
"value": "{color.forest-green.content.link-active.value}",
|
|
2230
|
+
"theme": "forest-green"
|
|
2231
|
+
},
|
|
2232
|
+
"name": "forestGreenInteractivePrimaryActive",
|
|
2233
|
+
"attributes": {
|
|
2234
|
+
"category": "color",
|
|
2235
|
+
"type": "forest-green",
|
|
2236
|
+
"item": "interactive",
|
|
2237
|
+
"subitem": "primary-active"
|
|
2238
|
+
},
|
|
2239
|
+
"path": [
|
|
2240
|
+
"color",
|
|
2241
|
+
"forest-green",
|
|
2242
|
+
"interactive",
|
|
2243
|
+
"primary-active"
|
|
2244
|
+
]
|
|
2245
|
+
},
|
|
2246
|
+
"secondary": {
|
|
2247
|
+
"value": {
|
|
2248
|
+
"r": 0.796078431372549,
|
|
2249
|
+
"g": 0.8509803921568627,
|
|
2250
|
+
"b": 0.7647058823529411
|
|
2251
|
+
},
|
|
2252
|
+
"theme": "forest-green",
|
|
2253
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2254
|
+
"isSource": true,
|
|
2255
|
+
"original": {
|
|
2256
|
+
"value": {
|
|
2257
|
+
"hex": "#CBD9C3"
|
|
2258
|
+
},
|
|
2259
|
+
"theme": "forest-green"
|
|
2260
|
+
},
|
|
2261
|
+
"name": "forestGreenInteractiveSecondary",
|
|
2262
|
+
"attributes": {
|
|
2263
|
+
"category": "color",
|
|
2264
|
+
"type": "forest-green",
|
|
2265
|
+
"item": "interactive",
|
|
2266
|
+
"subitem": "secondary"
|
|
2267
|
+
},
|
|
2268
|
+
"path": [
|
|
2269
|
+
"color",
|
|
2270
|
+
"forest-green",
|
|
2271
|
+
"interactive",
|
|
2272
|
+
"secondary"
|
|
2273
|
+
]
|
|
2274
|
+
},
|
|
2275
|
+
"secondary-hover": {
|
|
2276
|
+
"value": {
|
|
2277
|
+
"r": 0.8509803921568627,
|
|
2278
|
+
"g": 0.8901960784313725,
|
|
2279
|
+
"b": 0.8274509803921568
|
|
2280
|
+
},
|
|
2281
|
+
"theme": "forest-green",
|
|
2282
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2283
|
+
"isSource": true,
|
|
2284
|
+
"original": {
|
|
2285
|
+
"value": {
|
|
2286
|
+
"hex": "#D9E3D3"
|
|
2287
|
+
},
|
|
2288
|
+
"theme": "forest-green"
|
|
2289
|
+
},
|
|
2290
|
+
"name": "forestGreenInteractiveSecondaryHover",
|
|
2291
|
+
"attributes": {
|
|
2292
|
+
"category": "color",
|
|
2293
|
+
"type": "forest-green",
|
|
2294
|
+
"item": "interactive",
|
|
2295
|
+
"subitem": "secondary-hover"
|
|
2296
|
+
},
|
|
2297
|
+
"path": [
|
|
2298
|
+
"color",
|
|
2299
|
+
"forest-green",
|
|
2300
|
+
"interactive",
|
|
2301
|
+
"secondary-hover"
|
|
2302
|
+
]
|
|
2303
|
+
},
|
|
2304
|
+
"secondary-active": {
|
|
2305
|
+
"value": {
|
|
2306
|
+
"r": 0.9058823529411765,
|
|
2307
|
+
"g": 0.9294117647058824,
|
|
2308
|
+
"b": 0.8901960784313725
|
|
2309
|
+
},
|
|
2310
|
+
"theme": "forest-green",
|
|
2311
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2312
|
+
"isSource": true,
|
|
2313
|
+
"original": {
|
|
2314
|
+
"value": {
|
|
2315
|
+
"hex": "#E7EDE3"
|
|
2316
|
+
},
|
|
2317
|
+
"theme": "forest-green"
|
|
2318
|
+
},
|
|
2319
|
+
"name": "forestGreenInteractiveSecondaryActive",
|
|
2320
|
+
"attributes": {
|
|
2321
|
+
"category": "color",
|
|
2322
|
+
"type": "forest-green",
|
|
2323
|
+
"item": "interactive",
|
|
2324
|
+
"subitem": "secondary-active"
|
|
2325
|
+
},
|
|
2326
|
+
"path": [
|
|
2327
|
+
"color",
|
|
2328
|
+
"forest-green",
|
|
2329
|
+
"interactive",
|
|
2330
|
+
"secondary-active"
|
|
2331
|
+
]
|
|
2332
|
+
},
|
|
2333
|
+
"accent": {
|
|
2334
|
+
"value": {
|
|
2335
|
+
"r": 0.6235294117647059,
|
|
2336
|
+
"g": 0.9098039215686274,
|
|
2337
|
+
"b": 0.4392156862745098
|
|
2338
|
+
},
|
|
2339
|
+
"theme": "forest-green",
|
|
2340
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2341
|
+
"isSource": true,
|
|
2342
|
+
"original": {
|
|
2343
|
+
"value": "{color.forest-green.bright-green.value}",
|
|
2344
|
+
"theme": "forest-green"
|
|
2345
|
+
},
|
|
2346
|
+
"name": "forestGreenInteractiveAccent",
|
|
2347
|
+
"attributes": {
|
|
2348
|
+
"category": "color",
|
|
2349
|
+
"type": "forest-green",
|
|
2350
|
+
"item": "interactive",
|
|
2351
|
+
"subitem": "accent"
|
|
2352
|
+
},
|
|
2353
|
+
"path": [
|
|
2354
|
+
"color",
|
|
2355
|
+
"forest-green",
|
|
2356
|
+
"interactive",
|
|
1790
2357
|
"accent"
|
|
1791
2358
|
]
|
|
1792
2359
|
},
|
|
1793
|
-
"
|
|
1794
|
-
"value": {
|
|
1795
|
-
"r": 0,
|
|
1796
|
-
"g":
|
|
1797
|
-
"b": 0.
|
|
1798
|
-
},
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
1801
|
-
"
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
"
|
|
1809
|
-
"
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
"
|
|
1815
|
-
"
|
|
1816
|
-
|
|
2360
|
+
"accent-hover": {
|
|
2361
|
+
"value": {
|
|
2362
|
+
"r": 0.803921568627451,
|
|
2363
|
+
"g": 1,
|
|
2364
|
+
"b": 0.6784313725490196
|
|
2365
|
+
},
|
|
2366
|
+
"theme": "forest-green",
|
|
2367
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2368
|
+
"isSource": true,
|
|
2369
|
+
"original": {
|
|
2370
|
+
"value": "{color.forest-green.content.link-hover.value}",
|
|
2371
|
+
"theme": "forest-green"
|
|
2372
|
+
},
|
|
2373
|
+
"name": "forestGreenInteractiveAccentHover",
|
|
2374
|
+
"attributes": {
|
|
2375
|
+
"category": "color",
|
|
2376
|
+
"type": "forest-green",
|
|
2377
|
+
"item": "interactive",
|
|
2378
|
+
"subitem": "accent-hover"
|
|
2379
|
+
},
|
|
2380
|
+
"path": [
|
|
2381
|
+
"color",
|
|
2382
|
+
"forest-green",
|
|
2383
|
+
"interactive",
|
|
2384
|
+
"accent-hover"
|
|
2385
|
+
]
|
|
2386
|
+
},
|
|
2387
|
+
"accent-active": {
|
|
2388
|
+
"value": {
|
|
2389
|
+
"r": 0.9254901960784314,
|
|
2390
|
+
"g": 1,
|
|
2391
|
+
"b": 0.8784313725490196
|
|
2392
|
+
},
|
|
2393
|
+
"theme": "forest-green",
|
|
2394
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2395
|
+
"isSource": true,
|
|
2396
|
+
"original": {
|
|
2397
|
+
"value": "{color.forest-green.content.link-active.value}",
|
|
2398
|
+
"theme": "forest-green"
|
|
2399
|
+
},
|
|
2400
|
+
"name": "forestGreenInteractiveAccentActive",
|
|
2401
|
+
"attributes": {
|
|
2402
|
+
"category": "color",
|
|
2403
|
+
"type": "forest-green",
|
|
2404
|
+
"item": "interactive",
|
|
2405
|
+
"subitem": "accent-active"
|
|
2406
|
+
},
|
|
2407
|
+
"path": [
|
|
2408
|
+
"color",
|
|
2409
|
+
"forest-green",
|
|
2410
|
+
"interactive",
|
|
2411
|
+
"accent-active"
|
|
2412
|
+
]
|
|
2413
|
+
},
|
|
2414
|
+
"control": {
|
|
2415
|
+
"value": {
|
|
2416
|
+
"r": 0.08627450980392157,
|
|
2417
|
+
"g": 0.2,
|
|
2418
|
+
"b": 0
|
|
2419
|
+
},
|
|
2420
|
+
"theme": "forest-green",
|
|
2421
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2422
|
+
"isSource": true,
|
|
2423
|
+
"original": {
|
|
2424
|
+
"value": "{color.forest-green.forest-green.value}",
|
|
2425
|
+
"theme": "forest-green"
|
|
2426
|
+
},
|
|
2427
|
+
"name": "forestGreenInteractiveControl",
|
|
2428
|
+
"attributes": {
|
|
2429
|
+
"category": "color",
|
|
2430
|
+
"type": "forest-green",
|
|
2431
|
+
"item": "interactive",
|
|
2432
|
+
"subitem": "control"
|
|
2433
|
+
},
|
|
2434
|
+
"path": [
|
|
2435
|
+
"color",
|
|
2436
|
+
"forest-green",
|
|
2437
|
+
"interactive",
|
|
2438
|
+
"control"
|
|
2439
|
+
]
|
|
2440
|
+
},
|
|
2441
|
+
"control-hover": {
|
|
2442
|
+
"value": {
|
|
2443
|
+
"r": 0.12941176470588237,
|
|
2444
|
+
"g": 0.30196078431372547,
|
|
2445
|
+
"b": 0
|
|
2446
|
+
},
|
|
2447
|
+
"theme": "forest-green",
|
|
2448
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2449
|
+
"isSource": true,
|
|
2450
|
+
"original": {
|
|
2451
|
+
"value": {
|
|
2452
|
+
"hex": "#214D00"
|
|
2453
|
+
},
|
|
2454
|
+
"theme": "forest-green"
|
|
2455
|
+
},
|
|
2456
|
+
"name": "forestGreenInteractiveControlHover",
|
|
2457
|
+
"attributes": {
|
|
2458
|
+
"category": "color",
|
|
2459
|
+
"type": "forest-green",
|
|
2460
|
+
"item": "interactive",
|
|
2461
|
+
"subitem": "control-hover"
|
|
2462
|
+
},
|
|
2463
|
+
"path": [
|
|
2464
|
+
"color",
|
|
2465
|
+
"forest-green",
|
|
2466
|
+
"interactive",
|
|
2467
|
+
"control-hover"
|
|
2468
|
+
]
|
|
2469
|
+
},
|
|
2470
|
+
"control-active": {
|
|
2471
|
+
"value": {
|
|
2472
|
+
"r": 0.17254901960784313,
|
|
2473
|
+
"g": 0.4,
|
|
2474
|
+
"b": 0
|
|
2475
|
+
},
|
|
2476
|
+
"theme": "forest-green",
|
|
2477
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2478
|
+
"isSource": true,
|
|
2479
|
+
"original": {
|
|
2480
|
+
"value": {
|
|
2481
|
+
"hex": "#2C6600"
|
|
2482
|
+
},
|
|
2483
|
+
"theme": "forest-green"
|
|
2484
|
+
},
|
|
2485
|
+
"name": "forestGreenInteractiveControlActive",
|
|
2486
|
+
"attributes": {
|
|
2487
|
+
"category": "color",
|
|
2488
|
+
"type": "forest-green",
|
|
2489
|
+
"item": "interactive",
|
|
2490
|
+
"subitem": "control-active"
|
|
2491
|
+
},
|
|
2492
|
+
"path": [
|
|
2493
|
+
"color",
|
|
2494
|
+
"forest-green",
|
|
2495
|
+
"interactive",
|
|
2496
|
+
"control-active"
|
|
2497
|
+
]
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2500
|
+
"border": {
|
|
2501
|
+
"neutral": {
|
|
2502
|
+
"value": {
|
|
2503
|
+
"r": 1,
|
|
2504
|
+
"g": 1,
|
|
2505
|
+
"b": 1,
|
|
2506
|
+
"opacity": 0.2
|
|
2507
|
+
},
|
|
2508
|
+
"theme": "forest-green",
|
|
2509
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2510
|
+
"isSource": true,
|
|
2511
|
+
"original": {
|
|
2512
|
+
"value": {
|
|
2513
|
+
"hex": "#FFFFFF",
|
|
2514
|
+
"opacity": 0.2
|
|
2515
|
+
},
|
|
2516
|
+
"theme": "forest-green"
|
|
2517
|
+
},
|
|
2518
|
+
"name": "forestGreenBorderNeutral",
|
|
2519
|
+
"attributes": {
|
|
2520
|
+
"category": "color",
|
|
2521
|
+
"type": "forest-green",
|
|
2522
|
+
"item": "border",
|
|
2523
|
+
"subitem": "neutral"
|
|
2524
|
+
},
|
|
2525
|
+
"path": [
|
|
2526
|
+
"color",
|
|
2527
|
+
"forest-green",
|
|
2528
|
+
"border",
|
|
2529
|
+
"neutral"
|
|
2530
|
+
]
|
|
2531
|
+
},
|
|
2532
|
+
"overlay": {
|
|
2533
|
+
"value": {
|
|
2534
|
+
"r": 1,
|
|
2535
|
+
"g": 1,
|
|
2536
|
+
"b": 1,
|
|
2537
|
+
"opacity": 0.2
|
|
2538
|
+
},
|
|
2539
|
+
"theme": "forest-green",
|
|
2540
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2541
|
+
"isSource": true,
|
|
2542
|
+
"original": {
|
|
2543
|
+
"value": {
|
|
2544
|
+
"hex": "#FFFFFF",
|
|
2545
|
+
"opacity": 0.2
|
|
2546
|
+
},
|
|
2547
|
+
"theme": "forest-green"
|
|
2548
|
+
},
|
|
2549
|
+
"name": "forestGreenBorderOverlay",
|
|
2550
|
+
"attributes": {
|
|
2551
|
+
"category": "color",
|
|
2552
|
+
"type": "forest-green",
|
|
2553
|
+
"item": "border",
|
|
2554
|
+
"subitem": "overlay"
|
|
2555
|
+
},
|
|
2556
|
+
"path": [
|
|
2557
|
+
"color",
|
|
2558
|
+
"forest-green",
|
|
2559
|
+
"border",
|
|
2560
|
+
"overlay"
|
|
2561
|
+
]
|
|
2562
|
+
}
|
|
2563
|
+
},
|
|
2564
|
+
"background": {
|
|
2565
|
+
"screen": {
|
|
2566
|
+
"value": {
|
|
2567
|
+
"r": 0.08627450980392157,
|
|
2568
|
+
"g": 0.2,
|
|
2569
|
+
"b": 0
|
|
2570
|
+
},
|
|
2571
|
+
"theme": "forest-green",
|
|
2572
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2573
|
+
"isSource": true,
|
|
2574
|
+
"original": {
|
|
2575
|
+
"value": "{color.forest-green.forest-green.value}",
|
|
2576
|
+
"theme": "forest-green"
|
|
2577
|
+
},
|
|
2578
|
+
"name": "forestGreenBackgroundScreen",
|
|
2579
|
+
"attributes": {
|
|
2580
|
+
"category": "color",
|
|
2581
|
+
"type": "forest-green",
|
|
2582
|
+
"item": "background",
|
|
2583
|
+
"subitem": "screen"
|
|
2584
|
+
},
|
|
2585
|
+
"path": [
|
|
2586
|
+
"color",
|
|
2587
|
+
"forest-green",
|
|
2588
|
+
"background",
|
|
2589
|
+
"screen"
|
|
2590
|
+
]
|
|
2591
|
+
},
|
|
2592
|
+
"screen-hover": {
|
|
2593
|
+
"value": {
|
|
2594
|
+
"r": 1,
|
|
2595
|
+
"g": 1,
|
|
2596
|
+
"b": 1,
|
|
2597
|
+
"opacity": 0.1
|
|
2598
|
+
},
|
|
2599
|
+
"theme": "forest-green",
|
|
2600
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2601
|
+
"isSource": true,
|
|
2602
|
+
"original": {
|
|
2603
|
+
"value": {
|
|
2604
|
+
"hex": "#FFFFFF",
|
|
2605
|
+
"opacity": 0.1
|
|
2606
|
+
},
|
|
2607
|
+
"theme": "forest-green"
|
|
2608
|
+
},
|
|
2609
|
+
"name": "forestGreenBackgroundScreenHover",
|
|
2610
|
+
"attributes": {
|
|
2611
|
+
"category": "color",
|
|
2612
|
+
"type": "forest-green",
|
|
2613
|
+
"item": "background",
|
|
2614
|
+
"subitem": "screen-hover"
|
|
2615
|
+
},
|
|
2616
|
+
"path": [
|
|
2617
|
+
"color",
|
|
2618
|
+
"forest-green",
|
|
2619
|
+
"background",
|
|
2620
|
+
"screen-hover"
|
|
2621
|
+
]
|
|
2622
|
+
},
|
|
2623
|
+
"screen-active": {
|
|
2624
|
+
"value": {
|
|
2625
|
+
"r": 1,
|
|
2626
|
+
"g": 1,
|
|
2627
|
+
"b": 1,
|
|
2628
|
+
"opacity": 0.2
|
|
2629
|
+
},
|
|
2630
|
+
"theme": "forest-green",
|
|
2631
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2632
|
+
"isSource": true,
|
|
2633
|
+
"original": {
|
|
2634
|
+
"value": {
|
|
2635
|
+
"hex": "#FFFFFF",
|
|
2636
|
+
"opacity": 0.2
|
|
2637
|
+
},
|
|
2638
|
+
"theme": "forest-green"
|
|
2639
|
+
},
|
|
2640
|
+
"name": "forestGreenBackgroundScreenActive",
|
|
2641
|
+
"attributes": {
|
|
2642
|
+
"category": "color",
|
|
2643
|
+
"type": "forest-green",
|
|
2644
|
+
"item": "background",
|
|
2645
|
+
"subitem": "screen-active"
|
|
2646
|
+
},
|
|
2647
|
+
"path": [
|
|
2648
|
+
"color",
|
|
2649
|
+
"forest-green",
|
|
2650
|
+
"background",
|
|
2651
|
+
"screen-active"
|
|
2652
|
+
]
|
|
2653
|
+
},
|
|
2654
|
+
"elevated": {
|
|
2655
|
+
"value": {
|
|
2656
|
+
"r": 0.13333333333333333,
|
|
2657
|
+
"g": 0.23921568627450981,
|
|
2658
|
+
"b": 0.050980392156862744
|
|
2659
|
+
},
|
|
2660
|
+
"theme": "forest-green",
|
|
2661
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2662
|
+
"isSource": true,
|
|
2663
|
+
"original": {
|
|
2664
|
+
"value": {
|
|
2665
|
+
"hex": "#223D0D"
|
|
2666
|
+
},
|
|
2667
|
+
"theme": "forest-green"
|
|
2668
|
+
},
|
|
2669
|
+
"name": "forestGreenBackgroundElevated",
|
|
2670
|
+
"attributes": {
|
|
2671
|
+
"category": "color",
|
|
2672
|
+
"type": "forest-green",
|
|
2673
|
+
"item": "background",
|
|
2674
|
+
"subitem": "elevated"
|
|
2675
|
+
},
|
|
2676
|
+
"path": [
|
|
2677
|
+
"color",
|
|
2678
|
+
"forest-green",
|
|
2679
|
+
"background",
|
|
2680
|
+
"elevated"
|
|
2681
|
+
]
|
|
2682
|
+
},
|
|
2683
|
+
"neutral": {
|
|
2684
|
+
"value": {
|
|
2685
|
+
"r": 1,
|
|
2686
|
+
"g": 1,
|
|
2687
|
+
"b": 1,
|
|
2688
|
+
"opacity": 0.1
|
|
2689
|
+
},
|
|
2690
|
+
"theme": "forest-green",
|
|
2691
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2692
|
+
"isSource": true,
|
|
2693
|
+
"original": {
|
|
2694
|
+
"value": {
|
|
2695
|
+
"hex": "#FFFFFF",
|
|
2696
|
+
"opacity": 0.1
|
|
2697
|
+
},
|
|
2698
|
+
"theme": "forest-green"
|
|
2699
|
+
},
|
|
2700
|
+
"name": "forestGreenBackgroundNeutral",
|
|
2701
|
+
"attributes": {
|
|
2702
|
+
"category": "color",
|
|
2703
|
+
"type": "forest-green",
|
|
2704
|
+
"item": "background",
|
|
2705
|
+
"subitem": "neutral"
|
|
2706
|
+
},
|
|
2707
|
+
"path": [
|
|
2708
|
+
"color",
|
|
2709
|
+
"forest-green",
|
|
2710
|
+
"background",
|
|
2711
|
+
"neutral"
|
|
2712
|
+
]
|
|
2713
|
+
},
|
|
2714
|
+
"neutral-hover": {
|
|
2715
|
+
"value": {
|
|
2716
|
+
"r": 1,
|
|
2717
|
+
"g": 1,
|
|
2718
|
+
"b": 1,
|
|
2719
|
+
"opacity": 0.2
|
|
2720
|
+
},
|
|
2721
|
+
"theme": "forest-green",
|
|
2722
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2723
|
+
"isSource": true,
|
|
2724
|
+
"original": {
|
|
2725
|
+
"value": {
|
|
2726
|
+
"hex": "#FFFFFF",
|
|
2727
|
+
"opacity": 0.2
|
|
2728
|
+
},
|
|
2729
|
+
"theme": "forest-green"
|
|
2730
|
+
},
|
|
2731
|
+
"name": "forestGreenBackgroundNeutralHover",
|
|
2732
|
+
"attributes": {
|
|
2733
|
+
"category": "color",
|
|
2734
|
+
"type": "forest-green",
|
|
2735
|
+
"item": "background",
|
|
2736
|
+
"subitem": "neutral-hover"
|
|
2737
|
+
},
|
|
2738
|
+
"path": [
|
|
2739
|
+
"color",
|
|
2740
|
+
"forest-green",
|
|
2741
|
+
"background",
|
|
2742
|
+
"neutral-hover"
|
|
2743
|
+
]
|
|
2744
|
+
},
|
|
2745
|
+
"neutral-active": {
|
|
2746
|
+
"value": {
|
|
2747
|
+
"r": 1,
|
|
2748
|
+
"g": 1,
|
|
2749
|
+
"b": 1,
|
|
2750
|
+
"opacity": 0.3
|
|
2751
|
+
},
|
|
2752
|
+
"theme": "forest-green",
|
|
2753
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2754
|
+
"isSource": true,
|
|
2755
|
+
"original": {
|
|
2756
|
+
"value": {
|
|
2757
|
+
"hex": "#FFFFFF",
|
|
2758
|
+
"opacity": 0.3
|
|
2759
|
+
},
|
|
2760
|
+
"theme": "forest-green"
|
|
2761
|
+
},
|
|
2762
|
+
"name": "forestGreenBackgroundNeutralActive",
|
|
2763
|
+
"attributes": {
|
|
2764
|
+
"category": "color",
|
|
2765
|
+
"type": "forest-green",
|
|
2766
|
+
"item": "background",
|
|
2767
|
+
"subitem": "neutral-active"
|
|
2768
|
+
},
|
|
2769
|
+
"path": [
|
|
2770
|
+
"color",
|
|
2771
|
+
"forest-green",
|
|
2772
|
+
"background",
|
|
2773
|
+
"neutral-active"
|
|
2774
|
+
]
|
|
2775
|
+
},
|
|
2776
|
+
"overlay": {
|
|
2777
|
+
"value": {
|
|
2778
|
+
"r": 1,
|
|
2779
|
+
"g": 1,
|
|
2780
|
+
"b": 1,
|
|
2781
|
+
"opacity": 0.2
|
|
2782
|
+
},
|
|
2783
|
+
"theme": "forest-green",
|
|
2784
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2785
|
+
"isSource": true,
|
|
2786
|
+
"original": {
|
|
2787
|
+
"value": {
|
|
2788
|
+
"hex": "#FFFFFF",
|
|
2789
|
+
"opacity": 0.2
|
|
2790
|
+
},
|
|
2791
|
+
"theme": "forest-green"
|
|
2792
|
+
},
|
|
2793
|
+
"name": "forestGreenBackgroundOverlay",
|
|
2794
|
+
"attributes": {
|
|
2795
|
+
"category": "color",
|
|
2796
|
+
"type": "forest-green",
|
|
2797
|
+
"item": "background",
|
|
2798
|
+
"subitem": "overlay"
|
|
2799
|
+
},
|
|
2800
|
+
"path": [
|
|
2801
|
+
"color",
|
|
2802
|
+
"forest-green",
|
|
2803
|
+
"background",
|
|
2804
|
+
"overlay"
|
|
2805
|
+
]
|
|
2806
|
+
}
|
|
2807
|
+
},
|
|
2808
|
+
"sentiment": {
|
|
2809
|
+
"negative": {
|
|
2810
|
+
"value": {
|
|
2811
|
+
"r": 1,
|
|
2812
|
+
"g": 0.7686274509803922,
|
|
2813
|
+
"b": 0.7607843137254902
|
|
2814
|
+
},
|
|
2815
|
+
"theme": "forest-green",
|
|
2816
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2817
|
+
"isSource": true,
|
|
2818
|
+
"original": {
|
|
2819
|
+
"value": {
|
|
2820
|
+
"hex": "#FFC4C2"
|
|
2821
|
+
},
|
|
2822
|
+
"theme": "forest-green"
|
|
2823
|
+
},
|
|
2824
|
+
"name": "forestGreenSentimentNegative",
|
|
2825
|
+
"attributes": {
|
|
2826
|
+
"category": "color",
|
|
2827
|
+
"type": "forest-green",
|
|
2828
|
+
"item": "sentiment",
|
|
2829
|
+
"subitem": "negative"
|
|
2830
|
+
},
|
|
2831
|
+
"path": [
|
|
2832
|
+
"color",
|
|
2833
|
+
"forest-green",
|
|
2834
|
+
"sentiment",
|
|
2835
|
+
"negative"
|
|
2836
|
+
]
|
|
2837
|
+
},
|
|
2838
|
+
"negative-hover": {
|
|
2839
|
+
"value": {
|
|
2840
|
+
"r": 1,
|
|
2841
|
+
"g": 0.8627450980392157,
|
|
2842
|
+
"b": 0.8588235294117647
|
|
2843
|
+
},
|
|
2844
|
+
"theme": "forest-green",
|
|
2845
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2846
|
+
"isSource": true,
|
|
2847
|
+
"original": {
|
|
2848
|
+
"value": {
|
|
2849
|
+
"hex": "#FFDCDB"
|
|
2850
|
+
},
|
|
2851
|
+
"theme": "forest-green"
|
|
2852
|
+
},
|
|
2853
|
+
"name": "forestGreenSentimentNegativeHover",
|
|
2854
|
+
"attributes": {
|
|
2855
|
+
"category": "color",
|
|
2856
|
+
"type": "forest-green",
|
|
2857
|
+
"item": "sentiment",
|
|
2858
|
+
"subitem": "negative-hover"
|
|
2859
|
+
},
|
|
2860
|
+
"path": [
|
|
2861
|
+
"color",
|
|
2862
|
+
"forest-green",
|
|
2863
|
+
"sentiment",
|
|
2864
|
+
"negative-hover"
|
|
2865
|
+
]
|
|
2866
|
+
},
|
|
2867
|
+
"negative-active": {
|
|
2868
|
+
"value": {
|
|
2869
|
+
"r": 1,
|
|
2870
|
+
"g": 0.9215686274509803,
|
|
2871
|
+
"b": 0.9215686274509803
|
|
2872
|
+
},
|
|
2873
|
+
"theme": "forest-green",
|
|
2874
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2875
|
+
"isSource": true,
|
|
2876
|
+
"original": {
|
|
2877
|
+
"value": {
|
|
2878
|
+
"hex": "#FFEBEB"
|
|
2879
|
+
},
|
|
2880
|
+
"theme": "forest-green"
|
|
2881
|
+
},
|
|
2882
|
+
"name": "forestGreenSentimentNegativeActive",
|
|
2883
|
+
"attributes": {
|
|
2884
|
+
"category": "color",
|
|
2885
|
+
"type": "forest-green",
|
|
2886
|
+
"item": "sentiment",
|
|
2887
|
+
"subitem": "negative-active"
|
|
2888
|
+
},
|
|
2889
|
+
"path": [
|
|
2890
|
+
"color",
|
|
2891
|
+
"forest-green",
|
|
2892
|
+
"sentiment",
|
|
2893
|
+
"negative-active"
|
|
2894
|
+
]
|
|
2895
|
+
},
|
|
2896
|
+
"positive": {
|
|
2897
|
+
"value": {
|
|
2898
|
+
"r": 0.6274509803921569,
|
|
2899
|
+
"g": 0.8980392156862745,
|
|
2900
|
+
"b": 0.6823529411764706
|
|
2901
|
+
},
|
|
2902
|
+
"theme": "forest-green",
|
|
2903
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2904
|
+
"isSource": true,
|
|
2905
|
+
"original": {
|
|
2906
|
+
"value": {
|
|
2907
|
+
"hex": "#A0E5AE"
|
|
2908
|
+
},
|
|
2909
|
+
"theme": "forest-green"
|
|
2910
|
+
},
|
|
2911
|
+
"name": "forestGreenSentimentPositive",
|
|
2912
|
+
"attributes": {
|
|
2913
|
+
"category": "color",
|
|
2914
|
+
"type": "forest-green",
|
|
2915
|
+
"item": "sentiment",
|
|
2916
|
+
"subitem": "positive"
|
|
2917
|
+
},
|
|
2918
|
+
"path": [
|
|
2919
|
+
"color",
|
|
2920
|
+
"forest-green",
|
|
2921
|
+
"sentiment",
|
|
2922
|
+
"positive"
|
|
2923
|
+
]
|
|
2924
|
+
},
|
|
2925
|
+
"warning": {
|
|
2926
|
+
"value": {
|
|
2927
|
+
"r": 0.9294117647058824,
|
|
2928
|
+
"g": 0.8235294117647058,
|
|
2929
|
+
"b": 0.4470588235294118
|
|
2930
|
+
},
|
|
2931
|
+
"theme": "forest-green",
|
|
2932
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2933
|
+
"isSource": true,
|
|
2934
|
+
"original": {
|
|
2935
|
+
"value": {
|
|
2936
|
+
"hex": "#EDD272"
|
|
2937
|
+
},
|
|
2938
|
+
"theme": "forest-green"
|
|
2939
|
+
},
|
|
2940
|
+
"name": "forestGreenSentimentWarning",
|
|
2941
|
+
"attributes": {
|
|
2942
|
+
"category": "color",
|
|
2943
|
+
"type": "forest-green",
|
|
2944
|
+
"item": "sentiment",
|
|
2945
|
+
"subitem": "warning"
|
|
2946
|
+
},
|
|
2947
|
+
"path": [
|
|
2948
|
+
"color",
|
|
2949
|
+
"forest-green",
|
|
2950
|
+
"sentiment",
|
|
2951
|
+
"warning"
|
|
2952
|
+
]
|
|
2953
|
+
}
|
|
2954
|
+
},
|
|
2955
|
+
"base": {
|
|
2956
|
+
"contrast": {
|
|
2957
|
+
"value": {
|
|
2958
|
+
"r": 0.08627450980392157,
|
|
2959
|
+
"g": 0.2,
|
|
2960
|
+
"b": 0
|
|
2961
|
+
},
|
|
2962
|
+
"theme": "forest-green",
|
|
2963
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2964
|
+
"isSource": true,
|
|
2965
|
+
"original": {
|
|
2966
|
+
"value": "{color.forest-green.forest-green.value}",
|
|
2967
|
+
"theme": "forest-green"
|
|
2968
|
+
},
|
|
2969
|
+
"name": "forestGreenBaseContrast",
|
|
2970
|
+
"attributes": {
|
|
2971
|
+
"category": "color",
|
|
2972
|
+
"type": "forest-green",
|
|
2973
|
+
"item": "base",
|
|
2974
|
+
"subitem": "contrast"
|
|
2975
|
+
},
|
|
2976
|
+
"path": [
|
|
2977
|
+
"color",
|
|
2978
|
+
"forest-green",
|
|
2979
|
+
"base",
|
|
2980
|
+
"contrast"
|
|
2981
|
+
]
|
|
2982
|
+
},
|
|
2983
|
+
"light": {
|
|
2984
|
+
"value": {
|
|
2985
|
+
"r": 1,
|
|
2986
|
+
"g": 1,
|
|
2987
|
+
"b": 1
|
|
2988
|
+
},
|
|
2989
|
+
"theme": "forest-green",
|
|
2990
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
2991
|
+
"isSource": true,
|
|
2992
|
+
"original": {
|
|
2993
|
+
"value": "{color.forest-green.white.value}",
|
|
2994
|
+
"theme": "forest-green"
|
|
2995
|
+
},
|
|
2996
|
+
"name": "forestGreenBaseLight",
|
|
2997
|
+
"attributes": {
|
|
2998
|
+
"category": "color",
|
|
2999
|
+
"type": "forest-green",
|
|
3000
|
+
"item": "base",
|
|
3001
|
+
"subitem": "light"
|
|
3002
|
+
},
|
|
3003
|
+
"path": [
|
|
3004
|
+
"color",
|
|
3005
|
+
"forest-green",
|
|
3006
|
+
"base",
|
|
3007
|
+
"light"
|
|
3008
|
+
]
|
|
3009
|
+
},
|
|
3010
|
+
"dark": {
|
|
3011
|
+
"value": {
|
|
3012
|
+
"r": 0.08627450980392157,
|
|
3013
|
+
"g": 0.2,
|
|
3014
|
+
"b": 0
|
|
3015
|
+
},
|
|
3016
|
+
"theme": "forest-green",
|
|
3017
|
+
"filePath": "tokens/colors/themes/forest-green.json",
|
|
3018
|
+
"isSource": true,
|
|
3019
|
+
"original": {
|
|
3020
|
+
"value": "{color.forest-green.forest-green.value}",
|
|
3021
|
+
"theme": "forest-green"
|
|
3022
|
+
},
|
|
3023
|
+
"name": "forestGreenBaseDark",
|
|
3024
|
+
"attributes": {
|
|
3025
|
+
"category": "color",
|
|
3026
|
+
"type": "forest-green",
|
|
3027
|
+
"item": "base",
|
|
3028
|
+
"subitem": "dark"
|
|
3029
|
+
},
|
|
3030
|
+
"path": [
|
|
3031
|
+
"color",
|
|
3032
|
+
"forest-green",
|
|
3033
|
+
"base",
|
|
3034
|
+
"dark"
|
|
3035
|
+
]
|
|
3036
|
+
}
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
3039
|
+
"light": {
|
|
3040
|
+
"content": {
|
|
3041
|
+
"primary": {
|
|
3042
|
+
"value": {
|
|
3043
|
+
"r": 0.21568627450980393,
|
|
3044
|
+
"g": 0.3176470588235294,
|
|
3045
|
+
"b": 0.49411764705882355
|
|
3046
|
+
},
|
|
3047
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3048
|
+
"isSource": true,
|
|
3049
|
+
"original": {
|
|
3050
|
+
"value": "{color.base.navy.light.value}"
|
|
3051
|
+
},
|
|
3052
|
+
"name": "lightContentPrimary",
|
|
3053
|
+
"attributes": {
|
|
3054
|
+
"category": "color",
|
|
3055
|
+
"type": "light",
|
|
3056
|
+
"item": "content",
|
|
3057
|
+
"subitem": "primary"
|
|
3058
|
+
},
|
|
3059
|
+
"path": [
|
|
3060
|
+
"color",
|
|
3061
|
+
"light",
|
|
3062
|
+
"content",
|
|
3063
|
+
"primary"
|
|
3064
|
+
]
|
|
3065
|
+
},
|
|
3066
|
+
"secondary": {
|
|
3067
|
+
"value": {
|
|
3068
|
+
"r": 0.36470588235294116,
|
|
3069
|
+
"g": 0.4392156862745098,
|
|
3070
|
+
"b": 0.4745098039215686
|
|
3071
|
+
},
|
|
3072
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3073
|
+
"isSource": true,
|
|
3074
|
+
"original": {
|
|
3075
|
+
"value": "{color.base.grey.dark.value}"
|
|
3076
|
+
},
|
|
3077
|
+
"name": "lightContentSecondary",
|
|
3078
|
+
"attributes": {
|
|
3079
|
+
"category": "color",
|
|
3080
|
+
"type": "light",
|
|
3081
|
+
"item": "content",
|
|
3082
|
+
"subitem": "secondary"
|
|
3083
|
+
},
|
|
3084
|
+
"path": [
|
|
3085
|
+
"color",
|
|
3086
|
+
"light",
|
|
3087
|
+
"content",
|
|
3088
|
+
"secondary"
|
|
3089
|
+
]
|
|
3090
|
+
},
|
|
3091
|
+
"tertiary": {
|
|
3092
|
+
"value": {
|
|
3093
|
+
"r": 0.4627450980392157,
|
|
3094
|
+
"g": 0.5568627450980392,
|
|
3095
|
+
"b": 0.611764705882353
|
|
3096
|
+
},
|
|
3097
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3098
|
+
"isSource": true,
|
|
3099
|
+
"original": {
|
|
3100
|
+
"value": "{color.base.grey.mid.value}"
|
|
3101
|
+
},
|
|
3102
|
+
"name": "lightContentTertiary",
|
|
3103
|
+
"attributes": {
|
|
3104
|
+
"category": "color",
|
|
3105
|
+
"type": "light",
|
|
3106
|
+
"item": "content",
|
|
3107
|
+
"subitem": "tertiary"
|
|
3108
|
+
},
|
|
3109
|
+
"path": [
|
|
3110
|
+
"color",
|
|
3111
|
+
"light",
|
|
3112
|
+
"content",
|
|
3113
|
+
"tertiary"
|
|
3114
|
+
]
|
|
3115
|
+
},
|
|
3116
|
+
"accent": {
|
|
3117
|
+
"value": {
|
|
3118
|
+
"r": 0,
|
|
3119
|
+
"g": 0.592156862745098,
|
|
3120
|
+
"b": 0.7803921568627451
|
|
3121
|
+
},
|
|
3122
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3123
|
+
"isSource": true,
|
|
3124
|
+
"original": {
|
|
3125
|
+
"value": "{color.base.blue.dark.value}"
|
|
3126
|
+
},
|
|
3127
|
+
"name": "lightContentAccent",
|
|
3128
|
+
"attributes": {
|
|
3129
|
+
"category": "color",
|
|
3130
|
+
"type": "light",
|
|
3131
|
+
"item": "content",
|
|
3132
|
+
"subitem": "accent"
|
|
3133
|
+
},
|
|
3134
|
+
"path": [
|
|
3135
|
+
"color",
|
|
3136
|
+
"light",
|
|
3137
|
+
"content",
|
|
3138
|
+
"accent"
|
|
3139
|
+
]
|
|
3140
|
+
},
|
|
3141
|
+
"positive": {
|
|
3142
|
+
"value": {
|
|
3143
|
+
"r": 0,
|
|
3144
|
+
"g": 0.5019607843137255,
|
|
3145
|
+
"b": 0.14901960784313725
|
|
3146
|
+
},
|
|
3147
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3148
|
+
"isSource": true,
|
|
3149
|
+
"original": {
|
|
3150
|
+
"value": "{color.base.green.dark.value}"
|
|
3151
|
+
},
|
|
3152
|
+
"name": "lightContentPositive",
|
|
3153
|
+
"attributes": {
|
|
3154
|
+
"category": "color",
|
|
3155
|
+
"type": "light",
|
|
3156
|
+
"item": "content",
|
|
3157
|
+
"subitem": "positive"
|
|
3158
|
+
},
|
|
3159
|
+
"path": [
|
|
3160
|
+
"color",
|
|
3161
|
+
"light",
|
|
3162
|
+
"content",
|
|
3163
|
+
"positive"
|
|
3164
|
+
]
|
|
3165
|
+
},
|
|
3166
|
+
"negative": {
|
|
3167
|
+
"value": {
|
|
3168
|
+
"r": 0.8117647058823529,
|
|
3169
|
+
"g": 0.1607843137254902,
|
|
3170
|
+
"b": 0.1607843137254902
|
|
3171
|
+
},
|
|
3172
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3173
|
+
"isSource": true,
|
|
3174
|
+
"original": {
|
|
3175
|
+
"value": "{color.base.red.dark.value}"
|
|
3176
|
+
},
|
|
3177
|
+
"name": "lightContentNegative",
|
|
3178
|
+
"attributes": {
|
|
3179
|
+
"category": "color",
|
|
3180
|
+
"type": "light",
|
|
3181
|
+
"item": "content",
|
|
3182
|
+
"subitem": "negative"
|
|
3183
|
+
},
|
|
3184
|
+
"path": [
|
|
3185
|
+
"color",
|
|
3186
|
+
"light",
|
|
3187
|
+
"content",
|
|
3188
|
+
"negative"
|
|
3189
|
+
]
|
|
3190
|
+
},
|
|
3191
|
+
"warning": {
|
|
3192
|
+
"value": {
|
|
3193
|
+
"r": 0.6039215686274509,
|
|
3194
|
+
"g": 0.396078431372549,
|
|
3195
|
+
"b": 0
|
|
3196
|
+
},
|
|
3197
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3198
|
+
"isSource": true,
|
|
3199
|
+
"original": {
|
|
3200
|
+
"value": "{color.base.orange.dark.value}"
|
|
3201
|
+
},
|
|
3202
|
+
"name": "lightContentWarning",
|
|
3203
|
+
"attributes": {
|
|
3204
|
+
"category": "color",
|
|
3205
|
+
"type": "light",
|
|
3206
|
+
"item": "content",
|
|
3207
|
+
"subitem": "warning"
|
|
3208
|
+
},
|
|
3209
|
+
"path": [
|
|
3210
|
+
"color",
|
|
3211
|
+
"light",
|
|
3212
|
+
"content",
|
|
3213
|
+
"warning"
|
|
3214
|
+
]
|
|
3215
|
+
}
|
|
3216
|
+
},
|
|
3217
|
+
"interactive": {
|
|
3218
|
+
"accent": {
|
|
3219
|
+
"value": {
|
|
3220
|
+
"r": 0,
|
|
3221
|
+
"g": 0.6352941176470588,
|
|
3222
|
+
"b": 0.8666666666666667
|
|
3223
|
+
},
|
|
3224
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3225
|
+
"isSource": true,
|
|
3226
|
+
"original": {
|
|
3227
|
+
"value": "{color.base.blue.mid.value}"
|
|
3228
|
+
},
|
|
3229
|
+
"name": "lightInteractiveAccent",
|
|
3230
|
+
"attributes": {
|
|
3231
|
+
"category": "color",
|
|
3232
|
+
"type": "light",
|
|
3233
|
+
"item": "interactive",
|
|
3234
|
+
"subitem": "accent"
|
|
3235
|
+
},
|
|
3236
|
+
"path": [
|
|
3237
|
+
"color",
|
|
3238
|
+
"light",
|
|
3239
|
+
"interactive",
|
|
3240
|
+
"accent"
|
|
3241
|
+
]
|
|
3242
|
+
},
|
|
3243
|
+
"positive": {
|
|
3244
|
+
"value": {
|
|
3245
|
+
"r": 0.1803921568627451,
|
|
3246
|
+
"g": 0.6784313725490196,
|
|
3247
|
+
"b": 0.29411764705882354
|
|
3248
|
+
},
|
|
3249
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3250
|
+
"isSource": true,
|
|
3251
|
+
"original": {
|
|
3252
|
+
"value": "{color.base.green.mid.value}"
|
|
3253
|
+
},
|
|
3254
|
+
"name": "lightInteractivePositive",
|
|
3255
|
+
"attributes": {
|
|
3256
|
+
"category": "color",
|
|
3257
|
+
"type": "light",
|
|
3258
|
+
"item": "interactive",
|
|
3259
|
+
"subitem": "positive"
|
|
3260
|
+
},
|
|
3261
|
+
"path": [
|
|
3262
|
+
"color",
|
|
3263
|
+
"light",
|
|
3264
|
+
"interactive",
|
|
3265
|
+
"positive"
|
|
3266
|
+
]
|
|
3267
|
+
},
|
|
3268
|
+
"negative": {
|
|
3269
|
+
"value": {
|
|
3270
|
+
"r": 0.9058823529411765,
|
|
3271
|
+
"g": 0.2823529411764706,
|
|
3272
|
+
"b": 0.2823529411764706
|
|
3273
|
+
},
|
|
3274
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3275
|
+
"isSource": true,
|
|
3276
|
+
"original": {
|
|
3277
|
+
"value": "{color.base.red.mid.value}"
|
|
3278
|
+
},
|
|
3279
|
+
"name": "lightInteractiveNegative",
|
|
3280
|
+
"attributes": {
|
|
3281
|
+
"category": "color",
|
|
3282
|
+
"type": "light",
|
|
3283
|
+
"item": "interactive",
|
|
3284
|
+
"subitem": "negative"
|
|
3285
|
+
},
|
|
3286
|
+
"path": [
|
|
3287
|
+
"color",
|
|
3288
|
+
"light",
|
|
3289
|
+
"interactive",
|
|
3290
|
+
"negative"
|
|
3291
|
+
]
|
|
3292
|
+
},
|
|
3293
|
+
"warning": {
|
|
3294
|
+
"value": {
|
|
3295
|
+
"r": 0.8745098039215686,
|
|
3296
|
+
"g": 0.5294117647058824,
|
|
3297
|
+
"b": 0
|
|
3298
|
+
},
|
|
3299
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3300
|
+
"isSource": true,
|
|
3301
|
+
"original": {
|
|
3302
|
+
"value": "{color.base.orange.mid.value}"
|
|
3303
|
+
},
|
|
3304
|
+
"name": "lightInteractiveWarning",
|
|
3305
|
+
"attributes": {
|
|
3306
|
+
"category": "color",
|
|
3307
|
+
"type": "light",
|
|
3308
|
+
"item": "interactive",
|
|
3309
|
+
"subitem": "warning"
|
|
3310
|
+
},
|
|
3311
|
+
"path": [
|
|
3312
|
+
"color",
|
|
3313
|
+
"light",
|
|
3314
|
+
"interactive",
|
|
3315
|
+
"warning"
|
|
3316
|
+
]
|
|
3317
|
+
},
|
|
3318
|
+
"secondary": {
|
|
3319
|
+
"value": {
|
|
3320
|
+
"r": 0.788235294117647,
|
|
3321
|
+
"g": 0.796078431372549,
|
|
3322
|
+
"b": 0.807843137254902
|
|
3323
|
+
},
|
|
3324
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3325
|
+
"isSource": true,
|
|
3326
|
+
"original": {
|
|
3327
|
+
"value": "{color.base.smoke.mid.value}"
|
|
3328
|
+
},
|
|
3329
|
+
"name": "lightInteractiveSecondary",
|
|
3330
|
+
"attributes": {
|
|
3331
|
+
"category": "color",
|
|
3332
|
+
"type": "light",
|
|
3333
|
+
"item": "interactive",
|
|
3334
|
+
"subitem": "secondary"
|
|
3335
|
+
},
|
|
3336
|
+
"path": [
|
|
3337
|
+
"color",
|
|
3338
|
+
"light",
|
|
3339
|
+
"interactive",
|
|
3340
|
+
"secondary"
|
|
3341
|
+
]
|
|
3342
|
+
}
|
|
3343
|
+
},
|
|
3344
|
+
"background": {
|
|
3345
|
+
"screen": {
|
|
3346
|
+
"value": {
|
|
3347
|
+
"r": 1,
|
|
3348
|
+
"g": 1,
|
|
3349
|
+
"b": 1
|
|
3350
|
+
},
|
|
3351
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3352
|
+
"isSource": true,
|
|
3353
|
+
"original": {
|
|
3354
|
+
"value": "{color.base.white.light.value}"
|
|
3355
|
+
},
|
|
3356
|
+
"name": "lightBackgroundScreen",
|
|
3357
|
+
"attributes": {
|
|
3358
|
+
"category": "color",
|
|
3359
|
+
"type": "light",
|
|
3360
|
+
"item": "background",
|
|
3361
|
+
"subitem": "screen"
|
|
3362
|
+
},
|
|
3363
|
+
"path": [
|
|
3364
|
+
"color",
|
|
3365
|
+
"light",
|
|
3366
|
+
"background",
|
|
3367
|
+
"screen"
|
|
3368
|
+
]
|
|
3369
|
+
},
|
|
3370
|
+
"elevated": {
|
|
3371
|
+
"value": {
|
|
3372
|
+
"r": 1,
|
|
3373
|
+
"g": 1,
|
|
3374
|
+
"b": 1
|
|
3375
|
+
},
|
|
3376
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3377
|
+
"isSource": true,
|
|
3378
|
+
"original": {
|
|
3379
|
+
"value": "{color.base.white.light.value}"
|
|
3380
|
+
},
|
|
3381
|
+
"name": "lightBackgroundElevated",
|
|
3382
|
+
"attributes": {
|
|
3383
|
+
"category": "color",
|
|
3384
|
+
"type": "light",
|
|
3385
|
+
"item": "background",
|
|
3386
|
+
"subitem": "elevated"
|
|
3387
|
+
},
|
|
3388
|
+
"path": [
|
|
3389
|
+
"color",
|
|
3390
|
+
"light",
|
|
3391
|
+
"background",
|
|
3392
|
+
"elevated"
|
|
3393
|
+
]
|
|
3394
|
+
},
|
|
3395
|
+
"neutral": {
|
|
3396
|
+
"value": {
|
|
3397
|
+
"r": 0.5254901960784314,
|
|
3398
|
+
"g": 0.6549019607843137,
|
|
3399
|
+
"b": 0.7411764705882353,
|
|
3400
|
+
"opacity": 0.1
|
|
3401
|
+
},
|
|
3402
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3403
|
+
"isSource": true,
|
|
3404
|
+
"original": {
|
|
3405
|
+
"value": "{color.base.smoke.fade.value}"
|
|
3406
|
+
},
|
|
3407
|
+
"name": "lightBackgroundNeutral",
|
|
3408
|
+
"attributes": {
|
|
3409
|
+
"category": "color",
|
|
3410
|
+
"type": "light",
|
|
3411
|
+
"item": "background",
|
|
3412
|
+
"subitem": "neutral"
|
|
3413
|
+
},
|
|
3414
|
+
"path": [
|
|
3415
|
+
"color",
|
|
3416
|
+
"light",
|
|
3417
|
+
"background",
|
|
3418
|
+
"neutral"
|
|
3419
|
+
]
|
|
3420
|
+
},
|
|
3421
|
+
"accent": {
|
|
3422
|
+
"value": {
|
|
3423
|
+
"r": 0.2196078431372549,
|
|
3424
|
+
"g": 0.7843137254901961,
|
|
3425
|
+
"b": 1,
|
|
3426
|
+
"opacity": 0.1
|
|
3427
|
+
},
|
|
3428
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3429
|
+
"isSource": true,
|
|
3430
|
+
"original": {
|
|
3431
|
+
"value": "{color.base.blue.fade.value}"
|
|
3432
|
+
},
|
|
3433
|
+
"name": "lightBackgroundAccent",
|
|
3434
|
+
"attributes": {
|
|
3435
|
+
"category": "color",
|
|
3436
|
+
"type": "light",
|
|
3437
|
+
"item": "background",
|
|
3438
|
+
"subitem": "accent"
|
|
3439
|
+
},
|
|
3440
|
+
"path": [
|
|
3441
|
+
"color",
|
|
3442
|
+
"light",
|
|
3443
|
+
"background",
|
|
3444
|
+
"accent"
|
|
3445
|
+
]
|
|
3446
|
+
},
|
|
3447
|
+
"positive": {
|
|
3448
|
+
"value": {
|
|
3449
|
+
"r": 0.21176470588235294,
|
|
3450
|
+
"g": 0.7803921568627451,
|
|
3451
|
+
"b": 0.592156862745098,
|
|
3452
|
+
"opacity": 0.1
|
|
3453
|
+
},
|
|
3454
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3455
|
+
"isSource": true,
|
|
3456
|
+
"original": {
|
|
3457
|
+
"value": "{color.base.green.fade.value}"
|
|
3458
|
+
},
|
|
3459
|
+
"name": "lightBackgroundPositive",
|
|
3460
|
+
"attributes": {
|
|
3461
|
+
"category": "color",
|
|
3462
|
+
"type": "light",
|
|
3463
|
+
"item": "background",
|
|
3464
|
+
"subitem": "positive"
|
|
3465
|
+
},
|
|
3466
|
+
"path": [
|
|
3467
|
+
"color",
|
|
3468
|
+
"light",
|
|
3469
|
+
"background",
|
|
3470
|
+
"positive"
|
|
3471
|
+
]
|
|
3472
|
+
},
|
|
3473
|
+
"negative": {
|
|
3474
|
+
"value": {
|
|
3475
|
+
"r": 1,
|
|
3476
|
+
"g": 0.5294117647058824,
|
|
3477
|
+
"b": 0.5294117647058824,
|
|
3478
|
+
"opacity": 0.1
|
|
3479
|
+
},
|
|
3480
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3481
|
+
"isSource": true,
|
|
3482
|
+
"original": {
|
|
3483
|
+
"value": "{color.base.red.fade.value}"
|
|
3484
|
+
},
|
|
3485
|
+
"name": "lightBackgroundNegative",
|
|
3486
|
+
"attributes": {
|
|
3487
|
+
"category": "color",
|
|
3488
|
+
"type": "light",
|
|
3489
|
+
"item": "background",
|
|
3490
|
+
"subitem": "negative"
|
|
3491
|
+
},
|
|
3492
|
+
"path": [
|
|
3493
|
+
"color",
|
|
3494
|
+
"light",
|
|
3495
|
+
"background",
|
|
3496
|
+
"negative"
|
|
3497
|
+
]
|
|
3498
|
+
},
|
|
3499
|
+
"warning": {
|
|
3500
|
+
"value": {
|
|
3501
|
+
"r": 1,
|
|
3502
|
+
"g": 0.6745098039215687,
|
|
3503
|
+
"b": 0,
|
|
3504
|
+
"opacity": 0.1
|
|
3505
|
+
},
|
|
3506
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3507
|
+
"isSource": true,
|
|
3508
|
+
"original": {
|
|
3509
|
+
"value": "{color.base.orange.fade.value}"
|
|
3510
|
+
},
|
|
3511
|
+
"name": "lightBackgroundWarning",
|
|
3512
|
+
"attributes": {
|
|
3513
|
+
"category": "color",
|
|
3514
|
+
"type": "light",
|
|
3515
|
+
"item": "background",
|
|
3516
|
+
"subitem": "warning"
|
|
3517
|
+
},
|
|
3518
|
+
"path": [
|
|
3519
|
+
"color",
|
|
3520
|
+
"light",
|
|
3521
|
+
"background",
|
|
3522
|
+
"warning"
|
|
3523
|
+
]
|
|
3524
|
+
},
|
|
3525
|
+
"overlay": {
|
|
3526
|
+
"value": {
|
|
3527
|
+
"r": 0,
|
|
3528
|
+
"g": 0,
|
|
3529
|
+
"b": 0,
|
|
3530
|
+
"opacity": 0.1
|
|
3531
|
+
},
|
|
3532
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3533
|
+
"isSource": true,
|
|
3534
|
+
"original": {
|
|
3535
|
+
"value": "{color.base.black.fade.value}"
|
|
3536
|
+
},
|
|
3537
|
+
"name": "lightBackgroundOverlay",
|
|
3538
|
+
"attributes": {
|
|
3539
|
+
"category": "color",
|
|
3540
|
+
"type": "light",
|
|
3541
|
+
"item": "background",
|
|
3542
|
+
"subitem": "overlay"
|
|
3543
|
+
},
|
|
3544
|
+
"path": [
|
|
3545
|
+
"color",
|
|
3546
|
+
"light",
|
|
3547
|
+
"background",
|
|
3548
|
+
"overlay"
|
|
3549
|
+
]
|
|
3550
|
+
}
|
|
3551
|
+
},
|
|
3552
|
+
"border": {
|
|
3553
|
+
"neutral": {
|
|
3554
|
+
"value": {
|
|
3555
|
+
"r": 0,
|
|
3556
|
+
"g": 0,
|
|
3557
|
+
"b": 0,
|
|
3558
|
+
"opacity": 0.1
|
|
3559
|
+
},
|
|
3560
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3561
|
+
"isSource": true,
|
|
3562
|
+
"original": {
|
|
3563
|
+
"value": "{color.base.black.fade.value}"
|
|
3564
|
+
},
|
|
3565
|
+
"name": "lightBorderNeutral",
|
|
3566
|
+
"attributes": {
|
|
3567
|
+
"category": "color",
|
|
3568
|
+
"type": "light",
|
|
3569
|
+
"item": "border",
|
|
3570
|
+
"subitem": "neutral"
|
|
3571
|
+
},
|
|
3572
|
+
"path": [
|
|
3573
|
+
"color",
|
|
3574
|
+
"light",
|
|
3575
|
+
"border",
|
|
3576
|
+
"neutral"
|
|
3577
|
+
]
|
|
3578
|
+
},
|
|
3579
|
+
"overlay": {
|
|
3580
|
+
"value": {
|
|
3581
|
+
"r": 0,
|
|
3582
|
+
"g": 0,
|
|
3583
|
+
"b": 0,
|
|
3584
|
+
"opacity": 0.1
|
|
3585
|
+
},
|
|
3586
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3587
|
+
"isSource": true,
|
|
3588
|
+
"original": {
|
|
3589
|
+
"value": "{color.base.black.fade.value}"
|
|
3590
|
+
},
|
|
3591
|
+
"name": "lightBorderOverlay",
|
|
3592
|
+
"attributes": {
|
|
3593
|
+
"category": "color",
|
|
3594
|
+
"type": "light",
|
|
3595
|
+
"item": "border",
|
|
3596
|
+
"subitem": "overlay"
|
|
3597
|
+
},
|
|
3598
|
+
"path": [
|
|
3599
|
+
"color",
|
|
3600
|
+
"light",
|
|
3601
|
+
"border",
|
|
3602
|
+
"overlay"
|
|
3603
|
+
]
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
"core": {
|
|
3607
|
+
"contrast": {
|
|
3608
|
+
"value": {
|
|
3609
|
+
"r": 0,
|
|
3610
|
+
"g": 0,
|
|
3611
|
+
"b": 0
|
|
3612
|
+
},
|
|
3613
|
+
"filePath": "tokens/colors/themes/light.json",
|
|
3614
|
+
"isSource": true,
|
|
3615
|
+
"original": {
|
|
3616
|
+
"value": "{color.base.black.dark.value}"
|
|
3617
|
+
},
|
|
3618
|
+
"name": "lightCoreContrast",
|
|
3619
|
+
"attributes": {
|
|
3620
|
+
"category": "color",
|
|
3621
|
+
"type": "light",
|
|
3622
|
+
"item": "core",
|
|
3623
|
+
"subitem": "contrast"
|
|
3624
|
+
},
|
|
3625
|
+
"path": [
|
|
3626
|
+
"color",
|
|
3627
|
+
"light",
|
|
3628
|
+
"core",
|
|
3629
|
+
"contrast"
|
|
3630
|
+
]
|
|
3631
|
+
}
|
|
3632
|
+
}
|
|
3633
|
+
},
|
|
3634
|
+
"navy": {
|
|
3635
|
+
"content": {
|
|
3636
|
+
"primary": {
|
|
3637
|
+
"value": {
|
|
3638
|
+
"r": 1,
|
|
3639
|
+
"g": 1,
|
|
3640
|
+
"b": 1
|
|
3641
|
+
},
|
|
3642
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3643
|
+
"isSource": true,
|
|
3644
|
+
"original": {
|
|
3645
|
+
"value": "{color.base.white.light.value}"
|
|
3646
|
+
},
|
|
3647
|
+
"name": "navyContentPrimary",
|
|
3648
|
+
"attributes": {
|
|
3649
|
+
"category": "color",
|
|
3650
|
+
"type": "navy",
|
|
3651
|
+
"item": "content",
|
|
3652
|
+
"subitem": "primary"
|
|
3653
|
+
},
|
|
3654
|
+
"path": [
|
|
3655
|
+
"color",
|
|
3656
|
+
"navy",
|
|
3657
|
+
"content",
|
|
3658
|
+
"primary"
|
|
3659
|
+
]
|
|
3660
|
+
},
|
|
3661
|
+
"secondary": {
|
|
3662
|
+
"value": {
|
|
3663
|
+
"r": 0.788235294117647,
|
|
3664
|
+
"g": 0.796078431372549,
|
|
3665
|
+
"b": 0.807843137254902
|
|
3666
|
+
},
|
|
3667
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3668
|
+
"isSource": true,
|
|
3669
|
+
"original": {
|
|
3670
|
+
"value": "{color.base.smoke.mid.value}"
|
|
3671
|
+
},
|
|
3672
|
+
"name": "navyContentSecondary",
|
|
3673
|
+
"attributes": {
|
|
3674
|
+
"category": "color",
|
|
3675
|
+
"type": "navy",
|
|
3676
|
+
"item": "content",
|
|
3677
|
+
"subitem": "secondary"
|
|
3678
|
+
},
|
|
3679
|
+
"path": [
|
|
3680
|
+
"color",
|
|
3681
|
+
"navy",
|
|
3682
|
+
"content",
|
|
3683
|
+
"secondary"
|
|
3684
|
+
]
|
|
3685
|
+
},
|
|
3686
|
+
"tertiary": {
|
|
3687
|
+
"value": {
|
|
3688
|
+
"r": 0.6588235294117647,
|
|
3689
|
+
"g": 0.6666666666666666,
|
|
3690
|
+
"b": 0.6745098039215687
|
|
3691
|
+
},
|
|
3692
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3693
|
+
"isSource": true,
|
|
3694
|
+
"original": {
|
|
3695
|
+
"value": "{color.base.smoke.dark.value}"
|
|
3696
|
+
},
|
|
3697
|
+
"name": "navyContentTertiary",
|
|
3698
|
+
"attributes": {
|
|
3699
|
+
"category": "color",
|
|
3700
|
+
"type": "navy",
|
|
3701
|
+
"item": "content",
|
|
3702
|
+
"subitem": "tertiary"
|
|
3703
|
+
},
|
|
3704
|
+
"path": [
|
|
3705
|
+
"color",
|
|
3706
|
+
"navy",
|
|
3707
|
+
"content",
|
|
3708
|
+
"tertiary"
|
|
3709
|
+
]
|
|
3710
|
+
},
|
|
3711
|
+
"accent": {
|
|
3712
|
+
"value": {
|
|
3713
|
+
"r": 0,
|
|
3714
|
+
"g": 0.7254901960784313,
|
|
3715
|
+
"b": 1
|
|
3716
|
+
},
|
|
3717
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3718
|
+
"isSource": true,
|
|
3719
|
+
"original": {
|
|
3720
|
+
"value": "{color.base.blue.light.value}"
|
|
3721
|
+
},
|
|
3722
|
+
"name": "navyContentAccent",
|
|
3723
|
+
"attributes": {
|
|
3724
|
+
"category": "color",
|
|
3725
|
+
"type": "navy",
|
|
3726
|
+
"item": "content",
|
|
3727
|
+
"subitem": "accent"
|
|
3728
|
+
},
|
|
3729
|
+
"path": [
|
|
3730
|
+
"color",
|
|
3731
|
+
"navy",
|
|
3732
|
+
"content",
|
|
3733
|
+
"accent"
|
|
3734
|
+
]
|
|
3735
|
+
},
|
|
3736
|
+
"positive": {
|
|
3737
|
+
"value": {
|
|
3738
|
+
"r": 0.43529411764705883,
|
|
3739
|
+
"g": 0.8392156862745098,
|
|
3740
|
+
"b": 0.596078431372549
|
|
3741
|
+
},
|
|
3742
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3743
|
+
"isSource": true,
|
|
3744
|
+
"original": {
|
|
3745
|
+
"value": "{color.base.green.light.value}"
|
|
3746
|
+
},
|
|
3747
|
+
"name": "navyContentPositive",
|
|
3748
|
+
"attributes": {
|
|
3749
|
+
"category": "color",
|
|
3750
|
+
"type": "navy",
|
|
3751
|
+
"item": "content",
|
|
3752
|
+
"subitem": "positive"
|
|
3753
|
+
},
|
|
3754
|
+
"path": [
|
|
3755
|
+
"color",
|
|
3756
|
+
"navy",
|
|
3757
|
+
"content",
|
|
3758
|
+
"positive"
|
|
3759
|
+
]
|
|
3760
|
+
},
|
|
3761
|
+
"negative": {
|
|
3762
|
+
"value": {
|
|
3763
|
+
"r": 1,
|
|
3764
|
+
"g": 0.6509803921568628,
|
|
3765
|
+
"b": 0.6627450980392157
|
|
3766
|
+
},
|
|
3767
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3768
|
+
"isSource": true,
|
|
3769
|
+
"original": {
|
|
3770
|
+
"value": "{color.base.red.light.value}"
|
|
3771
|
+
},
|
|
3772
|
+
"name": "navyContentNegative",
|
|
3773
|
+
"attributes": {
|
|
3774
|
+
"category": "color",
|
|
3775
|
+
"type": "navy",
|
|
3776
|
+
"item": "content",
|
|
3777
|
+
"subitem": "negative"
|
|
3778
|
+
},
|
|
3779
|
+
"path": [
|
|
3780
|
+
"color",
|
|
3781
|
+
"navy",
|
|
3782
|
+
"content",
|
|
3783
|
+
"negative"
|
|
3784
|
+
]
|
|
3785
|
+
},
|
|
3786
|
+
"warning": {
|
|
3787
|
+
"value": {
|
|
3788
|
+
"r": 1,
|
|
3789
|
+
"g": 0.8196078431372549,
|
|
3790
|
+
"b": 0.5176470588235295
|
|
3791
|
+
},
|
|
3792
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3793
|
+
"isSource": true,
|
|
3794
|
+
"original": {
|
|
3795
|
+
"value": "{color.base.orange.light.value}"
|
|
3796
|
+
},
|
|
3797
|
+
"name": "navyContentWarning",
|
|
3798
|
+
"attributes": {
|
|
3799
|
+
"category": "color",
|
|
3800
|
+
"type": "navy",
|
|
3801
|
+
"item": "content",
|
|
3802
|
+
"subitem": "warning"
|
|
3803
|
+
},
|
|
3804
|
+
"path": [
|
|
3805
|
+
"color",
|
|
3806
|
+
"navy",
|
|
3807
|
+
"content",
|
|
3808
|
+
"warning"
|
|
3809
|
+
]
|
|
3810
|
+
}
|
|
3811
|
+
},
|
|
3812
|
+
"interactive": {
|
|
3813
|
+
"accent": {
|
|
3814
|
+
"value": {
|
|
3815
|
+
"r": 0,
|
|
3816
|
+
"g": 0.6352941176470588,
|
|
3817
|
+
"b": 0.8666666666666667
|
|
3818
|
+
},
|
|
3819
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3820
|
+
"isSource": true,
|
|
3821
|
+
"original": {
|
|
3822
|
+
"value": "{color.base.blue.mid.value}"
|
|
3823
|
+
},
|
|
3824
|
+
"name": "navyInteractiveAccent",
|
|
3825
|
+
"attributes": {
|
|
3826
|
+
"category": "color",
|
|
3827
|
+
"type": "navy",
|
|
3828
|
+
"item": "interactive",
|
|
3829
|
+
"subitem": "accent"
|
|
3830
|
+
},
|
|
3831
|
+
"path": [
|
|
3832
|
+
"color",
|
|
3833
|
+
"navy",
|
|
3834
|
+
"interactive",
|
|
3835
|
+
"accent"
|
|
3836
|
+
]
|
|
3837
|
+
},
|
|
3838
|
+
"positive": {
|
|
3839
|
+
"value": {
|
|
3840
|
+
"r": 0.1803921568627451,
|
|
3841
|
+
"g": 0.6784313725490196,
|
|
3842
|
+
"b": 0.29411764705882354
|
|
3843
|
+
},
|
|
3844
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3845
|
+
"isSource": true,
|
|
3846
|
+
"original": {
|
|
3847
|
+
"value": "{color.base.green.mid.value}"
|
|
3848
|
+
},
|
|
3849
|
+
"name": "navyInteractivePositive",
|
|
3850
|
+
"attributes": {
|
|
3851
|
+
"category": "color",
|
|
3852
|
+
"type": "navy",
|
|
3853
|
+
"item": "interactive",
|
|
3854
|
+
"subitem": "positive"
|
|
3855
|
+
},
|
|
3856
|
+
"path": [
|
|
3857
|
+
"color",
|
|
3858
|
+
"navy",
|
|
3859
|
+
"interactive",
|
|
3860
|
+
"positive"
|
|
3861
|
+
]
|
|
3862
|
+
},
|
|
3863
|
+
"negative": {
|
|
3864
|
+
"value": {
|
|
3865
|
+
"r": 0.9058823529411765,
|
|
3866
|
+
"g": 0.2823529411764706,
|
|
3867
|
+
"b": 0.2823529411764706
|
|
3868
|
+
},
|
|
3869
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3870
|
+
"isSource": true,
|
|
3871
|
+
"original": {
|
|
3872
|
+
"value": "{color.base.red.mid.value}"
|
|
3873
|
+
},
|
|
3874
|
+
"name": "navyInteractiveNegative",
|
|
3875
|
+
"attributes": {
|
|
3876
|
+
"category": "color",
|
|
3877
|
+
"type": "navy",
|
|
3878
|
+
"item": "interactive",
|
|
3879
|
+
"subitem": "negative"
|
|
3880
|
+
},
|
|
3881
|
+
"path": [
|
|
3882
|
+
"color",
|
|
3883
|
+
"navy",
|
|
3884
|
+
"interactive",
|
|
3885
|
+
"negative"
|
|
3886
|
+
]
|
|
3887
|
+
},
|
|
3888
|
+
"warning": {
|
|
3889
|
+
"value": {
|
|
3890
|
+
"r": 0.8745098039215686,
|
|
3891
|
+
"g": 0.5294117647058824,
|
|
3892
|
+
"b": 0
|
|
3893
|
+
},
|
|
3894
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3895
|
+
"isSource": true,
|
|
3896
|
+
"original": {
|
|
3897
|
+
"value": "{color.base.orange.mid.value}"
|
|
3898
|
+
},
|
|
3899
|
+
"name": "navyInteractiveWarning",
|
|
3900
|
+
"attributes": {
|
|
3901
|
+
"category": "color",
|
|
3902
|
+
"type": "navy",
|
|
3903
|
+
"item": "interactive",
|
|
3904
|
+
"subitem": "warning"
|
|
3905
|
+
},
|
|
3906
|
+
"path": [
|
|
3907
|
+
"color",
|
|
3908
|
+
"navy",
|
|
3909
|
+
"interactive",
|
|
3910
|
+
"warning"
|
|
3911
|
+
]
|
|
3912
|
+
},
|
|
3913
|
+
"secondary": {
|
|
3914
|
+
"value": {
|
|
3915
|
+
"r": 0.6588235294117647,
|
|
3916
|
+
"g": 0.6666666666666666,
|
|
3917
|
+
"b": 0.6745098039215687
|
|
3918
|
+
},
|
|
3919
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3920
|
+
"isSource": true,
|
|
3921
|
+
"original": {
|
|
3922
|
+
"value": "{color.base.smoke.dark.value}"
|
|
3923
|
+
},
|
|
3924
|
+
"name": "navyInteractiveSecondary",
|
|
3925
|
+
"attributes": {
|
|
3926
|
+
"category": "color",
|
|
3927
|
+
"type": "navy",
|
|
3928
|
+
"item": "interactive",
|
|
3929
|
+
"subitem": "secondary"
|
|
3930
|
+
},
|
|
3931
|
+
"path": [
|
|
3932
|
+
"color",
|
|
3933
|
+
"navy",
|
|
3934
|
+
"interactive",
|
|
3935
|
+
"secondary"
|
|
3936
|
+
]
|
|
3937
|
+
}
|
|
3938
|
+
},
|
|
3939
|
+
"background": {
|
|
3940
|
+
"screen": {
|
|
3941
|
+
"value": {
|
|
3942
|
+
"r": 0.1803921568627451,
|
|
3943
|
+
"g": 0.2627450980392157,
|
|
3944
|
+
"b": 0.4117647058823529
|
|
3945
|
+
},
|
|
3946
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3947
|
+
"isSource": true,
|
|
3948
|
+
"original": {
|
|
3949
|
+
"value": "{color.base.navy.mid.value}"
|
|
3950
|
+
},
|
|
3951
|
+
"name": "navyBackgroundScreen",
|
|
3952
|
+
"attributes": {
|
|
3953
|
+
"category": "color",
|
|
3954
|
+
"type": "navy",
|
|
3955
|
+
"item": "background",
|
|
3956
|
+
"subitem": "screen"
|
|
3957
|
+
},
|
|
3958
|
+
"path": [
|
|
3959
|
+
"color",
|
|
3960
|
+
"navy",
|
|
3961
|
+
"background",
|
|
3962
|
+
"screen"
|
|
3963
|
+
]
|
|
3964
|
+
},
|
|
3965
|
+
"elevated": {
|
|
3966
|
+
"value": {
|
|
3967
|
+
"r": 0.21568627450980393,
|
|
3968
|
+
"g": 0.3176470588235294,
|
|
3969
|
+
"b": 0.49411764705882355
|
|
3970
|
+
},
|
|
3971
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3972
|
+
"isSource": true,
|
|
3973
|
+
"original": {
|
|
3974
|
+
"value": "{color.base.navy.light.value}"
|
|
3975
|
+
},
|
|
3976
|
+
"name": "navyBackgroundElevated",
|
|
3977
|
+
"attributes": {
|
|
3978
|
+
"category": "color",
|
|
3979
|
+
"type": "navy",
|
|
3980
|
+
"item": "background",
|
|
3981
|
+
"subitem": "elevated"
|
|
3982
|
+
},
|
|
3983
|
+
"path": [
|
|
3984
|
+
"color",
|
|
3985
|
+
"navy",
|
|
3986
|
+
"background",
|
|
3987
|
+
"elevated"
|
|
3988
|
+
]
|
|
3989
|
+
},
|
|
3990
|
+
"neutral": {
|
|
3991
|
+
"value": {
|
|
3992
|
+
"r": 0.5254901960784314,
|
|
3993
|
+
"g": 0.6549019607843137,
|
|
3994
|
+
"b": 0.7411764705882353,
|
|
3995
|
+
"opacity": 0.1
|
|
3996
|
+
},
|
|
3997
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
3998
|
+
"isSource": true,
|
|
3999
|
+
"original": {
|
|
4000
|
+
"value": "{color.base.smoke.fade.value}"
|
|
4001
|
+
},
|
|
4002
|
+
"name": "navyBackgroundNeutral",
|
|
4003
|
+
"attributes": {
|
|
4004
|
+
"category": "color",
|
|
4005
|
+
"type": "navy",
|
|
4006
|
+
"item": "background",
|
|
4007
|
+
"subitem": "neutral"
|
|
4008
|
+
},
|
|
4009
|
+
"path": [
|
|
4010
|
+
"color",
|
|
4011
|
+
"navy",
|
|
4012
|
+
"background",
|
|
4013
|
+
"neutral"
|
|
4014
|
+
]
|
|
4015
|
+
},
|
|
4016
|
+
"accent": {
|
|
4017
|
+
"value": {
|
|
4018
|
+
"r": 0.2196078431372549,
|
|
4019
|
+
"g": 0.7843137254901961,
|
|
4020
|
+
"b": 1,
|
|
4021
|
+
"opacity": 0.1
|
|
4022
|
+
},
|
|
4023
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
4024
|
+
"isSource": true,
|
|
4025
|
+
"original": {
|
|
4026
|
+
"value": "{color.base.blue.fade.value}"
|
|
4027
|
+
},
|
|
4028
|
+
"name": "navyBackgroundAccent",
|
|
4029
|
+
"attributes": {
|
|
4030
|
+
"category": "color",
|
|
4031
|
+
"type": "navy",
|
|
4032
|
+
"item": "background",
|
|
4033
|
+
"subitem": "accent"
|
|
4034
|
+
},
|
|
4035
|
+
"path": [
|
|
4036
|
+
"color",
|
|
4037
|
+
"navy",
|
|
4038
|
+
"background",
|
|
4039
|
+
"accent"
|
|
4040
|
+
]
|
|
4041
|
+
},
|
|
4042
|
+
"positive": {
|
|
4043
|
+
"value": {
|
|
4044
|
+
"r": 0.21176470588235294,
|
|
4045
|
+
"g": 0.7803921568627451,
|
|
4046
|
+
"b": 0.592156862745098,
|
|
4047
|
+
"opacity": 0.1
|
|
4048
|
+
},
|
|
4049
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
4050
|
+
"isSource": true,
|
|
4051
|
+
"original": {
|
|
4052
|
+
"value": "{color.base.green.fade.value}"
|
|
4053
|
+
},
|
|
4054
|
+
"name": "navyBackgroundPositive",
|
|
4055
|
+
"attributes": {
|
|
4056
|
+
"category": "color",
|
|
4057
|
+
"type": "navy",
|
|
4058
|
+
"item": "background",
|
|
4059
|
+
"subitem": "positive"
|
|
4060
|
+
},
|
|
4061
|
+
"path": [
|
|
4062
|
+
"color",
|
|
4063
|
+
"navy",
|
|
4064
|
+
"background",
|
|
4065
|
+
"positive"
|
|
4066
|
+
]
|
|
4067
|
+
},
|
|
4068
|
+
"negative": {
|
|
4069
|
+
"value": {
|
|
4070
|
+
"r": 1,
|
|
4071
|
+
"g": 0.5294117647058824,
|
|
4072
|
+
"b": 0.5294117647058824,
|
|
4073
|
+
"opacity": 0.1
|
|
4074
|
+
},
|
|
4075
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
4076
|
+
"isSource": true,
|
|
4077
|
+
"original": {
|
|
4078
|
+
"value": "{color.base.red.fade.value}"
|
|
4079
|
+
},
|
|
4080
|
+
"name": "navyBackgroundNegative",
|
|
4081
|
+
"attributes": {
|
|
4082
|
+
"category": "color",
|
|
4083
|
+
"type": "navy",
|
|
4084
|
+
"item": "background",
|
|
4085
|
+
"subitem": "negative"
|
|
4086
|
+
},
|
|
4087
|
+
"path": [
|
|
4088
|
+
"color",
|
|
4089
|
+
"navy",
|
|
4090
|
+
"background",
|
|
4091
|
+
"negative"
|
|
4092
|
+
]
|
|
4093
|
+
},
|
|
4094
|
+
"warning": {
|
|
4095
|
+
"value": {
|
|
4096
|
+
"r": 1,
|
|
4097
|
+
"g": 0.6745098039215687,
|
|
4098
|
+
"b": 0,
|
|
4099
|
+
"opacity": 0.1
|
|
4100
|
+
},
|
|
4101
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
4102
|
+
"isSource": true,
|
|
4103
|
+
"original": {
|
|
4104
|
+
"value": "{color.base.orange.fade.value}"
|
|
4105
|
+
},
|
|
4106
|
+
"name": "navyBackgroundWarning",
|
|
4107
|
+
"attributes": {
|
|
4108
|
+
"category": "color",
|
|
4109
|
+
"type": "navy",
|
|
4110
|
+
"item": "background",
|
|
4111
|
+
"subitem": "warning"
|
|
4112
|
+
},
|
|
4113
|
+
"path": [
|
|
4114
|
+
"color",
|
|
4115
|
+
"navy",
|
|
4116
|
+
"background",
|
|
4117
|
+
"warning"
|
|
4118
|
+
]
|
|
4119
|
+
},
|
|
4120
|
+
"overlay": {
|
|
4121
|
+
"value": {
|
|
4122
|
+
"r": 1,
|
|
4123
|
+
"g": 1,
|
|
4124
|
+
"b": 1,
|
|
4125
|
+
"opacity": 0.1
|
|
4126
|
+
},
|
|
4127
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
4128
|
+
"isSource": true,
|
|
4129
|
+
"original": {
|
|
4130
|
+
"value": "{color.base.white.fade.value}"
|
|
4131
|
+
},
|
|
4132
|
+
"name": "navyBackgroundOverlay",
|
|
4133
|
+
"attributes": {
|
|
4134
|
+
"category": "color",
|
|
4135
|
+
"type": "navy",
|
|
4136
|
+
"item": "background",
|
|
4137
|
+
"subitem": "overlay"
|
|
4138
|
+
},
|
|
4139
|
+
"path": [
|
|
4140
|
+
"color",
|
|
4141
|
+
"navy",
|
|
4142
|
+
"background",
|
|
4143
|
+
"overlay"
|
|
4144
|
+
]
|
|
4145
|
+
}
|
|
4146
|
+
},
|
|
4147
|
+
"border": {
|
|
4148
|
+
"neutral": {
|
|
4149
|
+
"value": {
|
|
4150
|
+
"r": 1,
|
|
4151
|
+
"g": 1,
|
|
4152
|
+
"b": 1,
|
|
4153
|
+
"opacity": 0.1
|
|
4154
|
+
},
|
|
4155
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
4156
|
+
"isSource": true,
|
|
4157
|
+
"original": {
|
|
4158
|
+
"value": "{color.base.white.fade.value}"
|
|
4159
|
+
},
|
|
4160
|
+
"name": "navyBorderNeutral",
|
|
4161
|
+
"attributes": {
|
|
4162
|
+
"category": "color",
|
|
4163
|
+
"type": "navy",
|
|
4164
|
+
"item": "border",
|
|
4165
|
+
"subitem": "neutral"
|
|
4166
|
+
},
|
|
4167
|
+
"path": [
|
|
4168
|
+
"color",
|
|
4169
|
+
"navy",
|
|
4170
|
+
"border",
|
|
4171
|
+
"neutral"
|
|
4172
|
+
]
|
|
4173
|
+
},
|
|
4174
|
+
"overlay": {
|
|
4175
|
+
"value": {
|
|
4176
|
+
"r": 1,
|
|
4177
|
+
"g": 1,
|
|
4178
|
+
"b": 1,
|
|
4179
|
+
"opacity": 0.1
|
|
4180
|
+
},
|
|
4181
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
4182
|
+
"isSource": true,
|
|
4183
|
+
"original": {
|
|
4184
|
+
"value": "{color.base.white.fade.value}"
|
|
4185
|
+
},
|
|
4186
|
+
"name": "navyBorderOverlay",
|
|
4187
|
+
"attributes": {
|
|
4188
|
+
"category": "color",
|
|
4189
|
+
"type": "navy",
|
|
4190
|
+
"item": "border",
|
|
4191
|
+
"subitem": "overlay"
|
|
4192
|
+
},
|
|
4193
|
+
"path": [
|
|
4194
|
+
"color",
|
|
4195
|
+
"navy",
|
|
4196
|
+
"border",
|
|
4197
|
+
"overlay"
|
|
4198
|
+
]
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
4201
|
+
"core": {
|
|
4202
|
+
"contrast": {
|
|
4203
|
+
"value": {
|
|
4204
|
+
"r": 1,
|
|
4205
|
+
"g": 1,
|
|
4206
|
+
"b": 1
|
|
4207
|
+
},
|
|
4208
|
+
"filePath": "tokens/colors/themes/navy.json",
|
|
4209
|
+
"isSource": true,
|
|
4210
|
+
"original": {
|
|
4211
|
+
"value": "{color.base.white.light.value}"
|
|
4212
|
+
},
|
|
4213
|
+
"name": "navyCoreContrast",
|
|
4214
|
+
"attributes": {
|
|
4215
|
+
"category": "color",
|
|
4216
|
+
"type": "navy",
|
|
4217
|
+
"item": "core",
|
|
4218
|
+
"subitem": "contrast"
|
|
4219
|
+
},
|
|
4220
|
+
"path": [
|
|
4221
|
+
"color",
|
|
4222
|
+
"navy",
|
|
4223
|
+
"core",
|
|
4224
|
+
"contrast"
|
|
4225
|
+
]
|
|
4226
|
+
}
|
|
4227
|
+
}
|
|
4228
|
+
},
|
|
4229
|
+
"personal--dark": {
|
|
4230
|
+
"bright-yellow": {
|
|
4231
|
+
"value": {
|
|
4232
|
+
"r": 1,
|
|
4233
|
+
"g": 0.9215686274509803,
|
|
4234
|
+
"b": 0.4117647058823529
|
|
4235
|
+
},
|
|
4236
|
+
"theme": "personal--dark",
|
|
4237
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4238
|
+
"isSource": true,
|
|
4239
|
+
"original": {
|
|
4240
|
+
"value": "{color.personal.bright-yellow.value}",
|
|
4241
|
+
"theme": "personal--dark"
|
|
4242
|
+
},
|
|
4243
|
+
"name": "personalDarkBrightYellow",
|
|
4244
|
+
"attributes": {
|
|
4245
|
+
"category": "color",
|
|
4246
|
+
"type": "personal--dark",
|
|
4247
|
+
"item": "bright-yellow"
|
|
4248
|
+
},
|
|
4249
|
+
"path": [
|
|
4250
|
+
"color",
|
|
4251
|
+
"personal--dark",
|
|
4252
|
+
"bright-yellow"
|
|
4253
|
+
]
|
|
4254
|
+
},
|
|
4255
|
+
"bright-orange": {
|
|
4256
|
+
"value": {
|
|
4257
|
+
"r": 1,
|
|
4258
|
+
"g": 0.7529411764705882,
|
|
4259
|
+
"b": 0.5686274509803921
|
|
4260
|
+
},
|
|
4261
|
+
"theme": "personal--dark",
|
|
4262
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4263
|
+
"isSource": true,
|
|
4264
|
+
"original": {
|
|
4265
|
+
"value": "{color.personal.bright-orange.value}",
|
|
4266
|
+
"theme": "personal--dark"
|
|
4267
|
+
},
|
|
4268
|
+
"name": "personalDarkBrightOrange",
|
|
4269
|
+
"attributes": {
|
|
4270
|
+
"category": "color",
|
|
4271
|
+
"type": "personal--dark",
|
|
4272
|
+
"item": "bright-orange"
|
|
4273
|
+
},
|
|
4274
|
+
"path": [
|
|
4275
|
+
"color",
|
|
4276
|
+
"personal--dark",
|
|
4277
|
+
"bright-orange"
|
|
4278
|
+
]
|
|
4279
|
+
},
|
|
4280
|
+
"dark-purple": {
|
|
4281
|
+
"value": {
|
|
4282
|
+
"r": 0.14901960784313725,
|
|
4283
|
+
"g": 0.0392156862745098,
|
|
4284
|
+
"b": 0.1843137254901961
|
|
4285
|
+
},
|
|
4286
|
+
"theme": "personal--dark",
|
|
4287
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4288
|
+
"isSource": true,
|
|
4289
|
+
"original": {
|
|
4290
|
+
"value": "{color.personal.dark-purple.value}",
|
|
4291
|
+
"theme": "personal--dark"
|
|
4292
|
+
},
|
|
4293
|
+
"name": "personalDarkDarkPurple",
|
|
4294
|
+
"attributes": {
|
|
4295
|
+
"category": "color",
|
|
4296
|
+
"type": "personal--dark",
|
|
4297
|
+
"item": "dark-purple"
|
|
4298
|
+
},
|
|
4299
|
+
"path": [
|
|
4300
|
+
"color",
|
|
4301
|
+
"personal--dark",
|
|
4302
|
+
"dark-purple"
|
|
4303
|
+
]
|
|
4304
|
+
},
|
|
4305
|
+
"dark-gold": {
|
|
4306
|
+
"value": {
|
|
4307
|
+
"r": 0.22745098039215686,
|
|
4308
|
+
"g": 0.20392156862745098,
|
|
4309
|
+
"b": 0.10980392156862745
|
|
4310
|
+
},
|
|
4311
|
+
"theme": "personal--dark",
|
|
4312
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4313
|
+
"isSource": true,
|
|
4314
|
+
"original": {
|
|
4315
|
+
"value": "{color.personal.dark-gold.value}",
|
|
4316
|
+
"theme": "personal--dark"
|
|
4317
|
+
},
|
|
4318
|
+
"name": "personalDarkDarkGold",
|
|
4319
|
+
"attributes": {
|
|
4320
|
+
"category": "color",
|
|
4321
|
+
"type": "personal--dark",
|
|
4322
|
+
"item": "dark-gold"
|
|
4323
|
+
},
|
|
4324
|
+
"path": [
|
|
4325
|
+
"color",
|
|
4326
|
+
"personal--dark",
|
|
4327
|
+
"dark-gold"
|
|
4328
|
+
]
|
|
4329
|
+
},
|
|
4330
|
+
"bright-blue": {
|
|
4331
|
+
"value": {
|
|
4332
|
+
"r": 0.6274509803921569,
|
|
4333
|
+
"g": 0.8823529411764706,
|
|
4334
|
+
"b": 0.8823529411764706
|
|
4335
|
+
},
|
|
4336
|
+
"theme": "personal--dark",
|
|
4337
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4338
|
+
"isSource": true,
|
|
4339
|
+
"original": {
|
|
4340
|
+
"value": "{color.personal.bright-blue.value}",
|
|
4341
|
+
"theme": "personal--dark"
|
|
4342
|
+
},
|
|
4343
|
+
"name": "personalDarkBrightBlue",
|
|
4344
|
+
"attributes": {
|
|
4345
|
+
"category": "color",
|
|
4346
|
+
"type": "personal--dark",
|
|
4347
|
+
"item": "bright-blue"
|
|
4348
|
+
},
|
|
4349
|
+
"path": [
|
|
4350
|
+
"color",
|
|
4351
|
+
"personal--dark",
|
|
4352
|
+
"bright-blue"
|
|
4353
|
+
]
|
|
4354
|
+
},
|
|
4355
|
+
"dark-charcoal": {
|
|
4356
|
+
"value": {
|
|
4357
|
+
"r": 0.12941176470588237,
|
|
4358
|
+
"g": 0.13725490196078433,
|
|
4359
|
+
"b": 0.11372549019607843
|
|
4360
|
+
},
|
|
4361
|
+
"theme": "personal--dark",
|
|
4362
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4363
|
+
"isSource": true,
|
|
4364
|
+
"original": {
|
|
4365
|
+
"value": "{color.personal.dark-charcoal.value}",
|
|
4366
|
+
"theme": "personal--dark"
|
|
4367
|
+
},
|
|
4368
|
+
"name": "personalDarkDarkCharcoal",
|
|
4369
|
+
"attributes": {
|
|
4370
|
+
"category": "color",
|
|
4371
|
+
"type": "personal--dark",
|
|
4372
|
+
"item": "dark-charcoal"
|
|
4373
|
+
},
|
|
4374
|
+
"path": [
|
|
4375
|
+
"color",
|
|
4376
|
+
"personal--dark",
|
|
4377
|
+
"dark-charcoal"
|
|
4378
|
+
]
|
|
4379
|
+
},
|
|
4380
|
+
"white": {
|
|
4381
|
+
"value": {
|
|
4382
|
+
"r": 1,
|
|
4383
|
+
"g": 1,
|
|
4384
|
+
"b": 1
|
|
4385
|
+
},
|
|
4386
|
+
"theme": "personal--dark",
|
|
4387
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4388
|
+
"isSource": true,
|
|
4389
|
+
"original": {
|
|
4390
|
+
"value": "{color.personal.white.value}",
|
|
4391
|
+
"theme": "personal--dark"
|
|
4392
|
+
},
|
|
4393
|
+
"name": "personalDarkWhite",
|
|
4394
|
+
"attributes": {
|
|
4395
|
+
"category": "color",
|
|
4396
|
+
"type": "personal--dark",
|
|
4397
|
+
"item": "white"
|
|
4398
|
+
},
|
|
4399
|
+
"path": [
|
|
4400
|
+
"color",
|
|
4401
|
+
"personal--dark",
|
|
4402
|
+
"white"
|
|
4403
|
+
]
|
|
4404
|
+
},
|
|
4405
|
+
"black": {
|
|
4406
|
+
"value": {
|
|
4407
|
+
"r": 0,
|
|
4408
|
+
"g": 0,
|
|
4409
|
+
"b": 0
|
|
4410
|
+
},
|
|
4411
|
+
"theme": "personal--dark",
|
|
4412
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4413
|
+
"isSource": true,
|
|
4414
|
+
"original": {
|
|
4415
|
+
"value": "{color.personal.black.value}",
|
|
4416
|
+
"theme": "personal--dark"
|
|
4417
|
+
},
|
|
4418
|
+
"name": "personalDarkBlack",
|
|
4419
|
+
"attributes": {
|
|
4420
|
+
"category": "color",
|
|
4421
|
+
"type": "personal--dark",
|
|
4422
|
+
"item": "black"
|
|
4423
|
+
},
|
|
4424
|
+
"path": [
|
|
4425
|
+
"color",
|
|
4426
|
+
"personal--dark",
|
|
4427
|
+
"black"
|
|
4428
|
+
]
|
|
4429
|
+
},
|
|
4430
|
+
"bright-green": {
|
|
4431
|
+
"value": {
|
|
4432
|
+
"r": 0.6235294117647059,
|
|
4433
|
+
"g": 0.9098039215686274,
|
|
4434
|
+
"b": 0.4392156862745098
|
|
4435
|
+
},
|
|
4436
|
+
"theme": "personal--dark",
|
|
4437
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4438
|
+
"isSource": true,
|
|
4439
|
+
"original": {
|
|
4440
|
+
"value": "{color.personal.bright-green.value}",
|
|
4441
|
+
"theme": "personal--dark"
|
|
4442
|
+
},
|
|
4443
|
+
"name": "personalDarkBrightGreen",
|
|
4444
|
+
"attributes": {
|
|
4445
|
+
"category": "color",
|
|
4446
|
+
"type": "personal--dark",
|
|
4447
|
+
"item": "bright-green"
|
|
4448
|
+
},
|
|
4449
|
+
"path": [
|
|
4450
|
+
"color",
|
|
4451
|
+
"personal--dark",
|
|
4452
|
+
"bright-green"
|
|
4453
|
+
]
|
|
4454
|
+
},
|
|
4455
|
+
"forest-green": {
|
|
4456
|
+
"value": {
|
|
4457
|
+
"r": 0.08627450980392157,
|
|
4458
|
+
"g": 0.2,
|
|
4459
|
+
"b": 0
|
|
4460
|
+
},
|
|
4461
|
+
"theme": "personal--dark",
|
|
4462
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4463
|
+
"isSource": true,
|
|
4464
|
+
"original": {
|
|
4465
|
+
"value": "{color.personal.forest-green.value}",
|
|
4466
|
+
"theme": "personal--dark"
|
|
4467
|
+
},
|
|
4468
|
+
"name": "personalDarkForestGreen",
|
|
4469
|
+
"attributes": {
|
|
4470
|
+
"category": "color",
|
|
4471
|
+
"type": "personal--dark",
|
|
4472
|
+
"item": "forest-green"
|
|
4473
|
+
},
|
|
4474
|
+
"path": [
|
|
4475
|
+
"color",
|
|
4476
|
+
"personal--dark",
|
|
4477
|
+
"forest-green"
|
|
4478
|
+
]
|
|
4479
|
+
},
|
|
4480
|
+
"bright-pink": {
|
|
4481
|
+
"value": {
|
|
4482
|
+
"r": 1,
|
|
4483
|
+
"g": 0.8431372549019608,
|
|
4484
|
+
"b": 0.9372549019607843
|
|
4485
|
+
},
|
|
4486
|
+
"theme": "personal--dark",
|
|
4487
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4488
|
+
"isSource": true,
|
|
4489
|
+
"original": {
|
|
4490
|
+
"value": "{color.personal.bright-pink.value}",
|
|
4491
|
+
"theme": "personal--dark"
|
|
1817
4492
|
},
|
|
1818
|
-
"
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
},
|
|
1824
|
-
"filePath": "tokens/colors/themes/light.json",
|
|
1825
|
-
"isSource": true,
|
|
1826
|
-
"original": {
|
|
1827
|
-
"value": "{color.base.red.dark.value}"
|
|
1828
|
-
},
|
|
1829
|
-
"name": "lightContentNegative",
|
|
1830
|
-
"attributes": {
|
|
1831
|
-
"category": "color",
|
|
1832
|
-
"type": "light",
|
|
1833
|
-
"item": "content",
|
|
1834
|
-
"subitem": "negative"
|
|
1835
|
-
},
|
|
1836
|
-
"path": [
|
|
1837
|
-
"color",
|
|
1838
|
-
"light",
|
|
1839
|
-
"content",
|
|
1840
|
-
"negative"
|
|
1841
|
-
]
|
|
4493
|
+
"name": "personalDarkBrightPink",
|
|
4494
|
+
"attributes": {
|
|
4495
|
+
"category": "color",
|
|
4496
|
+
"type": "personal--dark",
|
|
4497
|
+
"item": "bright-pink"
|
|
1842
4498
|
},
|
|
1843
|
-
"
|
|
1844
|
-
"
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
},
|
|
1849
|
-
"filePath": "tokens/colors/themes/light.json",
|
|
1850
|
-
"isSource": true,
|
|
1851
|
-
"original": {
|
|
1852
|
-
"value": "{color.base.orange.dark.value}"
|
|
1853
|
-
},
|
|
1854
|
-
"name": "lightContentWarning",
|
|
1855
|
-
"attributes": {
|
|
1856
|
-
"category": "color",
|
|
1857
|
-
"type": "light",
|
|
1858
|
-
"item": "content",
|
|
1859
|
-
"subitem": "warning"
|
|
1860
|
-
},
|
|
1861
|
-
"path": [
|
|
1862
|
-
"color",
|
|
1863
|
-
"light",
|
|
1864
|
-
"content",
|
|
1865
|
-
"warning"
|
|
1866
|
-
]
|
|
1867
|
-
}
|
|
4499
|
+
"path": [
|
|
4500
|
+
"color",
|
|
4501
|
+
"personal--dark",
|
|
4502
|
+
"bright-pink"
|
|
4503
|
+
]
|
|
1868
4504
|
},
|
|
1869
|
-
"
|
|
1870
|
-
"
|
|
1871
|
-
"
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
"b": 0.8666666666666667
|
|
1875
|
-
},
|
|
1876
|
-
"filePath": "tokens/colors/themes/light.json",
|
|
1877
|
-
"isSource": true,
|
|
1878
|
-
"original": {
|
|
1879
|
-
"value": "{color.base.blue.mid.value}"
|
|
1880
|
-
},
|
|
1881
|
-
"name": "lightInteractiveAccent",
|
|
1882
|
-
"attributes": {
|
|
1883
|
-
"category": "color",
|
|
1884
|
-
"type": "light",
|
|
1885
|
-
"item": "interactive",
|
|
1886
|
-
"subitem": "accent"
|
|
1887
|
-
},
|
|
1888
|
-
"path": [
|
|
1889
|
-
"color",
|
|
1890
|
-
"light",
|
|
1891
|
-
"interactive",
|
|
1892
|
-
"accent"
|
|
1893
|
-
]
|
|
4505
|
+
"dark-maroon": {
|
|
4506
|
+
"value": {
|
|
4507
|
+
"r": 0.19607843137254902,
|
|
4508
|
+
"g": 0.027450980392156862,
|
|
4509
|
+
"b": 0.027450980392156862
|
|
1894
4510
|
},
|
|
1895
|
-
"
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
"filePath": "tokens/colors/themes/light.json",
|
|
1902
|
-
"isSource": true,
|
|
1903
|
-
"original": {
|
|
1904
|
-
"value": "{color.base.green.mid.value}"
|
|
1905
|
-
},
|
|
1906
|
-
"name": "lightInteractivePositive",
|
|
1907
|
-
"attributes": {
|
|
1908
|
-
"category": "color",
|
|
1909
|
-
"type": "light",
|
|
1910
|
-
"item": "interactive",
|
|
1911
|
-
"subitem": "positive"
|
|
1912
|
-
},
|
|
1913
|
-
"path": [
|
|
1914
|
-
"color",
|
|
1915
|
-
"light",
|
|
1916
|
-
"interactive",
|
|
1917
|
-
"positive"
|
|
1918
|
-
]
|
|
4511
|
+
"theme": "personal--dark",
|
|
4512
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4513
|
+
"isSource": true,
|
|
4514
|
+
"original": {
|
|
4515
|
+
"value": "{color.personal.dark-maroon.value}",
|
|
4516
|
+
"theme": "personal--dark"
|
|
1919
4517
|
},
|
|
1920
|
-
"
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
},
|
|
1926
|
-
"filePath": "tokens/colors/themes/light.json",
|
|
1927
|
-
"isSource": true,
|
|
1928
|
-
"original": {
|
|
1929
|
-
"value": "{color.base.red.mid.value}"
|
|
1930
|
-
},
|
|
1931
|
-
"name": "lightInteractiveNegative",
|
|
1932
|
-
"attributes": {
|
|
1933
|
-
"category": "color",
|
|
1934
|
-
"type": "light",
|
|
1935
|
-
"item": "interactive",
|
|
1936
|
-
"subitem": "negative"
|
|
1937
|
-
},
|
|
1938
|
-
"path": [
|
|
1939
|
-
"color",
|
|
1940
|
-
"light",
|
|
1941
|
-
"interactive",
|
|
1942
|
-
"negative"
|
|
1943
|
-
]
|
|
4518
|
+
"name": "personalDarkDarkMaroon",
|
|
4519
|
+
"attributes": {
|
|
4520
|
+
"category": "color",
|
|
4521
|
+
"type": "personal--dark",
|
|
4522
|
+
"item": "dark-maroon"
|
|
1944
4523
|
},
|
|
1945
|
-
"
|
|
4524
|
+
"path": [
|
|
4525
|
+
"color",
|
|
4526
|
+
"personal--dark",
|
|
4527
|
+
"dark-maroon"
|
|
4528
|
+
]
|
|
4529
|
+
},
|
|
4530
|
+
"content": {
|
|
4531
|
+
"primary": {
|
|
1946
4532
|
"value": {
|
|
1947
|
-
"r": 0.
|
|
1948
|
-
"g": 0.
|
|
1949
|
-
"b": 0
|
|
4533
|
+
"r": 0.9529411764705882,
|
|
4534
|
+
"g": 0.9607843137254902,
|
|
4535
|
+
"b": 0.9450980392156862
|
|
1950
4536
|
},
|
|
1951
|
-
"
|
|
4537
|
+
"theme": "personal--dark",
|
|
4538
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
1952
4539
|
"isSource": true,
|
|
1953
4540
|
"original": {
|
|
1954
|
-
"value":
|
|
4541
|
+
"value": {
|
|
4542
|
+
"hex": "#F3F5F1"
|
|
4543
|
+
},
|
|
4544
|
+
"theme": "personal--dark"
|
|
1955
4545
|
},
|
|
1956
|
-
"name": "
|
|
4546
|
+
"name": "personalDarkContentPrimary",
|
|
1957
4547
|
"attributes": {
|
|
1958
4548
|
"category": "color",
|
|
1959
|
-
"type": "
|
|
1960
|
-
"item": "
|
|
1961
|
-
"subitem": "
|
|
4549
|
+
"type": "personal--dark",
|
|
4550
|
+
"item": "content",
|
|
4551
|
+
"subitem": "primary"
|
|
1962
4552
|
},
|
|
1963
4553
|
"path": [
|
|
1964
4554
|
"color",
|
|
1965
|
-
"
|
|
1966
|
-
"
|
|
1967
|
-
"
|
|
4555
|
+
"personal--dark",
|
|
4556
|
+
"content",
|
|
4557
|
+
"primary"
|
|
1968
4558
|
]
|
|
1969
4559
|
},
|
|
1970
4560
|
"secondary": {
|
|
1971
4561
|
"value": {
|
|
1972
|
-
"r": 0.
|
|
1973
|
-
"g": 0.
|
|
1974
|
-
"b": 0.
|
|
4562
|
+
"r": 0.9098039215686274,
|
|
4563
|
+
"g": 0.9215686274509803,
|
|
4564
|
+
"b": 0.9019607843137255
|
|
1975
4565
|
},
|
|
1976
|
-
"
|
|
4566
|
+
"theme": "personal--dark",
|
|
4567
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
1977
4568
|
"isSource": true,
|
|
1978
4569
|
"original": {
|
|
1979
|
-
"value":
|
|
4570
|
+
"value": {
|
|
4571
|
+
"hex": "#E8EBE6"
|
|
4572
|
+
},
|
|
4573
|
+
"theme": "personal--dark"
|
|
1980
4574
|
},
|
|
1981
|
-
"name": "
|
|
4575
|
+
"name": "personalDarkContentSecondary",
|
|
1982
4576
|
"attributes": {
|
|
1983
4577
|
"category": "color",
|
|
1984
|
-
"type": "
|
|
1985
|
-
"item": "
|
|
4578
|
+
"type": "personal--dark",
|
|
4579
|
+
"item": "content",
|
|
1986
4580
|
"subitem": "secondary"
|
|
1987
4581
|
},
|
|
1988
4582
|
"path": [
|
|
1989
4583
|
"color",
|
|
1990
|
-
"
|
|
1991
|
-
"
|
|
4584
|
+
"personal--dark",
|
|
4585
|
+
"content",
|
|
1992
4586
|
"secondary"
|
|
1993
4587
|
]
|
|
1994
|
-
}
|
|
1995
|
-
|
|
1996
|
-
"background": {
|
|
1997
|
-
"screen": {
|
|
4588
|
+
},
|
|
4589
|
+
"tertiary": {
|
|
1998
4590
|
"value": {
|
|
1999
|
-
"r":
|
|
2000
|
-
"g":
|
|
2001
|
-
"b":
|
|
4591
|
+
"r": 0.792156862745098,
|
|
4592
|
+
"g": 0.8117647058823529,
|
|
4593
|
+
"b": 0.7803921568627451
|
|
2002
4594
|
},
|
|
2003
|
-
"
|
|
4595
|
+
"theme": "personal--dark",
|
|
4596
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2004
4597
|
"isSource": true,
|
|
2005
4598
|
"original": {
|
|
2006
|
-
"value":
|
|
4599
|
+
"value": {
|
|
4600
|
+
"hex": "#CACFC7"
|
|
4601
|
+
},
|
|
4602
|
+
"theme": "personal--dark"
|
|
2007
4603
|
},
|
|
2008
|
-
"name": "
|
|
4604
|
+
"name": "personalDarkContentTertiary",
|
|
2009
4605
|
"attributes": {
|
|
2010
4606
|
"category": "color",
|
|
2011
|
-
"type": "
|
|
2012
|
-
"item": "
|
|
2013
|
-
"subitem": "
|
|
4607
|
+
"type": "personal--dark",
|
|
4608
|
+
"item": "content",
|
|
4609
|
+
"subitem": "tertiary"
|
|
2014
4610
|
},
|
|
2015
4611
|
"path": [
|
|
2016
4612
|
"color",
|
|
2017
|
-
"
|
|
2018
|
-
"
|
|
2019
|
-
"
|
|
4613
|
+
"personal--dark",
|
|
4614
|
+
"content",
|
|
4615
|
+
"tertiary"
|
|
2020
4616
|
]
|
|
2021
4617
|
},
|
|
2022
|
-
"
|
|
4618
|
+
"link": {
|
|
2023
4619
|
"value": {
|
|
2024
|
-
"r":
|
|
2025
|
-
"g":
|
|
2026
|
-
"b":
|
|
4620
|
+
"r": 0.6235294117647059,
|
|
4621
|
+
"g": 0.9098039215686274,
|
|
4622
|
+
"b": 0.4392156862745098
|
|
2027
4623
|
},
|
|
2028
|
-
"
|
|
4624
|
+
"theme": "personal--dark",
|
|
4625
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2029
4626
|
"isSource": true,
|
|
2030
4627
|
"original": {
|
|
2031
|
-
"value": "{color.
|
|
4628
|
+
"value": "{color.personal.bright-green.value}",
|
|
4629
|
+
"theme": "personal--dark"
|
|
2032
4630
|
},
|
|
2033
|
-
"name": "
|
|
4631
|
+
"name": "personalDarkContentLink",
|
|
2034
4632
|
"attributes": {
|
|
2035
4633
|
"category": "color",
|
|
2036
|
-
"type": "
|
|
2037
|
-
"item": "
|
|
2038
|
-
"subitem": "
|
|
4634
|
+
"type": "personal--dark",
|
|
4635
|
+
"item": "content",
|
|
4636
|
+
"subitem": "link"
|
|
2039
4637
|
},
|
|
2040
4638
|
"path": [
|
|
2041
|
-
"color",
|
|
2042
|
-
"
|
|
2043
|
-
"
|
|
2044
|
-
"
|
|
4639
|
+
"color",
|
|
4640
|
+
"personal--dark",
|
|
4641
|
+
"content",
|
|
4642
|
+
"link"
|
|
2045
4643
|
]
|
|
2046
4644
|
},
|
|
2047
|
-
"
|
|
4645
|
+
"link-hover": {
|
|
2048
4646
|
"value": {
|
|
2049
|
-
"r": 0.
|
|
2050
|
-
"g":
|
|
2051
|
-
"b": 0.
|
|
2052
|
-
"opacity": 0.1
|
|
4647
|
+
"r": 0.803921568627451,
|
|
4648
|
+
"g": 1,
|
|
4649
|
+
"b": 0.6784313725490196
|
|
2053
4650
|
},
|
|
2054
|
-
"
|
|
4651
|
+
"theme": "personal--dark",
|
|
4652
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2055
4653
|
"isSource": true,
|
|
2056
4654
|
"original": {
|
|
2057
|
-
"value":
|
|
4655
|
+
"value": {
|
|
4656
|
+
"hex": "#CDFFAD"
|
|
4657
|
+
},
|
|
4658
|
+
"theme": "personal--dark"
|
|
2058
4659
|
},
|
|
2059
|
-
"name": "
|
|
4660
|
+
"name": "personalDarkContentLinkHover",
|
|
2060
4661
|
"attributes": {
|
|
2061
4662
|
"category": "color",
|
|
2062
|
-
"type": "
|
|
2063
|
-
"item": "
|
|
2064
|
-
"subitem": "
|
|
4663
|
+
"type": "personal--dark",
|
|
4664
|
+
"item": "content",
|
|
4665
|
+
"subitem": "link-hover"
|
|
2065
4666
|
},
|
|
2066
4667
|
"path": [
|
|
2067
4668
|
"color",
|
|
2068
|
-
"
|
|
2069
|
-
"
|
|
2070
|
-
"
|
|
4669
|
+
"personal--dark",
|
|
4670
|
+
"content",
|
|
4671
|
+
"link-hover"
|
|
2071
4672
|
]
|
|
2072
4673
|
},
|
|
2073
|
-
"
|
|
4674
|
+
"link-active": {
|
|
2074
4675
|
"value": {
|
|
2075
|
-
"r": 0.
|
|
2076
|
-
"g":
|
|
2077
|
-
"b":
|
|
2078
|
-
"opacity": 0.1
|
|
4676
|
+
"r": 0.9254901960784314,
|
|
4677
|
+
"g": 1,
|
|
4678
|
+
"b": 0.8784313725490196
|
|
2079
4679
|
},
|
|
2080
|
-
"
|
|
4680
|
+
"theme": "personal--dark",
|
|
4681
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2081
4682
|
"isSource": true,
|
|
2082
4683
|
"original": {
|
|
2083
|
-
"value":
|
|
4684
|
+
"value": {
|
|
4685
|
+
"hex": "#ECFFE0"
|
|
4686
|
+
},
|
|
4687
|
+
"theme": "personal--dark"
|
|
2084
4688
|
},
|
|
2085
|
-
"name": "
|
|
4689
|
+
"name": "personalDarkContentLinkActive",
|
|
2086
4690
|
"attributes": {
|
|
2087
4691
|
"category": "color",
|
|
2088
|
-
"type": "
|
|
2089
|
-
"item": "
|
|
2090
|
-
"subitem": "
|
|
4692
|
+
"type": "personal--dark",
|
|
4693
|
+
"item": "content",
|
|
4694
|
+
"subitem": "link-active"
|
|
2091
4695
|
},
|
|
2092
4696
|
"path": [
|
|
2093
4697
|
"color",
|
|
2094
|
-
"
|
|
2095
|
-
"
|
|
2096
|
-
"
|
|
4698
|
+
"personal--dark",
|
|
4699
|
+
"content",
|
|
4700
|
+
"link-active"
|
|
2097
4701
|
]
|
|
2098
|
-
}
|
|
2099
|
-
|
|
4702
|
+
}
|
|
4703
|
+
},
|
|
4704
|
+
"interactive": {
|
|
4705
|
+
"primary": {
|
|
2100
4706
|
"value": {
|
|
2101
|
-
"r": 0.
|
|
2102
|
-
"g": 0.
|
|
2103
|
-
"b": 0.
|
|
2104
|
-
"opacity": 0.1
|
|
4707
|
+
"r": 0.6235294117647059,
|
|
4708
|
+
"g": 0.9098039215686274,
|
|
4709
|
+
"b": 0.4392156862745098
|
|
2105
4710
|
},
|
|
2106
|
-
"
|
|
4711
|
+
"theme": "personal--dark",
|
|
4712
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2107
4713
|
"isSource": true,
|
|
2108
4714
|
"original": {
|
|
2109
|
-
"value": "{color.
|
|
4715
|
+
"value": "{color.personal.bright-green.value}",
|
|
4716
|
+
"theme": "personal--dark"
|
|
2110
4717
|
},
|
|
2111
|
-
"name": "
|
|
4718
|
+
"name": "personalDarkInteractivePrimary",
|
|
2112
4719
|
"attributes": {
|
|
2113
4720
|
"category": "color",
|
|
2114
|
-
"type": "
|
|
2115
|
-
"item": "
|
|
2116
|
-
"subitem": "
|
|
4721
|
+
"type": "personal--dark",
|
|
4722
|
+
"item": "interactive",
|
|
4723
|
+
"subitem": "primary"
|
|
2117
4724
|
},
|
|
2118
4725
|
"path": [
|
|
2119
4726
|
"color",
|
|
2120
|
-
"
|
|
2121
|
-
"
|
|
2122
|
-
"
|
|
4727
|
+
"personal--dark",
|
|
4728
|
+
"interactive",
|
|
4729
|
+
"primary"
|
|
2123
4730
|
]
|
|
2124
4731
|
},
|
|
2125
|
-
"
|
|
4732
|
+
"primary-hover": {
|
|
2126
4733
|
"value": {
|
|
2127
|
-
"r":
|
|
2128
|
-
"g":
|
|
2129
|
-
"b": 0.
|
|
2130
|
-
"opacity": 0.1
|
|
4734
|
+
"r": 0.803921568627451,
|
|
4735
|
+
"g": 1,
|
|
4736
|
+
"b": 0.6784313725490196
|
|
2131
4737
|
},
|
|
2132
|
-
"
|
|
4738
|
+
"theme": "personal--dark",
|
|
4739
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2133
4740
|
"isSource": true,
|
|
2134
4741
|
"original": {
|
|
2135
|
-
"value": "{color.
|
|
4742
|
+
"value": "{color.personal--dark.content.link-hover.value}",
|
|
4743
|
+
"theme": "personal--dark"
|
|
2136
4744
|
},
|
|
2137
|
-
"name": "
|
|
4745
|
+
"name": "personalDarkInteractivePrimaryHover",
|
|
2138
4746
|
"attributes": {
|
|
2139
4747
|
"category": "color",
|
|
2140
|
-
"type": "
|
|
2141
|
-
"item": "
|
|
2142
|
-
"subitem": "
|
|
4748
|
+
"type": "personal--dark",
|
|
4749
|
+
"item": "interactive",
|
|
4750
|
+
"subitem": "primary-hover"
|
|
2143
4751
|
},
|
|
2144
4752
|
"path": [
|
|
2145
4753
|
"color",
|
|
2146
|
-
"
|
|
2147
|
-
"
|
|
2148
|
-
"
|
|
4754
|
+
"personal--dark",
|
|
4755
|
+
"interactive",
|
|
4756
|
+
"primary-hover"
|
|
2149
4757
|
]
|
|
2150
4758
|
},
|
|
2151
|
-
"
|
|
4759
|
+
"primary-active": {
|
|
2152
4760
|
"value": {
|
|
2153
|
-
"r":
|
|
2154
|
-
"g":
|
|
2155
|
-
"b": 0
|
|
2156
|
-
"opacity": 0.1
|
|
4761
|
+
"r": 0.9254901960784314,
|
|
4762
|
+
"g": 1,
|
|
4763
|
+
"b": 0.8784313725490196
|
|
2157
4764
|
},
|
|
2158
|
-
"
|
|
4765
|
+
"theme": "personal--dark",
|
|
4766
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2159
4767
|
"isSource": true,
|
|
2160
4768
|
"original": {
|
|
2161
|
-
"value": "{color.
|
|
4769
|
+
"value": "{color.personal--dark.content.link-active.value}",
|
|
4770
|
+
"theme": "personal--dark"
|
|
2162
4771
|
},
|
|
2163
|
-
"name": "
|
|
4772
|
+
"name": "personalDarkInteractivePrimaryActive",
|
|
2164
4773
|
"attributes": {
|
|
2165
4774
|
"category": "color",
|
|
2166
|
-
"type": "
|
|
2167
|
-
"item": "
|
|
2168
|
-
"subitem": "
|
|
4775
|
+
"type": "personal--dark",
|
|
4776
|
+
"item": "interactive",
|
|
4777
|
+
"subitem": "primary-active"
|
|
2169
4778
|
},
|
|
2170
4779
|
"path": [
|
|
2171
4780
|
"color",
|
|
2172
|
-
"
|
|
2173
|
-
"
|
|
2174
|
-
"
|
|
4781
|
+
"personal--dark",
|
|
4782
|
+
"interactive",
|
|
4783
|
+
"primary-active"
|
|
2175
4784
|
]
|
|
2176
4785
|
},
|
|
2177
|
-
"
|
|
4786
|
+
"secondary": {
|
|
2178
4787
|
"value": {
|
|
2179
|
-
"r": 0,
|
|
2180
|
-
"g": 0,
|
|
2181
|
-
"b": 0
|
|
2182
|
-
"opacity": 0.1
|
|
4788
|
+
"r": 0.7254901960784313,
|
|
4789
|
+
"g": 0.7294117647058823,
|
|
4790
|
+
"b": 0.7176470588235294
|
|
2183
4791
|
},
|
|
2184
|
-
"
|
|
4792
|
+
"theme": "personal--dark",
|
|
4793
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2185
4794
|
"isSource": true,
|
|
2186
4795
|
"original": {
|
|
2187
|
-
"value":
|
|
4796
|
+
"value": {
|
|
4797
|
+
"hex": "#B9BAB7"
|
|
4798
|
+
},
|
|
4799
|
+
"theme": "personal--dark"
|
|
2188
4800
|
},
|
|
2189
|
-
"name": "
|
|
4801
|
+
"name": "personalDarkInteractiveSecondary",
|
|
2190
4802
|
"attributes": {
|
|
2191
4803
|
"category": "color",
|
|
2192
|
-
"type": "
|
|
2193
|
-
"item": "
|
|
2194
|
-
"subitem": "
|
|
4804
|
+
"type": "personal--dark",
|
|
4805
|
+
"item": "interactive",
|
|
4806
|
+
"subitem": "secondary"
|
|
2195
4807
|
},
|
|
2196
4808
|
"path": [
|
|
2197
4809
|
"color",
|
|
2198
|
-
"
|
|
2199
|
-
"
|
|
2200
|
-
"
|
|
4810
|
+
"personal--dark",
|
|
4811
|
+
"interactive",
|
|
4812
|
+
"secondary"
|
|
2201
4813
|
]
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
"border": {
|
|
2205
|
-
"neutral": {
|
|
4814
|
+
},
|
|
4815
|
+
"secondary-hover": {
|
|
2206
4816
|
"value": {
|
|
2207
|
-
"r": 0,
|
|
2208
|
-
"g": 0,
|
|
2209
|
-
"b": 0
|
|
2210
|
-
"opacity": 0.1
|
|
4817
|
+
"r": 0.9254901960784314,
|
|
4818
|
+
"g": 0.9294117647058824,
|
|
4819
|
+
"b": 0.9137254901960784
|
|
2211
4820
|
},
|
|
2212
|
-
"
|
|
4821
|
+
"theme": "personal--dark",
|
|
4822
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2213
4823
|
"isSource": true,
|
|
2214
4824
|
"original": {
|
|
2215
|
-
"value":
|
|
4825
|
+
"value": {
|
|
4826
|
+
"hex": "#ECEDE9"
|
|
4827
|
+
},
|
|
4828
|
+
"theme": "personal--dark"
|
|
2216
4829
|
},
|
|
2217
|
-
"name": "
|
|
4830
|
+
"name": "personalDarkInteractiveSecondaryHover",
|
|
2218
4831
|
"attributes": {
|
|
2219
4832
|
"category": "color",
|
|
2220
|
-
"type": "
|
|
2221
|
-
"item": "
|
|
2222
|
-
"subitem": "
|
|
4833
|
+
"type": "personal--dark",
|
|
4834
|
+
"item": "interactive",
|
|
4835
|
+
"subitem": "secondary-hover"
|
|
2223
4836
|
},
|
|
2224
4837
|
"path": [
|
|
2225
4838
|
"color",
|
|
2226
|
-
"
|
|
2227
|
-
"
|
|
2228
|
-
"
|
|
4839
|
+
"personal--dark",
|
|
4840
|
+
"interactive",
|
|
4841
|
+
"secondary-hover"
|
|
2229
4842
|
]
|
|
2230
4843
|
},
|
|
2231
|
-
"
|
|
4844
|
+
"secondary-active": {
|
|
2232
4845
|
"value": {
|
|
2233
|
-
"r": 0,
|
|
2234
|
-
"g": 0,
|
|
2235
|
-
"b": 0
|
|
2236
|
-
"opacity": 0.1
|
|
4846
|
+
"r": 0.9764705882352941,
|
|
4847
|
+
"g": 0.9803921568627451,
|
|
4848
|
+
"b": 0.9647058823529412
|
|
2237
4849
|
},
|
|
2238
|
-
"
|
|
4850
|
+
"theme": "personal--dark",
|
|
4851
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2239
4852
|
"isSource": true,
|
|
2240
4853
|
"original": {
|
|
2241
|
-
"value":
|
|
4854
|
+
"value": {
|
|
4855
|
+
"hex": "#F9FAF6"
|
|
4856
|
+
},
|
|
4857
|
+
"theme": "personal--dark"
|
|
2242
4858
|
},
|
|
2243
|
-
"name": "
|
|
4859
|
+
"name": "personalDarkInteractiveSecondaryActive",
|
|
2244
4860
|
"attributes": {
|
|
2245
4861
|
"category": "color",
|
|
2246
|
-
"type": "
|
|
2247
|
-
"item": "
|
|
2248
|
-
"subitem": "
|
|
4862
|
+
"type": "personal--dark",
|
|
4863
|
+
"item": "interactive",
|
|
4864
|
+
"subitem": "secondary-active"
|
|
2249
4865
|
},
|
|
2250
4866
|
"path": [
|
|
2251
4867
|
"color",
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
4868
|
+
"personal--dark",
|
|
4869
|
+
"interactive",
|
|
4870
|
+
"secondary-active"
|
|
2255
4871
|
]
|
|
2256
|
-
}
|
|
2257
|
-
|
|
2258
|
-
"core": {
|
|
2259
|
-
"contrast": {
|
|
4872
|
+
},
|
|
4873
|
+
"accent": {
|
|
2260
4874
|
"value": {
|
|
2261
|
-
"r": 0,
|
|
2262
|
-
"g": 0,
|
|
2263
|
-
"b": 0
|
|
4875
|
+
"r": 0.6235294117647059,
|
|
4876
|
+
"g": 0.9098039215686274,
|
|
4877
|
+
"b": 0.4392156862745098
|
|
2264
4878
|
},
|
|
2265
|
-
"
|
|
4879
|
+
"theme": "personal--dark",
|
|
4880
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2266
4881
|
"isSource": true,
|
|
2267
4882
|
"original": {
|
|
2268
|
-
"value": "{color.
|
|
4883
|
+
"value": "{color.personal.bright-green.value}",
|
|
4884
|
+
"theme": "personal--dark"
|
|
2269
4885
|
},
|
|
2270
|
-
"name": "
|
|
4886
|
+
"name": "personalDarkInteractiveAccent",
|
|
2271
4887
|
"attributes": {
|
|
2272
4888
|
"category": "color",
|
|
2273
|
-
"type": "
|
|
2274
|
-
"item": "
|
|
2275
|
-
"subitem": "
|
|
4889
|
+
"type": "personal--dark",
|
|
4890
|
+
"item": "interactive",
|
|
4891
|
+
"subitem": "accent"
|
|
2276
4892
|
},
|
|
2277
4893
|
"path": [
|
|
2278
4894
|
"color",
|
|
2279
|
-
"
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
4895
|
+
"personal--dark",
|
|
4896
|
+
"interactive",
|
|
4897
|
+
"accent"
|
|
2282
4898
|
]
|
|
2283
|
-
}
|
|
2284
|
-
|
|
2285
|
-
},
|
|
2286
|
-
"navy": {
|
|
2287
|
-
"content": {
|
|
2288
|
-
"primary": {
|
|
4899
|
+
},
|
|
4900
|
+
"accent-hover": {
|
|
2289
4901
|
"value": {
|
|
2290
|
-
"r":
|
|
4902
|
+
"r": 0.803921568627451,
|
|
2291
4903
|
"g": 1,
|
|
2292
|
-
"b":
|
|
4904
|
+
"b": 0.6784313725490196
|
|
2293
4905
|
},
|
|
2294
|
-
"
|
|
4906
|
+
"theme": "personal--dark",
|
|
4907
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2295
4908
|
"isSource": true,
|
|
2296
4909
|
"original": {
|
|
2297
|
-
"value": "{color.
|
|
4910
|
+
"value": "{color.personal--dark.content.link-hover.value}",
|
|
4911
|
+
"theme": "personal--dark"
|
|
2298
4912
|
},
|
|
2299
|
-
"name": "
|
|
4913
|
+
"name": "personalDarkInteractiveAccentHover",
|
|
2300
4914
|
"attributes": {
|
|
2301
4915
|
"category": "color",
|
|
2302
|
-
"type": "
|
|
2303
|
-
"item": "
|
|
2304
|
-
"subitem": "
|
|
4916
|
+
"type": "personal--dark",
|
|
4917
|
+
"item": "interactive",
|
|
4918
|
+
"subitem": "accent-hover"
|
|
2305
4919
|
},
|
|
2306
4920
|
"path": [
|
|
2307
4921
|
"color",
|
|
2308
|
-
"
|
|
2309
|
-
"
|
|
2310
|
-
"
|
|
4922
|
+
"personal--dark",
|
|
4923
|
+
"interactive",
|
|
4924
|
+
"accent-hover"
|
|
2311
4925
|
]
|
|
2312
4926
|
},
|
|
2313
|
-
"
|
|
4927
|
+
"accent-active": {
|
|
2314
4928
|
"value": {
|
|
2315
|
-
"r": 0.
|
|
2316
|
-
"g":
|
|
2317
|
-
"b": 0.
|
|
4929
|
+
"r": 0.9254901960784314,
|
|
4930
|
+
"g": 1,
|
|
4931
|
+
"b": 0.8784313725490196
|
|
2318
4932
|
},
|
|
2319
|
-
"
|
|
4933
|
+
"theme": "personal--dark",
|
|
4934
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2320
4935
|
"isSource": true,
|
|
2321
4936
|
"original": {
|
|
2322
|
-
"value": "{color.
|
|
4937
|
+
"value": "{color.personal--dark.content.link-active.value}",
|
|
4938
|
+
"theme": "personal--dark"
|
|
2323
4939
|
},
|
|
2324
|
-
"name": "
|
|
4940
|
+
"name": "personalDarkInteractiveAccentActive",
|
|
2325
4941
|
"attributes": {
|
|
2326
4942
|
"category": "color",
|
|
2327
|
-
"type": "
|
|
2328
|
-
"item": "
|
|
2329
|
-
"subitem": "
|
|
4943
|
+
"type": "personal--dark",
|
|
4944
|
+
"item": "interactive",
|
|
4945
|
+
"subitem": "accent-active"
|
|
2330
4946
|
},
|
|
2331
4947
|
"path": [
|
|
2332
4948
|
"color",
|
|
2333
|
-
"
|
|
2334
|
-
"
|
|
2335
|
-
"
|
|
4949
|
+
"personal--dark",
|
|
4950
|
+
"interactive",
|
|
4951
|
+
"accent-active"
|
|
2336
4952
|
]
|
|
2337
4953
|
},
|
|
2338
|
-
"
|
|
4954
|
+
"control": {
|
|
2339
4955
|
"value": {
|
|
2340
|
-
"r": 0.
|
|
2341
|
-
"g": 0.
|
|
2342
|
-
"b": 0
|
|
4956
|
+
"r": 0.08627450980392157,
|
|
4957
|
+
"g": 0.2,
|
|
4958
|
+
"b": 0
|
|
2343
4959
|
},
|
|
2344
|
-
"
|
|
4960
|
+
"theme": "personal--dark",
|
|
4961
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2345
4962
|
"isSource": true,
|
|
2346
4963
|
"original": {
|
|
2347
|
-
"value": "{color.
|
|
4964
|
+
"value": "{color.personal.forest-green.value}",
|
|
4965
|
+
"theme": "personal--dark"
|
|
2348
4966
|
},
|
|
2349
|
-
"name": "
|
|
4967
|
+
"name": "personalDarkInteractiveControl",
|
|
2350
4968
|
"attributes": {
|
|
2351
4969
|
"category": "color",
|
|
2352
|
-
"type": "
|
|
2353
|
-
"item": "
|
|
2354
|
-
"subitem": "
|
|
4970
|
+
"type": "personal--dark",
|
|
4971
|
+
"item": "interactive",
|
|
4972
|
+
"subitem": "control"
|
|
2355
4973
|
},
|
|
2356
4974
|
"path": [
|
|
2357
4975
|
"color",
|
|
2358
|
-
"
|
|
2359
|
-
"
|
|
2360
|
-
"
|
|
4976
|
+
"personal--dark",
|
|
4977
|
+
"interactive",
|
|
4978
|
+
"control"
|
|
2361
4979
|
]
|
|
2362
4980
|
},
|
|
2363
|
-
"
|
|
4981
|
+
"control-hover": {
|
|
2364
4982
|
"value": {
|
|
2365
|
-
"r": 0,
|
|
2366
|
-
"g": 0.
|
|
2367
|
-
"b":
|
|
4983
|
+
"r": 0.12941176470588237,
|
|
4984
|
+
"g": 0.30196078431372547,
|
|
4985
|
+
"b": 0
|
|
2368
4986
|
},
|
|
2369
|
-
"
|
|
4987
|
+
"theme": "personal--dark",
|
|
4988
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2370
4989
|
"isSource": true,
|
|
2371
4990
|
"original": {
|
|
2372
|
-
"value":
|
|
4991
|
+
"value": {
|
|
4992
|
+
"hex": "#214D00"
|
|
4993
|
+
},
|
|
4994
|
+
"theme": "personal--dark"
|
|
2373
4995
|
},
|
|
2374
|
-
"name": "
|
|
4996
|
+
"name": "personalDarkInteractiveControlHover",
|
|
2375
4997
|
"attributes": {
|
|
2376
4998
|
"category": "color",
|
|
2377
|
-
"type": "
|
|
2378
|
-
"item": "
|
|
2379
|
-
"subitem": "
|
|
4999
|
+
"type": "personal--dark",
|
|
5000
|
+
"item": "interactive",
|
|
5001
|
+
"subitem": "control-hover"
|
|
2380
5002
|
},
|
|
2381
5003
|
"path": [
|
|
2382
5004
|
"color",
|
|
2383
|
-
"
|
|
2384
|
-
"
|
|
2385
|
-
"
|
|
5005
|
+
"personal--dark",
|
|
5006
|
+
"interactive",
|
|
5007
|
+
"control-hover"
|
|
2386
5008
|
]
|
|
2387
5009
|
},
|
|
2388
|
-
"
|
|
5010
|
+
"control-active": {
|
|
2389
5011
|
"value": {
|
|
2390
|
-
"r": 0.
|
|
2391
|
-
"g": 0.
|
|
2392
|
-
"b": 0
|
|
5012
|
+
"r": 0.17254901960784313,
|
|
5013
|
+
"g": 0.4,
|
|
5014
|
+
"b": 0
|
|
2393
5015
|
},
|
|
2394
|
-
"
|
|
5016
|
+
"theme": "personal--dark",
|
|
5017
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2395
5018
|
"isSource": true,
|
|
2396
5019
|
"original": {
|
|
2397
|
-
"value":
|
|
5020
|
+
"value": {
|
|
5021
|
+
"hex": "#2C6600"
|
|
5022
|
+
},
|
|
5023
|
+
"theme": "personal--dark"
|
|
2398
5024
|
},
|
|
2399
|
-
"name": "
|
|
5025
|
+
"name": "personalDarkInteractiveControlActive",
|
|
2400
5026
|
"attributes": {
|
|
2401
5027
|
"category": "color",
|
|
2402
|
-
"type": "
|
|
2403
|
-
"item": "
|
|
2404
|
-
"subitem": "
|
|
5028
|
+
"type": "personal--dark",
|
|
5029
|
+
"item": "interactive",
|
|
5030
|
+
"subitem": "control-active"
|
|
2405
5031
|
},
|
|
2406
5032
|
"path": [
|
|
2407
5033
|
"color",
|
|
2408
|
-
"
|
|
2409
|
-
"
|
|
2410
|
-
"
|
|
5034
|
+
"personal--dark",
|
|
5035
|
+
"interactive",
|
|
5036
|
+
"control-active"
|
|
2411
5037
|
]
|
|
2412
|
-
}
|
|
2413
|
-
|
|
5038
|
+
}
|
|
5039
|
+
},
|
|
5040
|
+
"border": {
|
|
5041
|
+
"neutral": {
|
|
2414
5042
|
"value": {
|
|
2415
5043
|
"r": 1,
|
|
2416
|
-
"g":
|
|
2417
|
-
"b":
|
|
5044
|
+
"g": 1,
|
|
5045
|
+
"b": 1,
|
|
5046
|
+
"opacity": 0.2
|
|
2418
5047
|
},
|
|
2419
|
-
"
|
|
5048
|
+
"theme": "personal--dark",
|
|
5049
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2420
5050
|
"isSource": true,
|
|
2421
5051
|
"original": {
|
|
2422
|
-
"value":
|
|
5052
|
+
"value": {
|
|
5053
|
+
"hex": "#FFFFFF",
|
|
5054
|
+
"opacity": 0.2
|
|
5055
|
+
},
|
|
5056
|
+
"theme": "personal--dark"
|
|
2423
5057
|
},
|
|
2424
|
-
"name": "
|
|
5058
|
+
"name": "personalDarkBorderNeutral",
|
|
2425
5059
|
"attributes": {
|
|
2426
5060
|
"category": "color",
|
|
2427
|
-
"type": "
|
|
2428
|
-
"item": "
|
|
2429
|
-
"subitem": "
|
|
5061
|
+
"type": "personal--dark",
|
|
5062
|
+
"item": "border",
|
|
5063
|
+
"subitem": "neutral"
|
|
2430
5064
|
},
|
|
2431
5065
|
"path": [
|
|
2432
5066
|
"color",
|
|
2433
|
-
"
|
|
2434
|
-
"
|
|
2435
|
-
"
|
|
5067
|
+
"personal--dark",
|
|
5068
|
+
"border",
|
|
5069
|
+
"neutral"
|
|
2436
5070
|
]
|
|
2437
5071
|
},
|
|
2438
|
-
"
|
|
5072
|
+
"overlay": {
|
|
2439
5073
|
"value": {
|
|
2440
5074
|
"r": 1,
|
|
2441
|
-
"g":
|
|
2442
|
-
"b":
|
|
5075
|
+
"g": 1,
|
|
5076
|
+
"b": 1,
|
|
5077
|
+
"opacity": 0.2
|
|
2443
5078
|
},
|
|
2444
|
-
"
|
|
5079
|
+
"theme": "personal--dark",
|
|
5080
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2445
5081
|
"isSource": true,
|
|
2446
5082
|
"original": {
|
|
2447
|
-
"value":
|
|
5083
|
+
"value": {
|
|
5084
|
+
"hex": "#FFFFFF",
|
|
5085
|
+
"opacity": 0.2
|
|
5086
|
+
},
|
|
5087
|
+
"theme": "personal--dark"
|
|
2448
5088
|
},
|
|
2449
|
-
"name": "
|
|
5089
|
+
"name": "personalDarkBorderOverlay",
|
|
2450
5090
|
"attributes": {
|
|
2451
5091
|
"category": "color",
|
|
2452
|
-
"type": "
|
|
2453
|
-
"item": "
|
|
2454
|
-
"subitem": "
|
|
5092
|
+
"type": "personal--dark",
|
|
5093
|
+
"item": "border",
|
|
5094
|
+
"subitem": "overlay"
|
|
2455
5095
|
},
|
|
2456
5096
|
"path": [
|
|
2457
5097
|
"color",
|
|
2458
|
-
"
|
|
2459
|
-
"
|
|
2460
|
-
"
|
|
5098
|
+
"personal--dark",
|
|
5099
|
+
"border",
|
|
5100
|
+
"overlay"
|
|
2461
5101
|
]
|
|
2462
5102
|
}
|
|
2463
5103
|
},
|
|
2464
|
-
"
|
|
2465
|
-
"
|
|
5104
|
+
"background": {
|
|
5105
|
+
"screen": {
|
|
2466
5106
|
"value": {
|
|
2467
|
-
"r": 0,
|
|
2468
|
-
"g": 0.
|
|
2469
|
-
"b": 0.
|
|
5107
|
+
"r": 0.07058823529411765,
|
|
5108
|
+
"g": 0.08235294117647059,
|
|
5109
|
+
"b": 0.06666666666666667
|
|
2470
5110
|
},
|
|
2471
|
-
"
|
|
5111
|
+
"theme": "personal--dark",
|
|
5112
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2472
5113
|
"isSource": true,
|
|
2473
5114
|
"original": {
|
|
2474
|
-
"value":
|
|
5115
|
+
"value": {
|
|
5116
|
+
"hex": "#121511"
|
|
5117
|
+
},
|
|
5118
|
+
"theme": "personal--dark"
|
|
2475
5119
|
},
|
|
2476
|
-
"name": "
|
|
5120
|
+
"name": "personalDarkBackgroundScreen",
|
|
2477
5121
|
"attributes": {
|
|
2478
5122
|
"category": "color",
|
|
2479
|
-
"type": "
|
|
2480
|
-
"item": "
|
|
2481
|
-
"subitem": "
|
|
5123
|
+
"type": "personal--dark",
|
|
5124
|
+
"item": "background",
|
|
5125
|
+
"subitem": "screen"
|
|
2482
5126
|
},
|
|
2483
5127
|
"path": [
|
|
2484
5128
|
"color",
|
|
2485
|
-
"
|
|
2486
|
-
"
|
|
2487
|
-
"
|
|
5129
|
+
"personal--dark",
|
|
5130
|
+
"background",
|
|
5131
|
+
"screen"
|
|
2488
5132
|
]
|
|
2489
5133
|
},
|
|
2490
|
-
"
|
|
5134
|
+
"screen-hover": {
|
|
2491
5135
|
"value": {
|
|
2492
|
-
"r":
|
|
2493
|
-
"g":
|
|
2494
|
-
"b":
|
|
5136
|
+
"r": 1,
|
|
5137
|
+
"g": 1,
|
|
5138
|
+
"b": 1,
|
|
5139
|
+
"opacity": 0.1
|
|
2495
5140
|
},
|
|
2496
|
-
"
|
|
5141
|
+
"theme": "personal--dark",
|
|
5142
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2497
5143
|
"isSource": true,
|
|
2498
5144
|
"original": {
|
|
2499
|
-
"value":
|
|
5145
|
+
"value": {
|
|
5146
|
+
"hex": "#FFFFFF",
|
|
5147
|
+
"opacity": 0.1
|
|
5148
|
+
},
|
|
5149
|
+
"theme": "personal--dark"
|
|
2500
5150
|
},
|
|
2501
|
-
"name": "
|
|
5151
|
+
"name": "personalDarkBackgroundScreenHover",
|
|
2502
5152
|
"attributes": {
|
|
2503
5153
|
"category": "color",
|
|
2504
|
-
"type": "
|
|
2505
|
-
"item": "
|
|
2506
|
-
"subitem": "
|
|
5154
|
+
"type": "personal--dark",
|
|
5155
|
+
"item": "background",
|
|
5156
|
+
"subitem": "screen-hover"
|
|
2507
5157
|
},
|
|
2508
5158
|
"path": [
|
|
2509
5159
|
"color",
|
|
2510
|
-
"
|
|
2511
|
-
"
|
|
2512
|
-
"
|
|
5160
|
+
"personal--dark",
|
|
5161
|
+
"background",
|
|
5162
|
+
"screen-hover"
|
|
2513
5163
|
]
|
|
2514
5164
|
},
|
|
2515
|
-
"
|
|
5165
|
+
"screen-active": {
|
|
2516
5166
|
"value": {
|
|
2517
|
-
"r":
|
|
2518
|
-
"g":
|
|
2519
|
-
"b":
|
|
5167
|
+
"r": 1,
|
|
5168
|
+
"g": 1,
|
|
5169
|
+
"b": 1,
|
|
5170
|
+
"opacity": 0.2
|
|
2520
5171
|
},
|
|
2521
|
-
"
|
|
5172
|
+
"theme": "personal--dark",
|
|
5173
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2522
5174
|
"isSource": true,
|
|
2523
5175
|
"original": {
|
|
2524
|
-
"value":
|
|
5176
|
+
"value": {
|
|
5177
|
+
"hex": "#FFFFFF",
|
|
5178
|
+
"opacity": 0.2
|
|
5179
|
+
},
|
|
5180
|
+
"theme": "personal--dark"
|
|
2525
5181
|
},
|
|
2526
|
-
"name": "
|
|
5182
|
+
"name": "personalDarkBackgroundScreenActive",
|
|
2527
5183
|
"attributes": {
|
|
2528
5184
|
"category": "color",
|
|
2529
|
-
"type": "
|
|
2530
|
-
"item": "
|
|
2531
|
-
"subitem": "
|
|
5185
|
+
"type": "personal--dark",
|
|
5186
|
+
"item": "background",
|
|
5187
|
+
"subitem": "screen-active"
|
|
2532
5188
|
},
|
|
2533
5189
|
"path": [
|
|
2534
5190
|
"color",
|
|
2535
|
-
"
|
|
2536
|
-
"
|
|
2537
|
-
"
|
|
5191
|
+
"personal--dark",
|
|
5192
|
+
"background",
|
|
5193
|
+
"screen-active"
|
|
2538
5194
|
]
|
|
2539
5195
|
},
|
|
2540
|
-
"
|
|
5196
|
+
"elevated": {
|
|
2541
5197
|
"value": {
|
|
2542
|
-
"r": 0.
|
|
2543
|
-
"g": 0.
|
|
2544
|
-
"b": 0
|
|
5198
|
+
"r": 0.11764705882352941,
|
|
5199
|
+
"g": 0.12941176470588237,
|
|
5200
|
+
"b": 0.11372549019607843
|
|
2545
5201
|
},
|
|
2546
|
-
"
|
|
5202
|
+
"theme": "personal--dark",
|
|
5203
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2547
5204
|
"isSource": true,
|
|
2548
5205
|
"original": {
|
|
2549
|
-
"value":
|
|
5206
|
+
"value": {
|
|
5207
|
+
"hex": "#1E211D"
|
|
5208
|
+
},
|
|
5209
|
+
"theme": "personal--dark"
|
|
2550
5210
|
},
|
|
2551
|
-
"name": "
|
|
5211
|
+
"name": "personalDarkBackgroundElevated",
|
|
2552
5212
|
"attributes": {
|
|
2553
5213
|
"category": "color",
|
|
2554
|
-
"type": "
|
|
2555
|
-
"item": "
|
|
2556
|
-
"subitem": "
|
|
5214
|
+
"type": "personal--dark",
|
|
5215
|
+
"item": "background",
|
|
5216
|
+
"subitem": "elevated"
|
|
2557
5217
|
},
|
|
2558
5218
|
"path": [
|
|
2559
5219
|
"color",
|
|
2560
|
-
"
|
|
2561
|
-
"
|
|
2562
|
-
"
|
|
5220
|
+
"personal--dark",
|
|
5221
|
+
"background",
|
|
5222
|
+
"elevated"
|
|
2563
5223
|
]
|
|
2564
5224
|
},
|
|
2565
|
-
"
|
|
5225
|
+
"neutral": {
|
|
2566
5226
|
"value": {
|
|
2567
|
-
"r":
|
|
2568
|
-
"g":
|
|
2569
|
-
"b":
|
|
5227
|
+
"r": 1,
|
|
5228
|
+
"g": 1,
|
|
5229
|
+
"b": 1,
|
|
5230
|
+
"opacity": 0.1
|
|
2570
5231
|
},
|
|
2571
|
-
"
|
|
5232
|
+
"theme": "personal--dark",
|
|
5233
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2572
5234
|
"isSource": true,
|
|
2573
5235
|
"original": {
|
|
2574
|
-
"value":
|
|
5236
|
+
"value": {
|
|
5237
|
+
"hex": "#FFFFFF",
|
|
5238
|
+
"opacity": 0.1
|
|
5239
|
+
},
|
|
5240
|
+
"theme": "personal--dark"
|
|
2575
5241
|
},
|
|
2576
|
-
"name": "
|
|
5242
|
+
"name": "personalDarkBackgroundNeutral",
|
|
2577
5243
|
"attributes": {
|
|
2578
5244
|
"category": "color",
|
|
2579
|
-
"type": "
|
|
2580
|
-
"item": "
|
|
2581
|
-
"subitem": "
|
|
5245
|
+
"type": "personal--dark",
|
|
5246
|
+
"item": "background",
|
|
5247
|
+
"subitem": "neutral"
|
|
2582
5248
|
},
|
|
2583
5249
|
"path": [
|
|
2584
5250
|
"color",
|
|
2585
|
-
"
|
|
2586
|
-
"
|
|
2587
|
-
"
|
|
5251
|
+
"personal--dark",
|
|
5252
|
+
"background",
|
|
5253
|
+
"neutral"
|
|
2588
5254
|
]
|
|
2589
|
-
}
|
|
2590
|
-
|
|
2591
|
-
"background": {
|
|
2592
|
-
"screen": {
|
|
5255
|
+
},
|
|
5256
|
+
"neutral-hover": {
|
|
2593
5257
|
"value": {
|
|
2594
|
-
"r":
|
|
2595
|
-
"g":
|
|
2596
|
-
"b":
|
|
5258
|
+
"r": 1,
|
|
5259
|
+
"g": 1,
|
|
5260
|
+
"b": 1,
|
|
5261
|
+
"opacity": 0.2
|
|
2597
5262
|
},
|
|
2598
|
-
"
|
|
5263
|
+
"theme": "personal--dark",
|
|
5264
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2599
5265
|
"isSource": true,
|
|
2600
5266
|
"original": {
|
|
2601
|
-
"value":
|
|
5267
|
+
"value": {
|
|
5268
|
+
"hex": "#FFFFFF",
|
|
5269
|
+
"opacity": 0.2
|
|
5270
|
+
},
|
|
5271
|
+
"theme": "personal--dark"
|
|
2602
5272
|
},
|
|
2603
|
-
"name": "
|
|
5273
|
+
"name": "personalDarkBackgroundNeutralHover",
|
|
2604
5274
|
"attributes": {
|
|
2605
5275
|
"category": "color",
|
|
2606
|
-
"type": "
|
|
5276
|
+
"type": "personal--dark",
|
|
2607
5277
|
"item": "background",
|
|
2608
|
-
"subitem": "
|
|
5278
|
+
"subitem": "neutral-hover"
|
|
2609
5279
|
},
|
|
2610
5280
|
"path": [
|
|
2611
5281
|
"color",
|
|
2612
|
-
"
|
|
5282
|
+
"personal--dark",
|
|
2613
5283
|
"background",
|
|
2614
|
-
"
|
|
5284
|
+
"neutral-hover"
|
|
2615
5285
|
]
|
|
2616
5286
|
},
|
|
2617
|
-
"
|
|
5287
|
+
"neutral-active": {
|
|
2618
5288
|
"value": {
|
|
2619
|
-
"r":
|
|
2620
|
-
"g":
|
|
2621
|
-
"b":
|
|
5289
|
+
"r": 1,
|
|
5290
|
+
"g": 1,
|
|
5291
|
+
"b": 1,
|
|
5292
|
+
"opacity": 0.3
|
|
2622
5293
|
},
|
|
2623
|
-
"
|
|
5294
|
+
"theme": "personal--dark",
|
|
5295
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2624
5296
|
"isSource": true,
|
|
2625
5297
|
"original": {
|
|
2626
|
-
"value":
|
|
5298
|
+
"value": {
|
|
5299
|
+
"hex": "#FFFFFF",
|
|
5300
|
+
"opacity": 0.3
|
|
5301
|
+
},
|
|
5302
|
+
"theme": "personal--dark"
|
|
2627
5303
|
},
|
|
2628
|
-
"name": "
|
|
5304
|
+
"name": "personalDarkBackgroundNeutralActive",
|
|
2629
5305
|
"attributes": {
|
|
2630
5306
|
"category": "color",
|
|
2631
|
-
"type": "
|
|
5307
|
+
"type": "personal--dark",
|
|
2632
5308
|
"item": "background",
|
|
2633
|
-
"subitem": "
|
|
5309
|
+
"subitem": "neutral-active"
|
|
2634
5310
|
},
|
|
2635
5311
|
"path": [
|
|
2636
5312
|
"color",
|
|
2637
|
-
"
|
|
5313
|
+
"personal--dark",
|
|
2638
5314
|
"background",
|
|
2639
|
-
"
|
|
5315
|
+
"neutral-active"
|
|
2640
5316
|
]
|
|
2641
5317
|
},
|
|
2642
|
-
"
|
|
5318
|
+
"overlay": {
|
|
2643
5319
|
"value": {
|
|
2644
|
-
"r":
|
|
2645
|
-
"g":
|
|
2646
|
-
"b":
|
|
2647
|
-
"opacity": 0.
|
|
5320
|
+
"r": 1,
|
|
5321
|
+
"g": 1,
|
|
5322
|
+
"b": 1,
|
|
5323
|
+
"opacity": 0.2
|
|
2648
5324
|
},
|
|
2649
|
-
"
|
|
5325
|
+
"theme": "personal--dark",
|
|
5326
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2650
5327
|
"isSource": true,
|
|
2651
5328
|
"original": {
|
|
2652
|
-
"value":
|
|
5329
|
+
"value": {
|
|
5330
|
+
"hex": "#FFFFFF",
|
|
5331
|
+
"opacity": 0.2
|
|
5332
|
+
},
|
|
5333
|
+
"theme": "personal--dark"
|
|
2653
5334
|
},
|
|
2654
|
-
"name": "
|
|
5335
|
+
"name": "personalDarkBackgroundOverlay",
|
|
2655
5336
|
"attributes": {
|
|
2656
5337
|
"category": "color",
|
|
2657
|
-
"type": "
|
|
5338
|
+
"type": "personal--dark",
|
|
2658
5339
|
"item": "background",
|
|
2659
|
-
"subitem": "
|
|
5340
|
+
"subitem": "overlay"
|
|
2660
5341
|
},
|
|
2661
5342
|
"path": [
|
|
2662
5343
|
"color",
|
|
2663
|
-
"
|
|
5344
|
+
"personal--dark",
|
|
2664
5345
|
"background",
|
|
2665
|
-
"
|
|
5346
|
+
"overlay"
|
|
2666
5347
|
]
|
|
2667
|
-
}
|
|
2668
|
-
|
|
5348
|
+
}
|
|
5349
|
+
},
|
|
5350
|
+
"sentiment": {
|
|
5351
|
+
"negative": {
|
|
2669
5352
|
"value": {
|
|
2670
|
-
"r":
|
|
2671
|
-
"g": 0.
|
|
2672
|
-
"b":
|
|
2673
|
-
"opacity": 0.1
|
|
5353
|
+
"r": 1,
|
|
5354
|
+
"g": 0.7490196078431373,
|
|
5355
|
+
"b": 0.7411764705882353
|
|
2674
5356
|
},
|
|
2675
|
-
"
|
|
5357
|
+
"theme": "personal--dark",
|
|
5358
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2676
5359
|
"isSource": true,
|
|
2677
5360
|
"original": {
|
|
2678
|
-
"value":
|
|
5361
|
+
"value": {
|
|
5362
|
+
"hex": "#FFBFBD"
|
|
5363
|
+
},
|
|
5364
|
+
"theme": "personal--dark"
|
|
2679
5365
|
},
|
|
2680
|
-
"name": "
|
|
5366
|
+
"name": "personalDarkSentimentNegative",
|
|
2681
5367
|
"attributes": {
|
|
2682
5368
|
"category": "color",
|
|
2683
|
-
"type": "
|
|
2684
|
-
"item": "
|
|
2685
|
-
"subitem": "
|
|
5369
|
+
"type": "personal--dark",
|
|
5370
|
+
"item": "sentiment",
|
|
5371
|
+
"subitem": "negative"
|
|
2686
5372
|
},
|
|
2687
5373
|
"path": [
|
|
2688
5374
|
"color",
|
|
2689
|
-
"
|
|
2690
|
-
"
|
|
2691
|
-
"
|
|
5375
|
+
"personal--dark",
|
|
5376
|
+
"sentiment",
|
|
5377
|
+
"negative"
|
|
2692
5378
|
]
|
|
2693
5379
|
},
|
|
2694
|
-
"
|
|
5380
|
+
"negative-hover": {
|
|
2695
5381
|
"value": {
|
|
2696
|
-
"r":
|
|
2697
|
-
"g": 0.
|
|
2698
|
-
"b": 0.
|
|
2699
|
-
"opacity": 0.1
|
|
5382
|
+
"r": 1,
|
|
5383
|
+
"g": 0.8627450980392157,
|
|
5384
|
+
"b": 0.8588235294117647
|
|
2700
5385
|
},
|
|
2701
|
-
"
|
|
5386
|
+
"theme": "personal--dark",
|
|
5387
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2702
5388
|
"isSource": true,
|
|
2703
5389
|
"original": {
|
|
2704
|
-
"value":
|
|
5390
|
+
"value": {
|
|
5391
|
+
"hex": "#FFDCDB"
|
|
5392
|
+
},
|
|
5393
|
+
"theme": "personal--dark"
|
|
2705
5394
|
},
|
|
2706
|
-
"name": "
|
|
5395
|
+
"name": "personalDarkSentimentNegativeHover",
|
|
2707
5396
|
"attributes": {
|
|
2708
5397
|
"category": "color",
|
|
2709
|
-
"type": "
|
|
2710
|
-
"item": "
|
|
2711
|
-
"subitem": "
|
|
5398
|
+
"type": "personal--dark",
|
|
5399
|
+
"item": "sentiment",
|
|
5400
|
+
"subitem": "negative-hover"
|
|
2712
5401
|
},
|
|
2713
5402
|
"path": [
|
|
2714
5403
|
"color",
|
|
2715
|
-
"
|
|
2716
|
-
"
|
|
2717
|
-
"
|
|
5404
|
+
"personal--dark",
|
|
5405
|
+
"sentiment",
|
|
5406
|
+
"negative-hover"
|
|
2718
5407
|
]
|
|
2719
5408
|
},
|
|
2720
|
-
"negative": {
|
|
5409
|
+
"negative-active": {
|
|
2721
5410
|
"value": {
|
|
2722
5411
|
"r": 1,
|
|
2723
|
-
"g": 0.
|
|
2724
|
-
"b": 0.
|
|
2725
|
-
"opacity": 0.1
|
|
5412
|
+
"g": 0.9215686274509803,
|
|
5413
|
+
"b": 0.9215686274509803
|
|
2726
5414
|
},
|
|
2727
|
-
"
|
|
5415
|
+
"theme": "personal--dark",
|
|
5416
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2728
5417
|
"isSource": true,
|
|
2729
5418
|
"original": {
|
|
2730
|
-
"value":
|
|
5419
|
+
"value": {
|
|
5420
|
+
"hex": "#FFEBEB"
|
|
5421
|
+
},
|
|
5422
|
+
"theme": "personal--dark"
|
|
2731
5423
|
},
|
|
2732
|
-
"name": "
|
|
5424
|
+
"name": "personalDarkSentimentNegativeActive",
|
|
2733
5425
|
"attributes": {
|
|
2734
5426
|
"category": "color",
|
|
2735
|
-
"type": "
|
|
2736
|
-
"item": "
|
|
2737
|
-
"subitem": "negative"
|
|
5427
|
+
"type": "personal--dark",
|
|
5428
|
+
"item": "sentiment",
|
|
5429
|
+
"subitem": "negative-active"
|
|
2738
5430
|
},
|
|
2739
5431
|
"path": [
|
|
2740
5432
|
"color",
|
|
2741
|
-
"
|
|
2742
|
-
"
|
|
2743
|
-
"negative"
|
|
5433
|
+
"personal--dark",
|
|
5434
|
+
"sentiment",
|
|
5435
|
+
"negative-active"
|
|
2744
5436
|
]
|
|
2745
5437
|
},
|
|
2746
|
-
"
|
|
5438
|
+
"positive": {
|
|
2747
5439
|
"value": {
|
|
2748
|
-
"r":
|
|
2749
|
-
"g": 0.
|
|
2750
|
-
"b": 0
|
|
2751
|
-
"opacity": 0.1
|
|
5440
|
+
"r": 0.6274509803921569,
|
|
5441
|
+
"g": 0.8980392156862745,
|
|
5442
|
+
"b": 0.6823529411764706
|
|
2752
5443
|
},
|
|
2753
|
-
"
|
|
5444
|
+
"theme": "personal--dark",
|
|
5445
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2754
5446
|
"isSource": true,
|
|
2755
5447
|
"original": {
|
|
2756
|
-
"value":
|
|
5448
|
+
"value": {
|
|
5449
|
+
"hex": "#A0E5AE"
|
|
5450
|
+
},
|
|
5451
|
+
"theme": "personal--dark"
|
|
2757
5452
|
},
|
|
2758
|
-
"name": "
|
|
5453
|
+
"name": "personalDarkSentimentPositive",
|
|
2759
5454
|
"attributes": {
|
|
2760
5455
|
"category": "color",
|
|
2761
|
-
"type": "
|
|
2762
|
-
"item": "
|
|
2763
|
-
"subitem": "
|
|
5456
|
+
"type": "personal--dark",
|
|
5457
|
+
"item": "sentiment",
|
|
5458
|
+
"subitem": "positive"
|
|
2764
5459
|
},
|
|
2765
5460
|
"path": [
|
|
2766
5461
|
"color",
|
|
2767
|
-
"
|
|
2768
|
-
"
|
|
2769
|
-
"
|
|
5462
|
+
"personal--dark",
|
|
5463
|
+
"sentiment",
|
|
5464
|
+
"positive"
|
|
2770
5465
|
]
|
|
2771
5466
|
},
|
|
2772
|
-
"
|
|
5467
|
+
"warning": {
|
|
2773
5468
|
"value": {
|
|
2774
|
-
"r":
|
|
2775
|
-
"g":
|
|
2776
|
-
"b":
|
|
2777
|
-
"opacity": 0.1
|
|
5469
|
+
"r": 0.9294117647058824,
|
|
5470
|
+
"g": 0.8235294117647058,
|
|
5471
|
+
"b": 0.4470588235294118
|
|
2778
5472
|
},
|
|
2779
|
-
"
|
|
5473
|
+
"theme": "personal--dark",
|
|
5474
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2780
5475
|
"isSource": true,
|
|
2781
5476
|
"original": {
|
|
2782
|
-
"value":
|
|
5477
|
+
"value": {
|
|
5478
|
+
"hex": "#EDD272"
|
|
5479
|
+
},
|
|
5480
|
+
"theme": "personal--dark"
|
|
2783
5481
|
},
|
|
2784
|
-
"name": "
|
|
5482
|
+
"name": "personalDarkSentimentWarning",
|
|
2785
5483
|
"attributes": {
|
|
2786
5484
|
"category": "color",
|
|
2787
|
-
"type": "
|
|
2788
|
-
"item": "
|
|
2789
|
-
"subitem": "
|
|
5485
|
+
"type": "personal--dark",
|
|
5486
|
+
"item": "sentiment",
|
|
5487
|
+
"subitem": "warning"
|
|
2790
5488
|
},
|
|
2791
5489
|
"path": [
|
|
2792
5490
|
"color",
|
|
2793
|
-
"
|
|
2794
|
-
"
|
|
2795
|
-
"
|
|
5491
|
+
"personal--dark",
|
|
5492
|
+
"sentiment",
|
|
5493
|
+
"warning"
|
|
2796
5494
|
]
|
|
2797
5495
|
}
|
|
2798
5496
|
},
|
|
2799
|
-
"
|
|
2800
|
-
"
|
|
5497
|
+
"base": {
|
|
5498
|
+
"contrast": {
|
|
2801
5499
|
"value": {
|
|
2802
|
-
"r":
|
|
2803
|
-
"g":
|
|
2804
|
-
"b":
|
|
2805
|
-
"opacity": 0.1
|
|
5500
|
+
"r": 0.07058823529411765,
|
|
5501
|
+
"g": 0.08235294117647059,
|
|
5502
|
+
"b": 0.06666666666666667
|
|
2806
5503
|
},
|
|
2807
|
-
"
|
|
5504
|
+
"theme": "personal--dark",
|
|
5505
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2808
5506
|
"isSource": true,
|
|
2809
5507
|
"original": {
|
|
2810
|
-
"value": "{color.
|
|
5508
|
+
"value": "{color.personal--dark.background.screen.value}",
|
|
5509
|
+
"theme": "personal--dark"
|
|
2811
5510
|
},
|
|
2812
|
-
"name": "
|
|
5511
|
+
"name": "personalDarkBaseContrast",
|
|
2813
5512
|
"attributes": {
|
|
2814
5513
|
"category": "color",
|
|
2815
|
-
"type": "
|
|
2816
|
-
"item": "
|
|
2817
|
-
"subitem": "
|
|
5514
|
+
"type": "personal--dark",
|
|
5515
|
+
"item": "base",
|
|
5516
|
+
"subitem": "contrast"
|
|
2818
5517
|
},
|
|
2819
5518
|
"path": [
|
|
2820
5519
|
"color",
|
|
2821
|
-
"
|
|
2822
|
-
"
|
|
2823
|
-
"
|
|
5520
|
+
"personal--dark",
|
|
5521
|
+
"base",
|
|
5522
|
+
"contrast"
|
|
2824
5523
|
]
|
|
2825
5524
|
},
|
|
2826
|
-
"
|
|
5525
|
+
"light": {
|
|
2827
5526
|
"value": {
|
|
2828
5527
|
"r": 1,
|
|
2829
5528
|
"g": 1,
|
|
2830
|
-
"b": 1
|
|
2831
|
-
"opacity": 0.1
|
|
5529
|
+
"b": 1
|
|
2832
5530
|
},
|
|
2833
|
-
"
|
|
5531
|
+
"theme": "personal--dark",
|
|
5532
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2834
5533
|
"isSource": true,
|
|
2835
5534
|
"original": {
|
|
2836
|
-
"value": "{color.
|
|
5535
|
+
"value": "{color.personal.white.value}",
|
|
5536
|
+
"theme": "personal--dark"
|
|
2837
5537
|
},
|
|
2838
|
-
"name": "
|
|
5538
|
+
"name": "personalDarkBaseLight",
|
|
2839
5539
|
"attributes": {
|
|
2840
5540
|
"category": "color",
|
|
2841
|
-
"type": "
|
|
2842
|
-
"item": "
|
|
2843
|
-
"subitem": "
|
|
5541
|
+
"type": "personal--dark",
|
|
5542
|
+
"item": "base",
|
|
5543
|
+
"subitem": "light"
|
|
2844
5544
|
},
|
|
2845
5545
|
"path": [
|
|
2846
5546
|
"color",
|
|
2847
|
-
"
|
|
2848
|
-
"
|
|
2849
|
-
"
|
|
5547
|
+
"personal--dark",
|
|
5548
|
+
"base",
|
|
5549
|
+
"light"
|
|
2850
5550
|
]
|
|
2851
|
-
}
|
|
2852
|
-
|
|
2853
|
-
"core": {
|
|
2854
|
-
"contrast": {
|
|
5551
|
+
},
|
|
5552
|
+
"dark": {
|
|
2855
5553
|
"value": {
|
|
2856
|
-
"r":
|
|
2857
|
-
"g":
|
|
2858
|
-
"b":
|
|
5554
|
+
"r": 0.07058823529411765,
|
|
5555
|
+
"g": 0.08235294117647059,
|
|
5556
|
+
"b": 0.06666666666666667
|
|
2859
5557
|
},
|
|
2860
|
-
"
|
|
5558
|
+
"theme": "personal--dark",
|
|
5559
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
2861
5560
|
"isSource": true,
|
|
2862
5561
|
"original": {
|
|
2863
|
-
"value": "{color.
|
|
5562
|
+
"value": "{color.personal--dark.background.screen.value}",
|
|
5563
|
+
"theme": "personal--dark"
|
|
2864
5564
|
},
|
|
2865
|
-
"name": "
|
|
5565
|
+
"name": "personalDarkBaseDark",
|
|
2866
5566
|
"attributes": {
|
|
2867
5567
|
"category": "color",
|
|
2868
|
-
"type": "
|
|
2869
|
-
"item": "
|
|
2870
|
-
"subitem": "
|
|
5568
|
+
"type": "personal--dark",
|
|
5569
|
+
"item": "base",
|
|
5570
|
+
"subitem": "dark"
|
|
2871
5571
|
},
|
|
2872
5572
|
"path": [
|
|
2873
5573
|
"color",
|
|
2874
|
-
"
|
|
2875
|
-
"
|
|
2876
|
-
"
|
|
5574
|
+
"personal--dark",
|
|
5575
|
+
"base",
|
|
5576
|
+
"dark"
|
|
2877
5577
|
]
|
|
2878
5578
|
}
|
|
2879
5579
|
}
|
|
@@ -4185,9 +6885,7 @@
|
|
|
4185
6885
|
"filePath": "tokens/colors/themes/personal.json",
|
|
4186
6886
|
"isSource": true,
|
|
4187
6887
|
"original": {
|
|
4188
|
-
"value": {
|
|
4189
|
-
"hex": "#FFFFFF"
|
|
4190
|
-
},
|
|
6888
|
+
"value": "{color.personal.white.value}",
|
|
4191
6889
|
"theme": "personal"
|
|
4192
6890
|
},
|
|
4193
6891
|
"name": "personalBaseContrast",
|
|
@@ -4203,6 +6901,62 @@
|
|
|
4203
6901
|
"base",
|
|
4204
6902
|
"contrast"
|
|
4205
6903
|
]
|
|
6904
|
+
},
|
|
6905
|
+
"light": {
|
|
6906
|
+
"value": {
|
|
6907
|
+
"r": 1,
|
|
6908
|
+
"g": 1,
|
|
6909
|
+
"b": 1
|
|
6910
|
+
},
|
|
6911
|
+
"theme": "personal",
|
|
6912
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
6913
|
+
"isSource": true,
|
|
6914
|
+
"original": {
|
|
6915
|
+
"value": "{color.personal.white.value}",
|
|
6916
|
+
"theme": "personal"
|
|
6917
|
+
},
|
|
6918
|
+
"name": "personalBaseLight",
|
|
6919
|
+
"attributes": {
|
|
6920
|
+
"category": "color",
|
|
6921
|
+
"type": "personal",
|
|
6922
|
+
"item": "base",
|
|
6923
|
+
"subitem": "light"
|
|
6924
|
+
},
|
|
6925
|
+
"path": [
|
|
6926
|
+
"color",
|
|
6927
|
+
"personal",
|
|
6928
|
+
"base",
|
|
6929
|
+
"light"
|
|
6930
|
+
]
|
|
6931
|
+
},
|
|
6932
|
+
"dark": {
|
|
6933
|
+
"value": {
|
|
6934
|
+
"r": 0.07058823529411765,
|
|
6935
|
+
"g": 0.08235294117647059,
|
|
6936
|
+
"b": 0.06666666666666667
|
|
6937
|
+
},
|
|
6938
|
+
"theme": "personal",
|
|
6939
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
6940
|
+
"isSource": true,
|
|
6941
|
+
"original": {
|
|
6942
|
+
"value": {
|
|
6943
|
+
"hex": "#121511"
|
|
6944
|
+
},
|
|
6945
|
+
"theme": "personal"
|
|
6946
|
+
},
|
|
6947
|
+
"name": "personalBaseDark",
|
|
6948
|
+
"attributes": {
|
|
6949
|
+
"category": "color",
|
|
6950
|
+
"type": "personal",
|
|
6951
|
+
"item": "base",
|
|
6952
|
+
"subitem": "dark"
|
|
6953
|
+
},
|
|
6954
|
+
"path": [
|
|
6955
|
+
"color",
|
|
6956
|
+
"personal",
|
|
6957
|
+
"base",
|
|
6958
|
+
"dark"
|
|
6959
|
+
]
|
|
4206
6960
|
}
|
|
4207
6961
|
}
|
|
4208
6962
|
}
|