forked from accrazed/YoRHA-UI-BetterDiscord
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NieR-Light-Source.theme.css
39 lines (37 loc) · 1.78 KB
/
NieR-Light-Source.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/**
* @name NieR: Automata UI Light
* @version 1.4
* @description Glory to Mankind. ||
* Thanks to JulioDRai for letting me use their cursors!
* ~https://www.deviantart.com/juliodrai ||
* Thanks to GOmonkeymanGO for letting me use some of their code
* ~https://github.com/ChaseIngebritson/YoRHa-Discord-Theme ||
* @website https://github.com/AccraZed/YoRHA-UI-BetterDiscord
* @author Accrazed#2710
* @invite X4nBPCa
* @patreon https://www.patreon.com/accrazed
* @authorId 153562159161278473
*/
/*
* :::. .,-::::: .,-::::: :::::::.. :::. :::::::::.,:::::::::::::-.
* ;;`;; ,;;;'````' ,;;;'````' ;;;;``;;;; ;;`;; '`````;;;;;;;'''' ;;, `';,
* ,[[ '[[, [[[ [[[ [[[,/[[[' ,[[ '[[, .n[[' [[cccc `[[ [[
* c$$$cc$$$c $$$ $$$ $$$$$$c c$$$cc$$$c ,$$P" $$"""" $$, $$
* 888 888,`88bo,__,o,`88bo,__,o, 888b "88bo,888 888,,888bo,_ 888oo,__ 888_,o8P'
* YMM ""` "YUMMMMMP" "YUMMMMMP"MMMM "W" YMM ""` `""*UMM """"YUMMMMMMMP"`
*/
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/font/stylesheet.css'); /* Font */
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Cursor.css'); /* Cursor */
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Import.theme.css'); /* Main File */
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/LightImport.theme.css'); /* Light Part of Theme */
/* GLOBAL VARIABLES */
:root {
--color-high: rgb(218, 212, 187);
--color-low: rgb(87, 84, 74);
--color-mid: rgb(151, 147, 129);
--color-alert: rgb(205, 102, 77);
--color-high-trans: rgba(218, 212, 187, 0.8);
--color-low-trans: rgba(87, 84, 74, 0.6);
--color-alert-trans: rgba(205, 102, 77, 0.7);
--nier-font: sce-ps3_rodin_latinregular;
}