Skip to content

Commit

Permalink
+ wal : add colors-alacritty.yml template dylanaraps/pywal#611
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar1729 committed Jan 31, 2022
1 parent f8054aa commit f50ad0f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dot_config/wal/templates/colors-alacritty.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
window.opacity: 0.8

colors:
primary:
background: '{background}'
foreground: '{foreground}'
cursor:
text: CellForeground
cursor: '{cursor}'
bright:
# use light gray (for zsh-autocomplete text)
black: '{color8}'
red: '{color1}'
green: '{color2}'
yellow: '{color3}'
blue: '{color4}'
magenta: '{color5}'
cyan: '{color6}'
white: '{color7}'
normal:
# use black rather than default light gray (color8) (for black colors in eg vim airline)
black: '{color0}'
red: '{color9}'
green: '{color10}'
yellow: '{color11}'
blue: '{color12}'
magenta: '{color13}'
cyan: '{color14}'
white: '{color15}'

0 comments on commit f50ad0f

Please sign in to comment.