Adjusted themes colors
This commit is contained in:
parent
527d78229e
commit
65f48a70b4
@ -15,7 +15,7 @@ val lightTheme = ColorsScheme(
|
||||
backgroundSelected = Color(0xC0cee1f2),
|
||||
surface = Color(0xFFf1f3fa),
|
||||
secondarySurface = Color(0xFFedeef2),
|
||||
headerBackground = Color(0xFFeaedf4),
|
||||
headerBackground = Color(0xFFf6f7fa),
|
||||
borderColor = Color(0xFF989898),
|
||||
addFile = Color(0xFF32A852),
|
||||
deletedFile = Color(0xFFc93838),
|
||||
@ -41,7 +41,7 @@ val darkBlueTheme = ColorsScheme(
|
||||
onError = Color(0xFFFFFFFF),
|
||||
background = Color(0xFF0E1621),
|
||||
backgroundSelected = Color(0xFF2f3640),
|
||||
surface = Color(0xFF182533),
|
||||
surface = Color(0xFF15212d),
|
||||
secondarySurface = Color(0xFF1a2c40),
|
||||
headerBackground = Color(0xFF0a335c),
|
||||
borderColor = Color(0xFF989898),
|
||||
|
Loading…
Reference in New Issue
Block a user