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

A couple of minor fixes to the branding spec #383

Merged
merged 2 commits into from Feb 22, 2022

Commits on Feb 22, 2022

  1. spec: Fix some typos in the branding section

    Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
    pwithnall committed Feb 22, 2022
  2. spec: Require that branding colours start with a hash symbol

    This will make it easier to extend the colour format to allow
    non-hexadecimal colours in future (if wanted), without running into
    problems with ambiguous values.
    
    Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
    pwithnall committed Feb 22, 2022