lazy push before updates

This commit is contained in:
Noella
2025-12-30 13:19:30 -07:00
parent cf8107f386
commit 948f7074ba
12 changed files with 70 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import = ["~..config/alacritty/themes/themes/tomorrow_night_bright.yaml"]
import = ["~/.config/alacritty/themes/themes/catppuccin_mocha.toml"]
[colors]
draw_bold_text_with_bright_colors = false
@@ -13,10 +13,10 @@ blinking = "On"
shape = "Underline"
[env]
TERM = "alacritty"
TERM = "xterm-256color"
[font.normal]
family = "monospace"
family = "JetBrainsMono Nerd Font Mono"
[hints]
alphabet = "jfkdls;ahgurieowpq"
@@ -49,8 +49,8 @@ program = "/bin/zsh"
decorations = "none"
dynamic_title = true
opacity = 0.95
startup_mode = "Maximized"
title = "Alacritty"
# startup_mode = "Maximized"
# title = "Alacritty"
[window.class]
general = "Alacritty"

1
alacritty/themes Submodule

Submodule alacritty/themes added at f82c742634