Files
dots/files/.config/alacritty/alacritty.yml
2021-03-03 19:23:52 +01:00

117 lines
2.3 KiB
YAML

# __ _ _ _ _
# / /_ _| | __ _ ___ _ __(_) |_| |_ _ _
# / / _` | |/ _` |/ __| '__| | __| __| | | |
# _ / / (_| | | (_| | (__| | | | |_| |_| |_| |
# (_)_/ \__,_|_|\__,_|\___|_| |_|\__|\__|\__, |
# |___/
#
# ~ M. Thomas
env:
TERM: alacritty
window:
title: Alacritty
dimensions:
columns: 0
lines: 0
position:
x: 0
y: 0
padding:
x: 20
y: 20
dynamic_padding: false
font:
normal:
family: FiraCode Nerd Font Mono
style: Regular
size: 9
# Colors (Doom One)
colors:
# Default colors
primary:
background: '0x282c34'
foreground: '0xbbc2cf'
# Normal colors
normal:
black: '0x282c34'
red: '0xff6c6b'
green: '0x98be65'
yellow: '0xecbe7b'
blue: '0x51afef'
magenta: '0xc678dd'
cyan: '0x46d9ff'
white: '0xbbc2cf'
# Darker variant
#colors:
# primary:
# background: '#1C1B1D'
# foreground: '#D8D8D8'
# cursor:
# text: '#1C1B1D'
# cursor: '#D8D8D8'
# normal:
# black: '#24272a'
# red: '#E06C75'
# green: '#98C379'
# yellow: '#E5C07B'
# blue: '#61AFEF'
# magenta: '#C678DD'
# cyan: '#56B6C2'
# white: '#D8D8D8'
# bright:
# black: '#D8D8D8'
# red: '#E06C75'
# green: '#98C379'
# yellow: '#E5C07B'
# blue: '#61AFEF'
# magenta: '#C678DD'
# cyan: '#56B6C2'
# white: '#D8D8D8'
# dim:
# black: '#24272a'
# red: '#E06C75'
# green: '#98C379'
# yellow: '#E5C07B'
# blue: '#61AFEF'
# magenta: '#C678DD'
# cyan: '#56B6C2'
# white: '#D8D8D8'
background_opacity: 1
selection:
save_to_clipboard: true
window.dynamic_title: true
cursor:
# Values for `style`:
# - ▇ Block
# - _ Underline
# - | Beam
style: Block
unfocused_hollow: true
live_config_reload: true
mouse:
hide_when_typing: true
key_bindings:
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize }