comparison Discovery/Src/gfx_colors.c @ 525:1f557e5f4b5a

Change color ID used in strings for light grey: CLUT of id 21 and 31 were the same. Changed CLUT of 21 back to a dark grey (used to show off state) and updated strings to 31 => No visible change in menus
author Ideenmodellierer
date Sun, 13 Sep 2020 20:49:58 +0200
parents 998529b3e142
children
comparison
equal deleted inserted replaced
524:b33a8c1c72e5 525:1f557e5f4b5a
37 37
38 uint32_t ColorLUT[] = 38 uint32_t ColorLUT[] =
39 { 39 {
40 // ARGB 40 // ARGB
41 0x00FFFFFF, // \020 wei� 41 0x00FFFFFF, // \020 wei�
42 0x00777777, // \021 grau f�r inaktiv / hw 151027: war zuvor 0x00555555 grau 42 0x00333333, // \021 dark grey
43 0x0050FF50, // \022 units 43 0x0050FF50, // \022 units
44 0x003060FF, // \023 blau 44 0x003060FF, // \023 blau
45 0x00FFFF00, // \024 + CLUT_WarningYellow 45 0x00FFFF00, // \024 + CLUT_WarningYellow
46 0x00FF0000, // \025 + CLUT_WarningRed 46 0x00FF0000, // \025 + CLUT_WarningRed
47 0x0000FF00, // \026 + CLUT_NiceGreen 47 0x0000FF00, // \026 + CLUT_NiceGreen
48 0x00FFFFFF, // \027 DIVE_MainColorIfNotWhite\020 48 0x00FFFFFF, // \027 DIVE_MainColorIfNotWhite\020
49 0x00FFFFFF, // \030 DIVE_PluginBoxMainColor 49 0x00FFFFFF, // \030 DIVE_PluginBoxMainColor
50 0x00777777, // \031 DIVE_PluginBoxGrey 50 0x00777777, // \031 DIVE_PluginBoxGrey also used to display deactivation
51 0x0050FF50, // \032 DIVE_LabelColor 51 0x0050FF50, // \032 DIVE_LabelColor
52 0x00FFFFFF, // CLUT_DIVE_FieldSeperatorLines 52 0x00FFFFFF, // CLUT_DIVE_FieldSeperatorLines
53 0x0050FF50, // CLUT_DIVE_pluginbox // old pink 0x00FF20FF 53 0x0050FF50, // CLUT_DIVE_pluginbox // old pink 0x00FF20FF
54 0x00FF00FF, // CLUT_NiceBlue descent graph (apnoe) 54 0x00FF00FF, // CLUT_NiceBlue descent graph (apnoe)
55 0x00FFFFFF, // CLUT_DIVE_SPARE22 - UNUSED 55 0x00FFFFFF, // CLUT_DIVE_SPARE22 - UNUSED