aboutsummaryrefslogtreecommitdiffstats
path: root/alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty.toml')
-rw-r--r--alacritty.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/alacritty.toml b/alacritty.toml
new file mode 100644
index 0000000..0cb58fc
--- /dev/null
+++ b/alacritty.toml
@@ -0,0 +1,19 @@
+import = [
+ # "~/.config/alacritty/themes/themes/base16_default_dark.toml"
+ "~/.config/alacritty/themes/themes/ayu_dark.toml"
+]
+
+[font]
+size = 10
+
+[font.normal]
+family = "monospace"
+style = "Regular"
+
+[font.bold]
+family = "monospace"
+style = "Bold"
+
+[font.italic]
+family = "monospace"
+style = "Italic"