From f127ba031c879480772be46fcf0d063c4f76a762 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 18 Feb 2024 20:41:06 -0500 Subject: [PATCH] ADD alacrity --- dot_config/alacritty/alacritty.toml | 49 +++++++++++++++++++++++++++++ dot_config/fontconfig/fonts.conf | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 dot_config/alacritty/alacritty.toml diff --git a/dot_config/alacritty/alacritty.toml b/dot_config/alacritty/alacritty.toml new file mode 100644 index 0000000..672cd82 --- /dev/null +++ b/dot_config/alacritty/alacritty.toml @@ -0,0 +1,49 @@ +[window] +opacity = 0.85 + +[font] +size = 11 +normal = { family = "DejaVu Sans Mono", style = "Book" } +bold = { style = "Bold" } +italic = { style = "Oblique" } +bold_italic = { style = "Bold Oblique" } + +[colors] +primary.background = "#000000" +primary.foreground = "#ffffff" +cursor = { text = "#30ff30", cursor = "#30ff30" } +draw_bold_text_with_bright_colors = true + +[colors.normal] +black = "#000000" +red = "#dd2020" +green = "#20cc20" +yellow = "#cccc20" +blue = "#0070ff" +magenta = "#cc20cc" +cyan = "#20cccc" +white = "#aaaaaa" + +[colors.bright] +black = "#666666" +red = "#ff4040" +green = "#30ff30" +yellow = "#ffff30" +blue = "#00a0ff" +magenta = "#ff60ff" +cyan = "#30ffff" +white = "#ffffff" + +[selection] +save_to_clipboard = true + +[keyboard] +bindings = [ + +# because C-Tab does not actually exist in terminals, bind them to something +# random that I can use in tmux (in this case M-F11 and M-F12) +{ key = "Tab", mods = "Control", chars = "\u001b\u001b[24~" }, +{ key = "Tab", mods = "Control|Shift", chars = "\u001b\u001b[23~" }, + +{ key = "V", mods = "Control|Alt", action = "Paste" } +] \ No newline at end of file diff --git a/dot_config/fontconfig/fonts.conf b/dot_config/fontconfig/fonts.conf index 6bb64bc..debb2cb 100644 --- a/dot_config/fontconfig/fonts.conf +++ b/dot_config/fontconfig/fonts.conf @@ -9,7 +9,7 @@ true - hintmedium + hintfull rgb