beat & mines colors moved to constants
This commit is contained in:
committed by
Diego Marcos
parent
2f56286d91
commit
c4e9366a32
@@ -18,4 +18,12 @@ module.exports = {
|
||||
TEXT_OFF: '#000',
|
||||
TEXT_NORMAL: '#444',
|
||||
TEXT_BOLD: '#888',
|
||||
|
||||
BEAT_RED: '#290404',
|
||||
BEAT_BLUE: '#08083E',
|
||||
|
||||
MINE_RED: '#070304',
|
||||
MINE_RED_EMISSION: '#090707',
|
||||
MINE_BLUE: '#030407',
|
||||
MINE_BLUE_EMISSION: '#070709',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user