feat(theme): add metadata to Catppuccin themes
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Frappé 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 Frappé 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 Frappé 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 Frappé 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 Frappé 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 Frappé 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 Frappé 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 Frappé 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 Frappé 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 Frappé 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 Frappé 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 Frappé 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 Frappé Teal";
|
||||
--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 Frappé Yellow";
|
||||
--theme-color-scheme: "dark";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
--is-dark-theme: true;
|
||||
|
||||
Reference in New Issue
Block a user