diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-03-20 14:02:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 14:02:12 +0100 |
commit | 52ad9174989fcc8ff5deb0cf80ea80601b0cfbd8 (patch) | |
tree | 66e53d1608eeb2ebab9c9ed2948dea41b2eb578d /.config/.alacritty.toml | |
parent | 80d646215a52b8a89447129d9e0f46005572a9cf (diff) |
fixs
Diffstat (limited to '.config/.alacritty.toml')
-rw-r--r-- | .config/.alacritty.toml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/.alacritty.toml b/.config/.alacritty.toml new file mode 100644 index 0000000..2bdb437 --- /dev/null +++ b/.config/.alacritty.toml @@ -0,0 +1,39 @@ +[colors.bright] +black = "#6a6a6a" +blue = "#ffaf00" +cyan = "#00afaf" +green = "#afd700" +magenta = "#ffaf00" +red = "#e74c3c" +white = "#5f8787" +yellow = "#f1c40f" + +[colors.cursor] +cursor = "#808080" +text = "#424242" + +[colors.normal] +black = "#000000" +blue = "#5fafd7" +cyan = "#2ecc71" +green = "#5faf00" +magenta = "#808080" +red = "#af005f" +white = "#f2f2f2" +yellow = "#f1c40f" + +[colors.primary] +background = "#000000" +foreground = "#c1c1c1" + +[font] +size = 11.5 + +[font.normal] +family = "GitLabMono" +style = "Regular" + +[shell] +args = ["new"] +program = "/usr/bin/tmux" +# program = "/home/santo/.cargo/bin/zellij" |