Catppuccin done??!!

This commit is contained in:
incognitotgt 2023-12-31 01:11:08 -05:00
parent 94cc720ee4
commit 1d00f21500
4 changed files with 29 additions and 3 deletions

View file

@ -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

View file

@ -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";
}

View file

@ -69,6 +69,5 @@
"catppuccinMocha": "Catppuccin Mocha",
"catppuccinMacchiato": "Catppuccin Macchiato",
"catppuccinFrappe": "Catppuccin Frappe"
}
}

View file

@ -69,7 +69,5 @@
"catppuccinMocha": "Catppuccin Mocha",
"catppuccinMacchiato": "Catppuccin Macchiato",
"catppuccinFrappe": "Catppuccin Frappe"
}
}