-
Notifications
You must be signed in to change notification settings - Fork 7
/
Acrylic-Harmony.theme.css
31 lines (25 loc) · 1.04 KB
/
Acrylic-Harmony.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
* @name Acrylic Harmony
* @author skyli
* @description Fully transparent acrylic Discord theme. Works with colors and highly customizable.
* @version 0.9.4
* @donate https://www.buymeacoffee.com/skyli
* @source https://github.com/s-k-y-l-i/discord-themes
*/
@import url('https://s-k-y-l-i.github.io/discord-themes/Theme%20code/transparency.css');
/* Config */
:root{
--var-opacity-option: 0.45; /* Acrylic opacity from 0 to 1 */
--var-color-saturation: 1.3; /* 0 to 999 where 1 is the default */
--var-contrast: 1.6; /* Increase for darker blacks */
--var-opacity-titlebar: 0.15;
--var-opacity-left-sidebar: 0.22;
--var-opacity-bottom-input: 0.22; /* Change the transparency of different elements */
--var-opacity-right-sidebar: 0.39;
--var-opacity-inner-messages: 0.33;
/*
For example:
0.1 --var-opacity-option with 99 --var-color-saturation
0.4 --var-opacity-option with 2.8 --var-color-saturation
0.6 --var-opacity-option with 1.8 --var-color-saturation */
}