dots/.config/alacritty/alacritty.toml

41 lines
559 B
TOML
Raw Normal View History

2024-12-23 20:51:32 +01:00
[colors.primary]
2024-12-23 21:11:53 +01:00
background = '#eeeeee'
foreground = '#222222'
2024-12-23 20:51:32 +01:00
2024-12-23 21:11:53 +01:00
[colors.cursor]
text = '#eeeeee'
cursor = '#000000'
2024-12-23 20:51:32 +01:00
2024-12-23 21:11:53 +01:00
[colors.normal]
black = '#d4d4d4'
red = '#ba2c69'
green = '#657622'
yellow = '#9b5b1b'
blue = '#2074a5'
magenta = '#8243cf'
cyan = '#257d6f'
white = '#525252'
2024-12-23 20:51:32 +01:00
2024-12-23 21:11:53 +01:00
[colors.bright]
black = '#9e9e9e'
red = '#da407f'
green = '#7b8e2b'
yellow = '#ba6f25'
blue = '#2d8cc5'
magenta = '#985fe6'
cyan = '#2e9786'
white = '#080808'
[font]
size = 18
2024-12-23 20:51:32 +01:00
[font.normal]
family = "Iosevka Term SS08"
2024-12-23 21:11:53 +01:00
[window]
decorations = "none"
2024-12-23 20:51:32 +01:00
[window.padding]
x = 0
y = 0