summaryrefslogtreecommitdiff
path: root/home-manager/config/alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/alacritty.toml')
-rw-r--r--home-manager/config/alacritty.toml88
1 files changed, 88 insertions, 0 deletions
diff --git a/home-manager/config/alacritty.toml b/home-manager/config/alacritty.toml
new file mode 100644
index 0000000..0594ea5
--- /dev/null
+++ b/home-manager/config/alacritty.toml
@@ -0,0 +1,88 @@
+[window]
+padding.y = 1
+
+[colors]
+[colors.bright]
+black = "#626880"
+blue = "#8CAAEE"
+cyan = "#81C8BE"
+green = "#A6D189"
+magenta = "#F4B8E4"
+red = "#E78284"
+white = "#A5ADCE"
+yellow = "#E5C890"
+
+[colors.cursor]
+cursor = "#F2D5CF"
+text = "#303446"
+
+[colors.dim]
+black = "#51576D"
+blue = "#8CAAEE"
+cyan = "#81C8BE"
+green = "#A6D189"
+magenta = "#F4B8E4"
+red = "#E78284"
+white = "#B5BFE2"
+yellow = "#E5C890"
+
+[colors.hints]
+[colors.hints.end]
+background = "#A5ADCE"
+foreground = "#303446"
+
+[colors.hints.start]
+background = "#E5C890"
+foreground = "#303446"
+
+[[colors.indexed_colors]]
+color = "#EF9F76"
+index = 16
+
+[[colors.indexed_colors]]
+color = "#F2D5CF"
+index = 17
+
+[colors.normal]
+black = "#51576D"
+blue = "#8CAAEE"
+cyan = "#81C8BE"
+green = "#A6D189"
+magenta = "#F4B8E4"
+red = "#E78284"
+white = "#B5BFE2"
+yellow = "#E5C890"
+
+[colors.primary]
+background = "#303446"
+bright_foreground = "#C6D0F5"
+dim_foreground = "#C6D0F5"
+foreground = "#C6D0F5"
+
+[colors.search]
+[colors.search.focused_match]
+background = "#A6D189"
+foreground = "#303446"
+
+[colors.search.matches]
+background = "#A5ADCE"
+foreground = "#303446"
+
+[colors.selection]
+background = "#F2D5CF"
+text = "#303446"
+
+[colors.vi_mode_cursor]
+cursor = "#BABBF1"
+text = "#303446"
+
+[env]
+TERM = "alacritty-direct"
+
+[font.normal]
+family = "CaskaydiaCove Nerd Font"
+style = "Regular"
+
+[shell]
+args = ["-l"]
+program = "/nix/store/y770h4wad1b9518vndjw8ap7m1ywjjlq-zsh-5.9/bin/zsh"