IanTDuncan / MealTime

Project for CSC 480
0 stars 0 forks source link

Addition of colors into resource folder #154

Closed bdshanks-28 closed 3 months ago

bdshanks-28 commented 3 months ago

Addition of colors into resource folder

Description:

Addition of colors using hex for the colors to use in decorating of UI.

Steps to Reproduce:

N/A

Expected vs. Actual Behavior:

N/A

Code Snippets:

<color name="gray_2">#21212121</color>
<color name="blue_special">#25BAEB</color>
<color name="green_special">#2FEB83</color>
<color name="weird_blue">#004258</color>
<color name="weird_pink">#C22B55</color>

Environment Details:

Android Studio IDE Kotlin

For Issue Resolution:

N/A

For Investigations/Research:

Speak with team about primary color range (4-6 to use).

Current Status:

In progress

bdshanks-28 commented 3 months ago

@BeepDroid @aaleksandraristic @Cade5480 @IanTDuncan Let's think about our main color scheme here so I know what colors to import

aaleksandraristic commented 3 months ago

I don't know if we are going to stick with pastel colors. I am a fan of the dark background and dark mode for all of my apps. We can use some combination of deep blue or black and then all the options could be different colors. This is one of the examples that I like, but of course whatever most of us agree with.

image

bdshanks-28 commented 3 months ago

Code snippets has been updated