summaryrefslogtreecommitdiff
path: root/files/.config/alacritty
diff options
context:
space:
mode:
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