24 lines
567 B
JavaScript
24 lines
567 B
JavaScript
'use strict';
|
|
|
|
exports.__esModule = true;
|
|
exports['default'] = {
|
|
scheme: 'atelier forest',
|
|
author: 'bram de haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest)',
|
|
base00: '#1b1918',
|
|
base01: '#2c2421',
|
|
base02: '#68615e',
|
|
base03: '#766e6b',
|
|
base04: '#9c9491',
|
|
base05: '#a8a19f',
|
|
base06: '#e6e2e0',
|
|
base07: '#f1efee',
|
|
base08: '#f22c40',
|
|
base09: '#df5320',
|
|
base0A: '#d5911a',
|
|
base0B: '#5ab738',
|
|
base0C: '#00ad9c',
|
|
base0D: '#407ee7',
|
|
base0E: '#6666ea',
|
|
base0F: '#c33ff3'
|
|
};
|
|
module.exports = exports['default']; |