diff --git a/include/componentlibrary.hpp b/include/componentlibrary.hpp index 5a6b1786..14d0b9cd 100644 --- a/include/componentlibrary.hpp +++ b/include/componentlibrary.hpp @@ -86,7 +86,7 @@ typedef TSvgLight<> SvgLight; template struct TGrayModuleLightWidget : Base { TGrayModuleLightWidget() { - this->bgColor = nvgRGBA(0x55, 0x55, 0x55, 0xff); + this->bgColor = nvgRGBA(0x33, 0x33, 0x33, 0xff); this->borderColor = nvgRGBA(0, 0, 0, 53); } }; diff --git a/res/ComponentLibrary/LargeLight.svg b/res/ComponentLibrary/LargeLight.svg index 6c9b7759..6f2c2419 100644 --- a/res/ComponentLibrary/LargeLight.svg +++ b/res/ComponentLibrary/LargeLight.svg @@ -1,4 +1,6 @@ + + image/svg+xml + showgrid="false"> + id="ellipse10" + style="opacity:0.5" /> - + id="ellipse17" + style="opacity:0.15" /> + \ No newline at end of file diff --git a/res/ComponentLibrary/MediumLight.svg b/res/ComponentLibrary/MediumLight.svg index 520716cd..7df3e5c3 100644 --- a/res/ComponentLibrary/MediumLight.svg +++ b/res/ComponentLibrary/MediumLight.svg @@ -1,4 +1,6 @@ + + image/svg+xml + showgrid="false"> + id="ellipse10" + style="opacity:0.5" /> - + id="ellipse17" + style="opacity:0.15" /> + \ No newline at end of file diff --git a/res/ComponentLibrary/SmallLight.svg b/res/ComponentLibrary/SmallLight.svg index ac3d6f39..08afa80a 100644 --- a/res/ComponentLibrary/SmallLight.svg +++ b/res/ComponentLibrary/SmallLight.svg @@ -1,4 +1,6 @@ + + image/svg+xml + showgrid="false"> + id="ellipse10" + style="opacity:0.5" /> - + id="ellipse17" + style="opacity:0.15" /> + \ No newline at end of file diff --git a/res/ComponentLibrary/TinyLight.svg b/res/ComponentLibrary/TinyLight.svg index 24a8cfe2..d9b2cd54 100644 --- a/res/ComponentLibrary/TinyLight.svg +++ b/res/ComponentLibrary/TinyLight.svg @@ -1,4 +1,6 @@ + + image/svg+xml + showgrid="false"> + id="ellipse10" + style="opacity:0.5" /> - + id="ellipse17" + style="opacity:0.15" /> + \ No newline at end of file