-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: move to catppuccin namespace #371
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of this looks good
Only other change I suggest are changing the commit prefix to feat
to trigger a minor release. We also need to check how the docs handles this renaming (we may need to change how we handle that too :p)
0689d37
to
701ed8a
Compare
701ed8a
to
2882366
Compare
Closes #222 |
2882366
to
f9e2075
Compare
f9e2075
to
47c5208
Compare
0c1924e
to
650479e
Compare
7bd5915
to
de02515
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should also be rebased to fix CI
982061b
to
bfd08e2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already started using in my config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs another rebase after #390 hopefully it doesn't blow up our new search
bfd08e2
to
6065437
Compare
6065437
to
0190fc9
Compare
a4cde89
to
ed37a3e
Compare
70c9569
to
fd90378
Compare
Co-authored-by: Weathercold <[email protected]> Co-authored-by: seth <[email protected]>
fd90378
to
3803d0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all of your work here :)
Rename option doesn't appear to be set up properly for hyprland. error: The option `home-manager.users.khaneliman.wayland.windowManager.hyprland.catppuccin.accent' does not exist. Definition values:
- In `/nix/store/18zdkdp786dwgl3ivji0a223n2gz13a0-iv22jisi34qdx0frafdgrlncz09nnr2r-source/modules/home/theme/catppuccin/default.nix': After manually resolving that one the other's showed properly. |
* move to catppuccin namespace (catppuccin/nix#371)
* docs(FAQ): move to catppuccin namespace * #371 * docs(FAQ): use absolute URLs for search * docs(FAQ): clarify enabling catppuccin globally * docs(FAQ): remove kitty why was that there??
docs(FAQ): move to catppuccin namespace (#423) * docs(FAQ): move to catppuccin namespace * #371 * docs(FAQ): use absolute URLs for search * docs(FAQ): clarify enabling catppuccin globally * docs(FAQ): remove kitty why was that there?? (cherry picked from commit a2e641b) Co-authored-by: willow <[email protected]>
lib.ctp.mkCatppuccinRenamedOpt
catppuccin
namespaceprograms.git.delta.catppuccin
->catpppuccin.delta
console.catppuccin
->catppuccin.tty
Incase anyone wants to run this in there own system heres the regex i used in nvim:
/\(config\|options\)\.\(.*\.\)\?\(.*\)\.catppuccin/\1.catppuccin.\3/gc