From 016aa3f4310ee2c5f7ebd73b4b7a2d883614854c Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 6 Jan 2020 08:48:39 -0500 Subject: [PATCH] add alacritty config --- applications/alacritty.yml | 66 ++++++++++++++++++++++++++++++++++++++ links | 3 +- 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 applications/alacritty.yml diff --git a/applications/alacritty.yml b/applications/alacritty.yml new file mode 100644 index 0000000..7d9bda6 --- /dev/null +++ b/applications/alacritty.yml @@ -0,0 +1,66 @@ +env: + TERM: xterm-256color + +window: + dimensions: + columns: 80 + lines: 24 + padding: + x: 0 + y: 0 + dynamic_padding: false + decorations: full + startup_mode: Windowed + title: "Terminal" + gtk_theme_variant: None + +scrolling: + history: 0 + +tabspaces: 8 + +font: + normal: + family: Dina + style: Regular + size: 10.0 + offset: + x: 0 + y: 0 + glyph_offset: + x: 0 + y: 0 + +draw_bold_text_with_bright_colors: true + +colors: + primary: + background: '0x263238' + foreground: '0xcfd8dc' + bright_foreground: '0xeceff1' + normal: + black: '0x37474f' + red: '0xff3d00' + green: '0x00e676' + yellow: '0xff9100' + blue: '0x3d5afe' + magenta: '0x7c4dff' + cyan: '0x00b0ff' + white: '0xdcdcdc' + bright: + black: '0x607d8b' + red: '0xff1744' + green: '0x1de9b6' + yellow: '0xffc400' + blue: '0x2979ff' + magenta: '0xd500f9' + cyan: '0x00e5ff' + white: '0xffffff' + +background_opacity: 0.97 + +cursor: + style: Block + unfocused_hollow: true + +live_config_reload: false diff --git a/links b/links index ed4b9c3..6439a4b 100644 --- a/links +++ b/links @@ -1,5 +1,6 @@ applications/XCompose ~/.XCompose applications/Xresources ~/.Xresources +applications/alacritty.yml ~/.config/alacritty/alacritty.yml applications/fish ~/.config/fish/config.fish applications/gitconfig ~/.gitconfig applications/kitty.conf ~/.config/kitty/kitty.conf @@ -41,6 +42,6 @@ system/git-gui.desktop ~/.local/share/kservices5/git-gui.desktop system/progm.mim ~/.m17n.d/progm.mim system/services/marrub.service ~/.config/systemd/user/marrub.service system/services/marrub.timer ~/.config/systemd/user/marrub.timer -themes/hgtk.py ~/.config/ranger/colorschemes/hgtk.py themes/MyColors.colorscheme ~/.local/share/konsole/MyColors.colorscheme +themes/hgtk.py ~/.config/ranger/colorschemes/hgtk.py vim/vimrc ~/.vim/vimrc