VSCode 的这个叫做 Solarized Light 的配色主题很有 Notion 的感觉

2021-05-07 12:31:09 +08:00
 Livid
15676 次点击
所在节点    Visual Studio Code
84 条回复
EvilDevilJin
2021-05-10 17:03:43 +08:00
@shengchen11 iTerm2 用的是这个, https://iterm2.com/python-api/examples/theme.html

VS Code 是插件 Auto Dark Mode , https://marketplace.visualstudio.com/items?itemName=LinusU.auto-dark-mode

IDEA 是插件 Dark Mode Sync , https://plugins.jetbrains.com/plugin/12515-dark-mode-sync

然后在设置里改为自己想要的深浅色主题.
longfxxx
2021-05-31 21:28:07 +08:00
```text
"workbench.colorTheme": "Dracula Soft",
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#4d0000",
"editor.lineHighlightBorder": "#666666"
}
``
longfxxx
2021-05-31 21:29:08 +08:00
```json
"workbench.colorTheme": "Dracula Soft",
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#4d0000",
"editor.lineHighlightBorder": "#666666"
}
```
jingslunt
2021-07-12 17:01:06 +08:00
@infun 喜欢 atom dark pro 那你应该也喜欢 tokyo night storm

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/775399

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX