-
-
Notifications
You must be signed in to change notification settings - Fork 12
branding: init #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drupol
reviewed
Apr 13, 2025
Had to rework FontLoader because if NIXOS_LOGOTYPE_FONT_FILE was not set then python would error when trying to load DimensionedLambda or DimensionedLogomark
move many defaults to core.py switch many dataclasses to regular classes instrument all the classes to work nicely
make BaseRenderable run the _init_canvas method fixup all the other class init function so it runs properly
move make_axis_lines to Canvas make _init_canvas for DimensionedLogomark clean up scripts
clean up snowflake scripts; no more manual canvases update hashes make background generation, make_svg_background, part of Canvas remove make_svg_background from all other classes except special cases clean up Logomark to use make_svg and get rid of old draw functions
Add more examples.
Changes the default dark/light blue slightly. The dark blue is now exactly in the color palette and the light blue has the same lightness and hue as one of the colors in the palette but lower chroma.
Add copy for color palettes. Update color palette logic.
Updated color TOML data so tints are key-value pairs instead of arrays. This will make it easier to pick a color by a key name rather than index into a list.
Version of the branding guide lives in a file so it can be used by derivations and the typst document without de-syncing.
Moves the color palette TOML file to its own directory and turns it into a derivation so it can be consumed externally. Restructures the branding guide to pull in the palette from the derivation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial commit: branding guide, logo generator, and asset infrastructure
This PR establishes the foundation for the NixOS branding system. It includes:
nixoslogo: A Python-based tool that programmatically generates all official NixOS logo variants and supporting SVG files from source. This includes:Branding Guide: A structured, multi-page guide that documents the visual identity of NixOS, including:
Infrastructure for maintaining and auditing artifacts:
This initial commit is the foundation for a reproducible, auditable, and design-consistent NixOS branding system.