2020-06-25 05:46:46 +08:00
|
|
|
# Configuration for Alacritty, the GPU enhanced terminal emulator.
|
|
|
|
|
|
|
|
# Any items in the `env` entry below will be added as
|
|
|
|
# environment variables. Some entries may override variables
|
|
|
|
# set by alacritty itself.
|
|
|
|
|
2022-07-01 01:51:20 +08:00
|
|
|
import:
|
|
|
|
- ~/.config/alacritty/themes/gruvbox_dark.yaml
|
2020-06-25 05:46:46 +08:00
|
|
|
|
2023-06-05 08:39:37 +08:00
|
|
|
#window:
|
|
|
|
# opacity: 0.9
|
2020-06-25 05:46:46 +08:00
|
|
|
|
|
|
|
font:
|
2020-06-26 07:17:01 +08:00
|
|
|
normal:
|
2022-05-02 17:38:51 +08:00
|
|
|
family: Fira Code
|
2020-06-26 07:17:01 +08:00
|
|
|
style: Regular
|
|
|
|
|
|
|
|
bold:
|
2022-05-02 17:38:51 +08:00
|
|
|
family: Fira Code
|
2020-06-26 07:17:01 +08:00
|
|
|
style: Bold
|
|
|
|
|
|
|
|
italic:
|
2022-05-02 17:38:51 +08:00
|
|
|
family: Fira Code
|
2020-06-26 07:17:01 +08:00
|
|
|
style: Italic
|
|
|
|
|
|
|
|
bold_italic:
|
2022-05-02 17:38:51 +08:00
|
|
|
family: Fira Code
|
2020-06-26 07:17:01 +08:00
|
|
|
style: Bold Italic
|
|
|
|
|
2021-01-28 21:01:36 +08:00
|
|
|
size: 11.0
|
2023-06-05 08:39:37 +08:00
|
|
|
|
|
|
|
window:
|
|
|
|
title: Terminal
|
2023-06-18 22:26:22 +08:00
|
|
|
|
|
|
|
padding:
|
|
|
|
x: 1
|
|
|
|
y: 1
|
|
|
|
|
|
|
|
dynamic_padding: true
|
|
|
|
|