Skip to content

Theme colors to settings #78

Open
Open
@nkapolcs

Description

@nkapolcs

Now our base colors for themes look like this:

export const dark = {
  background: "#3F3F3F !important",
  color: "#DBDBDB !important",
};

export const light = {
  background: "#E5E6E8 !important",
  color: "#325359 !important",
};

Maybe it could be useful if we create configuration entry to define them.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions