Skip to content

Commit 0df09a5

Browse files
authored
fix(instagram): direct message fixes (catppuccin#994)
* fix(instagram): direct message fixes * chore: bump ver num
1 parent cc9e691 commit 0df09a5

1 file changed

Lines changed: 24 additions & 9 deletions

File tree

styles/instagram/catppuccin.user.css

Lines changed: 24 additions & 9 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.4
5+
@version 0.2.5
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
@@ -763,14 +763,20 @@
763763
@crust: @catppuccin[@@lookup][@crust];
764764
@accent-color: @catppuccin[@@lookup][@@accent];
765765

766+
.x11jlvup {
767+
--chat-outgoing-message-bubble-background-color: @blue;}
768+
.x1n2onr6 {
769+
--chat-incoming-message-bubble-background-color: @surface0;}
770+
766771
/* Chat background */
767772
.xnz67gz {
768773
background-color: @base;
769774
}
770-
[style*="background-color: rgb(55, 151, 240);"] {
771-
background-color: @blue !important;
772-
color: @mantle !important;
775+
/* messages you've sent */
776+
.xyk4ms5 {
777+
color: @crust !important;
773778
}
779+
/* sidebar */
774780
.xvbhtw8 {
775781
background-color: @mantle;
776782
}
@@ -779,11 +785,6 @@
779785
.xi81zsa {
780786
color: @subtext0 !important;
781787
}
782-
._aa5c,
783-
._aa4j,
784-
._abyk {
785-
background-color: @crust;
786-
}
787788

788789
/* New Chat Button */
789790
.xk5f4mz {
@@ -795,6 +796,20 @@
795796
background-color: @surface0;
796797
color: @text;
797798
}
799+
800+
/* notes */
801+
.xsnw5ke, .x3zg9eu::after {
802+
background-color: @surface0;
803+
}
804+
.x103n6ev, .xzxgvzf {
805+
background-image: linear-gradient(-90deg,fade(@surface0, 30%), fade(@surface0, 100%))
806+
}
807+
808+
/* explicit music icon in notes */
809+
.x1cp0k07 {
810+
color: @text;
811+
}
812+
798813
}
799814
}
800815

0 commit comments

Comments
 (0)