Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a2c49f9
feat(carbon): add userstyle
sixuan911 Jul 7, 2026
932c60a
Merge branch 'main' into feat/carbon
DurianBurger561 Jul 9, 2026
9e539cc
fix(carbon): address review feedback from WalkQuackBack
sixuan911 Jul 10, 2026
10b5760
Merge branch 'main' into feat/carbon
DurianBurger561 Jul 11, 2026
132b8df
Merge branch 'main' into feat/carbon
DurianBurger561 Jul 12, 2026
e40f6fb
fix(carbon): drop editor syntax highlighting overrides
sixuan911 Jul 16, 2026
405712c
Merge branch 'main' into feat/carbon
DurianBurger561 Jul 17, 2026
2b98dc6
Merge branch 'main' into feat/carbon
DurianBurger561 Jul 25, 2026
5489d5c
Merge branch 'main' into feat/carbon
DurianBurger561 Aug 24, 2026
12658a1
fix(carbon): theme the editor wrapper's background
sixuan911 Aug 24, 2026
01ee393
fix(carbon): actually match <html> under the tripled :root selector
sixuan911 Aug 24, 2026
e50ab5b
fix(carbon): recolor the open-dropdown trigger's focus ring
sixuan911 Aug 24, 2026
ba9c9fb
fix(carbon): fix mismatched background inside dropdown triggers
sixuan911 Aug 24, 2026
a565031
fix(carbon): sync dropdown trigger's input on hover/active too
sixuan911 Aug 24, 2026
c296bce
fix(carbon): stop dropdown triggers from picking up icon-button hover
sixuan911 Aug 24, 2026
760e65e
fix(carbon): make dropdown border-transparent win over hover rules
sixuan911 Aug 24, 2026
a71689c
fix(carbon): make dropdown's inner input transparent to end two-tone
sixuan911 Aug 24, 2026
fc25eb1
fix(carbon): drop dropdown trigger's inset ring that read as inner box
sixuan911 Aug 24, 2026
b4eafc0
fix(carbon): unify dropdown trigger background with its list
sixuan911 Aug 24, 2026
53ac312
fix(carbon): flatten hovered dropdown list rows to one color
sixuan911 Aug 24, 2026
dd124c9
fix(carbon): theme export popout and stop tinting its rows
sixuan911 Aug 24, 2026
52bb929
fix(carbon): blend export popout filename field into the panel
sixuan911 Aug 24, 2026
db02277
fix(carbon): blend export popout buttons into the panel too
sixuan911 Aug 24, 2026
56e035f
fix(carbon): blend the code card's title field into its title bar
sixuan911 Aug 24, 2026
abd6170
fix(carbon): stop painting the code card's title bar
sixuan911 Aug 25, 2026
b1b60c5
fix(carbon): stop the card-area rule from painting the window title bar
sixuan911 Aug 25, 2026
5286c02
fix(carbon): keep button hover subtle instead of Carbon's black
sixuan911 Aug 25, 2026
0bf34cd
fix(carbon): keep card title field transparent on hover
sixuan911 Aug 25, 2026
2606f05
fix(carbon): theme the white button outlines (box-shadow rings)
sixuan911 Aug 26, 2026
f008186
fix(carbon): keep the dropdown ring on the wrapper only
sixuan911 Aug 26, 2026
0b98c9e
fix(carbon): give Tweet/Export split buttons one consistent ring
sixuan911 Aug 26, 2026
36956ef
fix(carbon): theme the background-swatch button's white ring too
sixuan911 Aug 26, 2026
b1d3552
fix(carbon): theme the dropdown icon cell's white ring
sixuan911 Aug 26, 2026
3153588
Merge branch 'main' into feat/carbon
DurianBurger561 Aug 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions scripts/userstyles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ collaborators:
- &koibtw koibtw
- &TheAnonymousCrusher TheAnonymousCrusher
- &42willow 42willow
- &DurianBurger561 DurianBurger561

userstyles:
advent-of-code:
Expand Down Expand Up @@ -165,6 +166,12 @@ userstyles:
color: red
current-maintainers: [*pynappo]
past-maintainers: [*TheMemeSniper]
carbon:
name: Carbon
link: https://carbon.now.sh
categories: [development, productivity]
color: yellow
current-maintainers: [*DurianBurger561]
chatgpt:
name: ChatGPT
link: https://chat.openai.com
Expand Down
Loading
Loading