有人知道如何在notepad++中更改背景颜色、字体大小和其他基于外观的设置吗?默认是白色,但我正在尝试将其改为深灰色或其他颜色。


当前回答

进入“设置->样式配置器”

选择主题:选择你最喜欢的(前两个最容易阅读,大多数人的喜好)

其他回答

进入“设置->样式配置器”

选择主题:选择你最喜欢的(前两个最容易阅读,大多数人的喜好)

您可能需要管理员权限才能在您的系统上执行此操作。

Create a folder 'themes' in the Notepad++ installation folder i.e. C:\Program Files (x86)\Notepad++ Search or visit pages like http://timtrott.co.uk/notepad-colour-schemes/ to download the favourite theme. It will be an XML file. Note: I prefer Neon any day. Download the themes from the site and drag them to the themes folder. Note: I was unable to copy-paste or create new files in 'themes' folder so I used drag and that worked. Follow the steps provided by @triforceofcourage to select the new theme in Notepad++ preferences.

我刚刚安装了最新版本的notepad++网站(目前是v8.1),它提供了一个显式的暗模式设置。 点击“设置”->“首选项…”->“暗模式”->选中“启用暗模式”复选框。编辑器可能需要重新启动才能完全生效。 https://notepad-plus-plus.org/downloads/

在过去的3年里似乎有一个更新,改变了放置主题的位置,以便让它们工作。

以前,主题位于notepad++安装文件夹中。现在它们位于AppData中:

C:\Users\YOUR_USER\AppData\Roaming\Notepad++\themes

我的回答是对@Amit-IO关于手动复制主题的回答的更新。

在资源管理器中,浏览到:%AppData%\ notepad++。 如果名为themes的文件夹不存在,请创建它。 从任何地方下载你最喜欢的主题(参见Amit-IO的答案),并保存到%AppData%\ notepad++ \themes。 重启notepad++,然后使用设置->样式配置器。新的主题将出现在列表中。

如果有人想启用黑暗模式,可以按照以下步骤进行

打开notepad++,在菜单栏上选择“设置”,然后选择“样式配置器”。 选择主题“Obsidian”(可以选择其他黑暗主题) 点击保存&关闭