alanhe421 / coding-note

note
3 stars 1 forks source link

terminal theme color说明 #423

Open alanhe421 opened 1 year ago

alanhe421 commented 1 year ago

https://learn.microsoft.com/en-us/windows/terminal/customize-settings/color-schemes

Homebrew: {
    foreground: '#00ff00',
    background: '#000000',
    selectionBackground: '#083905',
    cursor: '#23ff18',
    black: '#000000',
    blue: '#0000b2',
    cyan: '#00a6b2',
    green: '#00a600',
    magenta: '#b200b2',
    red: '#990000',
    white: '#bfbfbf',
    yellow: '#999900',
    brightBlack: '#666666',
    brightBlue: '#0000ff',
    brightCyan: '#00e5e5',
    brightGreen: '#00d900',
    brightMagenta: '#e500e5',
    brightRed: '#e50000',
    brightWhite: '#e5e5e5',
    brightYellow: '#e5e500',
  }
  1. foreground:前景色:我看就是终端行文本的默认色
  2. background:背景色:整体背景
  3. selectionBackground:选中部分文本颜色
  4. cursor 光标
alanhe421 commented 1 year ago
企业微信截图_b942b222-599b-4d7d-a8e6-37417615339d