aboutsummaryrefslogtreecommitdiff
path: root/alacritty/alacritty.toml
diff options
context:
space:
mode:
authorBlaster4385 <TheTablaster@aospa.co>2024-02-15 00:37:46 +0530
committerBlaster4385 <blaster4385@tablaster.dev>2024-02-26 00:30:39 +0530
commitcead788a4a8e67f776d82c4ad50f6d065609c1cf (patch)
tree35fe47589914bdf04f3ecd86c86800ced4068703 /alacritty/alacritty.toml
Initial dotfiles
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