Skip to content

Commit 7712bd4

Browse files
committed
Updated colors
1 parent d9720f0 commit 7712bd4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

res/main/schema/legacy-dark.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,11 +1841,11 @@
18411841
</style>
18421842

18431843
<style class="PluginWindow::StatusBar::Label::OK" parents="PluginWindow::StatusBar::Label">
1844-
<text.color value="dark_green" />
1844+
<text.color value="green" />
18451845
</style>
18461846

18471847
<style class="PluginWindow::StatusBar::Label::FAIL" parents="PluginWindow::StatusBar::Label">
1848-
<text.color value="dark_red" />
1848+
<text.color value="red" />
18491849
</style>
18501850

18511851
</schema>

res/main/schema/legacy.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,11 +1853,11 @@
18531853
</style>
18541854

18551855
<style class="PluginWindow::StatusBar::Label::OK" parents="PluginWindow::StatusBar::Label">
1856-
<text.color value="dark_green" />
1856+
<text.color value="green" />
18571857
</style>
18581858

18591859
<style class="PluginWindow::StatusBar::Label::FAIL" parents="PluginWindow::StatusBar::Label">
1860-
<text.color value="dark_red" />
1860+
<text.color value="red" />
18611861
</style>
18621862

18631863
</schema>

res/main/schema/modern.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,11 +1848,11 @@
18481848
</style>
18491849

18501850
<style class="PluginWindow::StatusBar::Label::OK" parents="PluginWindow::StatusBar::Label">
1851-
<text.color value="dark_green" />
1851+
<text.color value="green" />
18521852
</style>
18531853

18541854
<style class="PluginWindow::StatusBar::Label::FAIL" parents="PluginWindow::StatusBar::Label">
1855-
<text.color value="dark_red" />
1855+
<text.color value="red" />
18561856
</style>
18571857

18581858
</schema>

0 commit comments

Comments
 (0)