remove the custom dark theme color definitions

This commit is contained in:
tibbi 2018-01-17 23:20:16 +01:00
parent 4d2fdd8d4c
commit a9768934d3
2 changed files with 1 additions and 5 deletions

View file

@ -82,7 +82,7 @@
android:id="@+id/divider"
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/divider_weak"
android:background="@color/divider_grey"
android:importantForAccessibility="no"/>
<com.simplemobiletools.commons.views.MyAppCompatCheckbox

View file

@ -3,8 +3,4 @@
<color name="actionbar_menu_icon">#454545</color>
<color name="crop_image_view_background">#BB000000</color>
<color name="circle_black_background">#66000000</color>
<!-- Default colors -->
<color name="default_text_color">@color/theme_dark_text_color</color>
<color name="default_background_color">@color/theme_dark_background_color</color>
</resources>