Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add color to time slots #69

Closed
raywo opened this issue Jan 3, 2025 · 0 comments · Fixed by #71
Closed

Add color to time slots #69

raywo opened this issue Jan 3, 2025 · 0 comments · Fixed by #71

Comments

@raywo
Copy link
Collaborator

raywo commented Jan 3, 2025

As a user I want to visually distinguish time slots by their color. Use a grey color palette for this which represents morning, noon, afternoon and so on.

$morning-dawn: #E8E8E8;    // Morgengrauen
$morning: #D6D6D6;         // Morgen
$noon: #BFBFBF;            // Mittag
$afternoon: #A9A9A9;       // Nachmittag
$evening: #7F7F7F;         // Abenddämmerung
$night: #595959;           // Nachtbeginn
@raywo raywo linked a pull request Jan 3, 2025 that will close this issue
@raywo raywo closed this as completed in #71 Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant