dotfiles/laptop/.alacritty.toml

69 lines
1,021 B
TOML
Raw Normal View History

2024-01-05 16:08:49 +09:00
2024-10-24 10:52:15 +09:00
background = '#272E33'
foreground = '#d3c6aa'
2024-01-05 16:08:49 +09:00
2024-10-24 10:52:15 +09:00
# Normal colors
2024-01-05 16:08:49 +09:00
[colors.normal]
2024-10-24 10:52:15 +09:00
black = '#414B50'
red = '#e67e80'
green = '#a7c080'
yellow = '#dbbc7f'
blue = '#7fbbb3'
magenta = '#d699b6'
cyan = '#83c092'
white = '#d3c6aa'
2024-01-05 16:08:49 +09:00
2024-10-24 10:52:15 +09:00
# Bright colors
[colors.bright]
black = '#414B50'
red = '#e67e80'
green = '#a7c080'
yellow = '#dbbc7f'
blue = '#7fbbb3'
magenta = '#d699b6'
cyan = '#83c092'
white = '#d3c6aa'
2024-01-05 16:08:49 +09:00
[cursor]
blink_interval = 470
unfocused_hollow = false
[cursor.style]
blinking = "Always"
shape = "Underline"
[env]
TERM = "xterm-256color"
WINIT_X11_SCALE_FACTOR = "1.0"
[font]
2024-05-05 22:23:36 +09:00
size = 19
2024-01-05 16:08:49 +09:00
[font.bold]
family = "UDEV Gothic 35NFLG"
style = "Bold"
[font.bold_italic]
family = "UDEV Gothic 35NFLG"
style = "Bold Italic"
[font.italic]
family = "UDEV Gothic 35NFLG"
style = "Italic"
[font.normal]
family = "UDEV Gothic 35NFLG"
style = "Regular"
2024-10-24 10:52:15 +09:00
[terminal.shell]
2024-01-05 16:08:49 +09:00
args = ["--login"]
program = "/usr/bin/zsh"
[window]
dynamic_padding = false
opacity = 0.95
[window.padding]
x = 0
y = 0