{"id":13448707,"url":"https://github.com/JeanRemiDelteil/appsScriptColor","last_synced_at":"2025-03-22T17:32:18.992Z","repository":{"id":40791615,"uuid":"82938731","full_name":"JeanRemiDelteil/appsScriptColor","owner":"JeanRemiDelteil","description":"Google Chrome extension to change the color style of the (GAS) google apps script editor","archived":false,"fork":false,"pushed_at":"2024-04-30T15:59:08.000Z","size":3038,"stargazers_count":27,"open_issues_count":4,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-01T06:20:45.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JeanRemiDelteil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-23T15:05:48.000Z","updated_at":"2024-06-09T03:24:05.000Z","dependencies_parsed_at":"2023-02-08T12:31:29.438Z","dependency_job_id":null,"html_url":"https://github.com/JeanRemiDelteil/appsScriptColor","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeanRemiDelteil%2FappsScriptColor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeanRemiDelteil%2FappsScriptColor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeanRemiDelteil%2FappsScriptColor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeanRemiDelteil%2FappsScriptColor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JeanRemiDelteil","download_url":"https://codeload.github.com/JeanRemiDelteil/appsScriptColor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221832218,"owners_count":16888196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T06:00:18.059Z","updated_at":"2024-10-28T13:30:45.266Z","avatar_url":"https://github.com/JeanRemiDelteil.png","language":"TypeScript","readme":"# appsScriptColor\n\nGoogle Chrome extension that provides folders display, and a dark color theme to the Google apps script editor.\n\nhttps://chrome.google.com/webstore/detail/appsscript-color/ciggahcpieccaejjdpkllokejakhkome\n\nNote: Editing the code is not something in the scope of this extension.\\\nSo these are out of scope:\n\n-   Custom code autocomplete\n-   Code folding,\n-   Different code editor (--\u003e use CLASP locally)\n\n## Description\n\nAppsScript Color provides other color themes for Apps Script developers.\n\nThese dark themes are more contrasted and comfy, allowing to code for hours !\nChoose from the 'Colors' integrated menu one of the following themes :\n\n3 dark themes are available in the IDE (themes only applies to the IDE, not to the full page)\n\nUse 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\"\n, or one of the following:\n\n-   Darcula\n-   Monokai\n-   BlackFoxConsole\n\nFor now the extension applies a color theme of your choice on Apps Scripts open on script.google.com\nIt works for standalone scripts and scripts linked to native Google documents.\n\nAppsScriptColor also add a structured Folder view for a tidier file list !\nTo add folders, rename your files to include the path in their name:\nmyFolder/some_subfolder/myfileName\n\n## ChangeLog\n\nv1.5.1\n\n-   [#39](https://github.com/JeanRemiDelteil/appsScriptColor/issues/39) Fix: issue with Chrome Update\n\nv1.5.0\n\n-   [#31](https://github.com/JeanRemiDelteil/appsScriptColor/issues/31) Updated the extension to support Chrome Extension Manifest V3\n-   [Clean-up] Remove all Maestro related code\n-   [#30](https://github.com/JeanRemiDelteil/appsScriptColor/issues/30) Fix: Navigating away from file does not remove light blue highlighting\n-   [#22](https://github.com/JeanRemiDelteil/appsScriptColor/issues/22) Fix: Creating a New Project (script) with the Extension will crash Chrome\n-   [#20](https://github.com/JeanRemiDelteil/appsScriptColor/issues/20) Fix: Duplicated entries in action menu\n-   [#19](https://github.com/JeanRemiDelteil/appsScriptColor/issues/19) Mitigated: Color insertion fails when no function\n\nv1.4.1\n\n-   Fix https://github.com/JeanRemiDelteil/appsScriptColor/issues/21\n\nv1.4.0\n\n-   Full support of the new GAS online IDE (not all theme are available)\n\nv1.1.1\n\n-   Fix some colors changes\n\nv1.1.0\n\n-   Custom theme editor allows to create theme derivated from the 3 default themes\\\n    Find the Theme Editor in the color menu\n\nv1.0.2\n\n-   Folder are grouped above files\n-   Folder color match their nesting level\n\nv1.0.1\n\n-   New Folder system: use the '/' character in your file names to display a structure Folder view This will allow great compatibility with the new CLASP command line\n    tool (https://github.com/google/clasp)\n\nv0.3.6\n\n-   Fix adding or removing a folder work as expected again\n\nv0.3.5\n\n-   Fix Color not applied at page loading\n\nv0.3.3\n\n-   Fix GAS CSS update for font\n\nv0.3.2\n\n-   New scroll-bar color for Black fox console\n\nv0.3.1\n\n-   Smoother folder opening\n\nv0.3.0\n\n-   Added custom Folders to sort your files locally !\n-   Updated color schemes to account for the folders\n\nv0.2.3\n\n-   Minor bug fixes : the extension only run script edit page\n\nv0.2.0\n\n-   New color theme : Darcula, with bigger font\n-   Colors menu: Choose from the 2 existing themes or set to the default\n\nv0.1.1\n\n-   Added more suited color for HTML template tokens ( \u003c?  ?\u003e )\n","funding_links":[],"categories":["Online IDE"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJeanRemiDelteil%2FappsScriptColor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJeanRemiDelteil%2FappsScriptColor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJeanRemiDelteil%2FappsScriptColor/lists"}