mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 19:07:02 +05:30
Merge #145
145: Brighten up secondary color for dark theme r=msfjarvis a=msfjarvis bors r+ p=1000 Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
commit
055290f075
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ val lightColors = lightColors(
|
||||||
|
|
||||||
val darkColors = darkColors(
|
val darkColors = darkColors(
|
||||||
primary = Color.White,
|
primary = Color.White,
|
||||||
secondary = Color(0xFF6C0000),
|
secondary = Color(0xFFD2362D),
|
||||||
background = Color.Black,
|
background = Color.Black,
|
||||||
surface = Color.Black,
|
surface = Color.Black,
|
||||||
onPrimary = Color.Black,
|
onPrimary = Color.Black,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue