Virtual Boy
A theme based on a failed Nintendo console with the same name.
61
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Virtual Boy3
* @author Riddim_Glitch4
* @version 1.55
* @description A theme based on a failed Nintendo console with the same name.6
* @source https://github.com/Nexus-Themes/Virtual-Boy7
* @invite aYxpgkvdvR8
* @authorId 8010897530380616699
*/10
11
@import url('https://Nexus-Themes.github.io/Virtual-Boy/virtual-boy.css');12
13
/* Comment out this line to disable message boxes */14
@import url("https://riddim-glitch.github.io/Virtual-Boy/MessageBoxes.css");15
/* Uncomment this line to use Right Alinged Selfmessages. Requires my helper plugin! Refer to the github repo for more information. */16
/* @import url("https://Riddim-GLiTCH.github.io/Virtual-Boy/selfmessages.css"); */17
:root {18
/* Don't like the colors? Change these HSL variables! */19
--VBaccent: 0 100% 50%;20
--VBaccent-muted: 0 100% 39.2%;21
--VBaccent-dimmest: 0 100% 17.6%;22
--text-shadow-size: 1px; /*Default: 1px*/23
}