summaryrefslogtreecommitdiff
path: root/home-manager/config/alacritty.toml
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2024-11-09 14:26:34 +0100
committerJasper Ras <jaspert.ras@gmail.com>2024-11-09 14:26:34 +0100
commit3fce1b5d9350c116270111e92f2d993e1b518d4d (patch)
treedaada43eb23df53d6a0df3622d4bfe913851d1f3 /home-manager/config/alacritty.toml
parent4211ed3b82be9af26460a0a8d88dce9ce319bb47 (diff)
Inline home-manager
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"