1
Fork 0

Add options for tab theming

This commit is contained in:
KorbsStudio 2023-02-11 11:03:51 -05:00
parent a2da2e4ec4
commit 880b9a9759
No known key found for this signature in database
2 changed files with 12 additions and 3 deletions

View file

@ -14,6 +14,11 @@ export const SPLASH = [
]
// Sidebar
/// Theming
export const SIDEBARTHEMING = [{
// Edit the "Configuration for Theming" section in the `styles/index.scss`.
}]
/// Top tabs of your sidbears
export const SIDEBARTOP = [
{

View file

@ -1,12 +1,16 @@
* {
outline: none;
}
///////////////////////////////////////////
// Configuration for Theming //
/////////////////////////////////////////
:root {
--TabActiveBackground: #8FECFB;
--TabActiveText: black;
}
///////////////////////////////////////////
* {outline: none}
body {
background: transparent;
color: white;