Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
42863b1
feat: notebooklm
WalkQuackBack Sep 6, 2025
4f9efc0
fix(notebooklm): make dark theme apply correctly
WalkQuackBack Sep 6, 2025
db38fd4
fix(notebooklm): dark theme application root class
WalkQuackBack Sep 6, 2025
4c24656
fix(notebook-lm): update some splash colors
WalkQuackBack Sep 6, 2025
7d5203a
fix(notebook-lm): change `purple` to `mauve`, misc color fixes
WalkQuackBack Sep 6, 2025
920df79
fix(notebooklm): @orange > @peach
WalkQuackBack Sep 6, 2025
94deee3
fix(notebook-lm): `@grey` > `@text`
WalkQuackBack Sep 6, 2025
401354a
fix(notebook-lm): page, sources, home page, notebook
WalkQuackBack Sep 6, 2025
25b91ec
fix(notebook-lm): misc color changes, brand blue update
WalkQuackBack Sep 6, 2025
a0bccfc
fix(notebooklm): remove redundant color-scheme
WalkQuackBack Sep 6, 2025
35d989d
fix(notebooklm): theme source viewer, submit button
WalkQuackBack Sep 7, 2025
95c87cf
fix(notebooklm): theme upload, discover dialogues, brand colours
WalkQuackBack Sep 7, 2025
e198574
fix(notebooklm): add !important derivative
WalkQuackBack Sep 7, 2025
532bb99
fix(notebooklm): properly theme brand colours
WalkQuackBack Sep 7, 2025
3f3f48e
fix(notebooklm): fully theme dialogues
WalkQuackBack Sep 7, 2025
992cc36
fix(notebooklm): shimmer color, brand color, retint tiles
WalkQuackBack Sep 7, 2025
a2dfc5c
fix(notebook-lm): on tile opacity
WalkQuackBack Sep 7, 2025
a4a41ea
fix(notebooklm): increase on tile opacity
WalkQuackBack Sep 7, 2025
634c3dc
fix(notebooklm): theme video overview, interactive audio
WalkQuackBack Sep 7, 2025
18dce5c
fix(notebooklm): theme mini audio player
WalkQuackBack Sep 7, 2025
188f109
fix(notebooklm): quill editor, note editor border subtlew
WalkQuackBack Sep 7, 2025
640d0eb
fix(notebooklm): orange > peach
WalkQuackBack Sep 7, 2025
8729b46
fix(notebooklm): purple > mauve
WalkQuackBack Sep 7, 2025
d96957d
fix(notebooklm): site specific Quill tweaks
WalkQuackBack Sep 7, 2025
ef5940b
fix(notebooklm): scope certain styles
WalkQuackBack Sep 8, 2025
3689499
fix(notebooklm): theme certain tiles
WalkQuackBack Sep 8, 2025
c1d74aa
test(notebooklm): change specificity to not use !important
WalkQuackBack Sep 8, 2025
37a5bd2
fix(notebooklm): theme notebook background
WalkQuackBack Sep 8, 2025
0028363
fix(notebooklm): apply upstream container mix changes
WalkQuackBack Sep 19, 2025
5fe0b98
Merge branch 'feat/m3-lib' into feat/notebooklm
WalkQuackBack Sep 24, 2025
5f32153
chore(userstyles.yml): change `notebooklm` second category to `artifi…
WalkQuackBack Sep 24, 2025
2f75ecf
fix(notebooklm): border > border-color
WalkQuackBack Sep 24, 2025
9c86eca
chore(notebooklm): fix lint errors
WalkQuackBack Sep 24, 2025
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 @@ -643,6 +643,13 @@ userstyles:
icon: nixos
color: blue
current-maintainers: [*sydrinea]
notebooklm:
name: Google NotebookLM
link: https://notebooklm.google.com
categories: [education, artificial_intelligence]
icon: notebooklm
color: text
current-maintainers: [*WalkQuackBack]
wiki.nixos.org:
name: NixOS Wiki
link: https://wiki.nixos.org
Expand Down
Loading