Latte since cohen wanted it bruh
This commit is contained in:
parent
1acf4544e3
commit
afd295a276
5 changed files with 37 additions and 4 deletions
29
public/themes/catppuccinLatte.css
Normal file
29
public/themes/catppuccinLatte.css
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap");
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--background-primary: #eff1f5;
|
||||||
|
--background-lighter: #dce0e8;
|
||||||
|
--navbar-color: #dce0e8;
|
||||||
|
--navbar-height: 60px;
|
||||||
|
--navbar-text-color: #8839ef;
|
||||||
|
--navbar-link-color: #1e66f5;
|
||||||
|
--navbar-link-hover-color: #8839ef;
|
||||||
|
--navbar-font: "Roboto";
|
||||||
|
--input-text-color: #4c4f69;
|
||||||
|
--input-placeholder-color: #5c5f77;
|
||||||
|
--input-background-color: #e6e9ef;
|
||||||
|
--input-border-color: #8839ef;
|
||||||
|
--input-border-size: 1.3px;
|
||||||
|
--navbar-logo-filter: none;
|
||||||
|
--dropdown-option-hover-color: #dce0e8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.font-inter {
|
||||||
|
font-family: "Inter", sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
|
.font-roboto {
|
||||||
|
font-family: "Roboto";
|
||||||
|
color: #4c4f69
|
||||||
|
}
|
||||||
|
|
@ -68,6 +68,7 @@
|
||||||
"main": "Main",
|
"main": "Main",
|
||||||
"catppuccinMocha": "Catppuccin Mocha",
|
"catppuccinMocha": "Catppuccin Mocha",
|
||||||
"catppuccinMacchiato": "Catppuccin Macchiato",
|
"catppuccinMacchiato": "Catppuccin Macchiato",
|
||||||
"catppuccinFrappe": "Catppuccin Frappe"
|
"catppuccinFrappe": "Catppuccin Frappe",
|
||||||
|
"catppuccinLatte": "Catppuccin Latte"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,7 @@
|
||||||
"main": "Por defecto",
|
"main": "Por defecto",
|
||||||
"catppuccinMocha": "Catppuccin Mocha",
|
"catppuccinMocha": "Catppuccin Mocha",
|
||||||
"catppuccinMacchiato": "Catppuccin Macchiato",
|
"catppuccinMacchiato": "Catppuccin Macchiato",
|
||||||
"catppuccinFrappe": "Catppuccin Frappe"
|
"catppuccinFrappe": "Catppuccin Frappe",
|
||||||
|
"catppuccinLatte": "Catppuccin Latte"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,7 @@
|
||||||
"main": "デフォルト",
|
"main": "デフォルト",
|
||||||
"catppuccinMocha": "Catppuccin Mocha",
|
"catppuccinMocha": "Catppuccin Mocha",
|
||||||
"catppuccinMacchiato": "Catppuccin Macchiato",
|
"catppuccinMacchiato": "Catppuccin Macchiato",
|
||||||
"catppuccinFrappe": "Catppuccin Frappe"
|
"catppuccinFrappe": "Catppuccin Frappe",
|
||||||
|
"catppuccinLatte": "Catppuccin Latte"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,8 @@ function Customization({ id, active }) {
|
||||||
{ id: "main", label: t("themes.main") },
|
{ id: "main", label: t("themes.main") },
|
||||||
{ id: "catppuccinMocha", label: t("themes.catppuccinMocha") },
|
{ id: "catppuccinMocha", label: t("themes.catppuccinMocha") },
|
||||||
{ id: "catppuccinMacchiato", label: t("themes.catppuccinMacchiato") },
|
{ id: "catppuccinMacchiato", label: t("themes.catppuccinMacchiato") },
|
||||||
{ id: "catppuccinFrappe", label: t("themes.catppuccinFrappe") }
|
{ id: "catppuccinFrappe", label: t("themes.catppuccinFrappe") },
|
||||||
|
{ id: "catppuccinLatte", label: t("themes.catppuccinLatte") }
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue