UNPKG

zoskit

Version:

Fast and lightweight UI component kit for ZeppOS

25 lines (18 loc) 471 B
// use // import theme from "../UiCompositor"; const BASE_FONT_SIZE = 28; export const UiTheme = { FONT_SIZE: BASE_FONT_SIZE, ACCENT_COLOR: 0x1e88e5, ACCENT_COLOR_DARK: 0x072136, ACCENT_COLOR_DARK_2: 0x061926, ACCENT_COLOR_LIGHT: 0x61a8e1, TEXT_COLOR: 0xffffff, TEXT_COLOR_2: 0x999999, BUTTON_NORMAL: 0x1f1f1f, BUTTON_SELECTED: 0x333333, BUTTON_PRESSED: 0x0f0f0f, BUTTON_DISABLED: 0x0f0f0f, BUTTON_TEXT: 0xffffff, }; export default UiTheme;