From 5c589088e912fb7b5bb515e0dad9f2e2bdf105a3 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 18 Feb 2026 01:03:55 +0100 Subject: Update --- .alacritty.toml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .alacritty.toml (limited to '.alacritty.toml') diff --git a/.alacritty.toml b/.alacritty.toml new file mode 100644 index 0000000..2fabff4 --- /dev/null +++ b/.alacritty.toml @@ -0,0 +1,38 @@ +[general] +live_config_reload = true + +[window] +dynamic_title = true +dimensions = { columns = 140, lines = 70 } + +[font] +normal = { family = "Berkeley Mono", style = "Bold" } +size = 10 + +[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