Skip to content

Commit

Permalink
feat(bsky): theme some unthemed things (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoootTheFox authored Jan 13, 2024
1 parent cfe1146 commit ffca91f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion styles/bsky/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Bluesky Social Catppuccin
@namespace github.com/catppuccin/userstyles/styles/bsky
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/bsky
@version 0.0.1
@version 0.0.2
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/bsky/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Absky
@description Soothing pastel theme for Bluesky
Expand Down Expand Up @@ -165,6 +165,12 @@
background-color: @blue;
}

/* "invalid handle" warning */
[style*="color: rgb(236, 72, 104); border-color: rgb(209, 16, 67)"] {
color: @red !important;
border-color: @red !important;
}

/* end of feed text */
.r-1521r3q {
color: @overlay1;
Expand Down Expand Up @@ -263,6 +269,14 @@
fill: @subtext1;
}

/* x invite codes available icon */
div[style*="background-color: rgb(1, 37, 97)"] {
background-color: fadeout(@accent-color, 70%) !important;
& > svg > path[fill="#52acfe"] {
fill: @accent-color;
}
}

/* likes, reposts and comment counts under posts */
[style*="color: rgb(112, 116, 137)"] {
color: @subtext0 !important;
Expand Down

0 comments on commit ffca91f

Please sign in to comment.