Skip to content

Commit ff53d30

Browse files
authored
fix(bsky): unthemed colors and some fixes (catppuccin#1473)
1 parent b534008 commit ff53d30

1 file changed

Lines changed: 36 additions & 3 deletions

File tree

styles/bsky/catppuccin.user.css

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name Bluesky Social Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/bsky
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/bsky
5-
@version 0.0.9
5+
@version 0.1.0
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/bsky/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Absky
88
@description Soothing pastel theme for Bluesky Social
@@ -95,9 +95,9 @@
9595
}
9696
}
9797

98-
/* some background color of follow button */
98+
/* some background color of follow button + hover */
9999
[style*="background-color: rgb(241, 243, 245)"] {
100-
background-color: @text !important;
100+
background-color: if(@lookup = latte, @crust, @text) !important;
101101
}
102102

103103
[style*="color: rgb(11, 15, 20)"] {
@@ -144,9 +144,16 @@
144144

145145
/* notification count contrast fix, also chat message contrast fix (> div) */
146146
&[style*="color: rgb(241, 243, 245)"],
147+
&[style*="color: rgb(255, 255, 255)"],
147148
> div {
148149
color: @crust !important;
149150
}
151+
152+
/* icon color fix */
153+
path[fill="#ffffff"],
154+
path[fill="hsl(211, 20%, 95.3%)"] {
155+
fill: @crust!important;
156+
}
150157
}
151158

152159
/* sending/pending/failed direct message */
@@ -170,6 +177,12 @@
170177
.r-wzwllv,
171178
div[style*="background-color: rgb(0, 133, 255)"] {
172179
background-color: @accent-color !important;
180+
181+
/* notification count contrast fix, also chat message contrast fix (> div) */
182+
&[style*="color: rgb(241, 243, 245)"],
183+
> div {
184+
color: @crust !important;
185+
}
173186
}
174187

175188
/* subscribe to labeler button */
@@ -565,6 +578,26 @@
565578
[style*="background-color: rgb(185, 185, 193)"] {
566579
background-color: @overlay2 !important;
567580
}
581+
582+
/* skeletons */
583+
.r-kdyh1x, .r-cpet4d {
584+
&[style*="background-color: rgb(20, 27, 35);"] {
585+
background-color: @surface0 !important;
586+
}
587+
}
588+
589+
/* thread lines */
590+
div[style*="background-color: rgb(46, 63, 81)"].r-m5arl1 {
591+
background: @surface1 !important;
592+
}
593+
594+
line[stroke="hsl(211, 28%, 24.8%)"][stroke-width="2"] {
595+
stroke: @surface1 !important;
596+
}
597+
598+
circle[fill="hsl(211, 28%, 24.8%)"][r="1.5"] {
599+
fill: @surface1 !important;
600+
}
568601
}
569602
}
570603

0 commit comments

Comments
 (0)