Adjusted light theme colors

This commit is contained in:
Abdelilah El Aissaoui 2022-10-19 23:24:02 +02:00
parent b2812648d3
commit 0d5c83d92f

View file

@ -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),