应用截图

AppsScript Color截图1
AppsScript Color截图2
AppsScript Color截图3
AppsScript Color截图4

详细介绍

Provides folders display and a dark color theme to the google apps script editor.

AppsScript Color provides other color themes for Apps Script developers.

These dark themes are more contrasted and comfy, allowing to code for hours !
Choose from the 'Colors' integrated menu one of the following themes :

3 dark themes are available in the IDE (themes only applies to the IDE, not to the full page)

Use the "Sun/Moon" icon to toggle the dark mode on and off, To select a different color theme, open the IDE action menu with [F1] (while focusing the IDE), then type either "theme", or one of the following:

- Darcula
- Monokai
- BlackFoxConsole

For now the extension applies a color theme of your choice on Apps Scripts open on script.google.com
It works for standalone scripts and scripts linked to native Google documents.

AppsScriptColor also add a structured Folder view for a tidier file list !
To add folders, rename your files to include the path in their name:
myFolder/some_subfolder/myfileName

## ChangeLog

v1.5.1

- [#39](https://github.com/JeanRemiDelteil/appsScriptColor/issues/39) Fix: issue with Chrome Update

v1.5.0

- [#31](https://github.com/JeanRemiDelteil/appsScriptColor/issues/31) Updated the extension to support Chrome Extension Manifest V3
- [Clean-up] Remove all Maestro related code
- [#30](https://github.com/JeanRemiDelteil/appsScriptColor/issues/30) Fix: Navigating away from file does not remove light blue highlighting
- [#22](https://github.com/JeanRemiDelteil/appsScriptColor/issues/22) Fix: Creating a New Project (script) with the Extension will crash Chrome
- [#20](https://github.com/JeanRemiDelteil/appsScriptColor/issues/20) Fix: Duplicated entries in action menu
- [#19](https://github.com/JeanRemiDelteil/appsScriptColor/issues/19) Mitigated: Color insertion fails when no function

v1.4.1

- Fix https://github.com/JeanRemiDelteil/appsScriptColor/issues/21

v1.4.0

- Full support of the new GAS online IDE (not all theme are available)

v1.1.1

- F