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

Background color not working #133

Closed
pcfriek1987 opened this issue Apr 10, 2021 · 0 comments
Closed

Background color not working #133

pcfriek1987 opened this issue Apr 10, 2021 · 0 comments

Comments

@pcfriek1987
Copy link

Setting a background color in the hyperglass.yaml is currently not working.

By default it sets a white background, but using the light prefix you should be able to change that.

Currently mine is set like this:

web:
theme:
colors:
black: "#262626"
blue: "#314cb6"
cyan: "#118ab2"
danger: "#d84b4b"
error: "#ff6b35"
gray: "#c1c7cc"
light: "#118ab2"
green: "#35b246"
orange: "#ff6b35"
pink: "#f2607d"
primary: "#118ab2"
purple: "#8d30b5"
red: "#d84b4b"
secondary: "#314cb6"
success: "#35b246"
teal: "#35b299"
warning: "#edae49"
white: "#f7f7f7"
yellow: "#edae49"

I already tried rebuilding the UI as well, but that didn't make a change.

Version: 1.0.0 beta 80.

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

No branches or pull requests

1 participant