Skip to content

Commit 09f2c16

Browse files
authored
feat/fix: add missing sapphire accent (#53)
2 parents 39ce773 + 4af564f commit 09f2c16

File tree

6 files changed

+5
-1
lines changed

6 files changed

+5
-1
lines changed
3.45 KB
Loading
3.45 KB
Loading
3.45 KB
Loading
3.45 KB
Loading

catppuccin/color.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ peach = ef9f76
3939
yellow = e5c890
4040
green = a6d189
4141
teal = 81c8be
42+
sapphire = 85c1dc
4243
blue = 8caaee
4344
sky = 99dadb
4445
mauve = ca9ee6
@@ -87,6 +88,7 @@ peach = fe640b
8788
yellow = df8e1d
8889
green = 40a02b
8990
teal = 179299
91+
sapphire = 209fb5
9092
blue = 1e66f5
9193
sky = 04a5e5
9294
mauve = 8839ef
@@ -135,6 +137,7 @@ peach = f5a97f
135137
yellow = eed49f
136138
green = a6da95
137139
teal = 8bd5ca
140+
sapphire = 7dc4e4
138141
blue = 8aadf4
139142
sky = 91d7e3
140143
mauve = c6a0f6
@@ -182,6 +185,7 @@ peach = fab387
182185
yellow = f9e2af
183186
green = a6e3a1
184187
teal = 94e2d5
188+
sapphire = 74c7ec
185189
blue = 89b4fa
186190
sky = 89dceb
187191
mauve = cba6f7

catppuccin/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313

1414
// accent colors
15-
const accents = ['rosewater','flamingo','pink','maroon','red','peach','yellow','green','teal','blue','sky','mauve','lavender','white'];
15+
const accents = ['rosewater','flamingo','pink','maroon','red','peach','yellow','green','teal','sapphire','blue','sky','mauve','lavender','white'];
1616

1717
// Create our own section matching spotifys style and structure
1818
const Section = Spicetify.React.memo(() => {

0 commit comments

Comments
 (0)