WebSite (Soon)
To change variables, find them in the theme file using any text editor.
:root{
--color3: 0, 0, 255;
--DarkBG: url(https://example.com/YourBG.png);
...
}
Variables | Value | Description |
---|---|---|
--DarkBG | url(https://feorev.github.io/Themes/Discord/assets/Wallpapers/dark.avif); | Link to background image |
--LightBG | url(https://feorev.github.io/Themes/Discord/assets/Wallpapers/light.avif); | Link to background image |
--OpacityBG | 100% or 1; | Background opacity |
--BlurBG | 0px | Background blur |
Variables | Value | Description |
---|---|---|
--BGcolor | var(--color2) | Background color (In RGB (not RGBA)) |
--BGopacity | 40% or 0.4 | Background opacity (0-100% or 0-1) |
None - hide elements
unset - show elements
Variables | Recomended value | Description |
---|---|---|
--nitro | None or unset | Removes unnecessary items from a category |
--contextmenu | None or unset | Removes unnecessary items from a category |
--profile | None or unset | Removes unnecessary items from a category |
--chat | None or unset | Removes unnecessary items from a category |
--other | None or unset | Removes unnecessary items from a category |
Variables | Dark (First 2 HSL values) | Light (First 2 HSL values) | Description |
---|---|---|---|
--accentcolor | 210, 68% | 199, 100% | Adjusts the theme color scheme to accentcolor |
MainModules (ServerList/ChatArea/FriendList/Settings)
Variables | Value | Description |
---|---|---|
--outline | 3px | Outline size (px) |
--outlineCLR | var(--color03) | Outline color (any color) |
--outlineBR | 16px | Outline border-radius (rounding/px) |
--outlineMG | 2rem | Outline margin (px/rem) |
--outlineBS | 15px var(--outlineCLR) | Outline box-shadow (size(px) / color (default is - outline colour)) |
--outlineBG | unset | Modular modules background (color) |
--outlineBLUR | 0 | Modular modules background blur (px) |
AdditionalModules (ServerList/ChatArea/FriendList/...). Default - disabled. Set --outline2 and --outlineBS2
Variables | Value | Description |
---|---|---|
--outline2 | 0 | Outline size (px) |
--outlineCLR2 | var(--outlineCLR) | Outline color (any color) |
--outlineBR2 | var(--outlineBR) | Outline border-radius (rounding/px) |
--outlineMG2 | var(--outlineMG) | Outline margin (px/rem) |
--outlineBS2 | 0 | Outline box-shadow (size(px) / color (default is - outline colour)) |
--outlineBG2 | unset | Modular modules background (color) |
--outlineBLUR2 | 0 | Modular modules background blur (px) (Not recomended) |
To suggest an innovation or report a bug, contact the Discord Server or DM (feorev)