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
426 B
TypeScript
21 lines
426 B
TypeScript
export default {
|
|
scheme: 'google',
|
|
author: 'seth wright (http://sethawright.com)',
|
|
base00: '#1d1f21',
|
|
base01: '#282a2e',
|
|
base02: '#373b41',
|
|
base03: '#969896',
|
|
base04: '#b4b7b4',
|
|
base05: '#c5c8c6',
|
|
base06: '#e0e0e0',
|
|
base07: '#ffffff',
|
|
base08: '#CC342B',
|
|
base09: '#F96A38',
|
|
base0A: '#FBA922',
|
|
base0B: '#198844',
|
|
base0C: '#3971ED',
|
|
base0D: '#3971ED',
|
|
base0E: '#A36AC7',
|
|
base0F: '#3971ED',
|
|
};
|