summaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/alacritty.toml50
1 files changed, 0 insertions, 50 deletions
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml
deleted file mode 100644
index 6b7e694..0000000
--- a/alacritty/alacritty.toml
+++ /dev/null
@@ -1,50 +0,0 @@
-import = ["/home/timmy/.config/alacritty/extra.yml"]
-
-[colors.bright]
-black = "#7f7f7f"
-blue = "#1578c1"
-cyan = "#00c4a3"
-green = "#2bb500"
-magenta = "#b14ff7"
-red = "#ed1207"
-white = "#ffffff"
-yellow = "#fc9700"
-
-[colors.normal]
-black = "#101010"
-blue = "#1578c1"
-cyan = "#00c4a3"
-green = "#2bb500"
-magenta = "#b14ff7"
-red = "#ed1207"
-white = "#ffffff"
-yellow = "#fc9700"
-
-[colors.primary]
-background = "#101010"
-foreground = "#ffffff"
-
-[cursor.style]
-blinking = "Never"
-
-[env]
-TERM = "xterm-256color"
-
-[font]
-size = 12
-
-[font.normal]
-family = "JetBrainsMonoNL Nerd Font Mono"
-
-[[mouse.bindings]]
-action = "PasteSelection"
-mouse = "Right"
-
-[window]
-dynamic_padding = true
-dynamic_title = true
-title = "Terminal"
-
-[window.class]
-general = "st"
-instance = "st"