diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a9fc885df1..e540213b81 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -23,6 +23,7 @@ /styles/graphite @isabelroses /styles/hacker-news @lucasmelin /styles/holodex @Guaxinim5573 +/styles/home-manager-options-search @uncenter /styles/homepage @Gandalf-the-Blue /styles/hoppscotch @justTOBBI /styles/ichi.moe @watatomo diff --git a/.github/ISSUE_TEMPLATE/userstyle.yml b/.github/ISSUE_TEMPLATE/userstyle.yml index 55f8a122b5..9d94a6d3d8 100644 --- a/.github/ISSUE_TEMPLATE/userstyle.yml +++ b/.github/ISSUE_TEMPLATE/userstyle.yml @@ -16,7 +16,7 @@ body: label: What userstyles are you seeing the problem on? description: "Don't worry about the `lbl:` prefix, it allows issues to be automatically labeled!" multiple: true - options: ["lbl:advent-of-code", "lbl:anilist", "lbl:arch-wiki", "lbl:boringproxy", "lbl:brave-search", "lbl:bsky", "lbl:bstats", "lbl:canvas-lms", "lbl:chatgpt", "lbl:chatreplay", "lbl:chess.com", "lbl:cinny", "lbl:codeberg", "lbl:crowdin", "lbl:deepl", "lbl:duckduckgo", "lbl:ecosia", "lbl:elk", "lbl:formative", "lbl:github", "lbl:gmail", "lbl:google", "lbl:google-photos", "lbl:graphite", "lbl:hackage", "lbl:hacker-news", "lbl:holodex", "lbl:homepage", "lbl:hoppscotch", "lbl:hyperpipe", "lbl:ichi.moe", "lbl:inoreader", "lbl:instagram", "lbl:invidious", "lbl:invokeai", "lbl:lastfm", "lbl:lemmy", "lbl:libreddit", "lbl:lichess", "lbl:lingva", "lbl:linkedin", "lbl:mastodon", "lbl:mdn", "lbl:modrinth", "lbl:microsoft-word", "lbl:migadu-webmail", "lbl:minesweeper", "lbl:nitter", "lbl:nixos-search", "lbl:nixos.wiki", "lbl:npm", "lbl:openmediavault", "lbl:paste.rs", "lbl:perplexity", "lbl:picrew", "lbl:pinterest", "lbl:planet-minecraft", "lbl:pronouns.page", "lbl:proton", "lbl:pypi", "lbl:quizlet", "lbl:reddit", "lbl:searxng", "lbl:snapchat-web", "lbl:spotify-web", "lbl:startpage", "lbl:skiff", "lbl:stylus", "lbl:substack", "lbl:syncthing", "lbl:tabnews", "lbl:tldraw", "lbl:trinket", "lbl:tuta", "lbl:twitch", "lbl:twitter", "lbl:vercel", "lbl:whatsapp-web", "lbl:wikipedia", "lbl:wikiwand", "lbl:youtube", "lbl:nextjs"] + options: ["lbl:advent-of-code", "lbl:anilist", "lbl:arch-wiki", "lbl:boringproxy", "lbl:brave-search", "lbl:bsky", "lbl:bstats", "lbl:canvas-lms", "lbl:chatgpt", "lbl:chatreplay", "lbl:chess.com", "lbl:cinny", "lbl:codeberg", "lbl:crowdin", "lbl:deepl", "lbl:duckduckgo", "lbl:ecosia", "lbl:elk", "lbl:formative", "lbl:github", "lbl:gmail", "lbl:google", "lbl:google-photos", "lbl:graphite", "lbl:hackage", "lbl:hacker-news", "lbl:holodex", "lbl:home-manager-options-search", "lbl:homepage", "lbl:hoppscotch", "lbl:hyperpipe", "lbl:ichi.moe", "lbl:inoreader", "lbl:instagram", "lbl:invidious", "lbl:invokeai", "lbl:lastfm", "lbl:lemmy", "lbl:libreddit", "lbl:lichess", "lbl:lingva", "lbl:linkedin", "lbl:mastodon", "lbl:mdn", "lbl:modrinth", "lbl:microsoft-word", "lbl:migadu-webmail", "lbl:minesweeper", "lbl:nitter", "lbl:nixos-search", "lbl:nixos.wiki", "lbl:npm", "lbl:openmediavault", "lbl:paste.rs", "lbl:perplexity", "lbl:picrew", "lbl:pinterest", "lbl:planet-minecraft", "lbl:pronouns.page", "lbl:proton", "lbl:pypi", "lbl:quizlet", "lbl:reddit", "lbl:searxng", "lbl:snapchat-web", "lbl:spotify-web", "lbl:startpage", "lbl:skiff", "lbl:stylus", "lbl:substack", "lbl:syncthing", "lbl:tabnews", "lbl:tldraw", "lbl:trinket", "lbl:tuta", "lbl:twitch", "lbl:twitter", "lbl:vercel", "lbl:whatsapp-web", "lbl:wikipedia", "lbl:wikiwand", "lbl:youtube", "lbl:nextjs"] validations: required: true - type: textarea diff --git a/.github/issue-labeler.yml b/.github/issue-labeler.yml index cdfc44277e..2a87b8a05f 100644 --- a/.github/issue-labeler.yml +++ b/.github/issue-labeler.yml @@ -53,6 +53,8 @@ hacker-news: - '(lbl:hacker-news)' holodex: - '(lbl:holodex)' +home-manager-options-search: + - '(lbl:home-manager-options-search)' homepage: - '(lbl:homepage)' hoppscotch: diff --git a/.github/labels.yml b/.github/labels.yml index 3422a3a544..22271db3af 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -80,6 +80,9 @@ - name: holodex description: Holodex color: '#f5bde6' +- name: home-manager-options-search + description: Home Manager Options Search + color: '#8aadf4' - name: homepage description: homepage color: '#91d7e3' diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index f07f421331..e407e470b2 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -26,6 +26,7 @@ graphite: styles/graphite/**/* hackage: styles/hackage/**/* hacker-news: styles/hacker-news/**/* holodex: styles/holodex/**/* +home-manager-options-search: styles/home-manager-options-search/**/* homepage: styles/homepage/**/* hoppscotch: styles/hoppscotch/**/* hyperpipe: styles/hyperpipe/**/* diff --git a/README.md b/README.md index ac989cdc47..10c1062fed 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ See [CONTRIBUTING.md](docs/CONTRIBUTING.md). - [GitHub](styles/github) - [Graphite](styles/graphite) - 🚧 [Hackage](styles/hackage) +- [Home Manager Options Search](styles/home-manager-options-search) - [Hoppscotch](styles/hoppscotch) - [MDN](styles/mdn) - [Next.js](styles/nextjs) diff --git a/styles/home-manager-options-search/README.md b/styles/home-manager-options-search/README.md new file mode 100644 index 0000000000..06e648715a --- /dev/null +++ b/styles/home-manager-options-search/README.md @@ -0,0 +1,36 @@ + + + +

+ Logo
+ + Catppuccin for Home Manager Options Search + +

+ +

+ + +

+ +

+ +

+ + + +## 💝 Current Maintainer +- [uncenter](https://github.com/uncenter) + + +  + +

+ +

+ +

+ Copyright © 2021-present Catppuccin Org +

+ + diff --git a/styles/home-manager-options-search/preview.webp b/styles/home-manager-options-search/preview.webp index 0bf6cecdab..41817c818b 100644 Binary files a/styles/home-manager-options-search/preview.webp and b/styles/home-manager-options-search/preview.webp differ