scripts/applications/alacritty.yml

70 lines
1.1 KiB
YAML
Raw Normal View History

2020-01-06 05:48:39 -08:00
env:
2022-06-05 21:51:41 -07:00
TERM: alacritty
2020-01-06 05:48:39 -08:00
window:
dimensions:
columns: 80
lines: 24
padding:
x: 0
y: 0
dynamic_padding: false
decorations: full
startup_mode: Windowed
title: "Terminal"
2022-06-05 21:51:41 -07:00
gtk_theme_variant: dark
2020-01-06 05:48:39 -08:00
scrolling:
2022-06-05 21:51:41 -07:00
history: 10000
multiplier: 3
2020-01-06 05:48:39 -08:00
font:
normal:
2022-06-05 21:51:41 -07:00
family: monospace
2020-01-06 05:48:39 -08:00
style: Regular
2020-08-02 10:54:12 -07:00
size: 12.0
2020-01-06 05:48:39 -08:00
offset:
x: 0
y: 0
glyph_offset:
x: 0
2020-11-15 13:48:29 -08:00
y: -2
2020-01-06 05:48:39 -08:00
draw_bold_text_with_bright_colors: true
colors:
primary:
background: '0x1a141d'
2020-01-06 05:48:39 -08:00
foreground: '0xcfd8dc'
bright_foreground: '0xeceff1'
normal:
black: '0x37474f'
red: '0xff3d00'
green: '0x00e676'
yellow: '0xff9100'
blue: '0x3d5afe'
magenta: '0x7c4dff'
cyan: '0x00b0ff'
white: '0xdcdcdc'
bright:
black: '0x607d8b'
red: '0xff1744'
green: '0x1de9b6'
yellow: '0xffc400'
blue: '0x2979ff'
magenta: '0xd500f9'
cyan: '0x00e5ff'
white: '0xffffff'
cursor:
style: Block
unfocused_hollow: true
2022-06-05 21:51:41 -07:00
bell:
animation: EaseOutExpo
duration: 100
working_directory: /home/marrub
2020-01-06 05:48:39 -08:00
live_config_reload: false