165 lines
7.3 KiB
YAML
165 lines
7.3 KiB
YAML
font:
|
|
normal:
|
|
family: "CozetteVector"
|
|
options:
|
|
antialias: on
|
|
|
|
bold:
|
|
family: "CozetteVector"
|
|
|
|
italic:
|
|
family: "CozetteVector"
|
|
|
|
size: 13.0
|
|
|
|
offset:
|
|
x: 0
|
|
y: 0
|
|
|
|
glyph_offset:
|
|
x: 0
|
|
y: 0
|
|
|
|
|
|
|
|
|
|
window:
|
|
padding:
|
|
x: 12
|
|
y: 12
|
|
dynamic_padding: true
|
|
# decorations: none
|
|
|
|
|
|
cursor:
|
|
style: Block
|
|
unfocused_hollow: false
|
|
# thickness: 0.33
|
|
|
|
mouse:
|
|
hide_when_typing: true
|
|
|
|
|
|
# Base16 Gruvbox light, medium 256 - alacritty color config
|
|
# Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0xfbf1c7'
|
|
foreground: '0x504945'
|
|
|
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
|
cursor:
|
|
text: '0xfbf1c7'
|
|
cursor: '0x504945'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0xfbf1c7'
|
|
red: '0x9d0006'
|
|
green: '0x79740e'
|
|
yellow: '0xb57614'
|
|
blue: '0x076678'
|
|
magenta: '0x8f3f71'
|
|
cyan: '0x427b58'
|
|
white: '0x504945'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0xbdae93'
|
|
red: '0x9d0006'
|
|
green: '0x79740e'
|
|
yellow: '0xb57614'
|
|
blue: '0x076678'
|
|
magenta: '0x8f3f71'
|
|
cyan: '0x427b58'
|
|
white: '0x282828'
|
|
|
|
indexed_colors:
|
|
- { index: 16, color: '0xaf3a03' }
|
|
- { index: 17, color: '0xd65d0e' }
|
|
- { index: 18, color: '0xebdbb2' }
|
|
- { index: 19, color: '0xd5c4a1' }
|
|
- { index: 20, color: '0x665c54' }
|
|
- { index: 21, color: '0x3c3836' }
|
|
|
|
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: A, mods: Alt|Shift, chars: "\x1bA" }
|
|
- { key: B, mods: Alt|Shift, chars: "\x1bB" }
|
|
- { key: C, mods: Alt|Shift, chars: "\x1bC" }
|
|
- { key: D, mods: Alt|Shift, chars: "\x1bD" }
|
|
- { key: E, mods: Alt|Shift, chars: "\x1bE" }
|
|
- { key: F, mods: Alt|Shift, chars: "\x1bF" }
|
|
- { key: G, mods: Alt|Shift, chars: "\x1bG" }
|
|
- { key: H, mods: Alt|Shift, chars: "\x1bH" }
|
|
- { key: I, mods: Alt|Shift, chars: "\x1bI" }
|
|
- { key: J, mods: Alt|Shift, chars: "\x1bJ" }
|
|
- { key: K, mods: Alt|Shift, chars: "\x1bK" }
|
|
- { key: L, mods: Alt|Shift, chars: "\x1bL" }
|
|
- { key: M, mods: Alt|Shift, chars: "\x1bM" }
|
|
- { key: N, mods: Alt|Shift, chars: "\x1bN" }
|
|
- { key: O, mods: Alt|Shift, chars: "\x1bO" }
|
|
- { key: P, mods: Alt|Shift, chars: "\x1bP" }
|
|
- { key: Q, mods: Alt|Shift, chars: "\x1bQ" }
|
|
- { key: R, mods: Alt|Shift, chars: "\x1bR" }
|
|
- { key: S, mods: Alt|Shift, chars: "\x1bS" }
|
|
- { key: T, mods: Alt|Shift, chars: "\x1bT" }
|
|
- { key: U, mods: Alt|Shift, chars: "\x1bU" }
|
|
- { key: V, mods: Alt|Shift, chars: "\x1bV" }
|
|
- { key: W, mods: Alt|Shift, chars: "\x1bW" }
|
|
- { key: X, mods: Alt|Shift, chars: "\x1bX" }
|
|
- { key: Y, mods: Alt|Shift, chars: "\x1bY" }
|
|
- { key: Z, mods: Alt|Shift, chars: "\x1bZ" }
|
|
- { key: Key1, mods: Alt, chars: "\x1b1" }
|
|
- { key: Key2, mods: Alt, chars: "\x1b2" }
|
|
- { key: Key3, mods: Alt, chars: "\x1b3" }
|
|
- { key: Key4, mods: Alt, chars: "\x1b4" }
|
|
- { key: Key5, mods: Alt, chars: "\x1b5" }
|
|
- { key: Key6, mods: Alt, chars: "\x1b6" }
|
|
- { key: Key7, mods: Alt, chars: "\x1b7" }
|
|
- { key: Key8, mods: Alt, chars: "\x1b8" }
|
|
- { key: Key9, mods: Alt, chars: "\x1b9" }
|
|
- { key: Key0, mods: Alt, chars: "\x1b0" }
|
|
- { key: Space, mods: Control, chars: "\x00" } # Ctrl + Space
|
|
- { key: Grave, mods: Alt, chars: "\x1b`" } # Alt + `
|
|
- { key: Grave, mods: Alt|Shift, chars: "\x1b~" } # Alt + ~
|
|
- { key: Period, mods: Alt, chars: "\x1b." } # Alt + .
|
|
- { key: Key8, mods: Alt|Shift, chars: "\x1b*" } # Alt + *
|
|
- { key: Key3, mods: Alt|Shift, chars: "\x1b#" } # Alt + #
|
|
- { key: Period, mods: Alt|Shift, chars: "\x1b>" } # Alt + >
|
|
- { key: Comma, mods: Alt|Shift, chars: "\x1b<" } # Alt + <
|
|
- { key: Minus, mods: Alt|Shift, chars: "\x1b_" } # Alt + _
|
|
- { key: Key5, mods: Alt|Shift, chars: "\x1b%" } # Alt + %
|
|
- { key: Key6, mods: Alt|Shift, chars: "\x1b^" } # Alt + ^
|
|
- { key: Backslash, mods: Alt, chars: "\x1b\\" } # Alt + \
|
|
- { key: Backslash, mods: Alt|Shift, chars: "\x1b|" } # Alt + |
|
|
|
|
|
|
#colors: *gruvbox_material_medium_light
|