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

severity0 bugged? #27

Open
marartner opened this issue Sep 25, 2019 · 0 comments
Open

severity0 bugged? #27

marartner opened this issue Sep 25, 2019 · 0 comments

Comments

@marartner
Copy link
Contributor

marartner commented Sep 25, 2019

    console.log('<font severity="0">severity0</font>');
    console.log('<font severity="1">severity1</font>');
    console.log('<font severity="2">severity2</font>');
    console.log('<font severity="3">severity3</font>');
    console.log('<font severity="4">severity4</font>');
    console.log('<font severity="5">severity5</font>');
    console.log('<font type="highlight">highlight</font>');

results in:

Screenshot 2019-09-25 at 13 44 30

severity0 doesn't seem to be colored as it should - based on docs and sourcecode both I'd expect dark blue, instead it's dark cyan.

When I input "themes test" it is displayed correctly, so the problem seems to be in regards to evaluating the severity tag, not the theme settings (which appear to be correct anyway)

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