aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty
diff options
context:
space:
mode:
authorMarvin Borner2023-05-17 17:45:18 +0200
committerMarvin Borner2023-05-17 17:53:44 +0200
commitb96beb25dcb0511f38c13b07c44cc929d5fd53ad (patch)
treed4c3a9cfed6f9776ad27e79b1cff1c6838a7f9c4 /.config/alacritty
parenta8a6c3a400174cf476ec8e75bb2e5a5b0afb34da (diff)
Sync
Diffstat (limited to '.config/alacritty')
-rw-r--r--.config/alacritty/alacritty.yml43
1 files changed, 43 insertions, 0 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
new file mode 100644
index 0000000..4698add
--- /dev/null
+++ b/.config/alacritty/alacritty.yml
@@ -0,0 +1,43 @@
+env:
+ TERM: xterm-256color
+
+window:
+ opacity: 1
+ dynamic_title: false
+
+colors:
+ primary:
+ background: '0x000000'
+ foreground: '0xcccccc'
+
+ # Normal colors
+ normal:
+ black: '0x000000'
+ red: '0xc50f1f'
+ green: '0x13a10e'
+ yellow: '0xc19c00'
+ blue: '0x0037da'
+ magenta: '0x881798'
+ cyan: '0x3a96dd'
+ white: '0xcccccc'
+
+ # Bright colors
+ bright:
+ black: '0x767676'
+ red: '0xe74856'
+ green: '0x16c60c'
+ yellow: '0xf9f1a5'
+ blue: '0x3b78ff'
+ magenta: '0xb4009e'
+ cyan: '0x61d6d6'
+ white: '0xf2f2f2'
+
+font:
+ size: 19.0
+ normal:
+ family: Iosevka Term Nerd Font Complete Mono
+
+key_bindings:
+ #- { key: N, mods: Control, action: CreateNewWindow }
+ - { key: K, mods: Alt|Shift, action: IncreaseFontSize }
+ - { key: J, mods: Alt|Shift, action: DecreaseFontSize }