Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Feature: Multiple themes #10

Open
ghost opened this issue Mar 6, 2019 · 4 comments
Open

Feature: Multiple themes #10

ghost opened this issue Mar 6, 2019 · 4 comments
Milestone

Comments

@ghost
Copy link

ghost commented Mar 6, 2019

Create at least 2 themes (light/dark) and let the user choose between those.

@ghost ghost added this to the v1.x-NEXT milestone Mar 6, 2019
@Mondei1
Copy link
Member

Mondei1 commented Mar 12, 2019

DARK MODE!!!!!
cough cough Yeah, what I mean is... We need dark mode. As default for the best.

@Mondei1
Copy link
Member

Mondei1 commented Mar 15, 2019

Actually we can create theme files, idk maybe here: src/configs/themes/dark.json which has this content:

{
    "meta": {
        "name": "Dark theme",
        "description": "Your eyes will thank you. Modern, simplic and dark.",
        "version": "1.0.0",
        "author": "DocSort team",
        "category": "black"
    },
    "theme": {
        "background": "#1c1c1c",
        "text": "#ffffff",
        "ok_button": "#???????",
        ...
    }
}

@ghost
Copy link
Author

ghost commented Mar 15, 2019

The themes would be in the database too, but we can erase the themes from the db at each start and load them from a json-file.

@ghost
Copy link
Author

ghost commented Apr 17, 2019

This article, received today, is exactly about this topic^^
Not saying that we must follow it, it's just interesting to read :)
https://medium.freecodecamp.org/how-to-create-themes-for-your-angular-7-apps-using-css-variables-69251690e9c5

@ghost ghost modified the milestones: v0.x-NEXT, v0.3-alpha Apr 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant