File tree 4 files changed +14
-72
lines changed 4 files changed +14
-72
lines changed Original file line number Diff line number Diff line change @@ -15,34 +15,15 @@ export default {
15
15
fill : colors . zinc [ 500 ] ,
16
16
text : colors . zinc [ 50 ] ,
17
17
disabled : {
18
- background : "#f00" ,
19
- outline : "#f00" ,
18
+ background : colors . gray [ 900 ] ,
19
+ outline : colors . zinc [ 700 ] ,
20
20
fill : colors . zinc [ 500 ] ,
21
21
text : colors . zinc [ 200 ] ,
22
22
} ,
23
23
hover : {
24
24
background : colors . zinc [ 800 ] ,
25
25
outline : colors . zinc [ 600 ] ,
26
- fill : "#f00" ,
27
- text : colors . white ,
28
- } ,
29
- } ,
30
-
31
- l3 : {
32
- background : colors . zinc [ 800 ] ,
33
- outline : colors . zinc [ 700 ] ,
34
- fill : colors . zinc [ 600 ] ,
35
- text : colors . white ,
36
- disabled : {
37
- background : "#f00" ,
38
- outline : "#f00" ,
39
- fill : "#f00" ,
40
- text : colors . zinc [ 200 ] ,
41
- } ,
42
- hover : {
43
- background : "#f00" ,
44
- outline : "#f00" ,
45
- fill : "#f00" ,
26
+ fill : colors . zinc [ 400 ] ,
46
27
text : colors . white ,
47
28
} ,
48
29
} ,
@@ -75,7 +56,7 @@ export default {
75
56
warning : {
76
57
background : colors . amber [ 950 ] ,
77
58
outline : colors . amber [ 300 ] ,
78
- fill : "#f00" ,
59
+ fill : colors . amber [ 500 ] ,
79
60
text : colors . amber [ 50 ] ,
80
61
} ,
81
62
notice : {
Original file line number Diff line number Diff line change @@ -15,34 +15,15 @@ export default {
15
15
fill : colors . gray [ 500 ] ,
16
16
text : colors . gray [ 50 ] ,
17
17
disabled : {
18
- background : "#f00" ,
19
- outline : "#f00" ,
18
+ background : colors . gray [ 900 ] ,
19
+ outline : colors . zinc [ 700 ] ,
20
20
fill : colors . gray [ 500 ] ,
21
21
text : colors . gray [ 200 ] ,
22
22
} ,
23
23
hover : {
24
- background : "#f00" ,
24
+ background : colors . gray [ 800 ] ,
25
25
outline : colors . gray [ 600 ] ,
26
- fill : "#f00" ,
27
- text : colors . white ,
28
- } ,
29
- } ,
30
-
31
- l3 : {
32
- background : colors . gray [ 800 ] ,
33
- outline : colors . gray [ 700 ] ,
34
- fill : colors . gray [ 600 ] ,
35
- text : colors . white ,
36
- disabled : {
37
- background : "#f00" ,
38
- outline : "#f00" ,
39
- fill : "#f00" ,
40
- text : colors . gray [ 200 ] ,
41
- } ,
42
- hover : {
43
- background : "#f00" ,
44
- outline : "#f00" ,
45
- fill : "#f00" ,
26
+ fill : colors . zinc [ 400 ] ,
46
27
text : colors . white ,
47
28
} ,
48
29
} ,
@@ -75,7 +56,7 @@ export default {
75
56
warning : {
76
57
background : colors . amber [ 950 ] ,
77
58
outline : colors . amber [ 300 ] ,
78
- fill : "#f00" ,
59
+ fill : colors . amber [ 500 ] ,
79
60
text : colors . amber [ 50 ] ,
80
61
} ,
81
62
notice : {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ export type InteractiveThemeRole = keyof {
9
9
export interface NewTheme {
10
10
l1 : Role ; // page background, things which sit at the "root level"
11
11
l2 : InteractiveRole ; // sidebars, table headers, navigation
12
- l3 : InteractiveRole ; // buttons, inputs
13
12
14
13
roles : {
15
14
danger : InteractiveRole ; // delete, immutable parameters, stuff that sucks to fix
Original file line number Diff line number Diff line change @@ -15,34 +15,15 @@ export default {
15
15
fill : colors . gray [ 500 ] ,
16
16
text : colors . gray [ 950 ] ,
17
17
disabled : {
18
- background : "#f00" ,
19
- outline : "#f00" ,
18
+ background : colors . gray [ 100 ] ,
19
+ outline : colors . gray [ 500 ] ,
20
20
fill : colors . gray [ 500 ] ,
21
- text : colors . gray [ 200 ] ,
21
+ text : colors . gray [ 800 ] ,
22
22
} ,
23
23
hover : {
24
24
background : colors . gray [ 200 ] ,
25
25
outline : colors . gray [ 700 ] ,
26
- fill : "#f00" ,
27
- text : colors . black ,
28
- } ,
29
- } ,
30
-
31
- l3 : {
32
- background : colors . gray [ 200 ] ,
33
- outline : colors . gray [ 700 ] ,
34
- fill : colors . gray [ 600 ] ,
35
- text : colors . black ,
36
- disabled : {
37
- background : "#f00" ,
38
- outline : "#f00" ,
39
- fill : "#f00" ,
40
- text : colors . gray [ 200 ] ,
41
- } ,
42
- hover : {
43
- background : "#f00" ,
44
- outline : "#f00" ,
45
- fill : "#f00" ,
26
+ fill : colors . zinc [ 600 ] ,
46
27
text : colors . black ,
47
28
} ,
48
29
} ,
@@ -75,7 +56,7 @@ export default {
75
56
warning : {
76
57
background : colors . amber [ 50 ] ,
77
58
outline : colors . amber [ 300 ] ,
78
- fill : "#f00" ,
59
+ fill : colors . amber [ 500 ] ,
79
60
text : colors . amber [ 950 ] ,
80
61
} ,
81
62
notice : {
You can’t perform that action at this time.
0 commit comments