-
-
Notifications
You must be signed in to change notification settings - Fork 259
feat(snippets): added Midnight Celestial Slider snippet #1092
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughTwo new snippet objects titled "Midnight Celestial Slider - xoxo" were added to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@resources/snippets.json`:
- Around line 542-547: The JSON object uses unquoted property names (title,
description, code, preview) and inconsistent indentation; wrap each key in
double quotes (e.g., "title", "description", "code", "preview"), keep the string
values as JSON strings (escaping any internal quotes if present), normalize
indentation to 4 spaces for the object lines, and ensure the object is correctly
comma-separated within its containing array/object so the overall
resources/snippets.json remains valid JSON.
📜 Review details
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
resources/assets/snippets/celestial-star-xoxo.pngis excluded by!**/*.png
📒 Files selected for processing (1)
resources/snippets.json
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-12-06T15:28:17.086Z
Learnt from: rxri
Repo: spicetify/marketplace PR: 1064
File: resources/snippets.json:539-539
Timestamp: 2025-12-06T15:28:17.086Z
Learning: In resources/snippets.json, CSS code must be minified and placed in the "code" variable as a single-line string. This is a project requirement, not a code quality issue.
Applied to files:
resources/snippets.json
✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
White is totally fine, it's mostly for StarryNight anyway. It seems to be working okay for me; I've attached a quick clip of me pasting it in so you can see it in action. |
theRealPadster
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay sounds good. My only other comment would be to maybe tweak the description if it doesn't seem to always show the blue? Maybe it's a macOS vs Windows thing?
|
Is there a way to use the spicetify colour variables to make it have a gradient from the highlight colour, so the effect is similar for users who aren't on the starry night theme, just the trail is white (or whatever matches their theme)? |
|
This should do the trick I ditched the gradient so the theme should change the colors, and I fixed the description. |
|
@Edward7s .playback-bar .x-progressBar-fillColor {
background: linear-gradient(to right,rgba(0,0,0,0),var(--fg-color));
} |




Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.