jellyfin-expo/constants/Colors.js

16 lines
375 B
JavaScript
Raw Normal View History

2019-12-12 21:22:47 +00:00
/**
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
2019-08-19 06:47:46 +00:00
export default {
2020-12-30 19:22:46 +00:00
blue: '#00A4DC',
purple: '#AA5CC3',
white: '#FFF',
black: '#000',
2020-12-30 19:22:46 +00:00
blackish: '#101010',
grey0: '#202020',
grey1: '#CCC',
grey6: '#292929'
2019-08-19 06:47:46 +00:00
};