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

49 天前
 cy18

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

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

terminal 用 zsh+p10k
LiMee
49 天前
好像所有浅色主题都有看不清字的毛病,我的解决方案:

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
49 天前
显示器原因也挺大的,同一个背景,我办公室色彩好一些的 4K 屏看得清清楚楚,家里面打游戏的 vn 1080p 就有些不舒服。
TabGre
49 天前
ayu
b1t
49 天前
GitHub Theme 中 beta 版本
jeffw
49 天前
一直用自带的,挺好的。
dfkjgklfdjg
49 天前
ezrameow
49 天前
默认高对比度的那个浅色不错
Track13
49 天前
看得清楚才护眼,浅色主题对散光不好。
lovepocky
49 天前
vscode light 就不错。你可能需要调下 terminal 的配色
DiaoWang
49 天前
我用的默认的 Light+
mistsobscure
49 天前
同求主题,求绿色大背景的
SeaSaltPepper
49 天前
Gruvbox Light Hard
ooTwToo
49 天前
深色才护眼吧
focux
49 天前
公司的破显示器,还真就用 Blue Light Theme 能看清,别的都不大行=。=!

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

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

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

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

© 2021 V2EX