Skip to content

Commit 69cf100

Browse files
authored
fix(instagram): assorted changes (catppuccin#1236)
* fix(instagram): assorted changes * chore: update version number * fixed the dupe selector * fix(instagram): close friends story tag thingymaboober
1 parent 5f26aa0 commit 69cf100

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

styles/instagram/catppuccin.user.css

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name Instagram Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/instagram
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/instagram
5-
@version 0.2.6
5+
@version 0.2.7
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/instagram/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainstagram
88
@description Soothing pastel theme for Instagram
@@ -81,7 +81,6 @@
8181
--web-always-white: #rgbify(@light-color) [];
8282
--always-white: #rgbify(@light-color) [];
8383
--overlay-alpha-80: fadeout(@dark-color, 50);
84-
--always-dark-overlay: fadeout(@surface0, 50);
8584
--grey-9: #rgbify(@crust) [];
8685
--ig-primary-background: #rgbify(@base) [];
8786
--ig-secondary-background: #rgbify(@surface0) [];
@@ -110,7 +109,7 @@
110109
--ig-stroke: #rgbify(@overlay0) [];
111110
--grey-2: #rgbify(@overlay0) [];
112111
--ig-link: #rgbify(@accent-color) [];
113-
--ig-error-or-destructive: #rgbify(@maroon) [];
112+
--ig-error-or-destructive: #rgbify(@red) [];
114113
--ig-success: #rgbify(@green) [];
115114
--blue-2: #rgbify(@blue) [];
116115
--ig-close-friends-refreshed: #rgbify(@green) [];
@@ -119,6 +118,9 @@
119118
--ig-toggle-background-on-prism: #rgbify(@text) [];
120119
--ig-stroke-prism: #rgbify(@crust) [];
121120
--barcelona-logo: #rgbify (@text) [];
121+
--ig-bubble-background: #rgbify (@surface1) [];
122+
--ig-tertiary-icon: #rgbify (@accent-color) [];
123+
--always-dark-overlay: @accent-color;
122124
scrollbar-color: @accent-color @crust;
123125
}
124126
#splash-screen {
@@ -149,6 +151,11 @@
149151
background-color: @accent-color !important;
150152
}
151153

154+
/* close friends story things */
155+
.x9bdzbf {
156+
color: @mantle !important;
157+
}
158+
152159
/* Story seen / not seen ring */
153160
button:has(canvas + span > img[alt$="'s profile picture"]) {
154161
canvas {
@@ -217,16 +224,19 @@
217224
}
218225
}
219226

227+
/* reel icon */
228+
.xq3z1fi {
229+
color: @accent-color !important;
230+
}
231+
220232
/* Toggle sliders */
221233
.x1r7x56h {
222234
background-color: @accent-color;
223235
}
224236
.x100vrsf {
225237
background-color: @surface0;
226238
}
227-
.xw4jnvo {
228-
background-color: @overlay1;
229-
}
239+
230240
.x1psfjxj {
231241
background-color: @mantle;
232242
}

0 commit comments

Comments
 (0)