Skip to content

Commit

Permalink
fix(instagram): assorted changes (#1236)
Browse files Browse the repository at this point in the history
* fix(instagram): assorted changes

* chore: update version number

* fixed the dupe selector

* fix(instagram): close friends story tag thingymaboober
  • Loading branch information
GenShibe authored Aug 26, 2024
1 parent 5f26aa0 commit 69cf100
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions styles/instagram/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Instagram Catppuccin
@namespace github.com/catppuccin/userstyles/styles/instagram
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/instagram
@version 0.2.6
@version 0.2.7
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/instagram/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainstagram
@description Soothing pastel theme for Instagram
Expand Down Expand Up @@ -81,7 +81,6 @@
--web-always-white: #rgbify(@light-color) [];
--always-white: #rgbify(@light-color) [];
--overlay-alpha-80: fadeout(@dark-color, 50);
--always-dark-overlay: fadeout(@surface0, 50);
--grey-9: #rgbify(@crust) [];
--ig-primary-background: #rgbify(@base) [];
--ig-secondary-background: #rgbify(@surface0) [];
Expand Down Expand Up @@ -110,7 +109,7 @@
--ig-stroke: #rgbify(@overlay0) [];
--grey-2: #rgbify(@overlay0) [];
--ig-link: #rgbify(@accent-color) [];
--ig-error-or-destructive: #rgbify(@maroon) [];
--ig-error-or-destructive: #rgbify(@red) [];
--ig-success: #rgbify(@green) [];
--blue-2: #rgbify(@blue) [];
--ig-close-friends-refreshed: #rgbify(@green) [];
Expand All @@ -119,6 +118,9 @@
--ig-toggle-background-on-prism: #rgbify(@text) [];
--ig-stroke-prism: #rgbify(@crust) [];
--barcelona-logo: #rgbify (@text) [];
--ig-bubble-background: #rgbify (@surface1) [];
--ig-tertiary-icon: #rgbify (@accent-color) [];
--always-dark-overlay: @accent-color;
scrollbar-color: @accent-color @crust;
}
#splash-screen {
Expand Down Expand Up @@ -149,6 +151,11 @@
background-color: @accent-color !important;
}

/* close friends story things */
.x9bdzbf {
color: @mantle !important;
}

/* Story seen / not seen ring */
button:has(canvas + span > img[alt$="'s profile picture"]) {
canvas {
Expand Down Expand Up @@ -217,16 +224,19 @@
}
}

/* reel icon */
.xq3z1fi {
color: @accent-color !important;
}

/* Toggle sliders */
.x1r7x56h {
background-color: @accent-color;
}
.x100vrsf {
background-color: @surface0;
}
.xw4jnvo {
background-color: @overlay1;
}

.x1psfjxj {
background-color: @mantle;
}
Expand Down

0 comments on commit 69cf100

Please sign in to comment.