Files
dotfiles/config/.config/alacritty/alacritty.toml
Tuan-Dat Tran 48f1eea33a Changed ncs-node for ips in hannover
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2024-12-18 17:00:59 +01:00

51 lines
744 B
TOML

[font]
size = 12
[font.bold]
style = "Bold"
[font.bold_italic]
style = "Bold Italic"
[font.italic]
style = "Italic"
[font.normal]
family = "DejaVu Sans Code"
style = "Regular"
[window]
decorations = "none"
opacity = 0.9
blur = true
# From: https://github.com/alacritty/alacritty-theme
# Colors (One Dark)
# Default colors
[colors.primary]
background = '#282c34'
foreground = '#abb2bf'
# Normal colors
[colors.normal]
black = '#1e2127'
red = '#e06c75'
green = '#98c379'
yellow = '#d19a66'
blue = '#61afef'
magenta = '#c678dd'
cyan = '#56b6c2'
white = '#abb2bf'
# Bright colors
[colors.bright]
black = '#5c6370'
red = '#e06c75'
green = '#98c379'
yellow = '#d19a66'
blue = '#61afef'
magenta = '#c678dd'
cyan = '#56b6c2'
white = '#ffffff'