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

2024 年 11 月 25 日
 cy18

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

7527 次点击
所在节点    Visual Studio Code
42 条回复
coolfan
2024 年 11 月 25 日
默认的 terminal 字体好丑
DonaidTrump
2024 年 11 月 25 日
Blue Light Theme
nebkad
2024 年 11 月 26 日
Atom One Light
livin2
2024 年 11 月 26 日
catppuccin Latte
lovestudykid
2024 年 11 月 26 日
Terminal 敲字的时间短吧,我都是编辑器用浅色,terminal 用深色。深色主要的问题是对散光不友好
jqtmviyu
2024 年 11 月 26 日
就自带的 QuietLight

terminal 用 zsh+p10k
Pqj6MH888z4rI7uw
2024 年 11 月 26 日
好像所有浅色主题都有看不清字的毛病,我的解决方案:

1. 为 Powershell 添加 profile

```
# Profile of Windows Powershell

# Enable color in ls command.
Import-Module PSColor

# Enable PSReadLine
# Settings for PSReadLine
Import-Module PSReadLine
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -Colors @{
Command = 'Black' # Get-Process
Number = 'DarkGreen' # 123
Member = 'Black' # object.Method?
Operator = 'DarkYellow' # +-*/
Type = 'DarkCyan' # [System.String]
Variable = 'DarkBlue' # $profile
Parameter = 'DarkYellow' # git --clone
ContinuationPrompt = 'DarkRed' # Line Breaks
Default = 'Black' # Default
InlinePrediction = '#BBBBBB' # Autocomplete
}
```

2. 使用内置的 One Half Light 主题,但是把里面的白色,用黑色的相应颜色替换掉

---

这样操作下来应该不会再有看不清字的现象,好不好看另说
Donaldo
2024 年 11 月 26 日
显示器原因也挺大的,同一个背景,我办公室色彩好一些的 4K 屏看得清清楚楚,家里面打游戏的 vn 1080p 就有些不舒服。
TabGre
2024 年 11 月 26 日
ayu
b1t
2024 年 11 月 26 日
GitHub Theme 中 beta 版本
jeffw
2024 年 11 月 26 日
一直用自带的,挺好的。
94
2024 年 11 月 26 日
ezrameow
2024 年 11 月 26 日
默认高对比度的那个浅色不错
bgm004
2024 年 11 月 26 日
看得清楚才护眼,浅色主题对散光不好。
lovepocky
2024 年 11 月 26 日
vscode light 就不错。你可能需要调下 terminal 的配色
DiaoWang
2024 年 11 月 26 日
我用的默认的 Light+
mistsobscure
2024 年 11 月 26 日
同求主题,求绿色大背景的
SeaSaltPepper
2024 年 11 月 26 日
Gruvbox Light Hard
ooTwToo
2024 年 11 月 26 日
深色才护眼吧
focux
2024 年 11 月 26 日
公司的破显示器,还真就用 Blue Light Theme 能看清,别的都不大行=。=!

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

https://study.congcong.us/t/1092592

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

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

© 2021 V2EX