Andy
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
PVEDiscordDark/js/PVEDiscordDark.js
|
@ -1,6 +1,6 @@ |
|
|
const COLOR_DARK = '#2C2F33' |
|
|
const COLOR_DARK = '#2C2F33' |
|
|
const COLOR_DARKER = '#23272a' |
|
|
const COLOR_DARKER = '#23272a' |
|
|
const COLOR_BLURPLE = '#526DD1' |
|
|
const COLOR_BLURPLE = '#263D90' |
|
|
const COLOR_YELLOW = '#faa61a' |
|
|
const COLOR_YELLOW = '#faa61a' |
|
|
const COLOR_RED = '#ba2b2d' |
|
|
const COLOR_RED = '#ba2b2d' |
|
|
|
|
|
|
|
|