From a4d2a9ea6fe1aa8c610be34c4edd6a985e0bfd95 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:05:19 +0200 Subject: [PATCH] Fix swapped colours in default light theme (#2057) --- novelwriter/assets/themes/default_light.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/novelwriter/assets/themes/default_light.conf b/novelwriter/assets/themes/default_light.conf index a02a12f9..efedea6d 100644 --- a/novelwriter/assets/themes/default_light.conf +++ b/novelwriter/assets/themes/default_light.conf @@ -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