aboutsummaryrefslogtreecommitdiff
path: root/palette.json
blob: de1ac9fdef55495901d5aba226ec39e659517722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
    "fg": {
        "low": {
            "l": 75,
            "c": 0.01368,
            "h": 253.09
        },
        "normal": {
            "l": 85,
            "c": 0.01368,
            "h": 253.09
        },
        "high": {
            "l": 95,
            "c": 0.01368,
            "h": 253.09
        },
    },
    "bg": {
        "lowest": {
            "l": 15,
            "c": 0.01368,
            "h": 253.09
        },
        "low": {
            "l": 17.5,
            "c": 0.01368,
            "h": 253.09
        },
        "normal": {
            "l": 20,
            "c": 0.01368,
            "h": 253.09
        },
        "high": {
            "l": 22.5,
            "c": 0.01368,
            "h": 253.09
        },
        "highest": {
            "l": 25,
            "c": 0.01368,
            "h": 253.09
        },
    },
    "border": {
        "normal": {
            "l": 35,
            "c": 0.023,
            "h": 253.09
        },
        "variant": {
            "l": 30,
            "c": 0.023,
            "h": 253.09
        },
    },
    "red": {
        "normal": {
            "l": 80,
            "c": 0.15765,
            "h": 24.728
        },
        "bright": {
            "l": 90,
            "c": 0.15765,
            "h": 24.728
        },
    },
    "orange": {
        "normal": {
            "l": 80,
            "c": 0.139,
            "h": 45.216
        },
        "bright": {
            "l": 90,
            "c": 0.139,
            "h": 45.216
        },
    },
    "yellow": {
        "normal": {
            "l": 80,
            "c": 0.12758,
            "h": 76.402
        },
        "bright": {
            "l": 90,
            "c": 0.12758,
            "h": 76.402
        },
    },
    "green": {
        "normal": {
            "l": 80,
            "c": 0.11211,
            "h": 147.63
        },
        "bright": {
            "l": 90,
            "c": 0.11211,
            "h": 147.63
        },
    },
    "cyan": {
        "normal": {
            "l": 80,
            "c": 0.09919,
            "h": 181.49
        },
        "bright": {
            "l": 90,
            "c": 0.09919,
            "h": 181.49
        },
    },
    "blue": {
        "normal": {
            "l": 80,
            "c": 0.09994,
            "h": 249.58
        },
        "bright": {
            "l": 90,
            "c": 0.09994,
            "h": 249.58
        },
    },
    "purple": {
        "normal": {
            "l": 80,
            "c": 0.09923,
            "h": 296.61
        },
        "bright": {
            "l": 90,
            "c": 0.09923,
            "h": 296.61
        },
    },
    "pink": {
        "normal": {
            "l": 80,
            "c": 0.06662,
            "h": 9.2146
        },
        "bright": {
            "l": 90,
            "c": 0.06662,
            "h": 9.2146
        }
    }
}