forked from noxious/client
More WIP ingame UI
Temporary skill icons, adjusted borders globally
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user