diff --git a/novelwriter/assets/themes/default.conf b/novelwriter/assets/themes/default.conf index aa3691e1..fcc437b6 100644 --- a/novelwriter/assets/themes/default.conf +++ b/novelwriter/assets/themes/default.conf @@ -1,4 +1,4 @@ [Main] -name = Default Theme +name = Qt Default Theme description = Qt standard colours -icontheme = typicons_light \ No newline at end of file +icontheme = typicons_light diff --git a/novelwriter/assets/themes/default_dark.conf b/novelwriter/assets/themes/default_dark.conf index 05a9b4ce..ed8e0485 100644 --- a/novelwriter/assets/themes/default_dark.conf +++ b/novelwriter/assets/themes/default_dark.conf @@ -10,21 +10,22 @@ icontheme = typicons_dark [Palette] window = 54, 54, 54 -windowtext = 174, 174, 174 +windowtext = 204, 204, 204 base = 62, 62, 62 alternatebase = 78, 78, 78 -text = 174, 174, 174 +text = 204, 204, 204 tooltipbase = 255, 255, 192 tooltiptext = 21, 21, 13 button = 62, 62, 62 -buttontext = 174, 174, 174 -brighttext = 174, 174, 174 +buttontext = 204, 204, 204 +brighttext = 62, 62, 62 highlight = 44, 152, 247 highlightedtext = 255, 255, 255 link = 44, 152, 247 linkvisited = 44, 152, 247 [GUI] +helptext = 164, 164, 164 statusnone = 150, 152, 150 statussaved = 39, 135, 78 statusunsaved = 138, 32, 32 diff --git a/novelwriter/assets/themes/default_light.conf b/novelwriter/assets/themes/default_light.conf new file mode 100644 index 00000000..6c28f979 --- /dev/null +++ b/novelwriter/assets/themes/default_light.conf @@ -0,0 +1,31 @@ +[Main] +name = Default Light Theme +description = The novelWriter standard light theme +author = Veronica Berglyd Olsen +credit = Veronica Berglyd Olsen +url = https://github.com/vkbo/novelWriter +license = CC BY-SA 4.0 +licenseurl = https://creativecommons.org/licenses/by-sa/4.0/ +icontheme = typicons_light + +[Palette] +window = 239, 239, 239 +windowtext = 0, 0, 0 +base = 255, 255, 255 +alternatebase = 239, 239, 239 +text = 0, 0, 0 +tooltipbase = 255, 255, 220 +tooltiptext = 0, 0, 0 +button = 239, 239, 239 +buttontext = 0, 0, 0 +brighttext = 255, 255, 255 +highlight = 48, 135, 198 +highlightedtext = 255, 255, 255 +link = 0, 84, 255 +linkvisited = 0, 84, 255 + +[GUI] +helptext = 92, 92, 92 +statusnone = 120, 120, 120 +statussaved = 200, 15, 39 +statusunsaved = 2, 133, 37 diff --git a/novelwriter/assets/themes/solarized_dark.conf b/novelwriter/assets/themes/solarized_dark.conf index cf46d519..a132f9a6 100644 --- a/novelwriter/assets/themes/solarized_dark.conf +++ b/novelwriter/assets/themes/solarized_dark.conf @@ -17,13 +17,14 @@ tooltipbase = 133, 153, 0 tooltiptext = 0, 43, 54 button = 7, 54, 66 buttontext = 253, 246, 227 -brighttext = 253, 246, 227 +brighttext = 7, 54, 66 highlight = 42, 161, 152 highlightedtext = 0, 43, 54 link = 38, 139, 210 linkvisited = 38, 139, 210 [GUI] +helptext = 166, 161, 149 statusnone = 88, 110, 117 statussaved = 42, 161, 152 statusunsaved = 203, 75, 22 diff --git a/novelwriter/assets/themes/solarized_light.conf b/novelwriter/assets/themes/solarized_light.conf index c9fb50c0..614622b6 100644 --- a/novelwriter/assets/themes/solarized_light.conf +++ b/novelwriter/assets/themes/solarized_light.conf @@ -17,13 +17,14 @@ tooltipbase = 133, 153, 0 tooltiptext = 0, 43, 54 button = 238, 232, 213 buttontext = 0, 43, 54 -brighttext = 0, 43, 54 +brighttext = 253, 246, 227 highlight = 42, 161, 152 highlightedtext = 253, 246, 227 link = 38, 139, 210 linkvisited = 38, 139, 210 [GUI] +helptext = 78, 91, 95 statusnone = 88, 110, 117 statussaved = 42, 161, 152 statusunsaved = 203, 75, 22