Logo (Builtin): add Origami Linux logo#2322
Open
natkin-git wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new builtin ASCII logo for the Origami Linux distribution, including both normal and small variants, so Fastfetch can render the appropriate logo when the OS is detected (or when explicitly requested).
Changes:
- Added new builtin logo entries (
OrigamiandOrigami_small) with RGB color definitions. - Added the normal-size ASCII art source file for the Origami logo.
- Added the small-size ASCII art source file for the Origami logo.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
src/logo/builtin.c |
Registers the new Origami logos (normal + small) and their color palettes in the builtin logo table. |
src/logo/ascii/origami.txt |
Adds the normal-size Origami ASCII logo art. |
src/logo/ascii/origami_small.txt |
Adds the small-size Origami ASCII logo art. |
Comment on lines
+3749
to
+3753
| .colors = { | ||
| FF_COLOR_FG_RGB "185;210;235", // $1 sail — light sky blue | ||
| FF_COLOR_FG_RGB "40;90;160", // $2 hull — deeper navy | ||
| }, | ||
| .colorKeys = FF_COLOR_FG_BLUE, |
Comment on lines
+3761
to
+3765
| .colors = { | ||
| FF_COLOR_FG_RGB "185;210;235", // $1 sail — light sky blue | ||
| FF_COLOR_FG_RGB "40;90;160", // $2 hull — deeper navy | ||
| }, | ||
| .colorKeys = FF_COLOR_FG_BLUE, |
Comment on lines
+3769
to
+3775
| { | ||
| .names = { "OS2Warp" }, | ||
| .lines = FASTFETCH_DATATEXT_LOGO_OS2WARP, | ||
| .colors = { | ||
| FF_COLOR_FG_LIGHT_WHITE, | ||
| FF_COLOR_FG_LIGHT_BLUE, | ||
| } }, |
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
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.
Summary
Adds Origami Linux Logo (small and regular size) ASCII art
Related issue (required for new logos for new distros)
Resolves #2321
Changes
Screenshots
Checklist