summaryrefslogtreecommitdiff
path: root/alacritty/.config
diff options
context:
space:
mode:
authorNate Buttke <nate-web@riseup.net>2022-01-15 23:21:47 -0800
committerNate Buttke <nate-web@riseup.net>2022-01-15 23:21:47 -0800
commit3281eb1d839dcff721fe6aa8fbd6033678fc4a9d (patch)
tree02de45102613357591f0d39e2858fc722670349e /alacritty/.config
initial commit
Diffstat (limited to 'alacritty/.config')
-rw-r--r--alacritty/.config/alacritty/alacritty.yml67
1 files changed, 67 insertions, 0 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
new file mode 100644
index 0000000..4e04fb2
--- /dev/null
+++ b/alacritty/.config/alacritty/alacritty.yml
@@ -0,0 +1,67 @@
+font:
+ bold:
+ family: Terminus
+ style: Bold
+ bold_italic:
+ family: Terminus
+ style: Bold Italic
+ italic:
+ family: Terminus
+ style: Italic
+ normal:
+ family: Terminus
+ style: Regular
+ size: 14
+
+key_bindings:
+ - { key: Return, mods: Control|Shift, action: SpawnNewInstance }
+ - { key: F, mods: Control, action: SearchForward }
+
+selection:
+ save_to_clipboard: true
+
+colors:
+ search:
+ focused_match:
+ foreground: '#181818'
+ background: '#ab4642'
+ matches:
+ foreground: '#181818'
+ background: '#f4bf75'
+ bar:
+ foreground: '#d0d0d0'
+ background: '#262626'
+
+ primary:
+ background: '#000000'
+ foreground: '#ffffff'
+ cursor:
+ text: '#000000'
+ cursor: '#ffffff'
+ normal:
+ black: '#000000'
+ red: '#d54e53'
+ green: '#00ff00'
+ yellow: '#e6c547'
+ blue: '#7aa6da'
+ magenta: '#c397d8'
+ cyan: '#70c0ba'
+ white: '#eaeaea'
+ bright:
+ black: '#666666'
+ red: '#ff3334'
+ green: '#00ff00'
+ yellow: '#e7c547'
+ blue: '#7aa6da'
+ magenta: '#b77ee0'
+ cyan: '#54ced6'
+ white: '#ffffff'
+ dim:
+ black: '#000000'
+ red: '#8c3336'
+ green: '#00ff00'
+ yellow: '#97822e'
+ blue: '#506d8f'
+ magenta: '#80638e'
+ cyan: '#497e7a'
+ white: '#9a9a9a'