This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
doomsdayrs
committed
Jun 11, 2019
1 parent
126d34c
commit 06ee3a3
Showing
10 changed files
with
105 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="colorPrimary">#FFEB3B</color> | ||
<color name="colorPrimaryDark">#8600BED4</color> | ||
<color name="colorAccent">#00BED4</color> | ||
<color name="textColorLight">#000</color> | ||
|
||
<color name="textColorDark">#FFFFFF</color> | ||
|
||
|
||
<color name="colorLightPrimary">#80FFEB3B</color> | ||
<color name="colorLightPrimaryDark">#00A0B6</color> | ||
<color name="colorLightAccent">#0096AC</color> | ||
<color name="colorLightBackground">#FFFFFF</color> | ||
|
||
<color name="colorDarkPrimary">#80FFEB3B</color> | ||
<color name="colorDarkPrimaryDark">#4B4B4B</color> | ||
<color name="colorDarkAccent">#646464</color> | ||
<color name="colorDarkBackground">#4B4B4B</color> | ||
|
||
<color name="colorNightPrimary">#80FFEB3B</color> | ||
<color name="colorNightPrimaryDark">#000</color> | ||
<color name="colorNightAccent">#191919</color> | ||
<color name="colorNightBackground">#000</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters