summaryrefslogtreecommitdiff
path: root/.config/.alacritty.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-12-11 20:46:32 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-12-11 20:47:59 +0100
commitf22f1723c01b56da14ae1de3491a78af1bc4c464 (patch)
tree030411c811d3474c4b322eca29d1bf8e96b7511f /.config/.alacritty.toml
parentd8713792f93473fe14e01d151529fb6ef139448f (diff)
Dot files with `chezmoi`
Diffstat (limited to '.config/.alacritty.toml')
-rw-r--r--.config/.alacritty.toml63
1 files changed, 0 insertions, 63 deletions
diff --git a/.config/.alacritty.toml b/.config/.alacritty.toml
deleted file mode 100644
index 23ea7cc..0000000
--- a/.config/.alacritty.toml
+++ /dev/null
@@ -1,63 +0,0 @@
-[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 = "FiraCode"
-style = "Mono"
-
-[shell]
-args = ["new"]
-program = "/usr/bin/tmux"
-# program = "/home/santo/.cargo/bin/zellij"