aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty.toml
diff options
context:
space:
mode:
authorXander Swan <[hidden email]>2026-01-01 17:29:58 -0500
committerXander Swan <[hidden email]>2026-01-01 17:29:58 -0500
commit98bb3c22056d15d471e075b5d75382fb1d5793d3 (patch)
tree23329bd8220e14cb76b790aa233ec3c49a306594 /.config/alacritty.toml
parent9cd8db6fbe61f5e8b07315b34a0ec2db8ea608db (diff)
switch to alercritter
Diffstat (limited to '.config/alacritty.toml')
-rw-r--r--.config/alacritty.toml39
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/alacritty.toml b/.config/alacritty.toml
new file mode 100644
index 0000000..f121594
--- /dev/null
+++ b/.config/alacritty.toml
@@ -0,0 +1,39 @@
+[window]
+dynamic_padding = true
+opacity = 1
+
+[font]
+normal = {family="CommitMono", style="Regular"}
+bold = {family="CommitMono", style="Bold"}
+italic = {family="CommitMono", style="Italic"}
+bold_italic = {family="CommitMono", style="Bold Italic"}
+offset.x = 0
+offset.y = 0
+size = 14
+
+[colors]
+draw_bold_text_with_bright_colors = true
+
+[colors.primary]
+foreground = "#FFFFFF"
+background = "#000000"
+
+[colors.normal]
+black = "#333333"
+red = "#990911"
+green = "#099911"
+yellow = "#CC9900"
+blue = "#5511CC"
+magenta = "#990966"
+cyan = "#0077AA"
+white = "#999999"
+
+[colors.bright]
+black = "#666666"
+red = "#ff2222"
+green = "#22ff44"
+yellow = "#ffff00"
+blue = "#8833FF"
+magenta = "#ff4499"
+cyan = "#22ccff"
+white = "#FFFFFF"