You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Starship theme support in extras/starship/starship.toml.
The colors follow the Solarized Osaka theme.
Includes custom icons for operating systems and programming languages.
📋 Why this change?
This repository aims to provide theme support for multiple tools.
This PR adds support for Starship, allowing users to have a prompt that matches the Solarized Osaka color scheme.
Thank you for your work.
The issue with this is that most of the configs that exist already are generated through scripts and individually adding just a colorscheme is not the approach that is used here.
To get a general Idea of how it is done you can look into the scripts/ and also the files for each extra that is generated is inside lua/solarized-osaka/extra.
If the same thing can be replicated with a script so if we change some colors in the future this would be considered.
One last thing is that not to add information on how to use this Extra inside the repository's README.md. The focus here is the actual colorscheme not all the extras but those are added as a bonus and mentioned in the README if someone needs them from there.
The README.md is separate in their respective dirs but I don't think that is desired here as this would be required for every other extra as well but i'll leave this up to the maintainer.
I'm closing the other Pull Request for eza as well as this contains those changes plus the additional Starship config that you've added.
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
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.
✨ Add Starship Theme Configuration
📌 What was done?
extras/starship/starship.toml.📋 Why this change?
This repository aims to provide theme support for multiple tools.
This PR adds support for Starship, allowing users to have a prompt that matches the Solarized Osaka color scheme.
📸 Preview
Let me know if any changes are needed! 😊