Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Change Code Editor UI Colors?

Participant ,
Oct 04, 2024 Oct 04, 2024

AdobeAnimate2024_CodeEditor_CustomStyling_Question.pngexpand image

 
I'm running Animate on Windows 10 and I would like to apply dark mode coloring to Animate's code editor, but it appears I'm unable to customize the colors of the scroll bars and the line numbers area.

It seems those parts of the UI are not customizable through the following menus in Animate:

 

  • File > Preferences > Code Editor > Editing Options > Modify Text Coloring Button
  • File > Preferences > Interface > Color Theme > Dark


And it appears this has been a long-lasting issue, as Adobe Animate 2018 has this problem as well. 
 

AdobeAnimate2018_CodeEditor_CustomStyling_Labeled.pngexpand image

 

Nevertheless, I thank you for any other suggestions you may have for fixing this issue. I find it's more comfortable for my eyes to code completely in darkmode, and I wish to be able to do that while I write and test JSFL scripts directly from Animate. 

 

TOPICS
Missing feature , Product issue
399
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 04, 2024 Oct 04, 2024

use a. external editor that suits your esthetics.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 07, 2024 Oct 07, 2024

Can external editors edit code within certain timeline frames? 

That would be fantastic if there is a way to do that.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 07, 2024 Oct 07, 2024

sure.  the easiest way for a novice would be to create code for frame n in your editor and then copy/paste it into animate.

 

a better way would be to use a loop and check for currentFrame and code accordingly.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 09, 2024 Oct 09, 2024
LATEST

This is more or less a workaround solution, but I'll share it in case it helps someone else.

 

I put together a Windows app that allows you to create a semi transparent overlay that you can place on top of the code editor:


Custom Screen Overlay Demo Vid - YouTube
Custom Screen Overlay App Page

Granted, this solution works better on a separate monitor where the code editor is always opened and isn't repositioned, but I hope it will tie me over until I come up with a better solution for my desired workflow.

There's also a number of alternative apps like f.lux and DimScreen which also could be used, but they dim the entire screen instead of a portion of it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines