add reman-engine and transmission-locator stores

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-07-01 10:28:24 +07:00
parent d3522a9246
commit 6b56ae3ab3
9 changed files with 160 additions and 43 deletions

View File

@@ -43,3 +43,26 @@ export const remanTransmissionColor = {
600: '#111C55'
}
};
export const transmissionLocatorColor = {
primary: {
DEFAULT: '#D94F3D',
emphasis: '#E53935',
muted: '#C2766E'
},
content: {
subtle: '#9ca3af', // gray-400
DEFAULT: '#6b7280', // gray-500
emphasis: '#374151', // gray-700
strong: '#111827', // gray-900
inverted: '#ffffff' // white
},
dark: '#091242',
secondary: '#D94F3D',
blue: {
800: '#1C1F35',
200: '#666C89',
500: '#2D3A7B',
600: '#111C55'
}
};