Sorry, you have been blocked
This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.
What can I do to resolve this?
You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.
Cloudflare Ray ID: 8042d29f7c090550 • Your IP: Click to reveal 178.175.133.132 • Performance & security by Cloudflare
Wing Python IDE
Wing Tips: Dark Mode and Color Configuration in Wing Python IDE
Wing Python IDE provides a number of light and dark color themes, and the ability to quickly toggle between light and dark mode using the
menu icon in the top right of the IDE window. When Dark Theme or Light Theme are selected, Wing switches to the light or dark themes configured on the first User Interface preferences page.
On Windows and macOS, Wing also offers the option to emulate the OS display style. On Windows this is currently always a light theme. On macOS, Wing will match the system-configured display style. Note that in either case you can select the overall display theme separately from the editor’s theme.
The dark palettes that ship with Wing are:

Black Background: The classic original dark mode for Wing

Cherry Blossom: New in Wing 7

Dracula: New in Wing 7


One Dark: The default dark color palette

Positronic: New in Wing 7

Solarized Dark

Sun Steel: New in Wing 7
Color Configuration
Aside from selecting the overall color palette with the User Interface preferences, it is also possible to override individual colors throughout the preferences, or to write your own color palette, including colors for the UI and optionally also for syntax highlighting in the editor. This is described in more detail in Display Style and Colors.
That’s it for now! We’ll be back soon with more Wing Tips for Wing Python IDE.
Dracula

In the User Interfaces preference page, select Dracula as the Color Palette and check on the Use Color Palette Throughout the UI.
To use this theme with earlier versions of Wing:
Locate your user settings directory, which is listed in Wing's About box
Create the following structure in the user settings directory using the dracula.plt and python.stx files here:
Under the User Interface preferences, select Dracula as the Color Palette and check on the Use Color Palette Throughout the UI
Stay up to date
Get updates about this theme and more. 7,399 people enjoy it.
Contributors
This theme wouldn't exist without these people. Wanna help too? Check the repository on GitHub.
Настройка подсветки синтаксиса Python: wingide
Я использую бесплатную версию wingide. Я пытаюсь настроить отдельные цвета подсветки синтаксиса (комментарии, строки, константы, обычный текст и т.д.). Я вижу общие изменения цвета для «фона, выделенного текста» и т.д., Но ничего, что позволяет мне перейти к особенностям. Является ли это ограничением бесплатной версии или является опцией, скрытой глубоко в пользовательском интерфейсе? Спасибо.
В полной версии то, что вам нужно, это в настройках- > Пользовательский интерфейс- > Цвета- > Форматирование синтаксиса.
Это то же место, что и выделение фона и выделенного текста, поэтому я предполагаю, что это действительно отсутствует в бесплатной версии. Я использую последнюю версию Professional (3.2.4), и я изменил выделение синтаксиса (избавился от всего жирного!)
Я удивлен, что это не в бесплатной версии.
Теперь это доступно в бесплатной версии 6.0.8-2 (вероятно, один или два выпуска после вашей, PPTim. ).
Перейдите в «Правка» → «Настройки» → «Редактор» → «Синтаксис раскраски». Отсюда вы можете изменить каждый тип. Я использую цветовую палитру «Соляризация — темный» (установите ее в меню «Интерфейс пользователя» в самом верху окна «Настройки»), что может затруднить чтение выделенных строк. В представлении «Синтаксическая раскраска» это «stringeol». Я изменил фон для Black Pearl. Список других названий и описаний цветов см. В документации по Wing IDE.