Esempio n. 1
0
 def get_accent():
     return get_color_from_hex("00BCD4")
Esempio n. 2
0
 def get_happy():
     return get_color_from_hex("00E000")
Esempio n. 3
0
 def get_dark_primary():
     return get_color_from_hex("D32F2F")
Esempio n. 4
0
 def get_alert():
     return get_color_from_hex("FFCC00")
Esempio n. 5
0
 def get_error_background():
     return get_color_from_hex("FF7F7F")
Esempio n. 6
0
 def get_secondary_text():
     return get_color_from_hex("727272")
Esempio n. 7
0
 def get_error_background():
     return get_color_from_hex("FF7F7F")
Esempio n. 8
0
 def get_dark_accent():
     return get_color_from_hex("006775")
Esempio n. 9
0
 def get_alert():
     return get_color_from_hex("FFCC00")
Esempio n. 10
0
 def get_disabled_primary_text():
     return get_color_from_hex("202020")
Esempio n. 11
0
 def get_happy():
     return get_color_from_hex("00E000")
Esempio n. 12
0
 def get_medium_accent():
     return get_color_from_hex("006775")
Esempio n. 13
0
 def get_dark_accent():
     return get_color_from_hex("001e23")
Esempio n. 14
0
 def get_normal_background():
     return get_color_from_hex("FFFFFF")
Esempio n. 15
0
 def get_medium_accent():
     return get_color_from_hex("006775")
Esempio n. 16
0
 def get_dark_background():
     return get_color_from_hex("202020")
Esempio n. 17
0
 def get_light_primary_text():
     return get_color_from_hex("FFFFFF")
Esempio n. 18
0
 def get_medium_background():
     return get_color_from_hex("505050")
Esempio n. 19
0
 def get_dark_background():
     return get_color_from_hex("202020")
Esempio n. 20
0
 def get_background():
     return get_color_from_hex("000000")
Esempio n. 21
0
 def get_background():
     return get_color_from_hex("000000")
Esempio n. 22
0
 def get_error():
     return get_color_from_hex("E00000")
Esempio n. 23
0
 def get_error():
     return get_color_from_hex("E00000")
Esempio n. 24
0
 def get_light_primary():
     return get_color_from_hex("FFCDD2")
Esempio n. 25
0
 def get_normal_background():
     return get_color_from_hex("FFFFFF")
Esempio n. 26
0
 def get_accent():
     return get_color_from_hex("00BCD4")
Esempio n. 27
0
 def get_primary():
     return get_color_from_hex("F44336")
Esempio n. 28
0
 def get_dark_primary_text():
     return get_color_from_hex("212121")
Esempio n. 29
0
 def get_light_primary():
     return get_color_from_hex("FFCDD2")
Esempio n. 30
0
 def get_light_primary_text():
     return get_color_from_hex("FFFFFF")
Esempio n. 31
0
 def get_dark_accent():
     return get_color_from_hex("001e23")
Esempio n. 32
0
 def get_secondary_text():
     return get_color_from_hex("727272")
Esempio n. 33
0
 def get_dark_primary_text():
     return get_color_from_hex("313131")
Esempio n. 34
0
 def get_divider():
     return get_color_from_hex("B6B6B6")
Esempio n. 35
0
 def get_disabled_primary_text():
     return get_color_from_hex("202020")
Esempio n. 36
0
 def get_primary():
     return get_color_from_hex("F44336")
Esempio n. 37
0
 def get_divider():
     return get_color_from_hex("B6B6B6")
Esempio n. 38
0
 def get_dark_primary():
     return get_color_from_hex("D32F2F")
Esempio n. 39
0
 def get_medium_background():
     return get_color_from_hex("505050")
Esempio n. 40
0
 def get_dark_accent():
     return get_color_from_hex("006775")