简体   繁体   English

IntelliJ:如何更改Project Folder窗口的背景颜色?

[英]IntelliJ: How to change background color of Project Folder window?

I am using IntelliJ IDEA 2017.1 (latest at this time) and am using the dark theme ("Darcula"). 我正在使用IntelliJ IDEA 2017.1(此时最新)并使用黑暗主题(“Darcula”)。 The editor window background color can be changed from Settings as per your preference. 可以根据您的喜好从“设置”更改编辑器窗口背景颜色。 Though I haven't found a way to change the look-&-feel of the Project Window panel on the left of the editor. 虽然我还没有找到一种方法来改变编辑器左侧的Project Window面板的外观。 Even in dark theme the Project Window has a some kind of grey background which blurs the file/folder names (see screenshot). 即使在黑暗的主题中,项目窗口也有某种灰色背景,模糊文件/文件夹名称(见截图)。

How can I change the background color of Project Folder window? 如何更改“项目文件夹”窗口的背景颜色? 在此输入图像描述

Project view background color depends on the theme selected and cannot be changed: 项目视图背景颜色取决于所选主题,无法更改:

  • IDEA-132299 Allow custom colors for the built-in UI themes (LAFs Darcula and Default) IDEA-132299允许内置UI主题的自定义颜色(LAFs Darcula和默认)

Certain folders and files will have different colors based on the Scopes . 某些文件夹和文件将根据范围具有不同的颜色。

范围颜色

In addition to what @CrazyCoder said. 除了@CrazyCoder所说的。

You may use another GUI Theme . 您可以使用其他GUI主题 There are at least 2 plugins available that will provide different dark themes: 至少有2个插件可用于提供不同的黑暗主题:

  • Afterglow Theme 余辉主题
  • Material Theme UI 材料主题UI

Since they provided via plugins you will have to disable such plugin if you wish to switch to another GUI Theme. 由于他们通过插件提供,如果您希望切换到另一个GUI主题,则必须禁用此类插件。


As for the Project View panel background: 至于项目视图面板背景:

  • That yellowish color can be changed/disabled as per @CrazyCoder's screenshot 根据@ CrazyCoder的截图,可以更改/禁用淡黄色
  • Actual background color might be changed with the help of one of such plugins (sorry, I do not know if they still work -- but used to work in the past -- last update 4 years ago): 实际的背景颜色可能会在其中一个插件的帮助下改变(抱歉,我不知道它们是否仍然可以工作 - 但过去曾用过 - 4年前的最后一次更新):
    • Color Ide 颜色Ide
    • Color Tree 彩色树

Go to: 去:

Settings->Appearance & Behavior->File colors 设置 - >外观和行为 - >文件颜色

On the right side there will be small '+' button. 在右侧会有一个小的“+”按钮。 Add All, Project Files etc. Add your custom colour. 添加全部,项目文件等。添加自定义颜色。 Apply, Ok, Voila! 申请,好的,瞧!

在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM