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

2024 年 11 月 25 日
 cy18

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

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


@inhzus 我也来发一个 😂
Danswerme
2024 年 11 月 26 日
推荐 Solarized Light ,然后自己在配置文件里改一下终端的颜色就好啦
shintendo
2024 年 11 月 26 日
深色主题才对散光不好吧
刚入行的时候一直用 dark mode ,几年下来散光深了好多,改用 light mode 就舒服了,现在再看 dark mode 的代码,时间一长就会难受想流泪
Kobayashi
2024 年 11 月 27 日
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://study.congcong.us/t/1092592

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

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

© 2021 V2EX