This commit is contained in:
Jake Pullen
2025-05-03 15:10:38 +01:00
commit 4b9b79da81
73 changed files with 83728 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
[general]
live_config_reload = true
working_directory = "None"
# Themes --
import = [
"~/.config/alacritty/nordic.toml",
"~/.config/alacritty/keybinds.toml"
]
[window]
title = "Alacritty"
decorations = "none"
blur = true
opacity = 0.9
padding.x = 10
padding.y = 10
[window.dimensions]
columns = 160
lines = 80
[cursor.style]
shape= "Beam"
blinking = "Never"
[colors]
#transparent_background_colors = true
draw_bold_text_with_bright_colors = true
[env]
TERM = "xterm-256color"
[font]
#glyph_offset = { x = 1, y = 0 }
normal.family = "MesloLGS Nerd Font Mono"
normal.style = "Regular"
size = 16.0
[font.bold]
family = "MesloLGS Nerd Font Mono"
style = "Bold"
[font.italic]
family = "MesloLGS Nerd Font Mono"
style = "Italic"