Skip to content

Commit 69b6569

Browse files
authored
fix: make the dark mode a bit less dark (coder#10107)
We got feedback from our Discord that it was a bit too dark, so this brightens it up a little!
1 parent 23425d3 commit 69b6569

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/src/theme/colors.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ export const colors = {
44
white: "hsl(0, 0%, 100%)",
55

66
gray: {
7-
17: "hsl(0, 0%, 1%)",
8-
16: "hsl(0, 0%, 4%)",
9-
15: "hsl(0, 0%, 7%)",
10-
14: "hsl(0, 0%, 11%)",
11-
13: "hsl(0, 0%, 15%)",
12-
12: "hsl(0, 0%, 19%)",
7+
17: "hsl(0, 0%, 4%)",
8+
16: "hsl(0, 0%, 7%)",
9+
15: "hsl(0, 0%, 10%)",
10+
14: "hsl(0, 0%, 14%)",
11+
13: "hsl(0, 0%, 17%)",
12+
12: "hsl(0, 0%, 20%)",
1313
11: "hsl(0, 0%, 23%)",
1414
10: "hsl(0, 0%, 27%)",
1515
9: "hsl(0, 0%, 31%)",

0 commit comments

Comments
 (0)