1
0
Fork 0
forked from ahurac/dotfiles

Ajout : theme.yml dans la configuration de alacritty

This commit is contained in:
Hippolyte Chauvin 2023-10-10 18:53:00 +02:00
parent 22b3c6a707
commit 26476225fd
2 changed files with 25 additions and 1 deletions

View file

@ -1,3 +1,3 @@
import:
- ~/.config/alacritty/themes/themes/dracula.yaml
- ~/.config/alacritty/theme.yml

View file

@ -0,0 +1,24 @@
colors:
primary:
background: '0x000000'
foreground: '0xffffff'
normal:
black: '0x000000'
red: '0xff0040'
green: '0x13ec49'
yellow: '0xffff4d'
blue: '0x794dff'
magenta: '0xcc33ff'
cyan: '0x33ccff'
white: '0xffffff'
bright:
red: '0xff809f'
green: '0x89f5a4'
yellow: '0xffffb3'
blue: '0xb399ff'
magenta: '0xe699ff'
cyan: '0x99e6ff'
white: '0xffffff'