You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many users browse Reddit at night. Staring a a bright white screen at 3 am is no fun.
Would be nice for someone to create a color scheme for the following attributes:
Primary background color
Secondary background color
Primary text color
Secondary text color
Link / Button color
Hex values or RGB would be 👍
Example in the below screenshot from Settings App:
Primary bg color: White of the cell
Secondary bg color: Gray behind the cells
Primary text color: "Bluetooth"
Secondary text color: "On"
The text was updated successfully, but these errors were encountered:
So here are the color codes, extracted from the Sketch iOS UI file provided by Apple. In the next iteration, the link/button color could be tweaked to make the experience more unique (e.g. using the colors of Reddit instead of the basic blue for light mode and the alarm clock orange for dark mode)
Light:
Primary Background Color: #FFFFFF
Secondary Background Color: #EFEFF4
Primary Text Color: #000000
Secondary Text Color: #8E8E93
Link / Button Color: #007AFF
Table View Separator Color: #C8C7CC
Table View Cell Background Color: #FFFFFF
Dark (At the first step, I want to be aligned with apple design guidelines, but I actually like it, when the dark mode is not that dark, because it is easier for the eyes to read in my experience)
Primary Background Color: #000000
Secondary Background Color: #171717
Primary Text Color: #FFFFFF
Secondary Text Color: #8E8E93
Link / Button Color: #FF9500
Table View Separator Color: #323233
Table View Cell Background Color: #1C1C1D
Black (I did set the dark colours to true black; it should be tested on an OLED iPhone if the ux is fine):
Many users browse Reddit at night. Staring a a bright white screen at 3 am is no fun.
Would be nice for someone to create a color scheme for the following attributes:
Hex values or RGB would be 👍
Example in the below screenshot from Settings App:
The text was updated successfully, but these errors were encountered: