jingyi's blog

VSCODE

  1. VSCODE 白色配色
  2. 侧边栏(workbench) 白底黑字 1
{
    "workbench.colorTheme": "Default Light+",
    "workbench.colorCustomizations": {
        "activityBar.foreground": "#000000",
        "activityBar.background": "#f4f4f4"
    }
}

iTerm2

  1. Preferences / Profiles 新建一个 Profile: mira
  2. Colors / Color Presets 选择一个 Light 主题即可

see also:

Obsidian

  1. 使用 minimal light theme
  2. 修改 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:

Firefox

使用 Toggle Website Colors (Global) 将网页转换为灰阶。

#Eink