From f896f87de95cf305fa5f931088d2f8e4eb159096 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 29 Apr 2026 23:27:33 +0200 Subject: Move to st as default terminal again --- .alacritty.toml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .alacritty.toml (limited to '.alacritty.toml') diff --git a/.alacritty.toml b/.alacritty.toml deleted file mode 100644 index dd2ce1d..0000000 --- a/.alacritty.toml +++ /dev/null @@ -1,38 +0,0 @@ -[general] -live_config_reload = true - -[window] -dynamic_title = true -dimensions = { columns = 140, lines = 50 } - -[font] -normal = { family = "Berkeley Mono", style = "Bold" } -size = 9 - -[colors.primary] -background = '#000000' -foreground = '#ffffff' - -[colors.cursor] -text = '#000000' -cursor = '#ffffff' - -[colors.normal] -black = '#0e1415' -red = '#e25d56' -green = '#73ca50' -yellow = '#e9bf57' -blue = '#4a88e4' -magenta = '#915caf' -cyan = '#23acdd' -white = '#f0f0f0' - -[colors.bright] -black = '#777777' -red = '#f36868' -green = '#88db3f' -yellow = '#f0bf7a' -blue = '#6f8fdb' -magenta = '#e987e9' -cyan = '#4ac9e2' -white = '#ffffff' -- cgit v1.2.3