Files
dots/configs/alacritty_g/Win11/alacritty.toml

64 lines
874 B
TOML
Raw Normal View History

[font]
size = 14.0
[font.bold]
family = "Iosevka Nerd Font"
style = "Bold"
[font.bold_italic]
2024-05-08 01:17:34 -07:00
family = "Iosevka Nerd Font"
style = "Bold Italic"
[font.italic]
2024-05-08 01:17:34 -07:00
family = "Iosevka Nerd Font"
style = "Italic"
[font.normal]
2024-05-08 01:17:34 -07:00
family = "Iosevka Nerd Font"
style = "Regular"
[scrolling]
history = 10000
multiplier = 3
[window]
startup_mode = "Windowed"
opacity = 0.9
[window.padding]
2024-05-08 01:17:34 -07:00
x = 40
y = 40
[shell]
program = "wsl"
2024-05-08 01:17:34 -07:00
# Colors (Gotham)
# Default colors
[colors.primary]
background = '#0a0f14'
foreground = '#98d1ce'
# Normal colors
[colors.normal]
black = '#0a0f14'
red = '#c33027'
green = '#26a98b'
yellow = '#edb54b'
blue = '#195465'
magenta = '#4e5165'
cyan = '#33859d'
white = '#98d1ce'
# Bright colors
[colors.bright]
black = '#10151b'
red = '#d26939'
green = '#081f2d'
yellow = '#245361'
blue = '#093748'
magenta = '#888ba5'
cyan = '#599caa'
white = '#d3ebe9'