mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-05-15 12:33:42 +03:00
* react-base16-styling * Use inline react-base16-styling themes * Fix * Format * Fix * Fixes * Transform more * react-json-tree * Update lock * Remove unnecessary * react-dock * Move to dep * Lock * Fix * Fix * Create tame-eagles-relax.md
21 lines
428 B
TypeScript
21 lines
428 B
TypeScript
export default {
|
|
scheme: 'chalk',
|
|
author: 'chris kempson (http://chriskempson.com)',
|
|
base00: '#151515',
|
|
base01: '#202020',
|
|
base02: '#303030',
|
|
base03: '#505050',
|
|
base04: '#b0b0b0',
|
|
base05: '#d0d0d0',
|
|
base06: '#e0e0e0',
|
|
base07: '#f5f5f5',
|
|
base08: '#fb9fb1',
|
|
base09: '#eda987',
|
|
base0A: '#ddb26f',
|
|
base0B: '#acc267',
|
|
base0C: '#12cfc0',
|
|
base0D: '#6fc2ef',
|
|
base0E: '#e1a3ee',
|
|
base0F: '#deaf8f',
|
|
};
|