summaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2026-07-08 15:40:02 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2026-07-08 15:40:02 -0400
commitd19d762a34135b62e46145bdc90c5fab109d065d (patch)
tree9447978671d675710dede4c9da495e58631492d9 /alacritty
downloaddots-master.tar.gz
dots-master.zip
initial commitHEADmaster
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/alacritty.toml34
1 files changed, 34 insertions, 0 deletions
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml
new file mode 100644
index 0000000..1901715
--- /dev/null
+++ b/alacritty/alacritty.toml
@@ -0,0 +1,34 @@
+[font]
+normal.family = "Hack Nerd Font Mono"
+size = 10
+
+[window]
+opacity = 0.98
+
+[colors.primary]
+background = '#212121'
+foreground = '#F8F8F2'
+
+[colors.cursor]
+text = '#0E1415'
+cursor = '#ECEFF4'
+
+[colors.normal]
+black = '#21222C'
+red = '#FF5555'
+green = '#50FA7B'
+yellow = '#FFCB6B'
+blue = '#82AAFF'
+magenta = '#C792EA'
+cyan = '#8BE9FD'
+white = '#F8F9F2'
+
+[colors.bright]
+black = '#545454'
+red = '#FF6E6E'
+green = '#69FF94'
+yellow = '#FFCB6B'
+blue = '#D6ACFF'
+magenta = '#FF92DF'
+cyan = '#A4FFFF'
+white = '#F8F8F2'