diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c7f186c519..f6ce511d26 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,6 +11,7 @@ /styles/chess.com @coldenate @isabelroses /styles/cinny @jn-sena /styles/codeberg @isabelroses +/styles/cobalt @kerichdev /styles/crates.io @uncenter /styles/crowdin @ryanccn /styles/deepl @watatomo diff --git a/.github/ISSUE_TEMPLATE/userstyle.yml b/.github/ISSUE_TEMPLATE/userstyle.yml index 696ecd9d9c..d64ffd07b8 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:crates.io", "lbl:crowdin", "lbl:deepl", "lbl:docs.rs", "lbl:duckduckgo", "lbl:ecosia", "lbl:elk", "lbl:freedesktop", "lbl:formative", "lbl:github", "lbl:gmail", "lbl:google", "lbl:google-drive", "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:keyoxide", "lbl:lastfm", "lbl:lemmy", "lbl:libreddit", "lbl:lichess", "lbl:lingva", "lbl:linkedin", "lbl:mastodon", "lbl:mdbook", "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:stack-overflow", "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:cobalt", "lbl:crates.io", "lbl:crowdin", "lbl:deepl", "lbl:docs.rs", "lbl:duckduckgo", "lbl:ecosia", "lbl:elk", "lbl:freedesktop", "lbl:formative", "lbl:github", "lbl:gmail", "lbl:google", "lbl:google-drive", "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:keyoxide", "lbl:lastfm", "lbl:lemmy", "lbl:libreddit", "lbl:lichess", "lbl:lingva", "lbl:linkedin", "lbl:mastodon", "lbl:mdbook", "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:stack-overflow", "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 6facaaf1a2..a9b2df96d9 100644 --- a/.github/issue-labeler.yml +++ b/.github/issue-labeler.yml @@ -25,6 +25,8 @@ cinny: - '(lbl:cinny)' codeberg: - '(lbl:codeberg)' +cobalt: + - '(lbl:cobalt)' crates.io: - '(lbl:crates.io)' crowdin: diff --git a/.github/labels.yml b/.github/labels.yml index 62e83abc11..eba57b0396 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -38,6 +38,9 @@ - name: codeberg description: Codeberg color: '#8aadf4' +- name: cobalt + description: cobalt + color: '#cad3f5' - name: crates.io description: crates.io color: '#eed49f' diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 254b5bb90d..28bf5cdc7a 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -12,6 +12,7 @@ chatreplay: styles/chatreplay/**/* chess.com: styles/chess.com/**/* cinny: styles/cinny/**/* codeberg: styles/codeberg/**/* +cobalt: styles/cobalt/**/* crates.io: styles/crates.io/**/* crowdin: styles/crowdin/**/* deepl: styles/deepl/**/* diff --git a/README.md b/README.md index bce55ad75c..79e922582f 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ See [CONTRIBUTING.md](docs/CONTRIBUTING.md).
📖 Productivity +- [cobalt](styles/cobalt) - [Google Drive](styles/google-drive) - [homepage](styles/homepage) - [inoreader](styles/inoreader) diff --git a/styles/cobalt/README.md b/styles/cobalt/README.md new file mode 100644 index 0000000000..9c29e5f5e7 --- /dev/null +++ b/styles/cobalt/README.md @@ -0,0 +1,36 @@ + + + +

+ Logo
+ + Catppuccin for cobalt + +

+ +

+ + +

+ +

+ +

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

+ +

+ +

+ Copyright © 2021-present Catppuccin Org +

+ + diff --git a/styles/cobalt/preview.webp b/styles/cobalt/preview.webp index 74a32ae486..24542342dd 100644 Binary files a/styles/cobalt/preview.webp and b/styles/cobalt/preview.webp differ