From fafd088751b68098a0fe9036be6d973d3cb9165e Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:56:41 +0100 Subject: [PATCH] Set theme icon colours --- novelwriter/assets/syntax/cyberpunk_night.conf | 2 +- novelwriter/assets/themes/cyberpunk_night.conf | 10 ++++++++++ novelwriter/assets/themes/default_dark.conf | 10 ++++++++++ novelwriter/assets/themes/default_light.conf | 10 ++++++++++ novelwriter/assets/themes/dracula.conf | 11 +++++++++++ novelwriter/assets/themes/solarized_dark.conf | 10 ++++++++++ novelwriter/assets/themes/solarized_light.conf | 11 +++++++++++ 7 files changed, 63 insertions(+), 1 deletion(-) diff --git a/novelwriter/assets/syntax/cyberpunk_night.conf b/novelwriter/assets/syntax/cyberpunk_night.conf index 4a838580..57a14536 100644 --- a/novelwriter/assets/syntax/cyberpunk_night.conf +++ b/novelwriter/assets/syntax/cyberpunk_night.conf @@ -8,7 +8,7 @@ licenseurl = https://creativecommons.org/licenses/by-sa/4.0/ [Syntax] background = 0, 0, 0 text = 150, 150, 150 -link = 77, 077, 255 +link = 77, 77, 255 headertext = 255, 255, 255 headertag = 50, 0, 180 emphasis = 0, 255, 255 diff --git a/novelwriter/assets/themes/cyberpunk_night.conf b/novelwriter/assets/themes/cyberpunk_night.conf index 3cfc7c2a..ba3e8898 100644 --- a/novelwriter/assets/themes/cyberpunk_night.conf +++ b/novelwriter/assets/themes/cyberpunk_night.conf @@ -7,6 +7,16 @@ license = CC BY-SA 4.0 licenseurl = https://creativecommons.org/licenses/by-sa/4.0/ icontheme = typicons_dark +[Icons] +default = 150, 150, 150 +red = 242, 72, 23 +orange = 255, 150, 10 +yellow = 255, 255, 0 +green = 0, 255, 0 +aqua = 0, 255, 255 +blue = 77, 77, 255 +purple = 50, 0, 180 + [Palette] window = 0, 0, 0 windowtext = 150, 150, 150 diff --git a/novelwriter/assets/themes/default_dark.conf b/novelwriter/assets/themes/default_dark.conf index 906cc9fe..d123ec9d 100644 --- a/novelwriter/assets/themes/default_dark.conf +++ b/novelwriter/assets/themes/default_dark.conf @@ -8,6 +8,16 @@ license = CC BY-SA 4.0 licenseurl = https://creativecommons.org/licenses/by-sa/4.0/ icontheme = typicons_dark +[Icons] +default = 204, 204, 204 +red = 242, 119, 122 +orange = 249, 145, 57 +yellow = 255, 204, 102 +green = 153, 204, 153 +aqua = 102, 204, 204 +blue = 102, 153, 204 +purple = 204, 153, 204 + [Palette] window = 54, 54, 54 windowtext = 204, 204, 204 diff --git a/novelwriter/assets/themes/default_light.conf b/novelwriter/assets/themes/default_light.conf index efedea6d..99a66b37 100644 --- a/novelwriter/assets/themes/default_light.conf +++ b/novelwriter/assets/themes/default_light.conf @@ -8,6 +8,16 @@ license = CC BY-SA 4.0 licenseurl = https://creativecommons.org/licenses/by-sa/4.0/ icontheme = typicons_light +[Icons] +default = 77, 77, 76 +red = 240, 40, 41 +orange = 245, 135, 31 +yellow = 234, 183, 0 +green = 113, 140, 0 +aqua = 62, 153, 159 +blue = 66, 113, 174 +purple = 137, 89, 168 + [Palette] window = 239, 239, 239 windowtext = 0, 0, 0 diff --git a/novelwriter/assets/themes/dracula.conf b/novelwriter/assets/themes/dracula.conf index a787dcd4..7e637fce 100644 --- a/novelwriter/assets/themes/dracula.conf +++ b/novelwriter/assets/themes/dracula.conf @@ -23,6 +23,17 @@ icontheme = typicons_dark # Yellow = f1fa8c : 241, 250, 140 ## +[Icons] +default = 248, 248, 242 +red = 255, 85, 85 +orange = 255, 184, 108 +yellow = 241, 250, 140 +green = 80, 250, 123 +aqua = 139, 233, 253 +blue = 255, 121, 198 +purple = 189, 147, 249 + + [Palette] window = 68, 71, 90 windowtext = 248, 248, 242 diff --git a/novelwriter/assets/themes/solarized_dark.conf b/novelwriter/assets/themes/solarized_dark.conf index 5a4df68b..8adf91b8 100644 --- a/novelwriter/assets/themes/solarized_dark.conf +++ b/novelwriter/assets/themes/solarized_dark.conf @@ -7,6 +7,16 @@ license = MIT licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE icontheme = typicons_dark +[Icons] +default = 253, 246, 227 +red = 220, 50, 47 +orange = 203, 75, 22 +yellow = 181, 137, 0 +green = 133, 153, 0 +aqua = 42, 161, 152 +blue = 38, 139, 210 +purple = 108, 113, 196 + [Palette] window = 0, 43, 54 windowtext = 253, 246, 227 diff --git a/novelwriter/assets/themes/solarized_light.conf b/novelwriter/assets/themes/solarized_light.conf index ca314428..6b5cec3f 100644 --- a/novelwriter/assets/themes/solarized_light.conf +++ b/novelwriter/assets/themes/solarized_light.conf @@ -7,6 +7,17 @@ license = MIT licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE icontheme = typicons_light +[Icons] +default = 0, 43, 54 +red = 220, 50, 47 +orange = 203, 75, 22 +yellow = 181, 137, 0 +green = 133, 153, 0 +aqua = 42, 161, 152 +blue = 38, 139, 210 +purple = 108, 113, 196 + + [Palette] window = 238, 232, 213 windowtext = 0, 43, 54