diff --git a/README.md b/README.md index d60a3dc..9e7f149 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ For support, join our discord: discord.gg/unblocker - [Dynamic (one of the proxies we use)](https://github.com/NebulaServices/Dynamic) - [Rammerhead (one of the proxies we use)](https://github.com/binary-person/rammerhead) - [Bare Server Node](https://github.com/tomphttp/bare-server-node) +- [Catppuccin (for the themes)](https://github.com/catppuccin/catppuccin) ## License diff --git a/public/themes/catppuccinFrappe.css b/public/themes/catppuccinFrappe.css new file mode 100644 index 0000000..f6dca20 --- /dev/null +++ b/public/themes/catppuccinFrappe.css @@ -0,0 +1,28 @@ +@import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap"); + +:root { + --background-primary: #303446; + --background-lighter: #232634; + --navbar-color: #232634; + --navbar-height: 60px; + --navbar-text-color: #ca9ee6; + --navbar-link-color: #8caaee; + --navbar-link-hover-color: #ca9ee6; + --navbar-font: "Roboto"; + --input-text-color: #c6d0f5; + --input-placeholder-color: #b5bfe2; + --input-background-color: #292c3c; + --input-border-color: #ca9ee6; + --input-border-size: 1.3px; + --navbar-logo-filter: none; + --dropdown-option-hover-color: #232634; +} + +.font-inter { + font-family: "Inter", sans-serif; + font-weight: 300; +} + +.font-roboto { + font-family: "Roboto"; +} \ No newline at end of file diff --git a/src/locales/en.json b/src/locales/en.json index 42a490d..3a74509 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -69,6 +69,5 @@ "catppuccinMocha": "Catppuccin Mocha", "catppuccinMacchiato": "Catppuccin Macchiato", "catppuccinFrappe": "Catppuccin Frappe" - } } diff --git a/src/locales/es.json b/src/locales/es.json index d9a0f1c..8f06c3b 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -69,7 +69,5 @@ "catppuccinMocha": "Catppuccin Mocha", "catppuccinMacchiato": "Catppuccin Macchiato", "catppuccinFrappe": "Catppuccin Frappe" - - } }