Add config for alacritty

This commit is contained in:
Ngô Ngọc Đức Huy 2021-03-29 23:01:06 +07:00
parent c38b81f9f6
commit df1961842c
Signed by: huyngo
GPG Key ID: 904AF1C7CDF695C3
1 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,70 @@
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
env:
TERM: alacritty
window:
title: Alacritty
padding:
x: 7
y: 10
background_opacity: 0.5
window.dynamic_title: true
# KDE Breeze (Ported from Konsole)
colors:
# Default colors
primary:
background: '0x232627'
foreground: '0xfcfcfc'
dim_foreground: '0xeff0f1'
bright_foreground: '0xffffff'
dim_background: '0x31363b'
bright_background: '0x000000'
# Normal colors
normal:
black: '0x232627'
red: '0xed1515'
green: '0x11d116'
yellow: '0xf67400'
blue: '0x1d99f3'
magenta: '0x9b59b6'
cyan: '0x1abc9c'
white: '0xfcfcfc'
# Bright colors
bright:
black: '0x7f8c8d'
red: '0xc0392b'
green: '0x1cdc9a'
yellow: '0xfdbc4b'
blue: '0x3daee9'
magenta: '0x8e44ad'
cyan: '0x16a085'
white: '0xffffff'
# Dim colors
dim:
black: '0x31363b'
red: '0x783228'
green: '0x17a262'
yellow: '0xb65619'
blue: '0x1b668f'
magenta: '0x614a73'
cyan: '0x186c60'
white: '0x63686d'
font:
normal:
family: Hack
size: 9.5
key_bindings:
- { key: E, mods: Control|Shift, action: SpawnNewInstance }