100 lines
1.6 KiB
YAML
100 lines
1.6 KiB
YAML
# Configuration for Alacritty, the GPU enhanced terminal emulator.
|
|
# sapphirus@sapphirus.org - 2021-2023
|
|
|
|
env:
|
|
TERM: alacritty
|
|
LC_ALL: "en_CA.UTF-8"
|
|
LANG: "en_CA.UTF-8"
|
|
|
|
window:
|
|
dimensions:
|
|
columns: 130
|
|
lines: 25
|
|
|
|
dynamic_padding: true
|
|
startup_mode: Windowed
|
|
title: Terminal
|
|
dynamic_title: true
|
|
#gtk_theme_variant: None
|
|
opacity: 0.7
|
|
|
|
scrolling:
|
|
history: 0
|
|
multiplier: 3
|
|
|
|
font:
|
|
normal:
|
|
family: Dina
|
|
bold:
|
|
family: Dina
|
|
italic:
|
|
family: Dina
|
|
bold_italic:
|
|
family: Dina
|
|
|
|
size: 9
|
|
offset:
|
|
x: 0
|
|
y: 0
|
|
|
|
draw_bold_text_with_bright_colors: true
|
|
|
|
|
|
# Colors (Horizon Dark)
|
|
colors:
|
|
# Primary colors
|
|
primary:
|
|
background: '#000000'
|
|
foreground: '#FFFFFF'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x16161c'
|
|
red: '0xe95678'
|
|
green: '0x29d398'
|
|
yellow: '0xfab795'
|
|
blue: '0x26bbd9'
|
|
magenta: '0xee64ac'
|
|
cyan: '0x59e1e3'
|
|
white: '0xd5d8da'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x5b5858'
|
|
red: '0xec6a88'
|
|
green: '0x3fdaa4'
|
|
yellow: '0xfbc3a7'
|
|
blue: '0x3fc4de'
|
|
magenta: '0xf075b5'
|
|
cyan: '0x6be4e6'
|
|
white: '0xd5d8da'
|
|
|
|
transparent_background_colors: true
|
|
|
|
|
|
# Bell
|
|
bell:
|
|
#animation: EaseOutSine
|
|
#duration: 400
|
|
#color: '#093d9e'
|
|
command:
|
|
program: paplay
|
|
args: ["/usr/share/sounds/freedesktop/stereo/dialog-warning.oga"]
|
|
|
|
selection:
|
|
save_to_clipboard: true
|
|
|
|
cursor:
|
|
style:
|
|
shape: Underline
|
|
blinking: Always
|
|
vi_mode_style: Beam
|
|
blink_interval: 300
|
|
unfocused_hollow: false
|
|
thickness: 0.25
|
|
live_config_reload: true
|
|
|
|
#shell:
|
|
# program: /bin/bash
|
|
# args:
|
|
# - --login
|