Skip to content

Instantly share code, notes, and snippets.

@dinesh1301
Created October 31, 2020 19:00
Show Gist options
  • Save dinesh1301/281804d4a4c25ae619e226350bdc93de to your computer and use it in GitHub Desktop.
Save dinesh1301/281804d4a4c25ae619e226350bdc93de to your computer and use it in GitHub Desktop.
Colors.xml of the project for debugging
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">@color/dark_sky_blue</color>
<color name="colorPrimaryDark">#3700B3</color>
<color name="colorAccent">#03DAC5</color>
<color name="white">#FFFFFF</color>
<color name="white_50_opacity">#88FFFFFF</color>
<color name="completed_color">#35c759</color>
<color name="wrong_red">#ff6969</color>
<color name="selection_color">#226200EE</color>
<color name="black">#000000</color>
<color name="blue_300">#69a4ff</color>
<color name="red_400">#ff603c</color>
<color name="almost_back">#04080f</color>
<color name="light_grey">#e4e4e4</color>
<color name="black_60">#99000000</color>
<!-- Color Pallet-->
<color name="grey_900">#071630</color>
<color name="grey_800_transparent">#001e3152</color>
<color name="grey_800_opaque">#1e3152</color>
<color name="grey_300">#b1b8c3</color>
<color name="white_000">#ffffff</color>
<color name="blue_500">#0064fb</color>
<color name="grey_translucelent">#77c4c4c4</color>
<color name="transparent">#00000000</color>
<color name="darkish_pink">#ea4e60</color>
<color name="dark_sky_blue">#3797ef</color>
<color name="white_two">#d8d8d8</color>
<color name="white_30">#4cffffff</color>
<color name="white_40">#66ffffff</color>
<color name="white_10_per">#1Affffff</color>
<color name="white_80">#CCffffff</color>
<color name="baby_blue">#b4dbff</color>
<color name="teal_blue">#009ea2</color>
<color name="nice_blue">#1a7bbb</color>
<color name="dusty_orange">#ef8837</color>
<color name="eggplant">#05040f</color>
<color name="black_53">#87000000</color>
<!-- Error -->
<color name="validation_error_text">@color/red_400</color>
<!-- Home screen -->
<color name="homescreen_background">@color/almost_back</color>
<color name="text_on_video">@color/white_000</color>
<color name="text_on_dark_background">@color/white_000</color>
<color name="fab_home_screen">@color/blue_500</color>
<color name="fab_home_screen_text">@color/white_000</color>
<color name="overlay">@color/black_60</color>
<!-- Navigation bar-->
<color name="navigation_background">@color/grey_900</color>
<color name="navigation_icons">@color/grey_300</color>
<!-- Preview screen -->
<color name="preview_background">@color/black</color>
<color name="green">#00FF00</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment