From 50700ad9fb783f14c8533aeec251849c0eae3e47 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Thu, 3 Jun 2021 12:00:00 +0100 Subject: [PATCH] alactritty: Add alacritty.yml --- rcrc | 2 +- tag-alacritty/config/alacritty/alacritty.yml | 66 ++++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 tag-alacritty/config/alacritty/alacritty.yml diff --git a/rcrc b/rcrc index e1b227f5..0b572028 100644 --- a/rcrc +++ b/rcrc @@ -2,5 +2,5 @@ COPY_ALWAYS="git_template/HEAD" DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles" EXCLUDES="install.sh README.md" SYMLINK_DIRS="completion-scripts composer bin functions configs" -TAGS="git npm php tmux vim zsh" +TAGS="alacritty git npm php tmux vim zsh" UNDOTTED="bin" diff --git a/tag-alacritty/config/alacritty/alacritty.yml b/tag-alacritty/config/alacritty/alacritty.yml new file mode 100644 index 00000000..1b08f8b9 --- /dev/null +++ b/tag-alacritty/config/alacritty/alacritty.yml @@ -0,0 +1,66 @@ +window: + background_opacity: 1 + decorations: full + dyanmic_title: false + padding: + x: 6 + y: 6 + +font: + italic: + family: 'Source Code Pro' + style: Regular + normal: + family: 'Source Code Pro' + style: Regular + size: 15 + +# Nord +colors: + primary: + background: '0x2e3440' + dim_foreground: '0xa5abb6' + foreground: '0xd8dee9' + cursor: + cursor: '0xd8dee9' + text: '0x2e3440' + vi_mode_cursor: + cursor: '0xd8dee9' + text: '0x2e3440' + selection: + background: '0x4c566a' + text: CellForeground + search: + matches: + background: '0x88c0d0' + foreground: CellBackground + bar: + background: '0x434c5e' + foreground: '0xd8dee9' + normal: + black: '0x3b4252' + blue: '0x81a1c1' + cyan: '0x88c0d0' + green: '0xa3be8c' + magenta: '0xb48ead' + red: '0xbf616a' + white: '0xe5e9f0' + yellow: '0xebcb8b' + bright: + black: '0x4c566a' + blue: '0x81a1c1' + cyan: '0x8fbcbb' + green: '0xa3be8c' + magenta: '0xb48ead' + red: '0xbf616a' + white: '0xeceff4' + yellow: '0xebcb8b' + dim: + black: '0x373e4d' + blue: '0x68809a' + cyan: '0x6d96a5' + green: '0x809575' + magenta: '0x8c738c' + red: '0x94545d' + white: '0xaeb3bb' + yellow: '0xb29e75'