feat(theme): add metadata to Catppuccin Latte
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Blue";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Flamingo";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Green";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Lavender";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Maroon";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Mauve";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Peach";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Pink";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Red";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Rosewater";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Sapphire";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Sky";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Teal";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Theme Metadata */
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Catppuccin Latte Yellow";
|
||||
--theme-color-scheme: "light";
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--is-dark-theme: false;
|
||||
|
||||
Reference in New Issue
Block a user