[alacritty] Switch to an even lighter theme

This commit is contained in:
Sebastian Schulze 2020-02-06 12:11:45 +01:00
parent 33af0b84df
commit 6f015eafb3
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 70 additions and 29 deletions

View File

@ -163,46 +163,87 @@ key_bindings:
- { key: F10, mods: Super, chars: "\x1b[21;3~" } - { key: F10, mods: Super, chars: "\x1b[21;3~" }
- { key: F11, mods: Super, chars: "\x1b[23;3~" } - { key: F11, mods: Super, chars: "\x1b[23;3~" }
- { key: F12, mods: Super, chars: "\x1b[24;3~" } - { key: F12, mods: Super, chars: "\x1b[24;3~" }
# Base16 Default Light 256 - alacritty color config
# Base16 One Light 256 - alacritty color config # Chris Kempson (http://chriskempson.com)
# Daniel Pfeifer (http://github.com/purpleKarrot)
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0xfafafa' background: '0xf8f8f8'
foreground: '0x383a42' foreground: '0x383838'
# Colors the cursor will use if `custom_cursor_colors` is true # Colors the cursor will use if `custom_cursor_colors` is true
cursor: cursor:
text: '0xfafafa' text: '0xf8f8f8'
cursor: '0x383a42' cursor: '0x383838'
# Normal colors # Normal colors
normal: normal:
black: '0xfafafa' black: '0xf8f8f8'
red: '0xca1243' red: '0xab4642'
green: '0x50a14f' green: '0xa1b56c'
yellow: '0xc18401' yellow: '0xf7ca88'
blue: '0x4078f2' blue: '0x7cafc2'
magenta: '0xa626a4' magenta: '0xba8baf'
cyan: '0x0184bc' cyan: '0x86c1b9'
white: '0x383a42' white: '0x383838'
# Bright colors # Bright colors
bright: bright:
black: '0xa0a1a7' black: '0xb8b8b8'
red: '0xca1243' red: '0xab4642'
green: '0x50a14f' green: '0xa1b56c'
yellow: '0xc18401' yellow: '0xf7ca88'
blue: '0x4078f2' blue: '0x7cafc2'
magenta: '0xa626a4' magenta: '0xba8baf'
cyan: '0x0184bc' cyan: '0x86c1b9'
white: '0x090a0b' white: '0x181818'
indexed_colors: indexed_colors:
- { index: 16, color: '0xd75f00' } - { index: 16, color: '0xdc9656' }
- { index: 17, color: '0x986801' } - { index: 17, color: '0xa16946' }
- { index: 18, color: '0xf0f0f1' } - { index: 18, color: '0xe8e8e8' }
- { index: 19, color: '0xe5e5e6' } - { index: 19, color: '0xd8d8d8' }
- { index: 20, color: '0x696c77' } - { index: 20, color: '0x585858' }
- { index: 21, color: '0x202227' } - { index: 21, color: '0x282828' }
# Base16 T# omorrow 256 - alacritty color config
# # Chris Kempson (http://chriskempson.com)
# colors:
# # Default colors
# primary:
# background: '0xffffff'
# foreground: '0x4d4d4c'
# # Colors the cursor will use if `custom_cursor_colors` is true
# cursor:
# text: '0xffffff'
# cursor: '0x4d4d4c'
# # Normal colors
# normal:
# black: '0xffffff'
# red: '0xc82829'
# green: '0x718c00'
# yellow: '0xeab700'
# blue: '0x4271ae'
# magenta: '0x8959a8'
# cyan: '0x3e999f'
# white: '0x4d4d4c'
# # Bright colors
# bright:
# black: '0x8e908c'
# red: '0xc82829'
# green: '0x718c00'
# yellow: '0xeab700'
# blue: '0x4271ae'
# magenta: '0x8959a8'
# cyan: '0x3e999f'
# white: '0x1d1f21'
# indexed_colors:
# - { index: 16, color: '0xf5871f' }
# - { index: 17, color: '0xa3685a' }
# - { index: 18, color: '0xe0e0e0' }
# - { index: 19, color: '0xd6d6d6' }
# - { index: 20, color: '0x969896' }
# - { index: 21, color: '0x282a2e' }