summaryrefslogtreecommitdiff
path: root/files/.config/alacritty
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-05-01 13:37:31 +0200
committerandromeda <andromeda@lenovo>2026-05-01 13:37:31 +0200
commita98b53de9991167471e840ae3c18798c8d9fc1b7 (patch)
treea171feae252b59d277e3c2790d8f1224da315ea0 /files/.config/alacritty
new conf
Diffstat (limited to 'files/.config/alacritty')
-rw-r--r--files/.config/alacritty/alacritty.toml43
1 files changed, 43 insertions, 0 deletions
diff --git a/files/.config/alacritty/alacritty.toml b/files/.config/alacritty/alacritty.toml
new file mode 100644
index 0000000..9365fc8
--- /dev/null
+++ b/files/.config/alacritty/alacritty.toml
@@ -0,0 +1,43 @@
+[colors]
+[colors.bright]
+black = '#5a524c'
+blue = '#7daea3'
+cyan = '#89b482'
+green = '#a9b665'
+magenta = '#d3869b'
+red = '#ea6962'
+white = '#fbf1c7'
+yellow = '#d8a657'
+
+[colors.cursor]
+cursor = '#ddc7a1'
+text = '#202020'
+
+[colors.normal]
+black = '#202020'
+blue = '#7daea3'
+cyan = '#89b482'
+green = '#a9b665'
+magenta = '#d3869b'
+red = '#ea6962'
+white = '#ddc7a1'
+yellow = '#d8a657'
+
+[colors.primary]
+background = '#202020'
+bright_foreground = '#fbf1c7'
+foreground = '#ddc7a1'
+
+[colors.selection]
+background = '#504945'
+text = '#ddc7a1'
+
+[font]
+size = 10
+
+[font.normal]
+family = 'Miracode'
+style = 'Regular'
+
+[window]
+opacity = 1.0