• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2022 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16export default class Constants {
17  static ohos_id_color_button_normal = '#0C182431'
18  static ohos_id_color_click_effect = '#19182431'
19  static ohos_id_color_control_actived = "#007DFF"
20  static ohos_id_color_control_highlight = '#FF007DFF'
21  static ohos_id_color_dialog_bg = "#FFFFFF"
22  static ohos_id_color_emphasize = '#007DFF'
23  static ohos_id_color_foreground = '#182431'
24  static ohos_id_color_foreground_60_transparency = '#99182431'
25  static ohos_id_color_foreground_97_transparency = '#08182431'
26  static ohos_id_color_foreground_inverse = 0xffffff
27  static ohos_id_color_list_separator = '#33182431'
28  static ohos_id_color_text_hyperlink = '#007DFF'
29  static ohos_id_color_text_primary = '#182431'
30  static ohos_id_color_text_primary_actived = "#007DFF"
31  static ohos_id_color_text_secondary = '#99182431'
32  static ohos_id_color_title_bar_sub_bg = "#F9FAFB"
33  static ohos_id_color_titlebar_text = "#E5000000"
34  static ohos_id_color_warning = '#FA2A2D'
35  static ohos_id_text_button1 = '16fp'
36  static ohos_id_text_font_family_bold = 'blod'
37  static ohos_id_text_font_family_medium = 'HwChinese-medium'
38  static ohos_id_text_font_family_regular = 'sans-serif'
39  static ohos_id_text_size_body1 = '16fp'
40  static ohos_id_text_size_body2 = '14fp'
41  static ohos_id_text_size_caption1 = "10vp"
42  static ohos_id_text_size_dialog_title = '20fp'
43  static ohos_id_text_size_headline7 = '24vp'
44  static ohos_id_text_size_headline8 = '20vp'
45  static ohos_id_text_size_subtitle1 = '18fp'
46}