diff --git a/files/app/resource/css/themes/color-blind.css b/files/app/resource/css/themes/color-blind.css index 1459f988..ec070c47 100755 --- a/files/app/resource/css/themes/color-blind.css +++ b/files/app/resource/css/themes/color-blind.css @@ -31,7 +31,7 @@ --ctrl-modal-bg-tertiary-color: #d0d0d0; --firmware-status-fg-color: #f0f0f0; --firmware-status-bg-color-positive: #3994fd; - --firmware-status-bg-color-negative: #f2b400; + --firmware-status-bg-color-negative: #bb8b00; --firmware-status-bg-color-other: #494cd6; --conn-fg-color-excellent: #3994fc; --conn-fg-color-good: #0079cd; @@ -42,7 +42,7 @@ --service-fg-color-status: #f0f0f0; --service-bg-color-status-active: #3994fd; --service-bg-color-status-inactive: #808080; - --service-bg-color-status-disabled: #f2b400; + --service-bg-color-status-disabled: #bb8b00; --service-status-active-text: "ON"; --service-status-inactive-text: "-"; --service-status-disabled-text: "OFF";