0 p.

Theme «Blue Space» for Discord

Theme Blue Space for Discord
A dark green theme. The background is something like a cosmic nebula, made in all shades of green and turquoise. The white text has no background of its own, and there are very few borders at all. The highlighted server channels are highlighted by a green frame with a slight gradient. Notifications remained red, the highlighting of nicknames - colored, contrasting. Links are in bright green with a bold effect.

.

How to install Discord design

  1. Download 8992-blue-space.theme.css.
  2. If this is your first time installing a theme: install BetterDiscord
  3. Launch Discord and go to the client settings.
  4. In the "Themes" section, click "Open Theme Folder". This will open an explorer window, where you will need to move the obtained file.
  5. Go back to the client settings and apply the added skin.

Alternatively, you can install by inserting code into the Custom CSS field.

Custom CSS

//META{"name":"Blue Space","description":"Stars background with a beautiful blue-green coloring","author":"Ruben7173","version":"2.1"}*//{}

/* imports code and Global transparency module */
@import url(https://raw.githack.com/Ruben7173/Ruben7173.github.io/master/BetterDiscord-Themes/blue-space/code.css);
@import url(https://raw.githack.com/Ruben7173/Ruben7173.github.io/master/BetterDiscord-Themes/Modules/transparency.css);

:root {
/* background image URL */
--background-image: url('https://images4.alphacoders.com/325/32596.jpg') center/cover no-repeat;
/* default background image https://images4.alphacoders.com/325/32596.jpg */
/* Transparency */
    --transparency-level: rgba(0,0,0,0.10); 
/* transparency of top windows bar works different from the top one for some reason you have to try different values to match transparecy (aprox value is top value x 3 = result) */
--transparency-level-top: rgba(0,0,0,0.34);
/* ESC Button color at settings */
--ESC-Button-color: rgba(43, 99, 57, 0.9);
/* transparency of settings page */
--transparency-settings: rgba(0,0,0,0.2);
/* Discord Guild Icon */
--background-guild-icon-image: url('https://i.imgur.com/mabl6hm.png') center/cover no-repeat;
}
/* Any other code below */
Download file

Comments

Cancel