mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-12 23:05:47 +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
430 B
TypeScript
21 lines
430 B
TypeScript
export default {
|
|
scheme: 'default',
|
|
author: 'chris kempson (http://chriskempson.com)',
|
|
base00: '#181818',
|
|
base01: '#282828',
|
|
base02: '#383838',
|
|
base03: '#585858',
|
|
base04: '#b8b8b8',
|
|
base05: '#d8d8d8',
|
|
base06: '#e8e8e8',
|
|
base07: '#f8f8f8',
|
|
base08: '#ab4642',
|
|
base09: '#dc9656',
|
|
base0A: '#f7ca88',
|
|
base0B: '#a1b56c',
|
|
base0C: '#86c1b9',
|
|
base0D: '#7cafc2',
|
|
base0E: '#ba8baf',
|
|
base0F: '#a16946',
|
|
};
|