Skip to content

Instantly share code, notes, and snippets.

@KonradIT
Created June 28, 2019 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KonradIT/068f0cd57d6975c58eaa22f5404bdb16 to your computer and use it in GitHub Desktop.
Save KonradIT/068f0cd57d6975c58eaa22f5404bdb16 to your computer and use it in GitHub Desktop.
--- res/values-night-v8/colors.xml 2019-06-28 12:50:41.683083671 +0200
+++ res/values-night-v8/colors-mod.xml 2019-06-28 12:51:37.026979656 +0200
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <color name="app_background">#ff1b2836</color>
+ <color name="app_background">#ff000000</color>
<color name="badge_protected">@color/white</color>
<color name="badge_verified">@color/white</color>
<color name="border_color">@color/black</color>
@@ -25,7 +25,7 @@
<color name="status_bar_color">@color/app_background</color>
<color name="text">#ffffffff</color>
<color name="text_blue">@color/twitter_blue</color>
- <color name="toolbar_bg_color">#ff243447</color>
+ <color name="toolbar_bg_color">#ff000000</color>
<color name="translate_logo">@color/text</color>
<color name="unread">#ff2e4359</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment