@@ -10,6 +10,7 @@ let themes = {
1010 colors : {
1111 application : "#F5F5F5" ,
1212 form : "#eeeeee" ,
13+ card : "#bdbdbd" ,
1314 primary : "#FFCA28" ,
1415 "primary-button" : "#212121" ,
1516 "secondary-dark" : "#212121" ,
@@ -40,6 +41,7 @@ let themes = {
4041 colors : {
4142 application : "#525252" ,
4243 form : "#e5e4e2" ,
44+ card : "#444444" ,
4345 primary : "#c8bdb1" ,
4446 "primary-button" : "#726e69" ,
4547 "secondary-dark" : "#c8bdb1" ,
@@ -70,6 +72,7 @@ let themes = {
7072 colors : {
7173 application : "#eceff1" ,
7274 form : "#eceff1" ,
75+ card : "#bdbdbd" ,
7376 primary : "#80deea" ,
7477 "primary-button" : "#757575" ,
7578 "secondary-dark" : "#757575" ,
@@ -100,6 +103,7 @@ let themes = {
100103 colors : {
101104 application : "#FDEDF5" ,
102105 form : "#fafafa" ,
106+ card : "#bdbdbd" ,
103107 primary : "#ffb3cc" ,
104108 "primary-button" : "#EA3495" ,
105109 "secondary-dark" : "#EA3495" ,
@@ -123,43 +127,14 @@ let themes = {
123127 "navigation-home" : "#891A55" ,
124128 } ,
125129 } ,
126- seaweed : {
127- name : "seaweed" ,
128- dark : false ,
129- sponsor : false ,
130- colors : {
131- application : "#fafafa" ,
132- form : "#fafafa" ,
133- primary : "#26a69a" ,
134- "primary-button" : "#3b5e5b" ,
135- "secondary-dark" : "#1c7d73" ,
136- secondary : "#b0bec5" ,
137- "secondary-light" : "#c1ccd1" ,
138- accent : "#b0bec5" ,
139- error : "#e57373" ,
140- info : "#00acc1" ,
141- success : "#4db6ac" ,
142- warning : "#ffd740" ,
143- remove : "#e57373" ,
144- restore : "#64b5f6" ,
145- album : "#ffab00" ,
146- download : "#00bfa5" ,
147- private : "#00b8d4" ,
148- edit : "#00b8d4" ,
149- share : "#9575cd" ,
150- love : "#ef5350" ,
151- terminal : "#333333" ,
152- navigation : "#37474f" ,
153- "navigation-home" : "#263238" ,
154- } ,
155- } ,
156130 lavender : {
157131 name : "lavender" ,
158132 dark : false ,
159133 sponsor : false ,
160134 colors : {
161135 application : "#fafafa" ,
162136 form : "#fafafa" ,
137+ card : "#bdbdbd" ,
163138 primary : "#9ca2c9" ,
164139 "primary-button" : "#6c6f84" ,
165140 "secondary-dark" : "#475185" ,
@@ -190,6 +165,7 @@ let themes = {
190165 colors : {
191166 application : "#eeeeee" ,
192167 form : "#eeeeee" ,
168+ card : "#bdbdbd" ,
193169 primary : "#a5b3c0" ,
194170 "primary-button" : "#212121" ,
195171 "secondary-dark" : "#212121" ,
@@ -220,6 +196,7 @@ let themes = {
220196 colors : {
221197 application : "#e5e4e2" ,
222198 form : "#e5e4e2" ,
199+ card : "#bdbdbd" ,
223200 primary : "#c8bdb1" ,
224201 "primary-button" : "#353839" ,
225202 "secondary-dark" : "#353839" ,
@@ -250,6 +227,7 @@ let themes = {
250227 colors : {
251228 application : "#444" ,
252229 form : "#eeeeee" ,
230+ card : "#3c3f41" ,
253231 primary : "#c4f1e5" ,
254232 "primary-button" : "#74817d" ,
255233 "secondary-dark" : "#c8e3e7" ,
@@ -280,6 +258,7 @@ let themes = {
280258 colors : {
281259 application : "#444" ,
282260 form : "#eeeeee" ,
261+ card : "#3c3f41" ,
283262 primary : "#ffb700" ,
284263 "primary-button" : "#918c7d" ,
285264 "secondary-dark" : "#ffb700" ,
@@ -310,6 +289,7 @@ let themes = {
310289 colors : {
311290 application : "#212121" ,
312291 form : "#AFB42B" ,
292+ card : "#3c3f41" ,
313293 primary : "#04acaf" ,
314294 "primary-button" : "#444444" ,
315295 "secondary-dark" : "#04acaf" ,
@@ -340,6 +320,7 @@ let themes = {
340320 colors : {
341321 application : "#212121" ,
342322 form : "#AFB42B" ,
323+ card : "#3c3f41" ,
343324 primary : "#814fd9" ,
344325 "primary-button" : "#7e57c2" ,
345326 "secondary-dark" : "#814fd9" ,
@@ -370,6 +351,7 @@ let themes = {
370351 colors : {
371352 application : "#353535" ,
372353 form : "#eeeeee" ,
354+ card : "#3c3f41" ,
373355 primary : "#AFB4D4" ,
374356 "primary-button" : "#545465" ,
375357 "secondary-dark" : "#9BA0C5" ,
@@ -399,12 +381,13 @@ let themes = {
399381 title : "Electra" ,
400382 name : "electra" ,
401383 colors : {
402- application : "#161025 " ,
384+ application : "#26243a " ,
403385 form : "#eeeeee" ,
386+ card : "#3b394e" ,
404387 primary : "#D3CBFF" ,
405388 "primary-button" : "#53478a" ,
406389 "secondary-dark" : "#9c8aef" ,
407- secondary : "#0f0723 " ,
390+ secondary : "#0c0910 " ,
408391 "secondary-light" : "#2f2b44" ,
409392 accent : "#262238" ,
410393 error : "#e57373" ,
@@ -420,7 +403,7 @@ let themes = {
420403 share : "#9575cd" ,
421404 love : "#ef5350" ,
422405 terminal : "#070121" ,
423- navigation : "#070121 " ,
406+ navigation : "#0f0e1f " ,
424407 "navigation-home" : "#02000e" ,
425408 } ,
426409 } ,
@@ -484,11 +467,6 @@ let options = [
484467 value : "raspberry" ,
485468 disabled : false ,
486469 } ,
487- {
488- text : $gettext ( "Seaweed" ) ,
489- value : "seaweed" ,
490- disabled : false ,
491- } ,
492470 {
493471 text : $gettext ( "Shadow" ) ,
494472 value : "shadow" ,
0 commit comments