]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Add initial Alacritty config
authorRuben Beltran del Rio <redacted>
Wed, 11 Nov 2020 11:33:15 +0000 (12:33 +0100)
committerRuben Beltran del Rio <redacted>
Wed, 11 Nov 2020 11:33:15 +0000 (12:33 +0100)
alacritty.yml [new file with mode: 0644]

diff --git a/alacritty.yml b/alacritty.yml
new file mode 100644 (file)
index 0000000..4401e14
--- /dev/null
@@ -0,0 +1,45 @@
+env:
+  TERM: xterm-256color-italic
+
+window:
+  decorations: none
+
+font:
+  normal:
+    family: Dank Mono
+  italic:
+    style: Italic
+  bold_italic:
+    style: Italic
+  size: 16
+
+draw_bold_text_with_bright_colors: true
+
+colors:
+  primary:
+    foreground: '#eeeeee'
+    background: '#3e3937'
+  selection:
+    text: '#000000'
+    background: '#c1ddff'
+  normal:
+    black: '#888888'
+    red: '#ff004d'
+    green: '#55ff55'
+    yellow: '#ffec27'
+    blue: '#5555ff'
+    magenta: '#ff55ff'
+    cyan: '#55ffff'
+    white: '#c7c7c7'
+  bright:
+    black: '#aaaaaa'
+    red: '#ff5555'
+    green: '#83ff83'
+    yellow: '#ffff55'
+    blue: '#6f6fff'
+    magenta: '#ff82ff'
+    cyan: '#77ffff'
+    white: '#feffff'
+
+cursor:
+  style: Block