feat(theme): add metadata to Catppuccin Mocha

This commit is contained in:
2026-08-13 04:46:15 +05:00
parent c5fbe14457
commit e4b43566bb
13 changed files with 78 additions and 0 deletions
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Blue";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Flamingo";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Green";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Lavender";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Maroon";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Mauve";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Peach";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Pink";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Red";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Rosewater";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Sapphire";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Sky";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;
@@ -1,3 +1,9 @@
/* Theme Metadata */
gitea-theme-meta-info {
--theme-display-name: "Catppuccin Mocha Yellow";
--theme-color-scheme: "dark";
}
:root {
color-scheme: dark;
--is-dark-theme: true;