我真的很喜欢这张照片中的Atom一个黑暗的主题。我真的很想导出它,使它在CLion中以完整的形式出现。这个是可能的吗?因为CLion市场中的主题并不能为VSC中的所有东西着色。(我需要C++)
https://marketplace.visualstudio.com/items?itemName=akamud.vscode-theme-onedark

发布于 2020-02-14 18:00:11
正如rioV8所述,要将Visual主题的确切行为复制到CLION,您必须复制主题,因为在Visual代码和JetBrains CLion之间没有主题导入程序。
这样做的过程如下:
- 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).
- 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黑暗。
https://stackoverflow.com/questions/60122278
复制相似问题