2021-12-08 09:38:24 -06:00
|
|
|
import:
|
2023-08-16 15:19:31 -05:00
|
|
|
- ~/.config/alacritty/catppuccin-mocha.yml
|
2021-12-08 09:38:24 -06:00
|
|
|
window:
|
|
|
|
dimensions:
|
|
|
|
columns: 90
|
|
|
|
lines: 45
|
|
|
|
|
|
|
|
# Window position (changes require restart)
|
|
|
|
# Blank space added around the window in pixels. This padding is scaled
|
|
|
|
# by DPI and the specified value is always added at both opposing sides.
|
|
|
|
padding:
|
|
|
|
x: 10
|
2022-03-29 12:40:10 -05:00
|
|
|
y: 10
|
2021-12-08 09:38:24 -06:00
|
|
|
|
|
|
|
# Spread additional padding evenly around the terminal content.
|
|
|
|
dynamic_padding: true
|
|
|
|
|
|
|
|
# Window decorations
|
|
|
|
#
|
|
|
|
# Values for `decorations`:
|
|
|
|
# - full: Borders and title bar
|
|
|
|
# - none: Neither borders nor title bar
|
|
|
|
#
|
|
|
|
# Values for `decorations` (macOS only):
|
|
|
|
# - transparent: Title bar, transparent background and title bar buttons
|
|
|
|
# - buttonless: Title bar, transparent background and no title bar buttons
|
|
|
|
decorations: full
|
|
|
|
# Window title
|
|
|
|
title: Alacritty
|
|
|
|
|
|
|
|
# Font configuration
|
|
|
|
font:
|
|
|
|
# Normal (roman) font face
|
|
|
|
normal:
|
2021-12-22 22:40:39 -06:00
|
|
|
family: "MonoLisa Nerd Font"
|
2023-08-16 15:19:31 -05:00
|
|
|
# bold:
|
|
|
|
# style: Bold
|
|
|
|
# italic:
|
|
|
|
# style: Italic
|
|
|
|
# bold_italic:
|
|
|
|
# style: Bold Italic
|
|
|
|
size: 12
|
2022-04-29 10:37:55 -05:00
|
|
|
draw_bold_text_with_bright_colors: true
|
2021-12-08 09:38:24 -06:00
|
|
|
|
2022-02-03 16:58:34 -06:00
|
|
|
cursor:
|
2021-12-08 09:38:24 -06:00
|
|
|
# Cursor style
|
2022-02-03 16:58:34 -06:00
|
|
|
style:
|
2021-12-08 09:38:24 -06:00
|
|
|
# Cursor shape
|
|
|
|
#
|
|
|
|
# Values for `shape`:
|
|
|
|
# - ▇ Block
|
|
|
|
# - _ Underline
|
|
|
|
# - | Beam
|
2022-02-03 16:58:34 -06:00
|
|
|
shape: Underline
|
2021-12-08 09:38:24 -06:00
|
|
|
|
|
|
|
# Cursor blinking state
|
|
|
|
#
|
|
|
|
# Values for `blinking`:
|
|
|
|
# - Never: Prevent the cursor from ever blinking
|
|
|
|
# - Off: Disable blinking by default
|
|
|
|
# - On: Enable blinking by default
|
|
|
|
# - Always: Force the cursor to always blink
|
2022-04-29 10:37:55 -05:00
|
|
|
blinking: Never
|
2021-12-08 09:38:24 -06:00
|
|
|
|
2023-08-16 15:19:31 -05:00
|
|
|
shell:
|
|
|
|
program: /bin/zsh
|
|
|
|
args:
|
|
|
|
- --login
|