Browse Source

Merge 056ffedd8a into ad836229b3

pull/129/merge
Andy 3 years ago
committed by GitHub
parent
commit
2506bf8f82
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PVEDiscordDark/js/PVEDiscordDark.js
  2. 2
      PVEDiscordDark/sass/PVEDiscordDark.css
  3. 2
      PVEDiscordDark/sass/_vars.sass

2
PVEDiscordDark/js/PVEDiscordDark.js

@ -1,6 +1,6 @@
const COLOR_DARK = '#2C2F33'
const COLOR_DARKER = '#23272a'
const COLOR_BLURPLE = '#526DD1'
const COLOR_BLURPLE = '#263D90'
const COLOR_YELLOW = '#faa61a'
const COLOR_RED = '#ba2b2d'

2
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

2
PVEDiscordDark/sass/_vars.sass

@ -1,4 +1,4 @@
$blurple: #526DD1
$blurple: #263D90
$green: #43b581
$yellow: #faa61a
$red: #ba2b2d

Loading…
Cancel
Save