Fix swapped colours in default light theme (#2057)

This commit is contained in:
Veronica Berglyd Olsen
2024-10-21 17:05:19 +02:00
parent b0fc8d63a6
commit a4d2a9ea6f
+2 -2
View File
@@ -29,5 +29,5 @@ helptext = 92, 92, 92
fadedtext = 108, 108, 108
errortext = 255, 92, 92
statusnone = 120, 120, 120
statussaved = 200, 15, 39
statusunsaved = 2, 133, 37
statussaved = 2, 133, 37
statusunsaved = 200, 15, 39