24 lines
486 B
JavaScript
24 lines
486 B
JavaScript
'use strict';
|
|
|
|
exports.__esModule = true;
|
|
exports['default'] = {
|
|
scheme: 'codeschool',
|
|
author: 'brettof86',
|
|
base00: '#232c31',
|
|
base01: '#1c3657',
|
|
base02: '#2a343a',
|
|
base03: '#3f4944',
|
|
base04: '#84898c',
|
|
base05: '#9ea7a6',
|
|
base06: '#a7cfa3',
|
|
base07: '#b5d8f6',
|
|
base08: '#2a5491',
|
|
base09: '#43820d',
|
|
base0A: '#a03b1e',
|
|
base0B: '#237986',
|
|
base0C: '#b02f30',
|
|
base0D: '#484d79',
|
|
base0E: '#c59820',
|
|
base0F: '#c98344'
|
|
};
|
|
module.exports = exports['default']; |