diff options
author | Urbain Vaes <urbain@vaes.uk> | 2023-01-11 11:30:37 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2023-01-11 11:30:37 +0100 |
commit | 0ce941c84d468e50f966e46f55eb47760793bc2b (patch) | |
tree | e5bbf768eb999ab38552286cb9caac9003411254 /alacritty/.config/alacritty.yml | |
parent | 67499121fe9c22106e39760e950a15a09303e689 (diff) |
Add alacritty
Diffstat (limited to 'alacritty/.config/alacritty.yml')
-rw-r--r-- | alacritty/.config/alacritty.yml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/alacritty/.config/alacritty.yml b/alacritty/.config/alacritty.yml new file mode 100644 index 0000000..122f638 --- /dev/null +++ b/alacritty/.config/alacritty.yml @@ -0,0 +1,47 @@ +font: + normal: + family: Monaco + style: Regular + + bold: + family: DejaVu Sans Mono + style: Bold + + italic: + family: DejaVu Sans Mono + style: Italic + + bold_italic: + family: DejaVu Sans Mono + style: Bold Italic + + offset: + x: 1 + y: 1 + + size: 11 + +colors: + primary: + background: '0x2E3440' + foreground: '0xD8DEE9' + + normal: + black: '0x3B4252' + red: '0xBF616A' + green: '0xA3BE8C' + yellow: '0xEBCB8B' + blue: '0x81A1C1' + magenta: '0xB48EAD' + cyan: '0x88C0D0' + white: '0xE5E9F0' + + bright: + black: '0x4C566A' + red: '0xBF616A' + green: '0xA3BE8C' + yellow: '0xEBCB8B' + blue: '0x81A1C1' + magenta: '0xB48EAD' + cyan: '0x8FBCBB' + white: '0xECEFF4' |