I wonder is it possible now to change theme in script editor from white to dark background. If not how to make Google make it.
If you are using Google Chrome, you can add the AppsScript Color extension. It has two dark color schemes to choose from.
Go to the code editor -> click inspect -> find the element that contains the code -> find css background -> add property background-color:#ccc;
or whatever color you want -> done -> works every browser
The new Apps Script IDE in 2021 has a built-in 'high contrast mode' which makes the editor background black.
To enable: Press F1 > search for High Contrast Theme
Source: https://www.benlcollins.com/apps-script/google-apps-script-ide/#highContrastTheme (some other great tips in there too)
Another option is to set chrome to use auto dark mode. chrome://flags (or edge://flags) 'Auto Dark Mode for Web Contents' - There are a couple options. I prefer 'Enabled with increased text contrast'
It's a good middle ground between AppScript Color Extension's Dracula (not enough contrast) and Monokai (too much contrast) options. It affects ALL WEB PAGES though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With