Add sizzlebop themes #138
Conversation
Add files via upload
There was a problem hiding this comment.
Pull Request Overview
This PR adds 22 new terminal themes created by community user sizzlebopz, expanding the available color schemes with vibrant, cyberpunk, and nature-inspired options. The themes range from neon-colored schemes like "Cyber Teal" and "Electric Ocean" to more natural palettes like "Emerald City" and "Coral Reef".
- Adds 22 new YAML theme files with diverse color palettes
- Includes both simple accent/background themes and complex gradient-based themes
- All themes follow the established YAML structure for terminal color definitions
Reviewed Changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sizzlebop/coral_reef.yaml | Coral-themed colors with warm pinks and blues |
| sizzlebop/cosmic_dust.yaml | Space-themed gradient with blues and purples |
| sizzlebop/cyber_teal.yaml | Cyberpunk teal accent on dark background |
| sizzlebop/cyber_wave.yaml | Gradient cyberpunk theme with teal to purple transition |
| sizzlebop/electric_ocean.yaml | Ocean-inspired gradient with cyan to blue transition |
| sizzlebop/electric_storm.yaml | Electric blue theme on dark background |
| sizzlebop/emerald_city.yaml | Green-themed gradient with emerald accents |
| sizzlebop/fire_storm.yaml | Fire-themed gradient with red to orange transition |
| sizzlebop/fuchsia_dream.yaml | Fuchsia accent theme on dark navy background |
| sizzlebop/golden_circuit.yaml | Golden yellow theme on warm dark background |
| sizzlebop/golden_hour.yaml | Sunset gradient with yellow to gold transition |
| sizzlebop/inferno.yaml | Fire-themed orange accent on dark background |
| sizzlebop/matrix_green.yaml | Matrix-inspired green theme |
| sizzlebop/mint_frost.yaml | Cool mint gradient with green to turquoise transition |
| sizzlebop/neon_pulse.yaml | Hot pink neon accent on black background |
| sizzlebop/neon_sunset.yaml | Sunset gradient with pink to orange transition |
| sizzlebop/purple_rain.yaml | Purple gradient theme with violet accents |
| sizzlebop/rose_gold.yaml | Rose gold gradient with pink to gold transition |
| sizzlebop/toxic_glow.yaml | Toxic green theme on dark background |
| sizzlebop/toxic_waste.yaml | Toxic green gradient with yellow accents |
| sizzlebop/void_walker.yaml | Purple space theme on black background |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
captainsafia
left a comment
There was a problem hiding this comment.
Thanks for the contribution. As part of an automated audit, this PR needs changes before it can be approved:
- Move the submitted theme YAML files out of the custom
sizzlebop/directory and into an accepted theme directory, likelystandard/. - Generate previews in the matching
standard/previews/directory by runningpython3 ./scripts/gen_theme_previews.py standard. - Update
standard/README.mdso each submitted theme has a README and preview entry.
The current file layout is outside the accepted theme directories, so the themes would not be picked up with the rest of the repository. This review was left as part of an automated audit and will be verified manually after updates.
I made some themes for my own use awhile ago and I thought I would share them with the community.
Discord username:
sizzlebopz
Name of themes:
Coral Reef
Cosmic Dust
Cyber Teal
Cyber Wave
Electric Ocean
Electric Storm
Emerald City
Fire Storm
Fuschia Dream
Neon Pulse
Neon Sunset
Purple Rain
Rose Gold
Toxic Glow
Toxic Waste
Void Walker
How Has This Been Tested?
Notes
There are no background images included, only .yaml files.