1
0
forked from noxious/client

More WIP ingame UI

Temporary skill icons, adjusted borders globally
This commit is contained in:
2024-10-13 20:27:44 +02:00
parent 934ae50d8e
commit 8b98fc5c4e
18 changed files with 94 additions and 24 deletions

View File

@ -71,10 +71,14 @@ export default {
400: '#332426'
},
blue: {
DEFAULT: '#4F5FF0'
DEFAULT: '#4F5FF0',
100: '#4F5FF0',
200: '#2E378A'
},
green: {
DEFAULT: '#05E300'
DEFAULT: '#05E300',
100: '#05E300',
200: '#027D00'
},
purple: {
DEFAULT: '#9841e6'