summaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2023-09-22 10:15:12 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2023-09-22 10:15:12 -0500
commitb8afc0ee37255aa00c68ab70220d2c957c205e64 (patch)
tree451ab664d8e51db41d04eef37a4f0a99c48b55a6 /alacritty
parent6cf13aeebf0d2c6c396ff230578101cbd5c0494f (diff)
parent259d50a2a18daae577ff3c80bd0285a0357f0a53 (diff)
downloaddotconfig-b8afc0ee37255aa00c68ab70220d2c957c205e64.tar.xz
dotconfig-b8afc0ee37255aa00c68ab70220d2c957c205e64.zip
merge laptop config with desktop
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/alacritty.yml54
1 files changed, 54 insertions, 0 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml
new file mode 100644
index 0000000..b3af705
--- /dev/null
+++ b/alacritty/alacritty.yml
@@ -0,0 +1,54 @@
+import:
+ - ~/.config/alacritty/extra.yml
+
+env:
+ TERM: xterm-256color # Work will legacy applications and ssh
+
+window:
+ title: Terminal
+ dynamic_title: true
+
+ class:
+ instance: Alacritty
+ general: st # Show as st in window manager because that's what i'm used to
+
+ dynamic_padding: true
+
+font:
+ normal:
+ family: JetBrainsMonoNL Nerd Font Mono
+ size: 12
+
+colors:
+ primary:
+ background: "#101010"
+ foreground: "#ffffff"
+
+ normal:
+ black: "#101010"
+ red: "#ed1207"
+ green: "#2bb500"
+ yellow: "#fc9700"
+ blue: "#1578c1"
+ magenta: "#b14ff7"
+ cyan: "#00c4a3"
+ white: "#ffffff"
+
+ bright:
+ black: "#7f7f7f"
+ red: "#ed1207"
+ green: "#2bb500"
+ yellow: "#fc9700"
+ blue: "#1578c1"
+ magenta: "#b14ff7"
+ cyan: "#00c4a3"
+ white: "#ffffff"
+
+cursor:
+ style:
+ blinking: Never
+
+mouse_bindings:
+ - { mouse: Right, action: PasteSelection }
+
+