mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-11-07 03:17:38 +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
427 B
TypeScript
21 lines
427 B
TypeScript
export default {
|
|
scheme: 'flat',
|
|
author: 'chris kempson (http://chriskempson.com)',
|
|
base00: '#2C3E50',
|
|
base01: '#34495E',
|
|
base02: '#7F8C8D',
|
|
base03: '#95A5A6',
|
|
base04: '#BDC3C7',
|
|
base05: '#e0e0e0',
|
|
base06: '#f5f5f5',
|
|
base07: '#ECF0F1',
|
|
base08: '#E74C3C',
|
|
base09: '#E67E22',
|
|
base0A: '#F1C40F',
|
|
base0B: '#2ECC71',
|
|
base0C: '#1ABC9C',
|
|
base0D: '#3498DB',
|
|
base0E: '#9B59B6',
|
|
base0F: '#be643c',
|
|
};
|