aboutsummaryrefslogtreecommitdiff
path: root/alacritty/alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty/alacritty.toml')
-rw-r--r--alacritty/alacritty.toml47
1 files changed, 47 insertions, 0 deletions
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml
new file mode 100644
index 0000000..3b1b0b3
--- /dev/null
+++ b/alacritty/alacritty.toml
@@ -0,0 +1,47 @@
+[colors.bright]
+black = "#1d2021"
+blue = "#458588"
+cyan = "#83a598"
+green = "#98971a"
+magenta = "#b16286"
+red = "#cc2418"
+white = "#ebdbb2"
+yellow = "#d79921"
+
+[colors.cursor]
+cursor = "#839496"
+text = "#002b36"
+
+[colors.normal]
+black = "#1d2021"
+blue = "#458588"
+cyan = "#83a598"
+green = "#98971a"
+magenta = "#b16286"
+red = "#cc2418"
+white = "#ebdbb2"
+yellow = "#d79921"
+
+[colors.primary]
+background = "#1d2021"
+foreground = "#ebdbb2"
+
+[env]
+WINIT_X11_SCALE_FACTOR = "1.0"
+
+[font]
+size = 16
+
+[font.bold]
+family = "JetBrainsMono Nerd Font"
+
+[font.italic]
+family = "JetBrainsMono Nerd Font"
+
+[font.normal]
+family = "JetBrainsMono Nerd Font"
+style = "Regular"
+
+[window.padding]
+x = 5
+y = 5