Here you can find a list of used variables of the Settings icon Theme Addon.
These variables are not so much used for customization, but give the themes the ability to display the version and check if a theme has been loaded.
Variable | Default Value |
---|---|
--SeIc-info-version |
"v1.1.1" |
This variable let you expand the settings sidebar by the entered value.
Variable | Default Value |
---|---|
--SeIc-width-serverlist |
38px |
With these variables you can change the style of the header or text, you can use uppercase
, lowercase
or capitalize
.
Variable | Default Value |
---|---|
--SeIc-style-header |
uppercase |
--SeIc-style-text |
capitalize |
With these variables you can change the colors of the header in the settings sidebar.
Variable | Default Value |
---|---|
--SeIc-color-header-normal |
var(--channels-default) |
With these variables you can change the colors of the icons in the settings sidebar.
Variable | Default Value |
---|---|
--SeIc-color-icon-normal |
var(--interactive-normal) |
--SeIc-color-icon-hover |
var(--interactive-hover) |
--SeIc-color-icon-active |
var(--interactive-active) |
--SeIc-color-icon-logout-normal |
var(--text-danger) |
--SeIc-color-icon-logout-hover |
var(--info-danger-text) |
--SeIc-color-icon-nitro-normal |
hsla(302,calc(var(--saturation-factor, 1)*100%),72.5%, 1.0) |
--SeIc-color-icon-nitro-hover |
var(--interactive-hover) |
--SeIc-color-icon-nitro-active |
var(--interactive-active) |
With these variables you can change the colors of the text in the settings sidebar.
Variable | Default Value |
---|---|
--SeIc-color-text-normal |
var(--interactive-normal) |
--SeIc-color-text-hover |
var(--interactive-hover) |
--SeIc-color-text-active |
var(--interactive-active) |
--SeIc-color-text-logout-normal |
var(--text-danger) |
--SeIc-color-text-logout-hover |
var(--info-danger-text) |
--SeIc-color-text-nitro-normal |
hsla(302,calc(var(--saturation-factor, 1)*100%),72.5%, 1.0) |
--SeIc-color-text-nitro-hover |
var(--interactive-hover) |
--SeIc-color-text-nitro-active |
var(--interactive-active) |
These variables let you customize the color of the background in the Settings sidebar.
Variable | Default Value |
---|---|
--SeIc-color-background-normal |
transparent |
--SeIc-color-background-hover |
var(--background-modifier-hover) |
--SeIc-color-background-active |
var(--background-modifier-selected) |
--SeIc-color-background-logout-normal |
transparent |
--SeIc-color-background-logout-hover |
var(--button-danger-background) |
--SeIc-color-background-nitro-normal |
transparent |
--SeIc-color-background-nitro-hover |
hsla(302,calc(var(--saturation-factor, 1)*100%),72.5%, 0.2) |
--SeIc-color-background-nitro-active |
hsla(302,calc(var(--saturation-factor, 1)*100%),72.5%, 1.0) |