aboutsummaryrefslogtreecommitdiffstats
path: root/alacritty
diff options
context:
space:
mode:
authorSpacedio <spacedio@thernusen.net>2026-02-22 10:07:58 -0500
committerSpacedio <spacedio@thernusen.net>2026-02-22 10:07:58 -0500
commit569d1ef6983c7aa39f778513a9f8e4cd251f7d6a (patch)
tree08f465d64fc9f7d51ef95b6066a6798609817641 /alacritty
downloaddotfiles-569d1ef6983c7aa39f778513a9f8e4cd251f7d6a.tar.gz
Initial commit
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/.config/alacritty/alacritty.toml37
1 files changed, 37 insertions, 0 deletions
diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml
new file mode 100644
index 0000000..6cf1b07
--- /dev/null
+++ b/alacritty/.config/alacritty/alacritty.toml
@@ -0,0 +1,37 @@
+[window]
+# opacity=0.9
+[window.padding]
+y = 6
+x = 6
+
+[font]
+# normal = { family = "JetBrainsMono Nerd Font Propo", style = "Regular" }
+normal = { family = "Hasklug Nerd Font Propo", style = "Regular" }
+# size = 20
+size = 8
+
+[colors.bright]
+black = "#444b6a"
+blue = "#7da6ff"
+cyan = "#0db9d7"
+green = "#b9f27c"
+magenta = "#bb9af7"
+red = "#ff7a93"
+white = "#acb0d0"
+yellow = "#ff9e64"
+
+
+[colors.primary]
+background = "#1a1b26"
+foreground = "#c0caf5"
+
+[colors.normal]
+black = "#15161e"
+red = "#f7768e"
+green = "#9ece6a"
+yellow = "#e0af68"
+blue = "#7aa2f7"
+magenta = "#bb9af7"
+cyan = "#7dcfff"
+white = "#a9b1d6"
+