Browse Source

Further improve button contrast

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

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'

Loading…
Cancel
Save