Skip to content

Logo (Builtin): add Origami Linux logo#2322

Open
natkin-git wants to merge 4 commits into
fastfetch-cli:devfrom
natkin-git:dev
Open

Logo (Builtin): add Origami Linux logo#2322
natkin-git wants to merge 4 commits into
fastfetch-cli:devfrom
natkin-git:dev

Conversation

@natkin-git
Copy link
Copy Markdown

Summary

Adds Origami Linux Logo (small and regular size) ASCII art

Related issue (required for new logos for new distros)

Resolves #2321

Changes

  • Adds Origami Linux Logo (small and regular size) ASCII art

Screenshots

image image

Checklist

  • [X ] I have tested my changes locally.

Copilot AI review requested due to automatic review settings May 11, 2026 09:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 (Origami and Origami_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 thread src/logo/builtin.c
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 thread src/logo/builtin.c
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 thread src/logo/builtin.c
Comment on lines +3769 to +3775
{
.names = { "OS2Warp" },
.lines = FASTFETCH_DATATEXT_LOGO_OS2WARP,
.colors = {
FF_COLOR_FG_LIGHT_WHITE,
FF_COLOR_FG_LIGHT_BLUE,
} },
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

Successfully merging this pull request may close these issues.

2 participants