alacritty

This commit is contained in:
Adam 2023-06-15 20:02:15 -04:00
parent 43baa418c1
commit 56e669280c
3 changed files with 32 additions and 1 deletions

View file

@ -0,0 +1,5 @@
import:
- ~/.cache/wal/colors-alacritty.yml
window:
opacity: 0.8

View file

@ -4,7 +4,7 @@ waybar &
swaybg -i ~/.cache/wal/bg &
mako &
riverctl map normal Super Return spawn kitty
riverctl map normal Super Return spawn alacritty
riverctl map normal Super W spawn firefox-developer-edition
riverctl map normal Super+Shift W spawn google-chrome-beta
riverctl map normal Super R spawn fuzzel

View file

@ -0,0 +1,26 @@
colors:
primary:
background: '{background}'
foreground: '{foreground}'
cursor:
text: CellForeground
cursor: '{cursor}'
bright:
black: '{color0}'
red: '{color1}'
green: '{color2}'
yellow: '{color3}'
blue: '{color4}'
magenta: '{color5}'
cyan: '{color6}'
white: '{color7}'
normal:
black: '{color8}'
red: '{color9}'
green: '{color10}'
yellow: '{color11}'
blue: '{color12}'
magenta: '{color13}'
cyan: '{color14}'
white: '{color15}'