summary refs log tree commit diff
path: root/.config/alacritty/launcher.yml
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-01-26 17:16:07 +0100
committerRobert Günzler <r@gnzler.io>2020-01-26 18:00:59 +0100
commitf5d56602df70950de6b7d40966b00c9939c81763 (patch)
treeb50ffeb5496fe3525cc1bab2629389ced95435b7 /.config/alacritty/launcher.yml
Intial commit of v2
See https://drewdevault.com/2019/12/30/dotfiles.html
Diffstat (limited to '.config/alacritty/launcher.yml')
-rw-r--r--.config/alacritty/launcher.yml55
1 files changed, 55 insertions, 0 deletions
diff --git a/.config/alacritty/launcher.yml b/.config/alacritty/launcher.yml
new file mode 100644
index 0000000..70f3c45
--- /dev/null
+++ b/.config/alacritty/launcher.yml
@@ -0,0 +1,55 @@
+env:
+  TERM: alacritty
+  GUICALL: '1'
+
+window:
+  padding:
+    x: 8
+    y: 8
+  dynamic_padding: true
+  decorations: none
+
+font:
+  normal:
+    family: Iosevka
+    style: Medium
+  bold:
+    style: Bold
+  italic:
+    style: Italic
+  size: 13.0
+
+colors:
+  primary:
+    background: '#221e1d'
+    foreground: '#fffefe'
+    dim_foreground: '#BDC0BA'
+    bright_foreground: '#ffffff' # just white ;)
+  cursor:
+    text: '#221e1d'
+    cursor: '#fffefe'
+  normal:
+    black:   '#221e1d'
+    red:     '#b76868'
+    green:   '#bfbd90'
+    yellow:  '#ae9892'
+    blue:    '#b5c1c0'
+    magenta: '#76a3b0'
+    cyan:    '#4777aa'
+    white:   '#c7c6c6'
+  bright:
+    black:   '#3d3533'
+    red:     '#ff7474'
+    green:   '#ffffa5'
+    yellow:  '#f6b9a9'
+    blue:    '#d3ffff'
+    magenta: '#86def7'
+    cyan:    '#4c9aec'
+    white:   '#fffefe'
+
+background_opacity: 0.95
+# shell:
+#   program: /usr/bin/env
+#   args:
+#     - LD_LIBRARY_PATH=/usr/local/lib64
+#     - mrsh