Add color switching

This commit is contained in:
Fabian Ising
2022-10-24 11:38:50 +02:00
parent 0b2f96683c
commit 982dd1d1bf
7 changed files with 1589 additions and 29 deletions

View File

@@ -1,3 +1,6 @@
import:
- ~/.config/alacritty/schemes.yml
env:
TERM: xterm-256color
font:
@@ -26,36 +29,11 @@ window:
scrolling:
history: 0
colors:
# Default colors
primary:
background: '0x323232'
foreground: '0xeeeeec'
# Normal colors
normal:
black: '0x2e3436'
red: '0xcc0000'
green: '0x4e9a06'
yellow: '0xc4a000'
blue: '0x3465a4'
magenta: '0x75507b'
cyan: '0x06989a'
white: '0xd3d7cf'
# Bright colors
bright:
black: '0x555753'
red: '0xef2929'
green: '0x8ae234'
yellow: '0xfce94f'
blue: '0x729fcf'
magenta: '0xad7fa8'
cyan: '0x34e2e2'
white: '0xeeeeec'
shell:
program: tmux
alt_send_esc: false
live_config_reload: true
key_bindings:
- { key: F, mods: Control, command: {program: "zsh", args: ["-c","PATH=/usr/local/bin:$PATH python3 ~/.config/alacritty/color_switcher.py 2>&1 >> /tmp/ala.log"]} }