@dialpad/dialtone-tokens 1.20.0 → 1.22.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/dist/android/java/tokens-dark.kt +68 -66
- package/dist/android/java/tokens-light.kt +9 -7
- package/dist/android/res/values/colors-dark.xml +69 -67
- package/dist/android/res/values/colors-light.xml +9 -7
- package/dist/android/res/values/dimens.xml +1 -1
- package/dist/css/variables-dark.css +69 -67
- package/dist/css/variables-light.css +9 -7
- package/dist/doc.json +304 -260
- package/dist/ios/tokens-dark.swift +68 -66
- package/dist/ios/tokens-light.swift +9 -7
- package/dist/less/variables-dark.less +69 -67
- package/dist/less/variables-light.less +8 -6
- package/dist/tokens-dark.json +68 -66
- package/dist/tokens-light.json +8 -6
- package/package.json +2 -5
package/dist/doc.json
CHANGED
|
@@ -506,19 +506,19 @@
|
|
|
506
506
|
"badge/color/background/default": {
|
|
507
507
|
"css/variables": {
|
|
508
508
|
"name": "var(--dt-badge-color-background-default)",
|
|
509
|
-
"value": "#
|
|
509
|
+
"value": "#e6e6e626"
|
|
510
510
|
},
|
|
511
511
|
"android/resources": {
|
|
512
512
|
"name": "dt_dark_badge_color_background_default",
|
|
513
|
-
"value": "#
|
|
513
|
+
"value": "#26e6e6e6"
|
|
514
514
|
},
|
|
515
515
|
"compose/object": {
|
|
516
516
|
"name": "dtBadgeColorBackgroundDefault",
|
|
517
|
-
"value": "Color(
|
|
517
|
+
"value": "Color(0x26e6e6e6)"
|
|
518
518
|
},
|
|
519
519
|
"ios-swift/enum.swift": {
|
|
520
520
|
"name": "dtBadgeColorBackgroundDefault",
|
|
521
|
-
"value": "UIColor(red: 0.
|
|
521
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.14901960784313725)"
|
|
522
522
|
}
|
|
523
523
|
},
|
|
524
524
|
"badge/color/background/info": {
|
|
@@ -632,19 +632,19 @@
|
|
|
632
632
|
"badge/color/foreground/default": {
|
|
633
633
|
"css/variables": {
|
|
634
634
|
"name": "var(--dt-badge-color-foreground-default)",
|
|
635
|
-
"value": "#
|
|
635
|
+
"value": "#E6E6E6"
|
|
636
636
|
},
|
|
637
637
|
"android/resources": {
|
|
638
638
|
"name": "dt_dark_badge_color_foreground_default",
|
|
639
|
-
"value": "#
|
|
639
|
+
"value": "#ffe6e6e6"
|
|
640
640
|
},
|
|
641
641
|
"compose/object": {
|
|
642
642
|
"name": "dtBadgeColorForegroundDefault",
|
|
643
|
-
"value": "Color(
|
|
643
|
+
"value": "Color(0xffe6e6e6)"
|
|
644
644
|
},
|
|
645
645
|
"ios-swift/enum.swift": {
|
|
646
646
|
"name": "dtBadgeColorForegroundDefault",
|
|
647
|
-
"value": "UIColor(red: 0.
|
|
647
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)"
|
|
648
648
|
}
|
|
649
649
|
},
|
|
650
650
|
"badge/color/foreground/bulletin": {
|
|
@@ -1028,37 +1028,37 @@
|
|
|
1028
1028
|
"color/foreground/primary": {
|
|
1029
1029
|
"css/variables": {
|
|
1030
1030
|
"name": "var(--dt-color-foreground-primary)",
|
|
1031
|
-
"value": "#
|
|
1031
|
+
"value": "#e6e6e6"
|
|
1032
1032
|
},
|
|
1033
1033
|
"android/resources": {
|
|
1034
1034
|
"name": "dt_dark_color_foreground_primary",
|
|
1035
|
-
"value": "#
|
|
1035
|
+
"value": "#ffe6e6e6"
|
|
1036
1036
|
},
|
|
1037
1037
|
"compose/object": {
|
|
1038
1038
|
"name": "dtColorForegroundPrimary",
|
|
1039
|
-
"value": "Color(
|
|
1039
|
+
"value": "Color(0xffe6e6e6)"
|
|
1040
1040
|
},
|
|
1041
1041
|
"ios-swift/enum.swift": {
|
|
1042
1042
|
"name": "dtColorForegroundPrimary",
|
|
1043
|
-
"value": "UIColor(red: 0.
|
|
1043
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)"
|
|
1044
1044
|
}
|
|
1045
1045
|
},
|
|
1046
1046
|
"color/foreground/secondary": {
|
|
1047
1047
|
"css/variables": {
|
|
1048
1048
|
"name": "var(--dt-color-foreground-secondary)",
|
|
1049
|
-
"value": "#
|
|
1049
|
+
"value": "#c2c2c2"
|
|
1050
1050
|
},
|
|
1051
1051
|
"android/resources": {
|
|
1052
1052
|
"name": "dt_dark_color_foreground_secondary",
|
|
1053
|
-
"value": "#
|
|
1053
|
+
"value": "#ffc2c2c2"
|
|
1054
1054
|
},
|
|
1055
1055
|
"compose/object": {
|
|
1056
1056
|
"name": "dtColorForegroundSecondary",
|
|
1057
|
-
"value": "Color(
|
|
1057
|
+
"value": "Color(0xffc2c2c2)"
|
|
1058
1058
|
},
|
|
1059
1059
|
"ios-swift/enum.swift": {
|
|
1060
1060
|
"name": "dtColorForegroundSecondary",
|
|
1061
|
-
"value": "UIColor(red: 0.
|
|
1061
|
+
"value": "UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)"
|
|
1062
1062
|
}
|
|
1063
1063
|
},
|
|
1064
1064
|
"color/foreground/tertiary": {
|
|
@@ -1082,19 +1082,19 @@
|
|
|
1082
1082
|
"color/foreground/muted": {
|
|
1083
1083
|
"css/variables": {
|
|
1084
1084
|
"name": "var(--dt-color-foreground-muted)",
|
|
1085
|
-
"value": "rgba(
|
|
1085
|
+
"value": "rgba(212, 212, 212, 0.6)"
|
|
1086
1086
|
},
|
|
1087
1087
|
"android/resources": {
|
|
1088
1088
|
"name": "dt_dark_color_foreground_muted",
|
|
1089
|
-
"value": "#
|
|
1089
|
+
"value": "#99d4d4d4"
|
|
1090
1090
|
},
|
|
1091
1091
|
"compose/object": {
|
|
1092
1092
|
"name": "dtColorForegroundMuted",
|
|
1093
|
-
"value": "Color(
|
|
1093
|
+
"value": "Color(0x99d4d4d4)"
|
|
1094
1094
|
},
|
|
1095
1095
|
"ios-swift/enum.swift": {
|
|
1096
1096
|
"name": "dtColorForegroundMuted",
|
|
1097
|
-
"value": "UIColor(red: 0.
|
|
1097
|
+
"value": "UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.6)"
|
|
1098
1098
|
}
|
|
1099
1099
|
},
|
|
1100
1100
|
"color/foreground/placeholder": {
|
|
@@ -1444,19 +1444,19 @@
|
|
|
1444
1444
|
"color/link/primary": {
|
|
1445
1445
|
"css/variables": {
|
|
1446
1446
|
"name": "var(--dt-color-link-primary)",
|
|
1447
|
-
"value": "#
|
|
1447
|
+
"value": "#b790ff"
|
|
1448
1448
|
},
|
|
1449
1449
|
"android/resources": {
|
|
1450
1450
|
"name": "dt_dark_color_link_primary",
|
|
1451
|
-
"value": "#
|
|
1451
|
+
"value": "#ffb790ff"
|
|
1452
1452
|
},
|
|
1453
1453
|
"compose/object": {
|
|
1454
1454
|
"name": "dtColorLinkPrimary",
|
|
1455
|
-
"value": "Color(
|
|
1455
|
+
"value": "Color(0xffb790ff)"
|
|
1456
1456
|
},
|
|
1457
1457
|
"ios-swift/enum.swift": {
|
|
1458
1458
|
"name": "dtColorLinkPrimary",
|
|
1459
|
-
"value": "UIColor(red: 0.
|
|
1459
|
+
"value": "UIColor(red: 0.718, green: 0.565, blue: 1.000, alpha: 1)"
|
|
1460
1460
|
}
|
|
1461
1461
|
},
|
|
1462
1462
|
"color/link/critical": {
|
|
@@ -1524,22 +1524,22 @@
|
|
|
1524
1524
|
"color/link/muted": {
|
|
1525
1525
|
"css/variables": {
|
|
1526
1526
|
"name": "var(--dt-color-link-muted)",
|
|
1527
|
-
"value": "
|
|
1527
|
+
"value": "#c2c2c2",
|
|
1528
1528
|
"description": "positive"
|
|
1529
1529
|
},
|
|
1530
1530
|
"android/resources": {
|
|
1531
1531
|
"name": "dt_dark_color_link_muted",
|
|
1532
|
-
"value": "#
|
|
1532
|
+
"value": "#ffc2c2c2",
|
|
1533
1533
|
"description": "positive"
|
|
1534
1534
|
},
|
|
1535
1535
|
"compose/object": {
|
|
1536
1536
|
"name": "dtColorLinkMuted",
|
|
1537
|
-
"value": "Color(
|
|
1537
|
+
"value": "Color(0xffc2c2c2)",
|
|
1538
1538
|
"description": "positive"
|
|
1539
1539
|
},
|
|
1540
1540
|
"ios-swift/enum.swift": {
|
|
1541
1541
|
"name": "dtColorLinkMuted",
|
|
1542
|
-
"value": "UIColor(red: 0.
|
|
1542
|
+
"value": "UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)",
|
|
1543
1543
|
"description": "positive"
|
|
1544
1544
|
}
|
|
1545
1545
|
},
|
|
@@ -1640,19 +1640,23 @@
|
|
|
1640
1640
|
"color/link/muted-inverted": {
|
|
1641
1641
|
"css/variables": {
|
|
1642
1642
|
"name": "var(--dt-color-link-muted-inverted)",
|
|
1643
|
-
"value": "
|
|
1643
|
+
"value": "#3a3a3a",
|
|
1644
|
+
"description": "positive"
|
|
1644
1645
|
},
|
|
1645
1646
|
"android/resources": {
|
|
1646
1647
|
"name": "dt_dark_color_link_muted_inverted",
|
|
1647
|
-
"value": "#
|
|
1648
|
+
"value": "#ff3a3a3a",
|
|
1649
|
+
"description": "positive"
|
|
1648
1650
|
},
|
|
1649
1651
|
"compose/object": {
|
|
1650
1652
|
"name": "dtColorLinkMutedInverted",
|
|
1651
|
-
"value": "Color(
|
|
1653
|
+
"value": "Color(0xff3a3a3a)",
|
|
1654
|
+
"description": "positive"
|
|
1652
1655
|
},
|
|
1653
1656
|
"ios-swift/enum.swift": {
|
|
1654
1657
|
"name": "dtColorLinkMutedInverted",
|
|
1655
|
-
"value": "UIColor(red: 0.
|
|
1658
|
+
"value": "UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)",
|
|
1659
|
+
"description": "positive"
|
|
1656
1660
|
}
|
|
1657
1661
|
},
|
|
1658
1662
|
"color/link/disabled-inverted": {
|
|
@@ -1748,19 +1752,19 @@
|
|
|
1748
1752
|
"color/link/muted-hover": {
|
|
1749
1753
|
"css/variables": {
|
|
1750
1754
|
"name": "var(--dt-color-link-muted-hover)",
|
|
1751
|
-
"value": "#
|
|
1755
|
+
"value": "#e6e6e6"
|
|
1752
1756
|
},
|
|
1753
1757
|
"android/resources": {
|
|
1754
1758
|
"name": "dt_dark_color_link_muted_hover",
|
|
1755
|
-
"value": "#
|
|
1759
|
+
"value": "#ffe6e6e6"
|
|
1756
1760
|
},
|
|
1757
1761
|
"compose/object": {
|
|
1758
1762
|
"name": "dtColorLinkMutedHover",
|
|
1759
|
-
"value": "Color(
|
|
1763
|
+
"value": "Color(0xffe6e6e6)"
|
|
1760
1764
|
},
|
|
1761
1765
|
"ios-swift/enum.swift": {
|
|
1762
1766
|
"name": "dtColorLinkMutedHover",
|
|
1763
|
-
"value": "UIColor(red: 0.
|
|
1767
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)"
|
|
1764
1768
|
}
|
|
1765
1769
|
},
|
|
1766
1770
|
"color/link/disabled-hover": {
|
|
@@ -1892,91 +1896,113 @@
|
|
|
1892
1896
|
"color/surface/secondary-opaque": {
|
|
1893
1897
|
"css/variables": {
|
|
1894
1898
|
"name": "var(--dt-color-surface-secondary-opaque)",
|
|
1895
|
-
"value": "rgba(
|
|
1899
|
+
"value": "rgba(230, 230, 230, 0.06)"
|
|
1896
1900
|
},
|
|
1897
1901
|
"android/resources": {
|
|
1898
1902
|
"name": "dt_dark_color_surface_secondary_opaque",
|
|
1899
|
-
"value": "#
|
|
1903
|
+
"value": "#0fe6e6e6"
|
|
1900
1904
|
},
|
|
1901
1905
|
"compose/object": {
|
|
1902
1906
|
"name": "dtColorSurfaceSecondaryOpaque",
|
|
1903
|
-
"value": "Color(
|
|
1907
|
+
"value": "Color(0x0fe6e6e6)"
|
|
1904
1908
|
},
|
|
1905
1909
|
"ios-swift/enum.swift": {
|
|
1906
1910
|
"name": "dtColorSurfaceSecondaryOpaque",
|
|
1907
|
-
"value": "UIColor(red: 0.
|
|
1911
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.058823529411764705)"
|
|
1908
1912
|
}
|
|
1909
1913
|
},
|
|
1910
1914
|
"color/surface/moderate-opaque": {
|
|
1911
1915
|
"css/variables": {
|
|
1912
1916
|
"name": "var(--dt-color-surface-moderate-opaque)",
|
|
1913
|
-
"value": "rgba(
|
|
1917
|
+
"value": "rgba(230, 230, 230, 0.15)"
|
|
1914
1918
|
},
|
|
1915
1919
|
"android/resources": {
|
|
1916
1920
|
"name": "dt_dark_color_surface_moderate_opaque",
|
|
1917
|
-
"value": "#
|
|
1921
|
+
"value": "#26e6e6e6"
|
|
1918
1922
|
},
|
|
1919
1923
|
"compose/object": {
|
|
1920
1924
|
"name": "dtColorSurfaceModerateOpaque",
|
|
1921
|
-
"value": "Color(
|
|
1925
|
+
"value": "Color(0x26e6e6e6)"
|
|
1922
1926
|
},
|
|
1923
1927
|
"ios-swift/enum.swift": {
|
|
1924
1928
|
"name": "dtColorSurfaceModerateOpaque",
|
|
1925
|
-
"value": "UIColor(red: 0.
|
|
1929
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.14901960784313725)"
|
|
1926
1930
|
}
|
|
1927
1931
|
},
|
|
1928
1932
|
"color/surface/bold-opaque": {
|
|
1929
1933
|
"css/variables": {
|
|
1930
1934
|
"name": "var(--dt-color-surface-bold-opaque)",
|
|
1931
|
-
"value": "rgba(
|
|
1935
|
+
"value": "rgba(230, 230, 230, 0.27)"
|
|
1932
1936
|
},
|
|
1933
1937
|
"android/resources": {
|
|
1934
1938
|
"name": "dt_dark_color_surface_bold_opaque",
|
|
1935
|
-
"value": "#
|
|
1939
|
+
"value": "#45e6e6e6"
|
|
1936
1940
|
},
|
|
1937
1941
|
"compose/object": {
|
|
1938
1942
|
"name": "dtColorSurfaceBoldOpaque",
|
|
1939
|
-
"value": "Color(
|
|
1943
|
+
"value": "Color(0x45e6e6e6)"
|
|
1940
1944
|
},
|
|
1941
1945
|
"ios-swift/enum.swift": {
|
|
1942
1946
|
"name": "dtColorSurfaceBoldOpaque",
|
|
1943
|
-
"value": "UIColor(red: 0.
|
|
1947
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.27058823529411763)"
|
|
1944
1948
|
}
|
|
1945
1949
|
},
|
|
1946
1950
|
"color/surface/strong-opaque": {
|
|
1947
1951
|
"css/variables": {
|
|
1948
1952
|
"name": "var(--dt-color-surface-strong-opaque)",
|
|
1949
|
-
"value": "rgba(
|
|
1953
|
+
"value": "rgba(230, 230, 230, 0.65)"
|
|
1950
1954
|
},
|
|
1951
1955
|
"android/resources": {
|
|
1952
1956
|
"name": "dt_dark_color_surface_strong_opaque",
|
|
1953
|
-
"value": "#
|
|
1957
|
+
"value": "#a6e6e6e6"
|
|
1954
1958
|
},
|
|
1955
1959
|
"compose/object": {
|
|
1956
1960
|
"name": "dtColorSurfaceStrongOpaque",
|
|
1957
|
-
"value": "Color(
|
|
1961
|
+
"value": "Color(0xa6e6e6e6)"
|
|
1958
1962
|
},
|
|
1959
1963
|
"ios-swift/enum.swift": {
|
|
1960
1964
|
"name": "dtColorSurfaceStrongOpaque",
|
|
1961
|
-
"value": "UIColor(red: 0.
|
|
1965
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.6509803921568628)"
|
|
1962
1966
|
}
|
|
1963
1967
|
},
|
|
1964
1968
|
"color/surface/contrast-opaque": {
|
|
1965
1969
|
"css/variables": {
|
|
1966
1970
|
"name": "var(--dt-color-surface-contrast-opaque)",
|
|
1967
|
-
"value": "rgba(
|
|
1971
|
+
"value": "rgba(230, 230, 230, 0.96)"
|
|
1968
1972
|
},
|
|
1969
1973
|
"android/resources": {
|
|
1970
1974
|
"name": "dt_dark_color_surface_contrast_opaque",
|
|
1971
|
-
"value": "#
|
|
1975
|
+
"value": "#f5e6e6e6"
|
|
1972
1976
|
},
|
|
1973
1977
|
"compose/object": {
|
|
1974
1978
|
"name": "dtColorSurfaceContrastOpaque",
|
|
1975
|
-
"value": "Color(
|
|
1979
|
+
"value": "Color(0xf5e6e6e6)"
|
|
1976
1980
|
},
|
|
1977
1981
|
"ios-swift/enum.swift": {
|
|
1978
1982
|
"name": "dtColorSurfaceContrastOpaque",
|
|
1979
|
-
"value": "UIColor(red: 0.
|
|
1983
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.9607843137254902)"
|
|
1984
|
+
}
|
|
1985
|
+
},
|
|
1986
|
+
"color/surface/backdrop": {
|
|
1987
|
+
"css/variables": {
|
|
1988
|
+
"name": "var(--dt-color-surface-backdrop)",
|
|
1989
|
+
"value": "rgba(0, 0, 0, 0.7)",
|
|
1990
|
+
"description": "Background color for a modal-like backdrop."
|
|
1991
|
+
},
|
|
1992
|
+
"android/resources": {
|
|
1993
|
+
"name": "dt_dark_color_surface_backdrop",
|
|
1994
|
+
"value": "#b3000000",
|
|
1995
|
+
"description": "Background color for a modal-like backdrop."
|
|
1996
|
+
},
|
|
1997
|
+
"compose/object": {
|
|
1998
|
+
"name": "dtColorSurfaceBackdrop",
|
|
1999
|
+
"value": "Color(0xb3000000)",
|
|
2000
|
+
"description": "Background color for a modal-like backdrop."
|
|
2001
|
+
},
|
|
2002
|
+
"ios-swift/enum.swift": {
|
|
2003
|
+
"name": "dtColorSurfaceBackdrop",
|
|
2004
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.7019607843137254)",
|
|
2005
|
+
"description": "Background color for a modal-like backdrop."
|
|
1980
2006
|
}
|
|
1981
2007
|
},
|
|
1982
2008
|
"color/surface/critical-opaque": {
|
|
@@ -2126,19 +2152,19 @@
|
|
|
2126
2152
|
"color/surface/primary": {
|
|
2127
2153
|
"css/variables": {
|
|
2128
2154
|
"name": "var(--dt-color-surface-primary)",
|
|
2129
|
-
"value": "#
|
|
2155
|
+
"value": "#1f1f1f"
|
|
2130
2156
|
},
|
|
2131
2157
|
"android/resources": {
|
|
2132
2158
|
"name": "dt_dark_color_surface_primary",
|
|
2133
|
-
"value": "#
|
|
2159
|
+
"value": "#ff1f1f1f"
|
|
2134
2160
|
},
|
|
2135
2161
|
"compose/object": {
|
|
2136
2162
|
"name": "dtColorSurfacePrimary",
|
|
2137
|
-
"value": "Color(
|
|
2163
|
+
"value": "Color(0xff1f1f1f)"
|
|
2138
2164
|
},
|
|
2139
2165
|
"ios-swift/enum.swift": {
|
|
2140
2166
|
"name": "dtColorSurfacePrimary",
|
|
2141
|
-
"value": "UIColor(red: 0.
|
|
2167
|
+
"value": "UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)"
|
|
2142
2168
|
}
|
|
2143
2169
|
},
|
|
2144
2170
|
"color/surface/secondary": {
|
|
@@ -2216,19 +2242,19 @@
|
|
|
2216
2242
|
"color/surface/contrast": {
|
|
2217
2243
|
"css/variables": {
|
|
2218
2244
|
"name": "var(--dt-color-surface-contrast)",
|
|
2219
|
-
"value": "#
|
|
2245
|
+
"value": "#e6e6e6"
|
|
2220
2246
|
},
|
|
2221
2247
|
"android/resources": {
|
|
2222
2248
|
"name": "dt_dark_color_surface_contrast",
|
|
2223
|
-
"value": "#
|
|
2249
|
+
"value": "#ffe6e6e6"
|
|
2224
2250
|
},
|
|
2225
2251
|
"compose/object": {
|
|
2226
2252
|
"name": "dtColorSurfaceContrast",
|
|
2227
|
-
"value": "Color(
|
|
2253
|
+
"value": "Color(0xffe6e6e6)"
|
|
2228
2254
|
},
|
|
2229
2255
|
"ios-swift/enum.swift": {
|
|
2230
2256
|
"name": "dtColorSurfaceContrast",
|
|
2231
|
-
"value": "UIColor(red: 0.
|
|
2257
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)"
|
|
2232
2258
|
}
|
|
2233
2259
|
},
|
|
2234
2260
|
"color/surface/critical": {
|
|
@@ -3266,55 +3292,55 @@
|
|
|
3266
3292
|
"color/black/700": {
|
|
3267
3293
|
"css/variables": {
|
|
3268
3294
|
"name": "var(--dt-color-black-700)",
|
|
3269
|
-
"value": "#
|
|
3295
|
+
"value": "#c2c2c2"
|
|
3270
3296
|
},
|
|
3271
3297
|
"android/resources": {
|
|
3272
3298
|
"name": "dt_dark_color_black_700",
|
|
3273
|
-
"value": "#
|
|
3299
|
+
"value": "#ffc2c2c2"
|
|
3274
3300
|
},
|
|
3275
3301
|
"compose/object": {
|
|
3276
3302
|
"name": "dtColorBlack700",
|
|
3277
|
-
"value": "Color(
|
|
3303
|
+
"value": "Color(0xffc2c2c2)"
|
|
3278
3304
|
},
|
|
3279
3305
|
"ios-swift/enum.swift": {
|
|
3280
3306
|
"name": "dtColorBlack700",
|
|
3281
|
-
"value": "UIColor(red: 0.
|
|
3307
|
+
"value": "UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)"
|
|
3282
3308
|
}
|
|
3283
3309
|
},
|
|
3284
3310
|
"color/black/800": {
|
|
3285
3311
|
"css/variables": {
|
|
3286
3312
|
"name": "var(--dt-color-black-800)",
|
|
3287
|
-
"value": "#
|
|
3313
|
+
"value": "#d4d4d4"
|
|
3288
3314
|
},
|
|
3289
3315
|
"android/resources": {
|
|
3290
3316
|
"name": "dt_dark_color_black_800",
|
|
3291
|
-
"value": "#
|
|
3317
|
+
"value": "#ffd4d4d4"
|
|
3292
3318
|
},
|
|
3293
3319
|
"compose/object": {
|
|
3294
3320
|
"name": "dtColorBlack800",
|
|
3295
|
-
"value": "Color(
|
|
3321
|
+
"value": "Color(0xffd4d4d4)"
|
|
3296
3322
|
},
|
|
3297
3323
|
"ios-swift/enum.swift": {
|
|
3298
3324
|
"name": "dtColorBlack800",
|
|
3299
|
-
"value": "UIColor(red: 0.
|
|
3325
|
+
"value": "UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 1)"
|
|
3300
3326
|
}
|
|
3301
3327
|
},
|
|
3302
3328
|
"color/black/900": {
|
|
3303
3329
|
"css/variables": {
|
|
3304
3330
|
"name": "var(--dt-color-black-900)",
|
|
3305
|
-
"value": "#
|
|
3331
|
+
"value": "#e6e6e6"
|
|
3306
3332
|
},
|
|
3307
3333
|
"android/resources": {
|
|
3308
3334
|
"name": "dt_dark_color_black_900",
|
|
3309
|
-
"value": "#
|
|
3335
|
+
"value": "#ffe6e6e6"
|
|
3310
3336
|
},
|
|
3311
3337
|
"compose/object": {
|
|
3312
3338
|
"name": "dtColorBlack900",
|
|
3313
|
-
"value": "Color(
|
|
3339
|
+
"value": "Color(0xffe6e6e6)"
|
|
3314
3340
|
},
|
|
3315
3341
|
"ios-swift/enum.swift": {
|
|
3316
3342
|
"name": "dtColorBlack900",
|
|
3317
|
-
"value": "UIColor(red: 0.
|
|
3343
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)"
|
|
3318
3344
|
}
|
|
3319
3345
|
},
|
|
3320
3346
|
"color/purple/100": {
|
|
@@ -8850,19 +8876,19 @@
|
|
|
8850
8876
|
"inputs/color/foreground/default": {
|
|
8851
8877
|
"css/variables": {
|
|
8852
8878
|
"name": "var(--dt-inputs-color-foreground-default)",
|
|
8853
|
-
"value": "#
|
|
8879
|
+
"value": "#E6E6E6"
|
|
8854
8880
|
},
|
|
8855
8881
|
"android/resources": {
|
|
8856
8882
|
"name": "dt_dark_inputs_color_foreground_default",
|
|
8857
|
-
"value": "#
|
|
8883
|
+
"value": "#ffe6e6e6"
|
|
8858
8884
|
},
|
|
8859
8885
|
"compose/object": {
|
|
8860
8886
|
"name": "dtInputsColorForegroundDefault",
|
|
8861
|
-
"value": "Color(
|
|
8887
|
+
"value": "Color(0xffe6e6e6)"
|
|
8862
8888
|
},
|
|
8863
8889
|
"ios-swift/enum.swift": {
|
|
8864
8890
|
"name": "dtInputsColorForegroundDefault",
|
|
8865
|
-
"value": "UIColor(red: 0.
|
|
8891
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)"
|
|
8866
8892
|
}
|
|
8867
8893
|
},
|
|
8868
8894
|
"inputs/color/foreground/placeholder": {
|
|
@@ -9012,55 +9038,55 @@
|
|
|
9012
9038
|
"inputs/color/background/default": {
|
|
9013
9039
|
"css/variables": {
|
|
9014
9040
|
"name": "var(--dt-inputs-color-background-default)",
|
|
9015
|
-
"value": "#
|
|
9041
|
+
"value": "#e6e6e60f"
|
|
9016
9042
|
},
|
|
9017
9043
|
"android/resources": {
|
|
9018
9044
|
"name": "dt_dark_inputs_color_background_default",
|
|
9019
|
-
"value": "#
|
|
9045
|
+
"value": "#0fe6e6e6"
|
|
9020
9046
|
},
|
|
9021
9047
|
"compose/object": {
|
|
9022
9048
|
"name": "dtInputsColorBackgroundDefault",
|
|
9023
|
-
"value": "Color(
|
|
9049
|
+
"value": "Color(0x0fe6e6e6)"
|
|
9024
9050
|
},
|
|
9025
9051
|
"ios-swift/enum.swift": {
|
|
9026
9052
|
"name": "dtInputsColorBackgroundDefault",
|
|
9027
|
-
"value": "UIColor(red: 0.
|
|
9053
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.058823529411764705)"
|
|
9028
9054
|
}
|
|
9029
9055
|
},
|
|
9030
9056
|
"inputs/color/background/focus": {
|
|
9031
9057
|
"css/variables": {
|
|
9032
9058
|
"name": "var(--dt-inputs-color-background-focus)",
|
|
9033
|
-
"value": "#
|
|
9059
|
+
"value": "#e6e6e608"
|
|
9034
9060
|
},
|
|
9035
9061
|
"android/resources": {
|
|
9036
9062
|
"name": "dt_dark_inputs_color_background_focus",
|
|
9037
|
-
"value": "#
|
|
9063
|
+
"value": "#08e6e6e6"
|
|
9038
9064
|
},
|
|
9039
9065
|
"compose/object": {
|
|
9040
9066
|
"name": "dtInputsColorBackgroundFocus",
|
|
9041
|
-
"value": "Color(
|
|
9067
|
+
"value": "Color(0x08e6e6e6)"
|
|
9042
9068
|
},
|
|
9043
9069
|
"ios-swift/enum.swift": {
|
|
9044
9070
|
"name": "dtInputsColorBackgroundFocus",
|
|
9045
|
-
"value": "UIColor(red: 0.
|
|
9071
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.03137254901960784)"
|
|
9046
9072
|
}
|
|
9047
9073
|
},
|
|
9048
9074
|
"inputs/color/background/disabled": {
|
|
9049
9075
|
"css/variables": {
|
|
9050
9076
|
"name": "var(--dt-inputs-color-background-disabled)",
|
|
9051
|
-
"value": "#
|
|
9077
|
+
"value": "#e6e6e626"
|
|
9052
9078
|
},
|
|
9053
9079
|
"android/resources": {
|
|
9054
9080
|
"name": "dt_dark_inputs_color_background_disabled",
|
|
9055
|
-
"value": "#
|
|
9081
|
+
"value": "#26e6e6e6"
|
|
9056
9082
|
},
|
|
9057
9083
|
"compose/object": {
|
|
9058
9084
|
"name": "dtInputsColorBackgroundDisabled",
|
|
9059
|
-
"value": "Color(
|
|
9085
|
+
"value": "Color(0x26e6e6e6)"
|
|
9060
9086
|
},
|
|
9061
9087
|
"ios-swift/enum.swift": {
|
|
9062
9088
|
"name": "dtInputsColorBackgroundDisabled",
|
|
9063
|
-
"value": "UIColor(red: 0.
|
|
9089
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.14901960784313725)"
|
|
9064
9090
|
}
|
|
9065
9091
|
},
|
|
9066
9092
|
"action/color/foreground/base/default": {
|
|
@@ -9318,55 +9344,55 @@
|
|
|
9318
9344
|
"action/color/foreground/muted/default": {
|
|
9319
9345
|
"css/variables": {
|
|
9320
9346
|
"name": "var(--dt-action-color-foreground-muted-default)",
|
|
9321
|
-
"value": "#
|
|
9347
|
+
"value": "#C2C2C2"
|
|
9322
9348
|
},
|
|
9323
9349
|
"android/resources": {
|
|
9324
9350
|
"name": "dt_dark_action_color_foreground_muted_default",
|
|
9325
|
-
"value": "#
|
|
9351
|
+
"value": "#ffc2c2c2"
|
|
9326
9352
|
},
|
|
9327
9353
|
"compose/object": {
|
|
9328
9354
|
"name": "dtActionColorForegroundMutedDefault",
|
|
9329
|
-
"value": "Color(
|
|
9355
|
+
"value": "Color(0xffc2c2c2)"
|
|
9330
9356
|
},
|
|
9331
9357
|
"ios-swift/enum.swift": {
|
|
9332
9358
|
"name": "dtActionColorForegroundMutedDefault",
|
|
9333
|
-
"value": "UIColor(red: 0.
|
|
9359
|
+
"value": "UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)"
|
|
9334
9360
|
}
|
|
9335
9361
|
},
|
|
9336
9362
|
"action/color/foreground/muted/hover": {
|
|
9337
9363
|
"css/variables": {
|
|
9338
9364
|
"name": "var(--dt-action-color-foreground-muted-hover)",
|
|
9339
|
-
"value": "#
|
|
9365
|
+
"value": "#C2C2C2"
|
|
9340
9366
|
},
|
|
9341
9367
|
"android/resources": {
|
|
9342
9368
|
"name": "dt_dark_action_color_foreground_muted_hover",
|
|
9343
|
-
"value": "#
|
|
9369
|
+
"value": "#ffc2c2c2"
|
|
9344
9370
|
},
|
|
9345
9371
|
"compose/object": {
|
|
9346
9372
|
"name": "dtActionColorForegroundMutedHover",
|
|
9347
|
-
"value": "Color(
|
|
9373
|
+
"value": "Color(0xffc2c2c2)"
|
|
9348
9374
|
},
|
|
9349
9375
|
"ios-swift/enum.swift": {
|
|
9350
9376
|
"name": "dtActionColorForegroundMutedHover",
|
|
9351
|
-
"value": "UIColor(red: 0.
|
|
9377
|
+
"value": "UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)"
|
|
9352
9378
|
}
|
|
9353
9379
|
},
|
|
9354
9380
|
"action/color/foreground/muted/active": {
|
|
9355
9381
|
"css/variables": {
|
|
9356
9382
|
"name": "var(--dt-action-color-foreground-muted-active)",
|
|
9357
|
-
"value": "#
|
|
9383
|
+
"value": "#C2C2C2"
|
|
9358
9384
|
},
|
|
9359
9385
|
"android/resources": {
|
|
9360
9386
|
"name": "dt_dark_action_color_foreground_muted_active",
|
|
9361
|
-
"value": "#
|
|
9387
|
+
"value": "#ffc2c2c2"
|
|
9362
9388
|
},
|
|
9363
9389
|
"compose/object": {
|
|
9364
9390
|
"name": "dtActionColorForegroundMutedActive",
|
|
9365
|
-
"value": "Color(
|
|
9391
|
+
"value": "Color(0xffc2c2c2)"
|
|
9366
9392
|
},
|
|
9367
9393
|
"ios-swift/enum.swift": {
|
|
9368
9394
|
"name": "dtActionColorForegroundMutedActive",
|
|
9369
|
-
"value": "UIColor(red: 0.
|
|
9395
|
+
"value": "UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)"
|
|
9370
9396
|
}
|
|
9371
9397
|
},
|
|
9372
9398
|
"action/color/foreground/disabled/default": {
|
|
@@ -9624,55 +9650,55 @@
|
|
|
9624
9650
|
"action/color/background/inverted/hover": {
|
|
9625
9651
|
"css/variables": {
|
|
9626
9652
|
"name": "var(--dt-action-color-background-inverted-hover)",
|
|
9627
|
-
"value": "#
|
|
9653
|
+
"value": "#1f1f1f26"
|
|
9628
9654
|
},
|
|
9629
9655
|
"android/resources": {
|
|
9630
9656
|
"name": "dt_dark_action_color_background_inverted_hover",
|
|
9631
|
-
"value": "#
|
|
9657
|
+
"value": "#261f1f1f"
|
|
9632
9658
|
},
|
|
9633
9659
|
"compose/object": {
|
|
9634
9660
|
"name": "dtActionColorBackgroundInvertedHover",
|
|
9635
|
-
"value": "Color(
|
|
9661
|
+
"value": "Color(0x261f1f1f)"
|
|
9636
9662
|
},
|
|
9637
9663
|
"ios-swift/enum.swift": {
|
|
9638
9664
|
"name": "dtActionColorBackgroundInvertedHover",
|
|
9639
|
-
"value": "UIColor(red: 0.
|
|
9665
|
+
"value": "UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 0.14901960784313725)"
|
|
9640
9666
|
}
|
|
9641
9667
|
},
|
|
9642
9668
|
"action/color/background/inverted/active": {
|
|
9643
9669
|
"css/variables": {
|
|
9644
9670
|
"name": "var(--dt-action-color-background-inverted-active)",
|
|
9645
|
-
"value": "#
|
|
9671
|
+
"value": "#1f1f1f4d"
|
|
9646
9672
|
},
|
|
9647
9673
|
"android/resources": {
|
|
9648
9674
|
"name": "dt_dark_action_color_background_inverted_active",
|
|
9649
|
-
"value": "#
|
|
9675
|
+
"value": "#4d1f1f1f"
|
|
9650
9676
|
},
|
|
9651
9677
|
"compose/object": {
|
|
9652
9678
|
"name": "dtActionColorBackgroundInvertedActive",
|
|
9653
|
-
"value": "Color(
|
|
9679
|
+
"value": "Color(0x4d1f1f1f)"
|
|
9654
9680
|
},
|
|
9655
9681
|
"ios-swift/enum.swift": {
|
|
9656
9682
|
"name": "dtActionColorBackgroundInvertedActive",
|
|
9657
|
-
"value": "UIColor(red: 0.
|
|
9683
|
+
"value": "UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 0.30196078431372547)"
|
|
9658
9684
|
}
|
|
9659
9685
|
},
|
|
9660
9686
|
"action/color/background/inverted/primary/default": {
|
|
9661
9687
|
"css/variables": {
|
|
9662
9688
|
"name": "var(--dt-action-color-background-inverted-primary-default)",
|
|
9663
|
-
"value": "#
|
|
9689
|
+
"value": "#1f1f1f"
|
|
9664
9690
|
},
|
|
9665
9691
|
"android/resources": {
|
|
9666
9692
|
"name": "dt_dark_action_color_background_inverted_primary_default",
|
|
9667
|
-
"value": "#
|
|
9693
|
+
"value": "#ff1f1f1f"
|
|
9668
9694
|
},
|
|
9669
9695
|
"compose/object": {
|
|
9670
9696
|
"name": "dtActionColorBackgroundInvertedPrimaryDefault",
|
|
9671
|
-
"value": "Color(
|
|
9697
|
+
"value": "Color(0xff1f1f1f)"
|
|
9672
9698
|
},
|
|
9673
9699
|
"ios-swift/enum.swift": {
|
|
9674
9700
|
"name": "dtActionColorBackgroundInvertedPrimaryDefault",
|
|
9675
|
-
"value": "UIColor(red: 0.
|
|
9701
|
+
"value": "UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)"
|
|
9676
9702
|
}
|
|
9677
9703
|
},
|
|
9678
9704
|
"action/color/background/inverted/primary/hover": {
|
|
@@ -9732,37 +9758,37 @@
|
|
|
9732
9758
|
"action/color/background/muted/hover": {
|
|
9733
9759
|
"css/variables": {
|
|
9734
9760
|
"name": "var(--dt-action-color-background-muted-hover)",
|
|
9735
|
-
"value": "#
|
|
9761
|
+
"value": "#d4d4d41a"
|
|
9736
9762
|
},
|
|
9737
9763
|
"android/resources": {
|
|
9738
9764
|
"name": "dt_dark_action_color_background_muted_hover",
|
|
9739
|
-
"value": "#
|
|
9765
|
+
"value": "#1ad4d4d4"
|
|
9740
9766
|
},
|
|
9741
9767
|
"compose/object": {
|
|
9742
9768
|
"name": "dtActionColorBackgroundMutedHover",
|
|
9743
|
-
"value": "Color(
|
|
9769
|
+
"value": "Color(0x1ad4d4d4)"
|
|
9744
9770
|
},
|
|
9745
9771
|
"ios-swift/enum.swift": {
|
|
9746
9772
|
"name": "dtActionColorBackgroundMutedHover",
|
|
9747
|
-
"value": "UIColor(red: 0.
|
|
9773
|
+
"value": "UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.10196078431372549)"
|
|
9748
9774
|
}
|
|
9749
9775
|
},
|
|
9750
9776
|
"action/color/background/muted/active": {
|
|
9751
9777
|
"css/variables": {
|
|
9752
9778
|
"name": "var(--dt-action-color-background-muted-active)",
|
|
9753
|
-
"value": "#
|
|
9779
|
+
"value": "#d4d4d429"
|
|
9754
9780
|
},
|
|
9755
9781
|
"android/resources": {
|
|
9756
9782
|
"name": "dt_dark_action_color_background_muted_active",
|
|
9757
|
-
"value": "#
|
|
9783
|
+
"value": "#29d4d4d4"
|
|
9758
9784
|
},
|
|
9759
9785
|
"compose/object": {
|
|
9760
9786
|
"name": "dtActionColorBackgroundMutedActive",
|
|
9761
|
-
"value": "Color(
|
|
9787
|
+
"value": "Color(0x29d4d4d4)"
|
|
9762
9788
|
},
|
|
9763
9789
|
"ios-swift/enum.swift": {
|
|
9764
9790
|
"name": "dtActionColorBackgroundMutedActive",
|
|
9765
|
-
"value": "UIColor(red: 0.
|
|
9791
|
+
"value": "UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.1607843137254902)"
|
|
9766
9792
|
}
|
|
9767
9793
|
},
|
|
9768
9794
|
"action/color/background/disabled/default": {
|
|
@@ -9858,37 +9884,37 @@
|
|
|
9858
9884
|
"theme/color/base": {
|
|
9859
9885
|
"css/variables": {
|
|
9860
9886
|
"name": "var(--dt-theme-color-base)",
|
|
9861
|
-
"value": "#
|
|
9887
|
+
"value": "#E6E6E6"
|
|
9862
9888
|
},
|
|
9863
9889
|
"android/resources": {
|
|
9864
9890
|
"name": "dt_dark_theme_color_base",
|
|
9865
|
-
"value": "#
|
|
9891
|
+
"value": "#ffe6e6e6"
|
|
9866
9892
|
},
|
|
9867
9893
|
"compose/object": {
|
|
9868
9894
|
"name": "dtThemeColorBase",
|
|
9869
|
-
"value": "Color(
|
|
9895
|
+
"value": "Color(0xffe6e6e6)"
|
|
9870
9896
|
},
|
|
9871
9897
|
"ios-swift/enum.swift": {
|
|
9872
9898
|
"name": "dtThemeColorBase",
|
|
9873
|
-
"value": "UIColor(red: 0.
|
|
9899
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)"
|
|
9874
9900
|
}
|
|
9875
9901
|
},
|
|
9876
9902
|
"theme/topbar/color/foreground": {
|
|
9877
9903
|
"css/variables": {
|
|
9878
9904
|
"name": "var(--dt-theme-topbar-color-foreground)",
|
|
9879
|
-
"value": "#
|
|
9905
|
+
"value": "#e6e6e6bf"
|
|
9880
9906
|
},
|
|
9881
9907
|
"android/resources": {
|
|
9882
9908
|
"name": "dt_dark_theme_topbar_color_foreground",
|
|
9883
|
-
"value": "#
|
|
9909
|
+
"value": "#bfe6e6e6"
|
|
9884
9910
|
},
|
|
9885
9911
|
"compose/object": {
|
|
9886
9912
|
"name": "dtThemeTopbarColorForeground",
|
|
9887
|
-
"value": "Color(
|
|
9913
|
+
"value": "Color(0xbfe6e6e6)"
|
|
9888
9914
|
},
|
|
9889
9915
|
"ios-swift/enum.swift": {
|
|
9890
9916
|
"name": "dtThemeTopbarColorForeground",
|
|
9891
|
-
"value": "UIColor(red: 0.
|
|
9917
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.7490196078431373)"
|
|
9892
9918
|
}
|
|
9893
9919
|
},
|
|
9894
9920
|
"theme/topbar/color/background": {
|
|
@@ -9912,55 +9938,55 @@
|
|
|
9912
9938
|
"theme/topbar/field/color/foreground": {
|
|
9913
9939
|
"css/variables": {
|
|
9914
9940
|
"name": "var(--dt-theme-topbar-field-color-foreground)",
|
|
9915
|
-
"value": "#
|
|
9941
|
+
"value": "#e6e6e680"
|
|
9916
9942
|
},
|
|
9917
9943
|
"android/resources": {
|
|
9918
9944
|
"name": "dt_dark_theme_topbar_field_color_foreground",
|
|
9919
|
-
"value": "#
|
|
9945
|
+
"value": "#80e6e6e6"
|
|
9920
9946
|
},
|
|
9921
9947
|
"compose/object": {
|
|
9922
9948
|
"name": "dtThemeTopbarFieldColorForeground",
|
|
9923
|
-
"value": "Color(
|
|
9949
|
+
"value": "Color(0x80e6e6e6)"
|
|
9924
9950
|
},
|
|
9925
9951
|
"ios-swift/enum.swift": {
|
|
9926
9952
|
"name": "dtThemeTopbarFieldColorForeground",
|
|
9927
|
-
"value": "UIColor(red: 0.
|
|
9953
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.5019607843137255)"
|
|
9928
9954
|
}
|
|
9929
9955
|
},
|
|
9930
9956
|
"theme/topbar/field/color/foreground-hover": {
|
|
9931
9957
|
"css/variables": {
|
|
9932
9958
|
"name": "var(--dt-theme-topbar-field-color-foreground-hover)",
|
|
9933
|
-
"value": "#
|
|
9959
|
+
"value": "#e6e6e6bf"
|
|
9934
9960
|
},
|
|
9935
9961
|
"android/resources": {
|
|
9936
9962
|
"name": "dt_dark_theme_topbar_field_color_foreground_hover",
|
|
9937
|
-
"value": "#
|
|
9963
|
+
"value": "#bfe6e6e6"
|
|
9938
9964
|
},
|
|
9939
9965
|
"compose/object": {
|
|
9940
9966
|
"name": "dtThemeTopbarFieldColorForegroundHover",
|
|
9941
|
-
"value": "Color(
|
|
9967
|
+
"value": "Color(0xbfe6e6e6)"
|
|
9942
9968
|
},
|
|
9943
9969
|
"ios-swift/enum.swift": {
|
|
9944
9970
|
"name": "dtThemeTopbarFieldColorForegroundHover",
|
|
9945
|
-
"value": "UIColor(red: 0.
|
|
9971
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.7490196078431373)"
|
|
9946
9972
|
}
|
|
9947
9973
|
},
|
|
9948
9974
|
"theme/topbar/field/color/background": {
|
|
9949
9975
|
"css/variables": {
|
|
9950
9976
|
"name": "var(--dt-theme-topbar-field-color-background)",
|
|
9951
|
-
"value": "#
|
|
9977
|
+
"value": "#e6e6e60d"
|
|
9952
9978
|
},
|
|
9953
9979
|
"android/resources": {
|
|
9954
9980
|
"name": "dt_dark_theme_topbar_field_color_background",
|
|
9955
|
-
"value": "#
|
|
9981
|
+
"value": "#0de6e6e6"
|
|
9956
9982
|
},
|
|
9957
9983
|
"compose/object": {
|
|
9958
9984
|
"name": "dtThemeTopbarFieldColorBackground",
|
|
9959
|
-
"value": "Color(
|
|
9985
|
+
"value": "Color(0x0de6e6e6)"
|
|
9960
9986
|
},
|
|
9961
9987
|
"ios-swift/enum.swift": {
|
|
9962
9988
|
"name": "dtThemeTopbarFieldColorBackground",
|
|
9963
|
-
"value": "UIColor(red: 0.
|
|
9989
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.050980392156862744)"
|
|
9964
9990
|
}
|
|
9965
9991
|
},
|
|
9966
9992
|
"theme/topbar/field/color/background-hover": {
|
|
@@ -9984,163 +10010,163 @@
|
|
|
9984
10010
|
"theme/topbar/field/color/border": {
|
|
9985
10011
|
"css/variables": {
|
|
9986
10012
|
"name": "var(--dt-theme-topbar-field-color-border)",
|
|
9987
|
-
"value": "#
|
|
10013
|
+
"value": "#e6e6e600"
|
|
9988
10014
|
},
|
|
9989
10015
|
"android/resources": {
|
|
9990
10016
|
"name": "dt_dark_theme_topbar_field_color_border",
|
|
9991
|
-
"value": "#
|
|
10017
|
+
"value": "#00e6e6e6"
|
|
9992
10018
|
},
|
|
9993
10019
|
"compose/object": {
|
|
9994
10020
|
"name": "dtThemeTopbarFieldColorBorder",
|
|
9995
|
-
"value": "Color(
|
|
10021
|
+
"value": "Color(0x00e6e6e6)"
|
|
9996
10022
|
},
|
|
9997
10023
|
"ios-swift/enum.swift": {
|
|
9998
10024
|
"name": "dtThemeTopbarFieldColorBorder",
|
|
9999
|
-
"value": "UIColor(red: 0.
|
|
10025
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)"
|
|
10000
10026
|
}
|
|
10001
10027
|
},
|
|
10002
10028
|
"theme/topbar/field/color/border-hover": {
|
|
10003
10029
|
"css/variables": {
|
|
10004
10030
|
"name": "var(--dt-theme-topbar-field-color-border-hover)",
|
|
10005
|
-
"value": "#
|
|
10031
|
+
"value": "#e6e6e61a"
|
|
10006
10032
|
},
|
|
10007
10033
|
"android/resources": {
|
|
10008
10034
|
"name": "dt_dark_theme_topbar_field_color_border_hover",
|
|
10009
|
-
"value": "#
|
|
10035
|
+
"value": "#1ae6e6e6"
|
|
10010
10036
|
},
|
|
10011
10037
|
"compose/object": {
|
|
10012
10038
|
"name": "dtThemeTopbarFieldColorBorderHover",
|
|
10013
|
-
"value": "Color(
|
|
10039
|
+
"value": "Color(0x1ae6e6e6)"
|
|
10014
10040
|
},
|
|
10015
10041
|
"ios-swift/enum.swift": {
|
|
10016
10042
|
"name": "dtThemeTopbarFieldColorBorderHover",
|
|
10017
|
-
"value": "UIColor(red: 0.
|
|
10043
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.10196078431372549)"
|
|
10018
10044
|
}
|
|
10019
10045
|
},
|
|
10020
10046
|
"theme/topbar/field/color/border-active": {
|
|
10021
10047
|
"css/variables": {
|
|
10022
10048
|
"name": "var(--dt-theme-topbar-field-color-border-active)",
|
|
10023
|
-
"value": "#
|
|
10049
|
+
"value": "#e6e6e633"
|
|
10024
10050
|
},
|
|
10025
10051
|
"android/resources": {
|
|
10026
10052
|
"name": "dt_dark_theme_topbar_field_color_border_active",
|
|
10027
|
-
"value": "#
|
|
10053
|
+
"value": "#33e6e6e6"
|
|
10028
10054
|
},
|
|
10029
10055
|
"compose/object": {
|
|
10030
10056
|
"name": "dtThemeTopbarFieldColorBorderActive",
|
|
10031
|
-
"value": "Color(
|
|
10057
|
+
"value": "Color(0x33e6e6e6)"
|
|
10032
10058
|
},
|
|
10033
10059
|
"ios-swift/enum.swift": {
|
|
10034
10060
|
"name": "dtThemeTopbarFieldColorBorderActive",
|
|
10035
|
-
"value": "UIColor(red: 0.
|
|
10061
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.2)"
|
|
10036
10062
|
}
|
|
10037
10063
|
},
|
|
10038
10064
|
"theme/topbar/button/color/foreground": {
|
|
10039
10065
|
"css/variables": {
|
|
10040
10066
|
"name": "var(--dt-theme-topbar-button-color-foreground)",
|
|
10041
|
-
"value": "#
|
|
10067
|
+
"value": "#e6e6e6a6"
|
|
10042
10068
|
},
|
|
10043
10069
|
"android/resources": {
|
|
10044
10070
|
"name": "dt_dark_theme_topbar_button_color_foreground",
|
|
10045
|
-
"value": "#
|
|
10071
|
+
"value": "#a6e6e6e6"
|
|
10046
10072
|
},
|
|
10047
10073
|
"compose/object": {
|
|
10048
10074
|
"name": "dtThemeTopbarButtonColorForeground",
|
|
10049
|
-
"value": "Color(
|
|
10075
|
+
"value": "Color(0xa6e6e6e6)"
|
|
10050
10076
|
},
|
|
10051
10077
|
"ios-swift/enum.swift": {
|
|
10052
10078
|
"name": "dtThemeTopbarButtonColorForeground",
|
|
10053
|
-
"value": "UIColor(red: 0.
|
|
10079
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.6509803921568628)"
|
|
10054
10080
|
}
|
|
10055
10081
|
},
|
|
10056
10082
|
"theme/topbar/button/color/foreground-hover": {
|
|
10057
10083
|
"css/variables": {
|
|
10058
10084
|
"name": "var(--dt-theme-topbar-button-color-foreground-hover)",
|
|
10059
|
-
"value": "#
|
|
10085
|
+
"value": "#E6E6E6"
|
|
10060
10086
|
},
|
|
10061
10087
|
"android/resources": {
|
|
10062
10088
|
"name": "dt_dark_theme_topbar_button_color_foreground_hover",
|
|
10063
|
-
"value": "#
|
|
10089
|
+
"value": "#ffe6e6e6"
|
|
10064
10090
|
},
|
|
10065
10091
|
"compose/object": {
|
|
10066
10092
|
"name": "dtThemeTopbarButtonColorForegroundHover",
|
|
10067
|
-
"value": "Color(
|
|
10093
|
+
"value": "Color(0xffe6e6e6)"
|
|
10068
10094
|
},
|
|
10069
10095
|
"ios-swift/enum.swift": {
|
|
10070
10096
|
"name": "dtThemeTopbarButtonColorForegroundHover",
|
|
10071
|
-
"value": "UIColor(red: 0.
|
|
10097
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)"
|
|
10072
10098
|
}
|
|
10073
10099
|
},
|
|
10074
10100
|
"theme/topbar/button/color/background": {
|
|
10075
10101
|
"css/variables": {
|
|
10076
10102
|
"name": "var(--dt-theme-topbar-button-color-background)",
|
|
10077
|
-
"value": "#
|
|
10103
|
+
"value": "#e6e6e600"
|
|
10078
10104
|
},
|
|
10079
10105
|
"android/resources": {
|
|
10080
10106
|
"name": "dt_dark_theme_topbar_button_color_background",
|
|
10081
|
-
"value": "#
|
|
10107
|
+
"value": "#00e6e6e6"
|
|
10082
10108
|
},
|
|
10083
10109
|
"compose/object": {
|
|
10084
10110
|
"name": "dtThemeTopbarButtonColorBackground",
|
|
10085
|
-
"value": "Color(
|
|
10111
|
+
"value": "Color(0x00e6e6e6)"
|
|
10086
10112
|
},
|
|
10087
10113
|
"ios-swift/enum.swift": {
|
|
10088
10114
|
"name": "dtThemeTopbarButtonColorBackground",
|
|
10089
|
-
"value": "UIColor(red: 0.
|
|
10115
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)"
|
|
10090
10116
|
}
|
|
10091
10117
|
},
|
|
10092
10118
|
"theme/topbar/button/color/background-hover": {
|
|
10093
10119
|
"css/variables": {
|
|
10094
10120
|
"name": "var(--dt-theme-topbar-button-color-background-hover)",
|
|
10095
|
-
"value": "#
|
|
10121
|
+
"value": "#e6e6e626"
|
|
10096
10122
|
},
|
|
10097
10123
|
"android/resources": {
|
|
10098
10124
|
"name": "dt_dark_theme_topbar_button_color_background_hover",
|
|
10099
|
-
"value": "#
|
|
10125
|
+
"value": "#26e6e6e6"
|
|
10100
10126
|
},
|
|
10101
10127
|
"compose/object": {
|
|
10102
10128
|
"name": "dtThemeTopbarButtonColorBackgroundHover",
|
|
10103
|
-
"value": "Color(
|
|
10129
|
+
"value": "Color(0x26e6e6e6)"
|
|
10104
10130
|
},
|
|
10105
10131
|
"ios-swift/enum.swift": {
|
|
10106
10132
|
"name": "dtThemeTopbarButtonColorBackgroundHover",
|
|
10107
|
-
"value": "UIColor(red: 0.
|
|
10133
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.14901960784313725)"
|
|
10108
10134
|
}
|
|
10109
10135
|
},
|
|
10110
10136
|
"theme/topbar/button/color/background-active": {
|
|
10111
10137
|
"css/variables": {
|
|
10112
10138
|
"name": "var(--dt-theme-topbar-button-color-background-active)",
|
|
10113
|
-
"value": "#
|
|
10139
|
+
"value": "#e6e6e61a"
|
|
10114
10140
|
},
|
|
10115
10141
|
"android/resources": {
|
|
10116
10142
|
"name": "dt_dark_theme_topbar_button_color_background_active",
|
|
10117
|
-
"value": "#
|
|
10143
|
+
"value": "#1ae6e6e6"
|
|
10118
10144
|
},
|
|
10119
10145
|
"compose/object": {
|
|
10120
10146
|
"name": "dtThemeTopbarButtonColorBackgroundActive",
|
|
10121
|
-
"value": "Color(
|
|
10147
|
+
"value": "Color(0x1ae6e6e6)"
|
|
10122
10148
|
},
|
|
10123
10149
|
"ios-swift/enum.swift": {
|
|
10124
10150
|
"name": "dtThemeTopbarButtonColorBackgroundActive",
|
|
10125
|
-
"value": "UIColor(red: 0.
|
|
10151
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.10196078431372549)"
|
|
10126
10152
|
}
|
|
10127
10153
|
},
|
|
10128
10154
|
"theme/topbar/profile/color/foreground": {
|
|
10129
10155
|
"css/variables": {
|
|
10130
10156
|
"name": "var(--dt-theme-topbar-profile-color-foreground)",
|
|
10131
|
-
"value": "#
|
|
10157
|
+
"value": "#e6e6e6bf"
|
|
10132
10158
|
},
|
|
10133
10159
|
"android/resources": {
|
|
10134
10160
|
"name": "dt_dark_theme_topbar_profile_color_foreground",
|
|
10135
|
-
"value": "#
|
|
10161
|
+
"value": "#bfe6e6e6"
|
|
10136
10162
|
},
|
|
10137
10163
|
"compose/object": {
|
|
10138
10164
|
"name": "dtThemeTopbarProfileColorForeground",
|
|
10139
|
-
"value": "Color(
|
|
10165
|
+
"value": "Color(0xbfe6e6e6)"
|
|
10140
10166
|
},
|
|
10141
10167
|
"ios-swift/enum.swift": {
|
|
10142
10168
|
"name": "dtThemeTopbarProfileColorForeground",
|
|
10143
|
-
"value": "UIColor(red: 0.
|
|
10169
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.7490196078431373)"
|
|
10144
10170
|
}
|
|
10145
10171
|
},
|
|
10146
10172
|
"theme/topbar/profile/color/foreground-inverted": {
|
|
@@ -10164,91 +10190,109 @@
|
|
|
10164
10190
|
"theme/topbar/profile/color/background": {
|
|
10165
10191
|
"css/variables": {
|
|
10166
10192
|
"name": "var(--dt-theme-topbar-profile-color-background)",
|
|
10167
|
-
"value": "#
|
|
10193
|
+
"value": "#e6e6e60d"
|
|
10168
10194
|
},
|
|
10169
10195
|
"android/resources": {
|
|
10170
10196
|
"name": "dt_dark_theme_topbar_profile_color_background",
|
|
10171
|
-
"value": "#
|
|
10197
|
+
"value": "#0de6e6e6"
|
|
10172
10198
|
},
|
|
10173
10199
|
"compose/object": {
|
|
10174
10200
|
"name": "dtThemeTopbarProfileColorBackground",
|
|
10175
|
-
"value": "Color(
|
|
10201
|
+
"value": "Color(0x0de6e6e6)"
|
|
10176
10202
|
},
|
|
10177
10203
|
"ios-swift/enum.swift": {
|
|
10178
10204
|
"name": "dtThemeTopbarProfileColorBackground",
|
|
10179
|
-
"value": "UIColor(red: 0.
|
|
10205
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.050980392156862744)"
|
|
10180
10206
|
}
|
|
10181
10207
|
},
|
|
10182
10208
|
"theme/topbar/profile/color/background-inverted": {
|
|
10183
10209
|
"css/variables": {
|
|
10184
10210
|
"name": "var(--dt-theme-topbar-profile-color-background-inverted)",
|
|
10185
|
-
"value": "#
|
|
10211
|
+
"value": "#e6e6e6bf"
|
|
10186
10212
|
},
|
|
10187
10213
|
"android/resources": {
|
|
10188
10214
|
"name": "dt_dark_theme_topbar_profile_color_background_inverted",
|
|
10189
|
-
"value": "#
|
|
10215
|
+
"value": "#bfe6e6e6"
|
|
10190
10216
|
},
|
|
10191
10217
|
"compose/object": {
|
|
10192
10218
|
"name": "dtThemeTopbarProfileColorBackgroundInverted",
|
|
10193
|
-
"value": "Color(
|
|
10219
|
+
"value": "Color(0xbfe6e6e6)"
|
|
10194
10220
|
},
|
|
10195
10221
|
"ios-swift/enum.swift": {
|
|
10196
10222
|
"name": "dtThemeTopbarProfileColorBackgroundInverted",
|
|
10197
|
-
"value": "UIColor(red: 0.
|
|
10223
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.7490196078431373)"
|
|
10198
10224
|
}
|
|
10199
10225
|
},
|
|
10200
10226
|
"theme/topbar/profile/color/background-hover": {
|
|
10201
10227
|
"css/variables": {
|
|
10202
10228
|
"name": "var(--dt-theme-topbar-profile-color-background-hover)",
|
|
10203
|
-
"value": "#
|
|
10229
|
+
"value": "#e6e6e61a"
|
|
10204
10230
|
},
|
|
10205
10231
|
"android/resources": {
|
|
10206
10232
|
"name": "dt_dark_theme_topbar_profile_color_background_hover",
|
|
10207
|
-
"value": "#
|
|
10233
|
+
"value": "#1ae6e6e6"
|
|
10208
10234
|
},
|
|
10209
10235
|
"compose/object": {
|
|
10210
10236
|
"name": "dtThemeTopbarProfileColorBackgroundHover",
|
|
10211
|
-
"value": "Color(
|
|
10237
|
+
"value": "Color(0x1ae6e6e6)"
|
|
10212
10238
|
},
|
|
10213
10239
|
"ios-swift/enum.swift": {
|
|
10214
10240
|
"name": "dtThemeTopbarProfileColorBackgroundHover",
|
|
10215
|
-
"value": "UIColor(red: 0.
|
|
10241
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.10196078431372549)"
|
|
10216
10242
|
}
|
|
10217
10243
|
},
|
|
10218
10244
|
"theme/topbar/profile/color/background-active": {
|
|
10219
10245
|
"css/variables": {
|
|
10220
10246
|
"name": "var(--dt-theme-topbar-profile-color-background-active)",
|
|
10221
|
-
"value": "#
|
|
10247
|
+
"value": "#e6e6e624"
|
|
10222
10248
|
},
|
|
10223
10249
|
"android/resources": {
|
|
10224
10250
|
"name": "dt_dark_theme_topbar_profile_color_background_active",
|
|
10225
|
-
"value": "#
|
|
10251
|
+
"value": "#24e6e6e6"
|
|
10226
10252
|
},
|
|
10227
10253
|
"compose/object": {
|
|
10228
10254
|
"name": "dtThemeTopbarProfileColorBackgroundActive",
|
|
10229
|
-
"value": "Color(
|
|
10255
|
+
"value": "Color(0x24e6e6e6)"
|
|
10230
10256
|
},
|
|
10231
10257
|
"ios-swift/enum.swift": {
|
|
10232
10258
|
"name": "dtThemeTopbarProfileColorBackgroundActive",
|
|
10233
|
-
"value": "UIColor(red: 0.
|
|
10259
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.1411764705882353)"
|
|
10234
10260
|
}
|
|
10235
10261
|
},
|
|
10236
10262
|
"theme/sidebar/color/foreground": {
|
|
10237
10263
|
"css/variables": {
|
|
10238
10264
|
"name": "var(--dt-theme-sidebar-color-foreground)",
|
|
10239
|
-
"value": "#
|
|
10265
|
+
"value": "#C2C2C2"
|
|
10240
10266
|
},
|
|
10241
10267
|
"android/resources": {
|
|
10242
10268
|
"name": "dt_dark_theme_sidebar_color_foreground",
|
|
10243
|
-
"value": "#
|
|
10269
|
+
"value": "#ffc2c2c2"
|
|
10244
10270
|
},
|
|
10245
10271
|
"compose/object": {
|
|
10246
10272
|
"name": "dtThemeSidebarColorForeground",
|
|
10247
|
-
"value": "Color(
|
|
10273
|
+
"value": "Color(0xffc2c2c2)"
|
|
10248
10274
|
},
|
|
10249
10275
|
"ios-swift/enum.swift": {
|
|
10250
10276
|
"name": "dtThemeSidebarColorForeground",
|
|
10251
|
-
"value": "UIColor(red: 0.
|
|
10277
|
+
"value": "UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)"
|
|
10278
|
+
}
|
|
10279
|
+
},
|
|
10280
|
+
"theme/sidebar/color/foreground-unread": {
|
|
10281
|
+
"css/variables": {
|
|
10282
|
+
"name": "var(--dt-theme-sidebar-color-foreground-unread)",
|
|
10283
|
+
"value": "#E6E6E6"
|
|
10284
|
+
},
|
|
10285
|
+
"android/resources": {
|
|
10286
|
+
"name": "dt_dark_theme_sidebar_color_foreground_unread",
|
|
10287
|
+
"value": "#ffe6e6e6"
|
|
10288
|
+
},
|
|
10289
|
+
"compose/object": {
|
|
10290
|
+
"name": "dtThemeSidebarColorForegroundUnread",
|
|
10291
|
+
"value": "Color(0xffe6e6e6)"
|
|
10292
|
+
},
|
|
10293
|
+
"ios-swift/enum.swift": {
|
|
10294
|
+
"name": "dtThemeSidebarColorForegroundUnread",
|
|
10295
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)"
|
|
10252
10296
|
}
|
|
10253
10297
|
},
|
|
10254
10298
|
"theme/sidebar/color/background": {
|
|
@@ -10272,145 +10316,145 @@
|
|
|
10272
10316
|
"theme/sidebar/icon/color/foreground": {
|
|
10273
10317
|
"css/variables": {
|
|
10274
10318
|
"name": "var(--dt-theme-sidebar-icon-color-foreground)",
|
|
10275
|
-
"value": "#
|
|
10319
|
+
"value": "#C2C2C2"
|
|
10276
10320
|
},
|
|
10277
10321
|
"android/resources": {
|
|
10278
10322
|
"name": "dt_dark_theme_sidebar_icon_color_foreground",
|
|
10279
|
-
"value": "#
|
|
10323
|
+
"value": "#ffc2c2c2"
|
|
10280
10324
|
},
|
|
10281
10325
|
"compose/object": {
|
|
10282
10326
|
"name": "dtThemeSidebarIconColorForeground",
|
|
10283
|
-
"value": "Color(
|
|
10327
|
+
"value": "Color(0xffc2c2c2)"
|
|
10284
10328
|
},
|
|
10285
10329
|
"ios-swift/enum.swift": {
|
|
10286
10330
|
"name": "dtThemeSidebarIconColorForeground",
|
|
10287
|
-
"value": "UIColor(red: 0.
|
|
10331
|
+
"value": "UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)"
|
|
10288
10332
|
}
|
|
10289
10333
|
},
|
|
10290
10334
|
"theme/sidebar/status/color/foreground": {
|
|
10291
10335
|
"css/variables": {
|
|
10292
10336
|
"name": "var(--dt-theme-sidebar-status-color-foreground)",
|
|
10293
|
-
"value": "#
|
|
10337
|
+
"value": "#AAAAAA"
|
|
10294
10338
|
},
|
|
10295
10339
|
"android/resources": {
|
|
10296
10340
|
"name": "dt_dark_theme_sidebar_status_color_foreground",
|
|
10297
|
-
"value": "#
|
|
10341
|
+
"value": "#ffaaaaaa"
|
|
10298
10342
|
},
|
|
10299
10343
|
"compose/object": {
|
|
10300
10344
|
"name": "dtThemeSidebarStatusColorForeground",
|
|
10301
|
-
"value": "Color(
|
|
10345
|
+
"value": "Color(0xffaaaaaa)"
|
|
10302
10346
|
},
|
|
10303
10347
|
"ios-swift/enum.swift": {
|
|
10304
10348
|
"name": "dtThemeSidebarStatusColorForeground",
|
|
10305
|
-
"value": "UIColor(red: 0.
|
|
10349
|
+
"value": "UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)"
|
|
10306
10350
|
}
|
|
10307
10351
|
},
|
|
10308
10352
|
"theme/sidebar/row/color/background": {
|
|
10309
10353
|
"css/variables": {
|
|
10310
10354
|
"name": "var(--dt-theme-sidebar-row-color-background)",
|
|
10311
|
-
"value": "#
|
|
10355
|
+
"value": "#e6e6e600"
|
|
10312
10356
|
},
|
|
10313
10357
|
"android/resources": {
|
|
10314
10358
|
"name": "dt_dark_theme_sidebar_row_color_background",
|
|
10315
|
-
"value": "#
|
|
10359
|
+
"value": "#00e6e6e6"
|
|
10316
10360
|
},
|
|
10317
10361
|
"compose/object": {
|
|
10318
10362
|
"name": "dtThemeSidebarRowColorBackground",
|
|
10319
|
-
"value": "Color(
|
|
10363
|
+
"value": "Color(0x00e6e6e6)"
|
|
10320
10364
|
},
|
|
10321
10365
|
"ios-swift/enum.swift": {
|
|
10322
10366
|
"name": "dtThemeSidebarRowColorBackground",
|
|
10323
|
-
"value": "UIColor(red: 0.
|
|
10367
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)"
|
|
10324
10368
|
}
|
|
10325
10369
|
},
|
|
10326
10370
|
"theme/sidebar/row/color/background-hover": {
|
|
10327
10371
|
"css/variables": {
|
|
10328
10372
|
"name": "var(--dt-theme-sidebar-row-color-background-hover)",
|
|
10329
|
-
"value": "#
|
|
10373
|
+
"value": "#e6e6e62e"
|
|
10330
10374
|
},
|
|
10331
10375
|
"android/resources": {
|
|
10332
10376
|
"name": "dt_dark_theme_sidebar_row_color_background_hover",
|
|
10333
|
-
"value": "#
|
|
10377
|
+
"value": "#2ee6e6e6"
|
|
10334
10378
|
},
|
|
10335
10379
|
"compose/object": {
|
|
10336
10380
|
"name": "dtThemeSidebarRowColorBackgroundHover",
|
|
10337
|
-
"value": "Color(
|
|
10381
|
+
"value": "Color(0x2ee6e6e6)"
|
|
10338
10382
|
},
|
|
10339
10383
|
"ios-swift/enum.swift": {
|
|
10340
10384
|
"name": "dtThemeSidebarRowColorBackgroundHover",
|
|
10341
|
-
"value": "UIColor(red: 0.
|
|
10385
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.1803921568627451)"
|
|
10342
10386
|
}
|
|
10343
10387
|
},
|
|
10344
10388
|
"theme/sidebar/row/color/background-active": {
|
|
10345
10389
|
"css/variables": {
|
|
10346
10390
|
"name": "var(--dt-theme-sidebar-row-color-background-active)",
|
|
10347
|
-
"value": "#
|
|
10391
|
+
"value": "#e6e6e63d"
|
|
10348
10392
|
},
|
|
10349
10393
|
"android/resources": {
|
|
10350
10394
|
"name": "dt_dark_theme_sidebar_row_color_background_active",
|
|
10351
|
-
"value": "#
|
|
10395
|
+
"value": "#3de6e6e6"
|
|
10352
10396
|
},
|
|
10353
10397
|
"compose/object": {
|
|
10354
10398
|
"name": "dtThemeSidebarRowColorBackgroundActive",
|
|
10355
|
-
"value": "Color(
|
|
10399
|
+
"value": "Color(0x3de6e6e6)"
|
|
10356
10400
|
},
|
|
10357
10401
|
"ios-swift/enum.swift": {
|
|
10358
10402
|
"name": "dtThemeSidebarRowColorBackgroundActive",
|
|
10359
|
-
"value": "UIColor(red: 0.
|
|
10403
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.23921568627450981)"
|
|
10360
10404
|
}
|
|
10361
10405
|
},
|
|
10362
10406
|
"theme/sidebar/selected-row/color/foreground": {
|
|
10363
10407
|
"css/variables": {
|
|
10364
10408
|
"name": "var(--dt-theme-sidebar-selected-row-color-foreground)",
|
|
10365
|
-
"value": "#
|
|
10409
|
+
"value": "#E6E6E6"
|
|
10366
10410
|
},
|
|
10367
10411
|
"android/resources": {
|
|
10368
10412
|
"name": "dt_dark_theme_sidebar_selected_row_color_foreground",
|
|
10369
|
-
"value": "#
|
|
10413
|
+
"value": "#ffe6e6e6"
|
|
10370
10414
|
},
|
|
10371
10415
|
"compose/object": {
|
|
10372
10416
|
"name": "dtThemeSidebarSelectedRowColorForeground",
|
|
10373
|
-
"value": "Color(
|
|
10417
|
+
"value": "Color(0xffe6e6e6)"
|
|
10374
10418
|
},
|
|
10375
10419
|
"ios-swift/enum.swift": {
|
|
10376
10420
|
"name": "dtThemeSidebarSelectedRowColorForeground",
|
|
10377
|
-
"value": "UIColor(red: 0.
|
|
10421
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)"
|
|
10378
10422
|
}
|
|
10379
10423
|
},
|
|
10380
10424
|
"theme/sidebar/selected-row/color/background": {
|
|
10381
10425
|
"css/variables": {
|
|
10382
10426
|
"name": "var(--dt-theme-sidebar-selected-row-color-background)",
|
|
10383
|
-
"value": "#
|
|
10427
|
+
"value": "#e6e6e633"
|
|
10384
10428
|
},
|
|
10385
10429
|
"android/resources": {
|
|
10386
10430
|
"name": "dt_dark_theme_sidebar_selected_row_color_background",
|
|
10387
|
-
"value": "#
|
|
10431
|
+
"value": "#33e6e6e6"
|
|
10388
10432
|
},
|
|
10389
10433
|
"compose/object": {
|
|
10390
10434
|
"name": "dtThemeSidebarSelectedRowColorBackground",
|
|
10391
|
-
"value": "Color(
|
|
10435
|
+
"value": "Color(0x33e6e6e6)"
|
|
10392
10436
|
},
|
|
10393
10437
|
"ios-swift/enum.swift": {
|
|
10394
10438
|
"name": "dtThemeSidebarSelectedRowColorBackground",
|
|
10395
|
-
"value": "UIColor(red: 0.
|
|
10439
|
+
"value": "UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.2)"
|
|
10396
10440
|
}
|
|
10397
10441
|
},
|
|
10398
10442
|
"theme/sidebar/section/color/foreground": {
|
|
10399
10443
|
"css/variables": {
|
|
10400
10444
|
"name": "var(--dt-theme-sidebar-section-color-foreground)",
|
|
10401
|
-
"value": "#
|
|
10445
|
+
"value": "#AAAAAA"
|
|
10402
10446
|
},
|
|
10403
10447
|
"android/resources": {
|
|
10404
10448
|
"name": "dt_dark_theme_sidebar_section_color_foreground",
|
|
10405
|
-
"value": "#
|
|
10449
|
+
"value": "#ffaaaaaa"
|
|
10406
10450
|
},
|
|
10407
10451
|
"compose/object": {
|
|
10408
10452
|
"name": "dtThemeSidebarSectionColorForeground",
|
|
10409
|
-
"value": "Color(
|
|
10453
|
+
"value": "Color(0xffaaaaaa)"
|
|
10410
10454
|
},
|
|
10411
10455
|
"ios-swift/enum.swift": {
|
|
10412
10456
|
"name": "dtThemeSidebarSectionColorForeground",
|
|
10413
|
-
"value": "UIColor(red: 0.
|
|
10457
|
+
"value": "UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)"
|
|
10414
10458
|
}
|
|
10415
10459
|
},
|
|
10416
10460
|
"theme/presence/color/background/available": {
|
|
@@ -13086,19 +13130,19 @@
|
|
|
13086
13130
|
"shadow/small/0/color": {
|
|
13087
13131
|
"css/variables": {
|
|
13088
13132
|
"name": "var(--dt-shadow-small-0-color)",
|
|
13089
|
-
"value": "#
|
|
13133
|
+
"value": "#00000073"
|
|
13090
13134
|
},
|
|
13091
13135
|
"android/resources": {
|
|
13092
13136
|
"name": "dt_dark_shadow_small_0_color",
|
|
13093
|
-
"value": "#
|
|
13137
|
+
"value": "#73000000"
|
|
13094
13138
|
},
|
|
13095
13139
|
"compose/object": {
|
|
13096
13140
|
"name": "dtShadowSmall0Color",
|
|
13097
|
-
"value": "Color(
|
|
13141
|
+
"value": "Color(0x73000000)"
|
|
13098
13142
|
},
|
|
13099
13143
|
"ios-swift/enum.swift": {
|
|
13100
13144
|
"name": "dtShadowSmall0Color",
|
|
13101
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.
|
|
13145
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.45098039215686275)"
|
|
13102
13146
|
}
|
|
13103
13147
|
},
|
|
13104
13148
|
"shadow/small/0/type": {
|
|
@@ -13194,19 +13238,19 @@
|
|
|
13194
13238
|
"shadow/medium/0/color": {
|
|
13195
13239
|
"css/variables": {
|
|
13196
13240
|
"name": "var(--dt-shadow-medium-0-color)",
|
|
13197
|
-
"value": "#
|
|
13241
|
+
"value": "#0000008c"
|
|
13198
13242
|
},
|
|
13199
13243
|
"android/resources": {
|
|
13200
13244
|
"name": "dt_dark_shadow_medium_0_color",
|
|
13201
|
-
"value": "#
|
|
13245
|
+
"value": "#8c000000"
|
|
13202
13246
|
},
|
|
13203
13247
|
"compose/object": {
|
|
13204
13248
|
"name": "dtShadowMedium0Color",
|
|
13205
|
-
"value": "Color(
|
|
13249
|
+
"value": "Color(0x8c000000)"
|
|
13206
13250
|
},
|
|
13207
13251
|
"ios-swift/enum.swift": {
|
|
13208
13252
|
"name": "dtShadowMedium0Color",
|
|
13209
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.
|
|
13253
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.5490196078431373)"
|
|
13210
13254
|
}
|
|
13211
13255
|
},
|
|
13212
13256
|
"shadow/medium/0/type": {
|
|
@@ -13302,19 +13346,19 @@
|
|
|
13302
13346
|
"shadow/large/0/color": {
|
|
13303
13347
|
"css/variables": {
|
|
13304
13348
|
"name": "var(--dt-shadow-large-0-color)",
|
|
13305
|
-
"value": "#
|
|
13349
|
+
"value": "#0000008c"
|
|
13306
13350
|
},
|
|
13307
13351
|
"android/resources": {
|
|
13308
13352
|
"name": "dt_dark_shadow_large_0_color",
|
|
13309
|
-
"value": "#
|
|
13353
|
+
"value": "#8c000000"
|
|
13310
13354
|
},
|
|
13311
13355
|
"compose/object": {
|
|
13312
13356
|
"name": "dtShadowLarge0Color",
|
|
13313
|
-
"value": "Color(
|
|
13357
|
+
"value": "Color(0x8c000000)"
|
|
13314
13358
|
},
|
|
13315
13359
|
"ios-swift/enum.swift": {
|
|
13316
13360
|
"name": "dtShadowLarge0Color",
|
|
13317
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.
|
|
13361
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.5490196078431373)"
|
|
13318
13362
|
}
|
|
13319
13363
|
},
|
|
13320
13364
|
"shadow/large/0/type": {
|
|
@@ -13410,19 +13454,19 @@
|
|
|
13410
13454
|
"shadow/extraLarge/0/color": {
|
|
13411
13455
|
"css/variables": {
|
|
13412
13456
|
"name": "var(--dt-shadow-extra-large-0-color)",
|
|
13413
|
-
"value": "#
|
|
13457
|
+
"value": "#0000008c"
|
|
13414
13458
|
},
|
|
13415
13459
|
"android/resources": {
|
|
13416
13460
|
"name": "dt_dark_shadow_extra_large_0_color",
|
|
13417
|
-
"value": "#
|
|
13461
|
+
"value": "#8c000000"
|
|
13418
13462
|
},
|
|
13419
13463
|
"compose/object": {
|
|
13420
13464
|
"name": "dtShadowExtraLarge0Color",
|
|
13421
|
-
"value": "Color(
|
|
13465
|
+
"value": "Color(0x8c000000)"
|
|
13422
13466
|
},
|
|
13423
13467
|
"ios-swift/enum.swift": {
|
|
13424
13468
|
"name": "dtShadowExtraLarge0Color",
|
|
13425
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.
|
|
13469
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.5490196078431373)"
|
|
13426
13470
|
}
|
|
13427
13471
|
},
|
|
13428
13472
|
"shadow/extraLarge/0/type": {
|
|
@@ -13518,19 +13562,19 @@
|
|
|
13518
13562
|
"shadow/card/0/color": {
|
|
13519
13563
|
"css/variables": {
|
|
13520
13564
|
"name": "var(--dt-shadow-card-0-color)",
|
|
13521
|
-
"value": "#
|
|
13565
|
+
"value": "#00000059"
|
|
13522
13566
|
},
|
|
13523
13567
|
"android/resources": {
|
|
13524
13568
|
"name": "dt_dark_shadow_card_0_color",
|
|
13525
|
-
"value": "#
|
|
13569
|
+
"value": "#59000000"
|
|
13526
13570
|
},
|
|
13527
13571
|
"compose/object": {
|
|
13528
13572
|
"name": "dtShadowCard0Color",
|
|
13529
|
-
"value": "Color(
|
|
13573
|
+
"value": "Color(0x59000000)"
|
|
13530
13574
|
},
|
|
13531
13575
|
"ios-swift/enum.swift": {
|
|
13532
13576
|
"name": "dtShadowCard0Color",
|
|
13533
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.
|
|
13577
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.34901960784313724)"
|
|
13534
13578
|
}
|
|
13535
13579
|
},
|
|
13536
13580
|
"shadow/card/0/type": {
|
|
@@ -13626,19 +13670,19 @@
|
|
|
13626
13670
|
"shadow/card/1/color": {
|
|
13627
13671
|
"css/variables": {
|
|
13628
13672
|
"name": "var(--dt-shadow-card-1-color)",
|
|
13629
|
-
"value": "#
|
|
13673
|
+
"value": "#00000073"
|
|
13630
13674
|
},
|
|
13631
13675
|
"android/resources": {
|
|
13632
13676
|
"name": "dt_dark_shadow_card_1_color",
|
|
13633
|
-
"value": "#
|
|
13677
|
+
"value": "#73000000"
|
|
13634
13678
|
},
|
|
13635
13679
|
"compose/object": {
|
|
13636
13680
|
"name": "dtShadowCard1Color",
|
|
13637
|
-
"value": "Color(
|
|
13681
|
+
"value": "Color(0x73000000)"
|
|
13638
13682
|
},
|
|
13639
13683
|
"ios-swift/enum.swift": {
|
|
13640
13684
|
"name": "dtShadowCard1Color",
|
|
13641
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.
|
|
13685
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.45098039215686275)"
|
|
13642
13686
|
}
|
|
13643
13687
|
},
|
|
13644
13688
|
"shadow/card/1/type": {
|
|
@@ -13734,19 +13778,19 @@
|
|
|
13734
13778
|
"shadow/card/2/color": {
|
|
13735
13779
|
"css/variables": {
|
|
13736
13780
|
"name": "var(--dt-shadow-card-2-color)",
|
|
13737
|
-
"value": "#
|
|
13781
|
+
"value": "#00000094"
|
|
13738
13782
|
},
|
|
13739
13783
|
"android/resources": {
|
|
13740
13784
|
"name": "dt_dark_shadow_card_2_color",
|
|
13741
|
-
"value": "#
|
|
13785
|
+
"value": "#94000000"
|
|
13742
13786
|
},
|
|
13743
13787
|
"compose/object": {
|
|
13744
13788
|
"name": "dtShadowCard2Color",
|
|
13745
|
-
"value": "Color(
|
|
13789
|
+
"value": "Color(0x94000000)"
|
|
13746
13790
|
},
|
|
13747
13791
|
"ios-swift/enum.swift": {
|
|
13748
13792
|
"name": "dtShadowCard2Color",
|
|
13749
|
-
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.
|
|
13793
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.5803921568627451)"
|
|
13750
13794
|
}
|
|
13751
13795
|
},
|
|
13752
13796
|
"shadow/card/2/type": {
|