Fixed inverted colors of scrollbars
This commit is contained in:
parent
3c5b8f7ae6
commit
20e23a9750
@ -49,8 +49,8 @@ val darkBlueTheme = ColorsScheme(
|
|||||||
modifiedFile = Color(0xFF0070D8),
|
modifiedFile = Color(0xFF0070D8),
|
||||||
conflictingFile = Color(0xFFFFB638),
|
conflictingFile = Color(0xFFFFB638),
|
||||||
dialogOverlay = Color(0xAA000000),
|
dialogOverlay = Color(0xAA000000),
|
||||||
normalScrollbar = Color(0xFFCCCCCC),
|
normalScrollbar = Color(0xFF888888),
|
||||||
hoverScrollbar = Color(0xFF888888)
|
hoverScrollbar = Color(0xFFCCCCCC)
|
||||||
)
|
)
|
||||||
|
|
||||||
val darkGrayTheme = ColorsScheme(
|
val darkGrayTheme = ColorsScheme(
|
||||||
@ -74,6 +74,6 @@ val darkGrayTheme = ColorsScheme(
|
|||||||
modifiedFile = Color(0xFF0070D8),
|
modifiedFile = Color(0xFF0070D8),
|
||||||
conflictingFile = Color(0xFFFFB638),
|
conflictingFile = Color(0xFFFFB638),
|
||||||
dialogOverlay = Color(0xAA000000),
|
dialogOverlay = Color(0xAA000000),
|
||||||
normalScrollbar = Color(0xFFCCCCCC),
|
normalScrollbar = Color(0xFF888888),
|
||||||
hoverScrollbar = Color(0xFF888888)
|
hoverScrollbar = Color(0xFFCCCCCC)
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user