Catppuccin done??!!
This commit is contained in:
parent
94cc720ee4
commit
1d00f21500
4 changed files with 29 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
28
public/themes/catppuccinFrappe.css
Normal file
28
public/themes/catppuccinFrappe.css
Normal 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";
|
||||
}
|
||||
|
|
@ -69,6 +69,5 @@
|
|||
"catppuccinMocha": "Catppuccin Mocha",
|
||||
"catppuccinMacchiato": "Catppuccin Macchiato",
|
||||
"catppuccinFrappe": "Catppuccin Frappe"
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -69,7 +69,5 @@
|
|||
"catppuccinMocha": "Catppuccin Mocha",
|
||||
"catppuccinMacchiato": "Catppuccin Macchiato",
|
||||
"catppuccinFrappe": "Catppuccin Frappe"
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue