52 lines
1.4 KiB
CSS
Executable File
52 lines
1.4 KiB
CSS
Executable File
/**
|
|
* @name Translucence
|
|
* @version 1.0.6.3
|
|
* @description A translucent/frosted glass Discord theme
|
|
* @author CapnKitten
|
|
*
|
|
* @website http://github.com/CapnKitten
|
|
* @source https://github.com/CapnKitten/BetterDiscord/blob/master/Themes/Translucence/css/source.css
|
|
* @donate https://paypal.me/capnkitten
|
|
* @invite jzJkA6Z
|
|
*/
|
|
|
|
@import url(https://capnkitten.github.io/BetterDiscord/Themes/Translucence/css/source.css);
|
|
|
|
:root {
|
|
--app-bg: url(https://cdn.discordapp.com/attachments/815678838809296926/931229751140552704/TYsOB5b.jpg);
|
|
--app-blur: 2px;
|
|
--app-margin: 5px;
|
|
--app-radius: 7px;
|
|
|
|
--app-accent: #a1c7ff;
|
|
|
|
--accent-hue: 212;
|
|
--accent-saturation: 96.0%;
|
|
--accent-lightness: 85.0%;
|
|
--accent-opacity: 1;
|
|
|
|
--app-accent-image: none;
|
|
--app-accent-rgb: 163, 200, 255;
|
|
--app-accent-text: #000; /* - */
|
|
|
|
--sidebar-color: rgba(0,0,0,0.4);
|
|
--main-content-color: rgba(0,0,0,0.2); /* - */
|
|
|
|
--messages-color: rgba(0,0,0,0.4); /* - */
|
|
|
|
--textarea-color: 0,0,0;
|
|
--textarea-text-color: rgb(255, 255, 255); /* - */
|
|
|
|
--card-color: rgba(0,0,0,0.4);
|
|
--card-color-hover: rgba(0,0,0,0.5);
|
|
--card-color-select: rgba(0,0,0,0.7); /* - */
|
|
|
|
--interactive-normal: #aaa;
|
|
--interactive-hover: #ddd;
|
|
--interactive-active: #fff;
|
|
--interactive-muted: #777; /* - */
|
|
|
|
--background-modifier-hover: rgba(105, 176, 241,0.075);
|
|
--background-modifier-selected: rgba(105, 176, 241, 0.125);
|
|
}
|