Skip to content

Commit 4f4e295

Browse files
committed
tada
1 parent 5b071f4 commit 4f4e295

File tree

4 files changed

+14
-72
lines changed

4 files changed

+14
-72
lines changed

site/src/theme/dark/experimental.ts

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,15 @@ export default {
1515
fill: colors.zinc[500],
1616
text: colors.zinc[50],
1717
disabled: {
18-
background: "#f00",
19-
outline: "#f00",
18+
background: colors.gray[900],
19+
outline: colors.zinc[700],
2020
fill: colors.zinc[500],
2121
text: colors.zinc[200],
2222
},
2323
hover: {
2424
background: colors.zinc[800],
2525
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],
4627
text: colors.white,
4728
},
4829
},
@@ -75,7 +56,7 @@ export default {
7556
warning: {
7657
background: colors.amber[950],
7758
outline: colors.amber[300],
78-
fill: "#f00",
59+
fill: colors.amber[500],
7960
text: colors.amber[50],
8061
},
8162
notice: {

site/src/theme/darkBlue/experimental.ts

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,15 @@ export default {
1515
fill: colors.gray[500],
1616
text: colors.gray[50],
1717
disabled: {
18-
background: "#f00",
19-
outline: "#f00",
18+
background: colors.gray[900],
19+
outline: colors.zinc[700],
2020
fill: colors.gray[500],
2121
text: colors.gray[200],
2222
},
2323
hover: {
24-
background: "#f00",
24+
background: colors.gray[800],
2525
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],
4627
text: colors.white,
4728
},
4829
},
@@ -75,7 +56,7 @@ export default {
7556
warning: {
7657
background: colors.amber[950],
7758
outline: colors.amber[300],
78-
fill: "#f00",
59+
fill: colors.amber[500],
7960
text: colors.amber[50],
8061
},
8162
notice: {

site/src/theme/experimental.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export type InteractiveThemeRole = keyof {
99
export interface NewTheme {
1010
l1: Role; // page background, things which sit at the "root level"
1111
l2: InteractiveRole; // sidebars, table headers, navigation
12-
l3: InteractiveRole; // buttons, inputs
1312

1413
roles: {
1514
danger: InteractiveRole; // delete, immutable parameters, stuff that sucks to fix

site/src/theme/light/experimental.ts

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,15 @@ export default {
1515
fill: colors.gray[500],
1616
text: colors.gray[950],
1717
disabled: {
18-
background: "#f00",
19-
outline: "#f00",
18+
background: colors.gray[100],
19+
outline: colors.gray[500],
2020
fill: colors.gray[500],
21-
text: colors.gray[200],
21+
text: colors.gray[800],
2222
},
2323
hover: {
2424
background: colors.gray[200],
2525
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],
4627
text: colors.black,
4728
},
4829
},
@@ -75,7 +56,7 @@ export default {
7556
warning: {
7657
background: colors.amber[50],
7758
outline: colors.amber[300],
78-
fill: "#f00",
59+
fill: colors.amber[500],
7960
text: colors.amber[950],
8061
},
8162
notice: {

0 commit comments

Comments
 (0)