neue Dateien

This commit is contained in:
2025-12-25 10:56:27 +01:00
parent 1af6d71c18
commit 4223d65b15
8 changed files with 903 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
[colors]
draw_bold_text_with_bright_colors = true
[colors.primary]
background = "#121212"
[cursor]
style = {shape = "Block", blinking = "Always"}
vi_mode_style = {shape = "Block", blinking = "On"}
blink_interval = 750
blink_timeout = 5
unfocused_hollow = true
thickness = 0.2
[env]
TERM = "xterm-256color"
[font]
size = 11.0
[font.bold]
family = "Ubuntu Mono"
style = "Bold"
[font.bold_italic]
family = "Ubuntu Mono"
style = "Bold Italic"
[font.italic]
family = "Ubuntu Mono"
style = "Italic"
[font.normal]
family = "Ubuntu Mono"
style = "Regular"
[window]
decorations = "none"
decorations_theme_variant = "Dark"
dynamic_title = true
opacity = 0.82
title = "Alacritty"
[window.class]
general = "Alacritty"
instance = "Alacritty"
[window.padding]
x = 5
y = 5