diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-12-11 20:46:32 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-12-11 20:47:59 +0100 |
commit | f22f1723c01b56da14ae1de3491a78af1bc4c464 (patch) | |
tree | 030411c811d3474c4b322eca29d1bf8e96b7511f /dot_alacritty.toml | |
parent | d8713792f93473fe14e01d151529fb6ef139448f (diff) |
Dot files with `chezmoi`
Diffstat (limited to 'dot_alacritty.toml')
-rw-r--r-- | dot_alacritty.toml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/dot_alacritty.toml b/dot_alacritty.toml new file mode 100644 index 0000000..aa44a24 --- /dev/null +++ b/dot_alacritty.toml @@ -0,0 +1,63 @@ +[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 = "#333333" +blue = "#5fafd7" +cyan = "#2ecc71" +green = "#5faf00" +magenta = "#808080" +red = "#af005f" +white = "#f2f2f2" +yellow = "#f1c40f" + +[colors.primary] +background = "#000000" +foreground = "#f1f1f1" + +# [colors.primary] +# background= "#ffffff" +# foreground= "#1F2328" +# +# [colors.normal] +# black= "#24292f" +# red= "#cf222e" +# green= "#116329" +# yellow= "#4d2d00" +# blue= "#0969da" +# magenta= "#8250df" +# cyan= "#1b7c83" +# white= "#6e7781" +# +# [colors.bright] +# black= "#57606a" +# red= "#a40e26" +# green= "#1a7f37" +# yellow= "#633c01" +# blue= "#218bff" +# magenta= "#8250df" +# cyan= "#1b7c83" +# white= "#6e7781" + +[font] +size = 12.5 + +[font.normal] +family = "FiraCodeNerdFont" +style = "Regular" + +[shell] +# args = ["new"] +# program = "/usr/bin/tmux" +program = "/usr/local/bin/zellij" |