Skip to content

Commit ffca91f

Browse files
authored
feat(bsky): theme some unthemed things (catppuccin#433)
1 parent cfe1146 commit ffca91f

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

styles/bsky/catppuccin.user.css

Lines changed: 15 additions & 1 deletion
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.1
5+
@version 0.0.2
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
@@ -165,6 +165,12 @@
165165
background-color: @blue;
166166
}
167167

168+
/* "invalid handle" warning */
169+
[style*="color: rgb(236, 72, 104); border-color: rgb(209, 16, 67)"] {
170+
color: @red !important;
171+
border-color: @red !important;
172+
}
173+
168174
/* end of feed text */
169175
.r-1521r3q {
170176
color: @overlay1;
@@ -263,6 +269,14 @@
263269
fill: @subtext1;
264270
}
265271

272+
/* x invite codes available icon */
273+
div[style*="background-color: rgb(1, 37, 97)"] {
274+
background-color: fadeout(@accent-color, 70%) !important;
275+
& > svg > path[fill="#52acfe"] {
276+
fill: @accent-color;
277+
}
278+
}
279+
266280
/* likes, reposts and comment counts under posts */
267281
[style*="color: rgb(112, 116, 137)"] {
268282
color: @subtext0 !important;

0 commit comments

Comments
 (0)