diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-02-14 15:27:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 15:27:17 +0530 |
commit | 02ea696070aea1cdf0b71af0639499f87196ec8c (patch) | |
tree | 39ea7eb8c9cc2daded826d782cda1bf04c0ffee7 /app/src/main/res/values-night | |
parent | d25702d99ded6946608713e670c6a6ce323f8f87 (diff) |
Port tunnel creation UI from Viscerion
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r-- | app/src/main/res/values-night/colors.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index db267d97..314142d9 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -1,9 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <!-- TODO(msf): remove these 2 hard-coded colors and replace with theme colors --> - <color name="fab_label_text_color">#000000</color> - <color name="fab_label_background_color">#bbbbbb</color> - <!-- Base palette --> <color name="primary_color">#ff212121</color> <color name="primary_light_color">#ff484848</color> |