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

默认的 terminal 字体好丑

Blue Light Theme

Atom One Light

catppuccin Latte

Terminal 敲字的时间短吧,我都是编辑器用浅色,terminal 用深色。深色主要的问题是对散光不友好

就自带的 QuietLight

terminal 用 zsh+p10k

好像所有浅色主题都有看不清字的毛病,我的解决方案:

  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
}
  1. 使用内置的 One Half Light 主题,但是把里面的白色,用黑色的相应颜色替换掉

这样操作下来应该不会再有看不清字的现象,好不好看另说

显示器原因也挺大的,同一个背景,我办公室色彩好一些的 4K 屏看得清清楚楚,家里面打游戏的 vn 1080p 就有些不舒服。

ayu

GitHub Theme 中 beta 版本

一直用自带的,挺好的。

我一直用的 Noctis Lux

默认高对比度的那个浅色不错

看得清楚才护眼,浅色主题对散光不好。

vscode light 就不错。你可能需要调下 terminal 的配色

我用的默认的 Light+

同求主题,求绿色大背景的

Gruvbox Light Hard

深色才护眼吧

公司的破显示器,还真就用 Blue Light Theme 能看清,别的都不大行=。=!

Noctis Lux

Tokyo Night Light

VSC 自带的 Quiet Light

Github Light Theme

Dawnfox

Catppuccin Latte (喜欢紫色💜可以看看

根据我的经验,terminal 还是不要用浅色了。因为 terminal 里除了配色本身的 theme 之外,还有终端应用程序根据 ANSI 16 color 配出来的应用程序 theme ,比如 ls 的 DIR_COLORS ,这种 theme 一般都是根据深色方案设计的,普通文本是暗色,强调文本是亮色,放在深底色上效果很好,放在浅底色上,强调的反而看不清了,因此需要给支持 theme 的终端应用程序逐个做浅色适配,不支持 theme 的就只能忍着。

Solarized Light 沙漠色,个人感觉不错

为 Catppuccin 再添一票

虽然我用的是深色

Visual Studio Light - C/C++

Brackets Light Pro

Cyan Light Theme Fork 😼