dotfiles_alacritty/alacritty.toml

35 lines
636 B
TOML
Raw Normal View History

2024-12-28 18:23:06 +00:00
[env]
WINIT_X11_SCALE_FACTOR = "1.0"
2024-12-17 08:24:21 +00:00
[window]
decorations_theme_variant = "Dark"
dynamic_title = true
title = "Terminal"
opacity = 1
2024-12-28 18:23:06 +00:00
padding = { x = 4, y = 2 }
2024-12-17 08:24:21 +00:00
[font]
normal = { family = "IosevkaTermSlab Nerd Font Mono" }
size = 11
[selection]
save_to_clipboard = true
[cursor]
style = { shape = "Block", blinking = "On" }
thickness = 1.0
[colors]
cursor = { text = "#000000", cursor = "#22785E" }
selection = { text = "#D3D7CF", background = "#262626" }
[colors.primary]
background = "#101010"
foreground = "#BBBBBB"
[general]
import = [
"~/.config/alacritty/colors/candy.toml",
"~/.config/alacritty/keybindings.toml"
]