summaryrefslogtreecommitdiff
path: root/config/alacritty
diff options
context:
space:
mode:
Diffstat (limited to 'config/alacritty')
-rw-r--r--config/alacritty/alacritty.toml42
1 files changed, 42 insertions, 0 deletions
diff --git a/config/alacritty/alacritty.toml b/config/alacritty/alacritty.toml
new file mode 100644
index 0000000..d897475
--- /dev/null
+++ b/config/alacritty/alacritty.toml
@@ -0,0 +1,42 @@
+[window]
+padding = { x = 1, y = 1 }
+
+[font]
+size = 10
+offset = { x = 1, y = 0 }
+
+[colors]
+draw_bold_text_with_bright_colors = true
+[colors.primary]
+background = '#000000'
+foreground = '#ffffff'
+[colors.normal]
+black = '#000000'
+red = '#cd0000'
+green = '#00cd00'
+yellow = '#cdcd00'
+blue = '#0000cd'
+magenta = '#cd00cd'
+cyan = '#00cdcd'
+white = '#e5e5e5'
+[colors.bright]
+black = '#4d4d4d'
+red = '#ff0000'
+green = '#00ff00'
+yellow = '#ffff00'
+blue = '#0000ff'
+magenta = '#ff00ff'
+cyan = '#00ffff'
+white = '#ffffff'
+
+[selection]
+semantic_escape_chars = ",│`|\"' ()[]{}<>\t"
+
+[[hints.enabled]]
+command = 'xdg-open'
+hyperlinks = true
+post_processing = true
+persist = false
+mouse = { enabled = true, mods = 'Control' }
+binding = { key = 'O', mods = 'Control|Shift' }
+regex = "(https://|http://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`\\\\]+"