Skip to content

Commit c72d91c

Browse files
committed
fix more mocha colors
1 parent 428d614 commit c72d91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automation/iceraven/patches/mocha.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ index 4cdb22b..59849b9 100644
77

88
// Dark grey should primarily be used for the Dark theme and secondary buttons.
99
- val DarkGrey05 = Color(0xFF5B5B66)
10-
+ val DarkGrey05 = Color(0xFF45475A)
10+
+ val DarkGrey05 = Color(0xFF313244)
1111
val DarkGrey05A43 = DarkGrey05.copy(alpha = 0.43f)
1212
val DarkGrey05A45 = Color(0x735B5B66)
1313
- val DarkGrey10 = Color(0xFF52525E)
14-
+ val DarkGrey10 = Color(0xFF313244)
14+
+ val DarkGrey10 = Color(0xFF1E1E2E)
1515
val DarkGrey20 = Color(0xFF4A4A55)
1616
- val DarkGrey30 = Color(0xFF42414D)
1717
+ val DarkGrey30 = Color(0xFF313244)

0 commit comments

Comments
 (0)