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
439 B
TypeScript
21 lines
439 B
TypeScript
export default {
|
|
scheme: 'grayscale',
|
|
author: 'alexandre gavioli (https://github.com/alexx2/)',
|
|
base00: '#101010',
|
|
base01: '#252525',
|
|
base02: '#464646',
|
|
base03: '#525252',
|
|
base04: '#ababab',
|
|
base05: '#b9b9b9',
|
|
base06: '#e3e3e3',
|
|
base07: '#f7f7f7',
|
|
base08: '#7c7c7c',
|
|
base09: '#999999',
|
|
base0A: '#a0a0a0',
|
|
base0B: '#8e8e8e',
|
|
base0C: '#868686',
|
|
base0D: '#686868',
|
|
base0E: '#747474',
|
|
base0F: '#5e5e5e',
|
|
};
|