Skip to content

Commit

Permalink
update discord custom.theme.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWolf-01 committed Feb 4, 2024
1 parent 7c839e8 commit 2f327a0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions desktop/discord/themes/custom.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@

:root {
/* Background image variables */
--background-image: url(''); /* Main background image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
--background-image-blur: 30px; /* Blur intensity of --background-image | Must end in px | DEFAULT: 5px */
/* Main background image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
--background-image: url(
'https://images.fineartamerica.com/images/artworkimages/mediumlarge/3/vaporwave-great-wave-off-kanagawa-sunset-coito-cg.jpg'
);
--background-image-blur: 1px; /* Blur intensity of --background-image | Must end in px | DEFAULT: 5px */
--background-image-size: cover; /* Size of the background image | DEFAUT: cover | OPTIONS: cover, contain */
--background-image-position: center; /* Position of background image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */

Expand All @@ -32,8 +35,8 @@

/* Brightness variables */
--serverlist-brightness: 0.9; /* Brightness for serverlist | 0 - 1 (decimals allowed) | DEFAULT: 0.8 */
--left-brightness: 0.95; /* Channels and DM list brightness | 0 - 1 (decimals allowed) | DEFAULT: 0.8 */
--middle-brightness: 0.95; /* Chat brightness | 0 - 1 (decimals allowed) | DEFAULT: 0.6 */
--left-brightness: 0.55; /* Channels and DM list brightness | 0 - 1 (decimals allowed) | DEFAULT: 0.8 */
--middle-brightness: 0.55; /* Chat brightness | 0 - 1 (decimals allowed) | DEFAULT: 0.6 */
--right-brightness: 0; /* Members and Now Playing brightness | 0 - 1 (decimals allowed) | DEFAULT: 0 */
--popout-modal-brightness: 0.75; /* Brightness for popouts and modals | 0 - 1 (decimals allowed) | DEFAULT: 0.75 */

Expand Down

0 comments on commit 2f327a0

Please sign in to comment.