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

customization : colours #138

Open
arnounesco opened this issue Sep 13, 2024 · 1 comment
Open

customization : colours #138

arnounesco opened this issue Sep 13, 2024 · 1 comment
Assignees
Labels
customization issues linked to customazing the interface documentation Improvements or additions to documentation importance-low urgency-low

Comments

@arnounesco
Copy link

arnounesco commented Sep 13, 2024

not all colours can be changed following the README

I changed every thing to #FF0000 (red) and so expected everything to be red, which is not the case.

const colors = {
  primaryColor: {
    main: "#FF0000",
    light: "#FF0000",
    light1: "#FF0000",
    light2: "#FF0000",
    dark2: "#FF0000",
    dark1: "#FF0000",
    darker: "#FF0000",
    darker3: "#FF0000",
  },
  accentColor: {
    main: "#FF0000",
  },
  brightLight: {
    main: "#FF0000",
  },
  neutral: {
    main: "#FF0000",
  },
};

the code still has a lot of other colours that do not depend on these ones
e.g.

colorChipVerified: "#1A7F37",
colorVerifiedAvatar: "#2DA44E",
completenessColor: "#42526E",
contributorColor: "#42526E",
bgContributor: "#DFE1E6",
bgViewJson: "#EAEDF4",
@arnounesco arnounesco changed the title customazation : colours customization : colours Sep 13, 2024
@arnounesco arnounesco added documentation Improvements or additions to documentation customization issues linked to customazing the interface importance-low urgency-low labels Sep 13, 2024
@dev-marcoC
Copy link
Contributor

Hi Arno, I did some tests both locally and in the dev environment changing only the primaryColor main with red and this is the result:

image

It seems to work fine, I changed everything back to the previous color and corrected the palette by adding the missing colors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customization issues linked to customazing the interface documentation Improvements or additions to documentation importance-low urgency-low
Projects
None yet
Development

No branches or pull requests

2 participants