Skip to content

Commit

Permalink
Fix gboard key colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Sep 17, 2024
1 parent cdbf075 commit f9011fb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ object DynamicColors {
lightModeColorIndex = 2,
darkModeColorIndex = 10,
lightModeLightnessAdjustment = 1,
darkModeLightnessAdjustment = -22
darkModeLightnessAdjustment = -36
)
)
add(
Expand All @@ -182,7 +182,7 @@ object DynamicColors {
lightModeColorIndex = 2,
darkModeColorIndex = 10,
lightModeLightnessAdjustment = 4,
darkModeLightnessAdjustment = -26
darkModeLightnessAdjustment = -48
)
)
add(
Expand All @@ -202,7 +202,7 @@ object DynamicColors {
lightModeColorIndex = 2,
darkModeColorIndex = 10,
lightModeLightnessAdjustment = -4,
darkModeLightnessAdjustment = -16
darkModeLightnessAdjustment = -4
)
)
add(
Expand All @@ -212,7 +212,7 @@ object DynamicColors {
lightModeColorIndex = 2,
darkModeColorIndex = 10,
lightModeLightnessAdjustment = -6,
darkModeLightnessAdjustment = -12
darkModeLightnessAdjustment = 16
)
)
add(
Expand Down

0 comments on commit f9011fb

Please sign in to comment.