103 lines
3.0 KiB
YAML
103 lines
3.0 KiB
YAML
window:
|
|
startup_mode: Fullscreen
|
|
|
|
scrolling:
|
|
history: 0
|
|
|
|
font:
|
|
normal:
|
|
family: Hack
|
|
style: Regular
|
|
size: 12.0
|
|
|
|
# Base16 Solarized Dark 256 - alacritty color config
|
|
# Ethan Schoonover (modified by aramisgithub)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x002b36'
|
|
foreground: '0x93a1a1'
|
|
|
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
|
cursor:
|
|
text: '0x002b36'
|
|
cursor: '0x93a1a1'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x002b36'
|
|
red: '0xdc322f'
|
|
green: '0x859900'
|
|
yellow: '0xb58900'
|
|
blue: '0x268bd2'
|
|
magenta: '0x6c71c4'
|
|
cyan: '0x2aa198'
|
|
white: '0x93a1a1'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x657b83'
|
|
red: '0xdc322f'
|
|
green: '0x859900'
|
|
yellow: '0xb58900'
|
|
blue: '0x268bd2'
|
|
magenta: '0x6c71c4'
|
|
cyan: '0x2aa198'
|
|
white: '0xfdf6e3'
|
|
|
|
indexed_colors:
|
|
- { index: 16, color: '0xcb4b16' }
|
|
- { index: 17, color: '0xd33682' }
|
|
- { index: 18, color: '0x073642' }
|
|
- { index: 19, color: '0x586e75' }
|
|
- { index: 20, color: '0x839496' }
|
|
- { index: 21, color: '0xeee8d5' }
|
|
|
|
key_bindings:
|
|
- { key: A, mods: Alt, chars: "\x1ba" }
|
|
- { key: B, mods: Alt, chars: "\x1bb" }
|
|
- { key: C, mods: Alt, chars: "\x1bc" }
|
|
- { key: D, mods: Alt, chars: "\x1bd" }
|
|
- { key: E, mods: Alt, chars: "\x1be" }
|
|
- { key: F, mods: Alt, chars: "\x1bf" }
|
|
- { key: G, mods: Alt, chars: "\x1bg" }
|
|
- { key: H, mods: Alt, chars: "\x1bh" }
|
|
- { key: I, mods: Alt, chars: "\x1bi" }
|
|
- { key: J, mods: Alt, chars: "\x1bj" }
|
|
- { key: K, mods: Alt, chars: "\x1bk" }
|
|
- { key: L, mods: Alt, chars: "\x1bl" }
|
|
- { key: M, mods: Alt, chars: "\x1bm" }
|
|
- { key: N, mods: Alt, chars: "\x1bn" }
|
|
- { key: O, mods: Alt, chars: "\x1bo" }
|
|
- { key: P, mods: Alt, chars: "\x1bp" }
|
|
- { key: Q, mods: Alt, chars: "\x1bq" }
|
|
- { key: R, mods: Alt, chars: "\x1br" }
|
|
- { key: S, mods: Alt, chars: "\x1bs" }
|
|
- { key: T, mods: Alt, chars: "\x1bt" }
|
|
- { key: U, mods: Alt, chars: "\x1bu" }
|
|
- { key: V, mods: Alt, chars: "\x1bv" }
|
|
- { key: W, mods: Alt, chars: "\x1bw" }
|
|
- { key: X, mods: Alt, chars: "\x1bx" }
|
|
- { key: Y, mods: Alt, chars: "\x1by" }
|
|
- { key: Z, mods: Alt, chars: "\x1bz" }
|
|
|
|
- { key: 0, mods: Alt, chars: "\x1b0" }
|
|
- { key: 1, mods: Alt, chars: "\x1b1" }
|
|
- { key: 2, mods: Alt, chars: "\x1b2" }
|
|
- { key: 3, mods: Alt, chars: "\x1b3" }
|
|
- { key: 4, mods: Alt, chars: "\x1b4" }
|
|
- { key: 5, mods: Alt, chars: "\x1b5" }
|
|
- { key: 6, mods: Alt, chars: "\x1b6" }
|
|
- { key: 7, mods: Alt, chars: "\x1b7" }
|
|
- { key: 8, mods: Alt, chars: "\x1b8" }
|
|
- { key: 9, mods: Alt, chars: "\x1b9" }
|
|
|
|
- { key: Minus, mods: Alt, chars: "\x1b-" }
|
|
- { key: Equals, mods: Alt, chars: "\x1b=" }
|
|
- { key: Space, mods: Alt, chars: "\x1b " }
|
|
- { key: Slash, mods: Alt, chars: "\x1b/" }
|
|
- { key: Backslash, mods: Alt, chars: "\x1b\\" }
|
|
- { key: Tab, mods: Alt, chars: "\x1b\t" }
|
|
- { key: LBracket, mods: Alt, chars: "\x1b[" }
|
|
- { key: RBracket, mods: Alt, chars: "\x1b]" }
|