diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-11 22:25:03 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-11 22:25:03 +1000 |
| commit | b08858191cf6e3acda33afbd532b743ad6d0f808 (patch) | |
| tree | 2dfb9b4747383fe8d23458661ee89330dd520f34 /src/caelestia/data/templates/spicetify.ini | |
| parent | feat: theme fuzzel (diff) | |
| download | caelestia-cli-b08858191cf6e3acda33afbd532b743ad6d0f808.tar.gz caelestia-cli-b08858191cf6e3acda33afbd532b743ad6d0f808.tar.bz2 caelestia-cli-b08858191cf6e3acda33afbd532b743ad6d0f808.zip | |
feat: theme btop
Also change template replacement format
Diffstat (limited to 'src/caelestia/data/templates/spicetify.ini')
| -rw-r--r-- | src/caelestia/data/templates/spicetify.ini | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/caelestia/data/templates/spicetify.ini b/src/caelestia/data/templates/spicetify.ini index 839f30d..976a0c9 100644 --- a/src/caelestia/data/templates/spicetify.ini +++ b/src/caelestia/data/templates/spicetify.ini @@ -1,17 +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 +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 |