Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 24 additions & 9 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.4
@version 0.2.5
@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 @@ -763,14 +763,20 @@
@crust: @catppuccin[@@lookup][@crust];
@accent-color: @catppuccin[@@lookup][@@accent];

.x11jlvup {
--chat-outgoing-message-bubble-background-color: @blue;}
.x1n2onr6 {
--chat-incoming-message-bubble-background-color: @surface0;}

/* Chat background */
.xnz67gz {
background-color: @base;
}
[style*="background-color: rgb(55, 151, 240);"] {
background-color: @blue !important;
color: @mantle !important;
/* messages you've sent */
.xyk4ms5 {
color: @crust !important;
}
/* sidebar */
.xvbhtw8 {
background-color: @mantle;
}
Expand All @@ -779,11 +785,6 @@
.xi81zsa {
color: @subtext0 !important;
}
._aa5c,
._aa4j,
._abyk {
background-color: @crust;
}

/* New Chat Button */
.xk5f4mz {
Expand All @@ -795,6 +796,20 @@
background-color: @surface0;
color: @text;
}

/* notes */
.xsnw5ke, .x3zg9eu::after {
background-color: @surface0;
}
.x103n6ev, .xzxgvzf {
background-image: linear-gradient(-90deg,fade(@surface0, 30%), fade(@surface0, 100%))
}

/* explicit music icon in notes */
.x1cp0k07 {
color: @text;
}

}
}

Expand Down