diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 30a1caf..f18a499 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,4 +1,6 @@
# THIS FILE IS AUTOGENERATED. DO NOT EDIT IT BY HAND.
+/styles/advent-of-code @rubyowo
+#
/styles/anilist @AnubisNekhet
#
/styles/brave-search @ndsboy
diff --git a/.github/ISSUE_TEMPLATE/userstyle.yml b/.github/ISSUE_TEMPLATE/userstyle.yml
index e347c48..b17980a 100644
--- a/.github/ISSUE_TEMPLATE/userstyle.yml
+++ b/.github/ISSUE_TEMPLATE/userstyle.yml
@@ -15,6 +15,7 @@ body:
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:brave-search
- lbl:cinny
diff --git a/.github/issue-labeler.yml b/.github/issue-labeler.yml
index 61c66b6..dac8d8e 100644
--- a/.github/issue-labeler.yml
+++ b/.github/issue-labeler.yml
@@ -1,4 +1,6 @@
# THIS FILE IS AUTOGENERATED. DO NOT EDIT IT BY HAND.
+advent-of-code:
+ - '(lbl:advent-of-code)'
anilist:
- '(lbl:anilist)'
brave-search:
diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml
index 3bbc06d..e9be79e 100644
--- a/.github/pr-labeler.yml
+++ b/.github/pr-labeler.yml
@@ -1,4 +1,5 @@
# THIS FILE IS AUTOGENERATED. DO NOT EDIT IT BY HAND.
+advent-of-code: styles/advent-of-code/**/*
anilist: styles/anilist/**/*
brave-search: styles/brave-search/**/*
cinny: styles/cinny/**/*
diff --git a/README.md b/README.md
index 85c6258..20941a2 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,7 @@ See [CONTRIBUTING.md](docs/CONTRIBUTING.md)
💭 Development tools
+- [Advent Of Code](styles/advent-of-code)
- [Vercel](styles/vercel)
+
+
+
+
+ Copyright © 2021-present Catppuccin Org +
+ + \ No newline at end of file