mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-13 07:15:46 +03:00
21 lines
428 B
TypeScript
21 lines
428 B
TypeScript
|
export default {
|
||
|
scheme: 'ocean',
|
||
|
author: 'chris kempson (http://chriskempson.com)',
|
||
|
base00: '#2b303b',
|
||
|
base01: '#343d46',
|
||
|
base02: '#4f5b66',
|
||
|
base03: '#65737e',
|
||
|
base04: '#a7adba',
|
||
|
base05: '#c0c5ce',
|
||
|
base06: '#dfe1e8',
|
||
|
base07: '#eff1f5',
|
||
|
base08: '#bf616a',
|
||
|
base09: '#d08770',
|
||
|
base0A: '#ebcb8b',
|
||
|
base0B: '#a3be8c',
|
||
|
base0C: '#96b5b4',
|
||
|
base0D: '#8fa1b3',
|
||
|
base0E: '#b48ead',
|
||
|
base0F: '#ab7967',
|
||
|
};
|