Adventure Game Studio

AGS Support => Modules, Plugins & Tools => Topic started by: imagazzell on Sat 03/09/2022 22:47:57

Title: Gray Color Theme
Post by: imagazzell on Sat 03/09/2022 22:47:57
Hello all,

In the interest of reducing eye-strain, I made a gray color theme for the editor. The VisualStudioDark theme was better than the default white, but sometimes even dark themes are too high-contrasty for my liking. This theme is essentially half way between the two.

If, like me, your eyes crave a softer look, you're welcome to use it too. There are two versions: one using the VisualStudioDark theme's colors for the script editor, which is nice when balanced out by the rest of AGS in gray, as well as a version with lighter script editor colors.

Download here (https://github.com/imagazzell/AGS-Color-Themes/releases/download/v1.1/GrayTones-v1.1.zip) and import the theme(s) via the Preferences menu in AGS.

Enjoy!
Title: Re: Gray Color Theme
Post by: eri0o on Sun 04/09/2022 00:01:42
Really nice theme! I think the gray script is a bit hard to read.

Grey Dark Screenshot
Spoiler
(https://i.imgur.com/Vwm93hO.png) (https://i.imgur.com/Vwm93hO.png)
[close]

Grey Light Screenshot
Spoiler
(https://i.imgur.com/hDvOurW.png) (https://i.imgur.com/hDvOurW.png)
[close]
Title: Re: Gray Color Theme
Post by: imagazzell on Sun 04/09/2022 18:39:00
Quote from: eri0o on Sun 04/09/2022 00:01:42
Really nice theme! I think the gray script is a bit hard to read.
Thanks for the feedback. I've tweaked the light script version to make the script editor's background a touch lighter for better readability. I don't think I'd want to push it much more though, since the goal is low contrast.

I've updated the link above with the new files. Please re-download to check it out.
Title: Re: Gray Color Theme
Post by: eri0o on Sun 04/09/2022 19:54:10
thank you, that is better. I did an additional change in GrayTones(LightScript).json, in the script-editor -> text-editor -> word-2, I changed the foreground color to the following:
        "foreground": {
          "r": 40,
          "g": 115,
          "b": 140,
          "a": 255
        }
Title: Re: Gray Color Theme
Post by: imagazzell on Sun 10/03/2024 00:05:14
Hi all,

I've updated these themes for newer versions of AGS (tested up to 3.6.1 RC 5), as the tool bar was appearing differently than in 3.5.1.

You can download them here: https://github.com/imagazzell/AGS-Color-Themes/releases/download/GrayTones-v1.2/GrayTones-v1.2.zip

@eri0o If you're the one who previously added the themes to the official repository, you might want to update them there as well.


I also have another theme that uses the dark script look of GrayTones(DarkScript), but otherwise replicates the overall look of the default light theme.

That one can be downloaded here: https://github.com/imagazzell/AGS-Color-Themes/releases/download/DarkScript-v1.2/DarkScript-v1.2.zip
Title: Re: Gray Color Theme
Post by: RootBound on Fri 15/03/2024 21:32:50
I started using the dark grey version today, and it's very good! Much easier on the eyes. Thanks for making it. :)