@@ -121,28 +121,28 @@ define-function: (
121
121
122
122
call-function: ("check-colors", {
123
123
"theme": "light",
124
- "color": "rgb(0, 0, 0) ",
125
- "color_hover": "rgb(0, 0, 0) ",
126
- "background": "rgb(255, 255, 255) ",
127
- "background_hover": "rgb(224, 224, 224) ",
124
+ "color": "black ",
125
+ "color_hover": "#000 ",
126
+ "background": "#fff ",
127
+ "background_hover": "#e0e0e0 ",
128
128
"background_toggle": "rgba(0, 0, 0, 0)",
129
- "background_toggle_hover": "rgb(224, 224, 224) ",
129
+ "background_toggle_hover": "#e0e0e0 ",
130
130
})
131
131
call-function: ("check-colors", {
132
132
"theme": "dark",
133
- "color": "rgb(221, 221, 221) ",
134
- "color_hover": "rgb(221, 221, 221) ",
135
- "background": "rgb(51, 51, 51) ",
136
- "background_hover": "rgb(68, 68, 68) ",
133
+ "color": "#ddd ",
134
+ "color_hover": "#ddd ",
135
+ "background": "#333 ",
136
+ "background_hover": "#444 ",
137
137
"background_toggle": "rgba(0, 0, 0, 0)",
138
- "background_toggle_hover": "rgb(103, 103, 103) ",
138
+ "background_toggle_hover": "#676767 ",
139
139
})
140
140
call-function: ("check-colors", {
141
141
"theme": "ayu",
142
- "color": "rgb(197, 197, 197) ",
143
- "color_hover": "rgb(255, 180, 76) ",
142
+ "color": "#c5c5c5 ",
143
+ "color_hover": "#ffb44c ",
144
144
"background": "rgb(20, 25, 31)",
145
- "background_hover": "rgb(20, 25, 31) ",
145
+ "background_hover": "#14191f ",
146
146
"background_toggle": "rgba(0, 0, 0, 0)",
147
147
"background_toggle_hover": "rgba(70, 70, 70, 0.33)",
148
148
})
0 commit comments