NieR: Automata - YoRHa Menu UI

By accrazed Version 1.4 Updated 12/22/2022 160.2K downloads

Better Discord theme based around NieR: Automata's Menu UI. Dark Mode available on my git page!

dark light game

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

NieR: Automata - YoRHa Menu UI screenshot
NieR-Light-Source.theme.css
GitHub

Open source

https://raw.githubusercontent.com/AccraZed/YoRHA-UI-BetterDiscord/49d5eeee90307fbab5bac301010fcad5e6705be9/NieR-Light-Source.theme.css
1/**
2 * @name NieR: Automata UI Light
3 * @version 1.4
4 * @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-BetterDiscord
10 * @author Accrazed#2710
11 * @invite X4nBPCa
12 * @patreon https://www.patreon.com/accrazed
13 * @authorId 153562159161278473
14 */
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