VSCODE
- VSCODE 白色配色
- 侧边栏(workbench) 白底黑字 1
{
"workbench.colorTheme": "Default Light+",
"workbench.colorCustomizations": {
"activityBar.foreground": "#000000",
"activityBar.background": "#f4f4f4"
}
}
iTerm2
- Preferences / Profiles 新建一个 Profile: mira
- Colors / Color Presets 选择一个 Light 主题即可
see also:
Obsidian
- 使用 minimal light theme
- 修改 cursor 颜色 2
/* Mira */
.cm-fat-cursor .CodeMirror-cursor {
background-color: black;
opacity: 0.5;
width: 5px;
}
.cm-animate-fat-cursor {
background-color: black;
opacity: 0.5;
width: 5px;
}
/* Mira END*/
Vim
使用 eink 配色 3 即可:
Plug 'clinstid/eink.vim'
set background=light
colorscheme eink
see also:
- mcchrish/vim-no-color-collections: Collection of Vim themes with barely any colors
- Light-background color scheme recommendation please : vim
Firefox
使用 Toggle Website Colors (Global) 将网页转换为灰阶。