|
2 | 2 | @name Bluesky Social Catppuccin |
3 | 3 | @namespace github.com/catppuccin/userstyles/styles/bsky |
4 | 4 | @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/bsky |
5 | | -@version 0.0.9 |
| 5 | +@version 0.1.0 |
6 | 6 | @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/bsky/catppuccin.user.css |
7 | 7 | @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Absky |
8 | 8 | @description Soothing pastel theme for Bluesky Social |
|
95 | 95 | } |
96 | 96 | } |
97 | 97 |
|
98 | | - /* some background color of follow button */ |
| 98 | + /* some background color of follow button + hover */ |
99 | 99 | [style*="background-color: rgb(241, 243, 245)"] { |
100 | | - background-color: @text !important; |
| 100 | + background-color: if(@lookup = latte, @crust, @text) !important; |
101 | 101 | } |
102 | 102 |
|
103 | 103 | [style*="color: rgb(11, 15, 20)"] { |
|
144 | 144 |
|
145 | 145 | /* notification count contrast fix, also chat message contrast fix (> div) */ |
146 | 146 | &[style*="color: rgb(241, 243, 245)"], |
| 147 | + &[style*="color: rgb(255, 255, 255)"], |
147 | 148 | > div { |
148 | 149 | color: @crust !important; |
149 | 150 | } |
| 151 | + |
| 152 | + /* icon color fix */ |
| 153 | + path[fill="#ffffff"], |
| 154 | + path[fill="hsl(211, 20%, 95.3%)"] { |
| 155 | + fill: @crust!important; |
| 156 | + } |
150 | 157 | } |
151 | 158 |
|
152 | 159 | /* sending/pending/failed direct message */ |
|
170 | 177 | .r-wzwllv, |
171 | 178 | div[style*="background-color: rgb(0, 133, 255)"] { |
172 | 179 | 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 | + } |
173 | 186 | } |
174 | 187 |
|
175 | 188 | /* subscribe to labeler button */ |
|
565 | 578 | [style*="background-color: rgb(185, 185, 193)"] { |
566 | 579 | background-color: @overlay2 !important; |
567 | 580 | } |
| 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 | + } |
568 | 601 | } |
569 | 602 | } |
570 | 603 |
|
|
0 commit comments