听说 VSCode 用浅色主题对眼睛更好,求推荐一款醒目的浅色主题,尤其是 terminal 里面

51 天前
cy18  cy18

试了好多浅色的主题,VSCode Light 、Github Light 、Solarized Light ,Senlenlized Light 之类的。代码看着倒还好,terminal 里面颜色的区分度都很低。zsh 、git 中的一些东西换了浅色主题后看过去很难区分出不同的颜色,求推荐一个好用的浅色主题。

4446 次点击
所在节点   Visual Studio Code  Visual Studio Code
42 条回复
liyifu1994
liyifu1994
50 天前
Noctis Lux
um1ng
um1ng
50 天前
Tokyo Night Light
sastar
sastar
50 天前
VSC 自带的 Quiet Light
vruzo
vruzo
50 天前
Github Light Theme
chy2v
chy2v
50 天前
Dawnfox
edwardzcn98
edwardzcn98
50 天前
Catppuccin Latte (喜欢紫色💜可以看看
adoal
adoal
50 天前
根据我的经验,terminal 还是不要用浅色了。因为 terminal 里除了配色本身的 theme 之外,还有终端应用程序根据 ANSI 16 color 配出来的应用程序 theme ,比如 ls 的 DIR_COLORS ,这种 theme 一般都是根据深色方案设计的,普通文本是暗色,强调文本是亮色,放在深底色上效果很好,放在浅底色上,强调的反而看不清了,因此需要给支持 theme 的终端应用程序逐个做浅色适配,不支持 theme 的就只能忍着。
zong400
zong400
50 天前
Solarized Light 沙漠色,个人感觉不错
Dyon
Dyon
50 天前
为 Catppuccin 再添一票
Dyon
Dyon
50 天前
虽然我用的是深色
inhzus
inhzus
50 天前
Visual Studio Light - C/C++
june4
june4
50 天前
Brackets Light Pro
vst93
vst93
50 天前
Cyan Light Theme Fork 😼
yhxx
yhxx
50 天前
Solarized Light
rrfeng
50 天前
terminal 可以自己配色,把几个重点的 ansiXX 颜色找一个 terminal 抄出来就行了。
我现在代码是浅色,terminal 还是习惯深色。


"workbench.colorCustomizations": {
"terminal.background": "#000000",
"terminal.foreground": "#e7e7e7",
"terminal.ansiBlack": "#000000",
"terminal.ansiBrightBlack": "#676767",
"terminal.ansiBlue": "#00a1f9",
"terminal.ansiBrightBlue": "#3662dc",
"terminal.ansiCyan": "#8BA59B",
"terminal.ansiBrightCyan": "#503df4",
"terminal.ansiGreen": "#95C085",
"terminal.ansiBrightGreen": "#237e02",
"terminal.ansiMagenta": "#b93ec1",
"terminal.ansiBrightMagenta": "#f07ef8",
"terminal.ansiRed": "#FB543F",
"terminal.ansiBrightRed": "#FB543F",
"terminal.ansiWhite": "#A89984",
"terminal.ansiBrightWhite": "#FDF4C1",
"terminal.ansiYellow": "#FAC03B",
"terminal.ansiBrightYellow": "#FAC03B"
},
maxin6
50 天前
SHF
50 天前


@inhzus 我也来发一个 😂
Danswerme
50 天前
推荐 Solarized Light ,然后自己在配置文件里改一下终端的颜色就好啦
shintendo
50 天前
深色主题才对散光不好吧
刚入行的时候一直用 dark mode ,几年下来散光深了好多,改用 light mode 就舒服了,现在再看 dark mode 的代码,时间一长就会难受想流泪
Kobayashi
49 天前
Atom One 主题比较完美的移植,同时支持亮色、暗色。https://marketplace.visualstudio.com/items?itemName=wangweixuan.yithemes

terminal 颜色不满意可以用 workbench.colorCustomizations 覆写,有模块自选即可 https://glitchbone.github.io/vscode-base16-term/#/one-light

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

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

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

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

© 2021 V2EX