Completes first forecast screen (experimental colors). Adds checkable theme in action bar. Fixes bug in show_matching_strings function
This commit is contained in:
33
constants.py
33
constants.py
@@ -67,28 +67,28 @@ class Database(object):
|
||||
Signal.CATEGORY_CODE,)
|
||||
|
||||
class Colors(object):
|
||||
RED_DARK = "#4d0000"
|
||||
RED_LIGHT = "#ff0000"
|
||||
RED_DARK = "#4d0000"
|
||||
RED_LIGHT = "#ff0000"
|
||||
RED2_DARK = "#4c0c00"
|
||||
RED2_LIGHT = "#ff2700"
|
||||
RED3_DARK = "#4b1100"
|
||||
RED3_LIGHT = "#ff3a00"
|
||||
ORANGE_DARK = "#4d2e00"
|
||||
ORANGE_LIGHT = "#ffad33"
|
||||
ORANGE_DARK = "#4d2e00"
|
||||
ORANGE_LIGHT = "#ffad33"
|
||||
ORANGE2_DARK = "#4c2000"
|
||||
ORANGE2_LIGHT = "#ff6c00"
|
||||
GREEN_DARK = "#003300"
|
||||
GREEN_LIGHT = "#33ff33"
|
||||
GREEN_DARK = "#003300"
|
||||
GREEN_LIGHT = "#33ff33"
|
||||
GREEN2_DARK = "#424d00"
|
||||
GREEN2_LIGHT = "#dcff00"
|
||||
GREEN3_DARK = "#344d00"
|
||||
GREEN3_LIGHT = "#aeff00"
|
||||
BLUE_DARK = "#000033"
|
||||
BLUE_LIGHT = "#3333ff"
|
||||
WHITE_DARK = "#333333"
|
||||
WHITE_LIGHT = "#d9b3ff"
|
||||
YELLOW_DARK = "#333300"
|
||||
YELLOW_LIGHT = "#ffff33"
|
||||
BLUE_DARK = "#000033"
|
||||
BLUE_LIGHT = "#3333ff"
|
||||
WHITE_DARK = "#333333"
|
||||
WHITE_LIGHT = "#d9b3ff"
|
||||
YELLOW_DARK = "#333300"
|
||||
YELLOW_LIGHT = "#ffff33"
|
||||
|
||||
class Constants(object):
|
||||
ACF_DOCS = "https://aresvalley.com/documentation/"
|
||||
@@ -98,6 +98,15 @@ class Constants(object):
|
||||
FORECAST_SGAS = "https://services.swpc.noaa.gov/text/sgas.txt"
|
||||
FORECAST_G = "https://services.swpc.noaa.gov/text/3-day-forecast.txt"
|
||||
FORECAST_INFO = "https://www.swpc.noaa.gov/sites/default/files/images/NOAAscales.pdf"
|
||||
FORECAST_IMG_0 = "http://www.mmmonvhf.de/eme/eme.png"
|
||||
FORECAST_IMG_1 = "http://www.mmmonvhf.de/ms/ms.png"
|
||||
FORECAST_IMG_2 = "http://www.mmmonvhf.de/es/es.png"
|
||||
FORECAST_IMG_3 = "http://www.mmmonvhf.de/solar/solar.png"
|
||||
FORECAST_IMG_4 = "http://amunters.home.xs4all.nl/eskipstatusNA.gif"
|
||||
FORECAST_IMG_5 = "http://amunters.home.xs4all.nl/aurorastatus.gif"
|
||||
FORECAST_IMG_6 = "http://amunters.home.xs4all.nl/eskip50status.gif"
|
||||
FORECAST_IMG_7 = "http://amunters.home.xs4all.nl/eskip70status.gif"
|
||||
FORECAST_IMG_8 = "http://amunters.home.xs4all.nl/eskipstatus.gif"
|
||||
SEARCH_LABEL_IMG = "search_icon.png"
|
||||
VOLUME_LABEL_IMG = "volume.png"
|
||||
DATA_FOLDER = "Data"
|
||||
|
||||
Reference in New Issue
Block a user