NieR: Automata - YoRHa Menu UI
Better Discord theme based around NieR: Automata's Menu UI. Dark Mode available on my git page!
245
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name NieR: Automata UI Light3
* @version 1.44
* @description Glory to Mankind. || 5
* Thanks to JulioDRai for letting me use their cursors! 6
* ~https://www.deviantart.com/juliodrai || 7
* Thanks to GOmonkeymanGO for letting me use some of their code 8
* ~https://github.com/ChaseIngebritson/YoRHa-Discord-Theme || 9
* @website https://github.com/AccraZed/YoRHA-UI-BetterDiscord10
* @author Accrazed#271011
* @invite X4nBPCa12
* @patreon https://www.patreon.com/accrazed13
* @authorId 15356215916127847314
*/15
/*16
* :::. .,-::::: .,-::::: :::::::.. :::. :::::::::.,:::::::::::::-. 17
* ;;`;; ,;;;'````' ,;;;'````' ;;;;``;;;; ;;`;; '`````;;;;;;;'''' ;;, `';,18
* ,[[ '[[, [[[ [[[ [[[,/[[[' ,[[ '[[, .n[[' [[cccc `[[ [[19
* c$$$cc$$$c $$$ $$$ $$$$$$c c$$$cc$$$c ,$$P" $$"""" $$, $$20
* 888 888,`88bo,__,o,`88bo,__,o, 888b "88bo,888 888,,888bo,_ 888oo,__ 888_,o8P'21
* YMM ""` "YUMMMMMP" "YUMMMMMP"MMMM "W" YMM ""` `""*UMM """"YUMMMMMMMP"` 22
*/23
24
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/font/stylesheet.css'); /* Font */25
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Cursor.css'); /* Cursor */26
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Import.theme.css'); /* Main File */27
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/LightImport.theme.css'); /* Light Part of Theme */28
29
/* GLOBAL VARIABLES */30
:root {31
--color-high: rgb(218, 212, 187);32
--color-low: rgb(87, 84, 74);33
--color-mid: rgb(151, 147, 129);34
--color-alert: rgb(205, 102, 77);35
--color-high-trans: rgba(218, 212, 187, 0.8);36
--color-low-trans: rgba(87, 84, 74, 0.6);37
--color-alert-trans: rgba(205, 102, 77, 0.7);38
--nier-font: sce-ps3_rodin_latinregular;39
}40