Phpstorm как установить тему

от admin

User interface themes

The interface theme defines the appearance of windows, dialogs, buttons, and all visual elements of the user interface. By default, PhpStorm uses the Darcula theme, unless you changed it during the first run.

The interface theme is not the same as the color scheme, which defines the colors, fonts, and syntax-highlight for various text resources: the source code, search results, and so on.

Change the UI theme

In the Settings dialog ( Ctrl+Alt+S ), select Appearance & Behavior | Appearance .

Select the UI theme from the Theme list:

IntelliJ Light : Traditional light theme for IntelliJ-based IDEs

macOS Light or Windows 10 Light : OS-specific light theme available as a bundled plugin

Darcula : Default dark theme

High contrast : Theme designed for users with color vision deficiency

Select Sync with OS to let PhpStorm detect the current system settings and use the default dark or light theme accordingly.

You can install a custom theme from the JetBrains Plugin Repository as described in Managing plugins.

It is also possible to create your own UI themes for PhpStorm and customize the built-in themes. For more information, see IntelliJ Platform SDK Documentation.

Productivity tips

Use the quick switcher

Press Ctrl+` or select View | Quick Switch Scheme form the menu.

In the Switch popup, select Theme , and then select the desired interface theme.

Установка темы PHPStorm как в SublimeText

Если вы ранее использовали редактор кода Sublime Text, то при переходе на PHPStorm IDE вы могли почувствовать дискомфорт при работе с дефолтной темой шторма. Иногда даже возникали мысли — вернуться назад на старый легкий Sublime, ради одной только темы. В этой статье я покажу, как применить и настроить тему в PHPStorm максимально приближенную к стилю Sublime Text. Эта статья посвящена установке и настройке темы Mononokai Sublime Text 3 в PHPStorm.

Хоть темы и будут похожи, но они не будут идентичными. В Sublime Text что ли шрифты другие, или нюанс в чём-то другом. Но в одном могу вам уверить на сто процентов — это лучшая и максимально приближенная тема к Monokai SublimeText-овской.

Чтобы не тратить ваше время впустую, сразу покажу результат, который вы получите при установке этой темы: sublime-theme

Установка темы Monokai в PHPStorm

Для того, чтобы установить эту тему, нужно в PHPStorm зайти в меню File , и выбрать пункт Export Settings , где указать путь к скачанному отсюда конфигу.
settings_export

После чего, вам будет показано всплывающее окно, в котором нужно выбрать параметры, которые вы хотите экспортировать из конфига (на самом деле, конфиг PHPStorm содержит в себе много дополнительных параметров, помимо темы), потому, решать вам, что именно вам необходимо.
setting_list

Конфиг содержит много индивидуальных настроек IDE, которые максимально приближенные и удобные для "бывших" пользователей Sublime Text, потому, советую выбрать всю пункты и не особо этим замарачиваться.

После чего, потребуется перезагрузка IDE, и, как результат, у вас появится новая тема, которую вы можете включить/отключить/кастомизировать из меню конфига темы: File > Settings > Editor > Color Scheme .
theme_setting

Читать:
Char c что это

И, я не обманул, результат выглядит вот так:
------

Резюме

Итого, из этой статья вы узнали, как установить тему на PHPStorm, как установить темную тему в PHPStorm из Sublime text, копию темы Monokai из Sublime text 3. В итоге, оказывается, получить цветовые характеристики, как в Sublime Text оказывается не так и сложно, когда всё запаковано в один конфиг 🙂

#2 — Настройка интерфейса. Визуальное оформление. Установка темы PHPStorm.

И снова мы приветствуем вас! Продолжаем изучать возможности популярной IDE — PHPStorm. На нашем втором видеоуроке мы рассмотрим основные настройки внешнего вида и установку различных тем оформления в PhpStorm.

Настройки внешнего вида в PHPStorm

PhpStorm имеет множество настроек, начиная с кнопок меню и заканчивая сменой иконок. Чтобы изменить эти настройки PHPStorm, необходимо залезть в меню PhpStorm по ссылке Preferences. Далее приведены пояснения к некоторым пунктам меню Preferences:

Установка темы PHPStorm

Существует три способа установки различных тем для PhpStorm.

Итак, на этом видеоуроке мы рассмотрим базовые настройки и научимся устанавливать различные темы в PhpStorm. До новых встреч на следующих занятиях.

Phpstorm как установить тему

PhpStorm and WebStorm themes can be installed in two ways:

  • Dropping an XML file into the colors folder.
  • Dropping the ICLS file into the colors folder

Installing from an XML/ICLS file

<Product> corresponds to the product you are using, it could be WebIde, WebStorm1, Webstorm2016.1, etc.

On Finder, navigate to the location where you downloaded the XML/ICLS and copy it.

Then press shift+command+g and go to:

Paste the .xml or .icls file in and restart your IDE. Then navigate to Settings > Editor > Colors & Fonts and select the color scheme you just added.

Windows

On Windows Explorer, select the XML/ICLS file just downloaded and copy it.

Then navigate to the colors folder, located in: C:/Users/USERNAME/.<Product>/config/colors Paste the .xml file in and restart your IDE.

Then navigate to File > Settings > Editor > Colors & Fonts and select the color scheme you just added.

Linux

On Linux, the color files are located in:

/.<Product>/config/colors/ After you put your .xml files, restart your IDE.

Then navigate to File > Settings > Editor > Colors & Fonts and select the color scheme you just added.

Похожие статьи