Skip to content

Commit

Permalink
Removed blue tint from dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
OmGodse committed Feb 23, 2021
1 parent 9a881cb commit 909d6cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.omgodse.notally"
minSdkVersion rootProject.ext.minSDKVersion
targetSdkVersion rootProject.ext.targetSDKVersion
versionCode 29
versionName "3.4"
versionCode 30
versionName "3.5"
resConfigs "en", "ca", "cs", "de", "es", "fr", "hu", "in", "it", "nb", "nl", "pl", "pt-rBR", "ru", "sv", "tl", "uk"
vectorDrawables.generatedDensities = []
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-night/styles.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="AppTheme" parent="Base.AppTheme">
<item name="colorPrimaryDark">@color/LightBlueSurface</item>
<item name="colorPrimaryDark">?attr/colorSurface</item>
<item name="colorSecondary">@color/LightBlue100</item>
<item name="colorSurface">@color/LightBlueSurface</item>

<item name="android:navigationBarColor">@android:color/black</item>
</style>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<resources>
<color name="LightBlue500">#03A9F4</color>
<color name="LightBlue100">#B3E5fC</color>
<color name="LightBlueSurface">#11181B</color>

<color name="FABRipple">#80FFFFFF</color>

Expand Down

0 comments on commit 909d6cb

Please sign in to comment.