mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-07 15:59:28 -05:00
theme: better spicetify colours
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[caelestia]
|
||||
text = {{ $onSurface }} ; Main text colour
|
||||
subtext = {{ $onSurfaceVariant }} ; Subtext colour
|
||||
main = {{ $surfaceContainer }} ; Panel backgrounds
|
||||
highlight = {{ $primary }} ; Doesn't seem to do anything
|
||||
misc = {{ $primary }} ; Doesn't seem to do anything
|
||||
notification = {{ $outline }} ; Notifications probably
|
||||
notification-error = {{ $error }} ; Error notifications probably
|
||||
shadow = {{ $shadow }} ; Shadow for covers, context menu, also affects playlist/artist banners
|
||||
card = {{ $surfaceContainerHigh }} ; Context menu and tooltips
|
||||
player = {{ $secondaryContainer }} ; Background for top result in search
|
||||
sidebar = {{ $surface }} ; Background
|
||||
main-elevated = {{ $surfaceContainerHigh }} ; Higher layers than main, e.g. search bar
|
||||
highlight-elevated = {{ $surfaceContainerHighest }} ; Home button and search bar accelerator
|
||||
selected-row = {{ $onSurface }} ; Selections, hover, other coloured text and slider background
|
||||
button = {{ $primary }} ; Slider and text buttons
|
||||
button-active = {{ $primary }} ; Background buttons
|
||||
button-disabled = {{ $outline }} ; Disabled buttons
|
||||
tab-active = {{ $surfaceContainerHigh }} ; Profile fallbacks in search
|
||||
@@ -0,0 +1,19 @@
|
||||
[caelestia]
|
||||
text = {{ $onSurface }} ; Main text colour
|
||||
subtext = {{ $onSurfaceVariant }} ; Subtext colour
|
||||
main = {{ $surface }} ; Panel backgrounds
|
||||
highlight = {{ $primary }} ; Doesn't seem to do anything
|
||||
misc = {{ $primary }} ; Doesn't seem to do anything
|
||||
notification = {{ $outline }} ; Notifications probably
|
||||
notification-error = {{ $error }} ; Error notifications probably
|
||||
shadow = {{ $shadow }} ; Shadow for covers, context menu, also affects playlist/artist banners
|
||||
card = {{ $surfaceContainer }} ; Context menu and tooltips
|
||||
player = {{ $secondaryContainer }} ; Background for top result in search
|
||||
sidebar = {{ $surfaceContainer }} ; Background
|
||||
main-elevated = {{ $surfaceContainerHigh }} ; Higher layers than main, e.g. search bar
|
||||
highlight-elevated = {{ $surfaceContainerHighest }} ; Home button and search bar accelerator
|
||||
selected-row = {{ $onSurface }} ; Selections, hover, other coloured text and slider background
|
||||
button = {{ $primary }} ; Slider and text buttons
|
||||
button-active = {{ $primary }} ; Background buttons
|
||||
button-disabled = {{ $outline }} ; Disabled buttons
|
||||
tab-active = {{ $surfaceContainer }} ; Profile fallbacks in search
|
||||
@@ -1,17 +0,0 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user