From 402a0edbec7da1799d456a80795fddf9d705b54a Mon Sep 17 00:00:00 2001 From: rooot Date: Tue, 9 Jan 2024 20:11:31 +0100 Subject: [PATCH 1/3] feat(bsky): theme "invalid handle" warning Signed-off-by: rooot --- styles/bsky/catppuccin.user.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/bsky/catppuccin.user.css b/styles/bsky/catppuccin.user.css index e2c7436495..687a7b3e6f 100644 --- a/styles/bsky/catppuccin.user.css +++ b/styles/bsky/catppuccin.user.css @@ -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; From b2350edebdc7f389409b09ed7c843eb5e4690c4d Mon Sep 17 00:00:00 2001 From: rooot Date: Tue, 9 Jan 2024 20:20:11 +0100 Subject: [PATCH 2/3] feat(bsky): theme available invite codes button Signed-off-by: rooot --- styles/bsky/catppuccin.user.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/bsky/catppuccin.user.css b/styles/bsky/catppuccin.user.css index 687a7b3e6f..8c38648659 100644 --- a/styles/bsky/catppuccin.user.css +++ b/styles/bsky/catppuccin.user.css @@ -269,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; From 0c7ff73dc7df24b24994eb5f9e0f13ff985b1e06 Mon Sep 17 00:00:00 2001 From: rooot Date: Tue, 9 Jan 2024 20:33:29 +0100 Subject: [PATCH 3/3] feat(bsky): bump version to 0.0.2 Signed-off-by: rooot --- styles/bsky/catppuccin.user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/bsky/catppuccin.user.css b/styles/bsky/catppuccin.user.css index 8c38648659..68471a7982 100644 --- a/styles/bsky/catppuccin.user.css +++ b/styles/bsky/catppuccin.user.css @@ -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