Adjusted light theme colors
This commit is contained in:
parent
b2812648d3
commit
0d5c83d92f
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ val lightTheme = ColorsScheme(
|
|||
onError = Color(0xFFFFFFFF),
|
||||
background = Color(0xFFFFFFFF),
|
||||
backgroundSelected = Color(0xC0cee1f2),
|
||||
surface = Color(0xFFf1f3fa),
|
||||
secondarySurface = Color(0xFFedeef2),
|
||||
headerBackground = Color(0xFFf6f7fa),
|
||||
surface = Color(0xFFf3f5f7),
|
||||
secondarySurface = Color(0xFFE9ECEF),
|
||||
headerBackground = Color(0xFFE9ECEF),
|
||||
borderColor = Color(0xFF989898),
|
||||
addFile = Color(0xFF32A852),
|
||||
deletedFile = Color(0xFFc93838),
|
||||
|
|
Loading…
Reference in a new issue