mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
11 lines
196 B
JavaScript
11 lines
196 B
JavaScript
|
module.exports = {
|
||
|
GRAY: 'grey',
|
||
|
GREY: 'grey',
|
||
|
BLUE: 'blue',
|
||
|
RED: 'red',
|
||
|
GREEN: 'green',
|
||
|
ORANGE: 'orange',
|
||
|
PURPLE: 'purple',
|
||
|
YELLOW: 'yellow',
|
||
|
BLACK: 'black',
|
||
|
}
|