mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: make the dark mode a bit less dark (#10107)
We got feedback from our Discord that it was a bit too dark, so this brightens it up a little!
This commit is contained in:
@@ -4,12 +4,12 @@ export const colors = {
|
||||
white: "hsl(0, 0%, 100%)",
|
||||
|
||||
gray: {
|
||||
17: "hsl(0, 0%, 1%)",
|
||||
16: "hsl(0, 0%, 4%)",
|
||||
15: "hsl(0, 0%, 7%)",
|
||||
14: "hsl(0, 0%, 11%)",
|
||||
13: "hsl(0, 0%, 15%)",
|
||||
12: "hsl(0, 0%, 19%)",
|
||||
17: "hsl(0, 0%, 4%)",
|
||||
16: "hsl(0, 0%, 7%)",
|
||||
15: "hsl(0, 0%, 10%)",
|
||||
14: "hsl(0, 0%, 14%)",
|
||||
13: "hsl(0, 0%, 17%)",
|
||||
12: "hsl(0, 0%, 20%)",
|
||||
11: "hsl(0, 0%, 23%)",
|
||||
10: "hsl(0, 0%, 27%)",
|
||||
9: "hsl(0, 0%, 31%)",
|
||||
|
||||
Reference in New Issue
Block a user