diff --git a/database_assets/image/neptune.webp b/database_assets/image/neptune.webp new file mode 100644 index 0000000..58641ca Binary files /dev/null and b/database_assets/image/neptune.webp differ diff --git a/database_assets/styles/neptune.css b/database_assets/styles/neptune.css new file mode 100644 index 0000000..e5cfaa4 --- /dev/null +++ b/database_assets/styles/neptune.css @@ -0,0 +1,19 @@ +:root { + --background-primary: rgba(0, 0, 0, 0); + --background-lighter: #04ff00; + --navbar-color: #ffffff; + --navbar-height: 60px; + --navbar-text-color: #ff7300; + --navbar-link-color: #16dcff; + --navbar-link-hover-color: gray; + --navbar-font: "Roboto"; + --input-text-color: #e0def4; + --input-placeholder-color: white; + --input-background-color: #ffb9d5; + --input-border-color: #eb6f92; + --input-border-size: 1.3px; + --navbar-logo-filter: none; + --dropdown-option-hover-color: #a891f4; + --tab-color: var(--black); + --border-color: #ff009d; +} diff --git a/server.js b/server.js index 57120fe..58ed2e2 100644 --- a/server.js +++ b/server.js @@ -163,18 +163,18 @@ app.use(express.static(publicPath)); // type: "theme", // }); -// await catalog_assets.create({ -// package_name: "com.nebula.fortnite.jpg", -// title: "Fortnite.jpg", -// image: "fortnite.jpg", -// author: "Nebula Services", -// version: "1.0.0", -// description: "Like the image in Ultraviolet, now on Nebula!", -// tags: ["Image", "Funny"], -// payload: "com.nebula.cybermonay.css", -// background_image: "fortnite.jpg", -// type: "theme", -// }); +await catalog_assets.create({ + package_name: "com.neptune.neptune", + title: "Neptune", + image: "neptune.webp", + author: "Neptune", + version: "1.0.0", + description: "Neptune image", + tags: ["Image", "Funny"], + payload: "neptune.css", + background_image: "neptune.webp", + type: "theme", +}); catalog_assets.sync(); const server = createServer(); diff --git a/src/layouts/SettingsLayout.astro b/src/layouts/SettingsLayout.astro index 9bd7912..3b51c06 100644 --- a/src/layouts/SettingsLayout.astro +++ b/src/layouts/SettingsLayout.astro @@ -9,7 +9,7 @@ import { Icon } from "astro-icon/components";
{t("settings.settings")}
{title}