forked from ahurac/dotfiles
Ajout : theme.yml dans la configuration de alacritty
This commit is contained in:
parent
22b3c6a707
commit
26476225fd
2 changed files with 25 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
import:
|
import:
|
||||||
- ~/.config/alacritty/themes/themes/dracula.yaml
|
- ~/.config/alacritty/theme.yml
|
||||||
|
|
||||||
|
|
24
config/alacritty/theme.yml
Normal file
24
config/alacritty/theme.yml
Normal 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'
|
||||||
|
|
Loading…
Reference in a new issue