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
428 B
TypeScript
21 lines
428 B
TypeScript
export default {
|
|
scheme: 'railscasts',
|
|
author: 'ryan bates (http://railscasts.com)',
|
|
base00: '#2b2b2b',
|
|
base01: '#272935',
|
|
base02: '#3a4055',
|
|
base03: '#5a647e',
|
|
base04: '#d4cfc9',
|
|
base05: '#e6e1dc',
|
|
base06: '#f4f1ed',
|
|
base07: '#f9f7f3',
|
|
base08: '#da4939',
|
|
base09: '#cc7833',
|
|
base0A: '#ffc66d',
|
|
base0B: '#a5c261',
|
|
base0C: '#519f50',
|
|
base0D: '#6d9cbe',
|
|
base0E: '#b6b3eb',
|
|
base0F: '#bc9458',
|
|
};
|