diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-11 21:59:23 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-11 21:59:23 +1000 |
| commit | 09f01bfd1dfebea92c2931e617fbc634e03d2b2c (patch) | |
| tree | 746e53abef6a9dc69e7b05897c4d39caecef16c5 /src/caelestia/data | |
| parent | scheme: better error messages (diff) | |
| download | caelestia-cli-09f01bfd1dfebea92c2931e617fbc634e03d2b2c.tar.gz caelestia-cli-09f01bfd1dfebea92c2931e617fbc634e03d2b2c.tar.bz2 caelestia-cli-09f01bfd1dfebea92c2931e617fbc634e03d2b2c.zip | |
feat: theme spicetify
Diffstat (limited to 'src/caelestia/data')
| -rw-r--r-- | src/caelestia/data/templates/spicetify.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/caelestia/data/templates/spicetify.ini b/src/caelestia/data/templates/spicetify.ini new file mode 100644 index 0000000..839f30d --- /dev/null +++ b/src/caelestia/data/templates/spicetify.ini @@ -0,0 +1,17 @@ +[caelestia] +text = $text ; Main text colour +subtext = $subtext0 ; Subtext colour +main = $base ; Panel backgrounds +highlight = $primary ; Doesn't seem to do anything +misc = $primary ; Doesn't seem to do anything +notification = $overlay0 ; Notifications probably +notification-error = $error ; Error notifications probably +shadow = $mantle ; Shadow for covers, context menu, also affects playlist/artist banners +card = $surface0 ; Context menu and tooltips +player = $base ; Doesn't seem to do anything +sidebar = $mantle ; Background +main-elevated = $surface0 ; Higher layers than main, e.g. search bar +selected-row = $text ; Selections, hover, other coloured text and slider background +button = $primary ; Slider and text buttons +button-active = $primary ; Background buttons +button-disabled = $overlay0 ; Disabled buttons |