首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何将Visual代码颜色方案导出到JetBrains IDE(例如,CLion)?

如何将Visual代码颜色方案导出到JetBrains IDE(例如,CLion)?
EN

Stack Overflow用户
提问于 2020-02-07 23:06:11
回答 1查看 9K关注 0票数 1

我真的很喜欢这张照片中的Atom一个黑暗的主题。我真的很想导出它,使它在CLion中以完整的形式出现。这个是可能的吗?因为CLion市场中的主题并不能为VSC中的所有东西着色。(我需要C++)

https://marketplace.visualstudio.com/items?itemName=akamud.vscode-theme-onedark

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2020-02-14 18:00:11

正如rioV8所述,要将Visual主题的确切行为复制到CLION,您必须复制主题,因为在Visual代码和JetBrains CLion之间没有主题导入程序。

这样做的过程如下:

  1. 获取Visual配色方案的源代码:
代码语言:javascript
复制
- You can get the source code from this repo ([VSCode There One Dark](https://github.com/akamud/vscode-theme-onedark)) and open it at your preferred editor or download it from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=akamud.vscode-theme-onedark).

  1. 自定义您的狮子主题:
代码语言:javascript
复制
- Select a Theme at Settings/Preferences
- Clone using the Duplicate option at the config icon if you don't want to override the existing one
- Enable/Edit the Semantic Highlighting: Editor -> Color Scheme -> Language Defaults -> Semantic highlighting.
- Edit the Color Scheme by expanding the Editor -> Color Scheme and editing as you like.

您可以在docs:配置颜色和字体上找到更详细的说明。

** Alternative:

您还可以选择一个类似的JetBrains主题;除了JetBrains插件目录中的默认主题之外,还有很多其他主题。

例如,这个JetBrains黑暗主题类似于Atom 1黑暗

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/60122278

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档