import: - "/home/aaa/.config/alacritty/color.yml" env: # TERM env customization. # # If this property is not set, alacritty will set it to xterm-256color. # # Note that some xterm terminfo databases don't declare support for italics. # You can verify this by checking for the presence of `smso` and `sitm` in # `infocmp xterm-256color`. TERM: xterm-256color # Window configuration window: dimensions: columns: 140 lines: 38 padding: x: 10 y: 10 opacity: 1.0 scrolling: history: 100000 multiplier: 3 live_config_reload: true # Font configuration font: normal: family: FiraCode Nerd Font Mono style: Retine bold: family: FiraCode Nerd Font Mono style: Bold italic: family: FiraCode Nerd Font Mono style: Italic size: 12.0 offset: x: 0 y: 0 glyph_offset: x: 0 y: 0 debug: persistent_logging: false draw_bold_text_with_bright_colors: true cursor: style: Block unfocused_hollow: true mouse: double_click: { threshold: 300 } triple_click: { threshold: 300 } hide_when_typing: true hints: mods: Control selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" save_to_clipboard: true