switch to dracula

unstable
Penguin 6 months ago
parent 3c818f3a4a
commit af009c2a2c

@ -9,8 +9,11 @@
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
import:
- ~/.config/alacritty/spacemacs2.yml
- ~/.config/alacritty/dracula.yml
# - ~/.config/alacritty/spacemacs.yml
env:
TERM: xterm-256color
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.

@ -1,42 +1,19 @@
Xft.dpi: 96
Xft.rgba: rgb
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintslight
! special
*.foreground: #a3a3a3
*.background: #1f2022
*.cursorColor: #a3a3a3
! black
*.color0: #1f2022
*.color8: #585858
! red
*.color1: #f2241f
*.color9: #f2241f
! green
*.color2: #67b11d
*.color10: #67b11d
! yellow
*.color3: #b1951d
*.color11: #b1951d
! blue
*.color4: #4f97d7
*.color12: #4f97d7
! magenta
*.color5: #a31db1
*.color13: #a31db1
! cyan
*.color6: #2d9574
*.color14: #2d9574
! white
*.color7: #a3a3a3
*.color15: #f8f8f8
! Dracula Xresources palette
*.foreground: #F8F8F2
*.background: #282A36
*.color0: #000000
*.color8: #4D4D4D
*.color1: #FF5555
*.color9: #FF6E67
*.color2: #50FA7B
*.color10: #5AF78E
*.color3: #F1FA8C
*.color11: #F4F99D
*.color4: #BD93F9
*.color12: #CAA9FA
*.color5: #FF79C6
*.color13: #FF92D0
*.color6: #8BE9FD
*.color14: #9AEDFE
*.color7: #BFBFBF
*.color15: #E6E6E6

@ -30,10 +30,9 @@ setopt nomenucomplete
. "$HOME/.bash_aliases"
. "$HOME/.bash_sources"
LS_COLORS='di=1;35:fi=0:ln=31:pi=5:so=5:bd=5:cd=5:or=31:mi=0:ex=35:*.rpm=90:*.png=35:*.gif=36:*.jpg=35:*.c=92:*.jar=33:*.py=93:*.h=90:*.txt=94:*.doc=104:*.docx=104:*.odt=104:*.csv=102:*.xlsx=102:*.xlsm=102:*.rb=31:*.cpp=92:*.sh=92:*.html=96:*.zip=4;33:*.tar.gz=4;33:*.mp4=105:*.mp3=106:tw=1;37:ow=1;37'
LS_COLORS="$(vivid generate dracula)"
export LS_COLORS
setopt globdots
# eval "$(dircolors)"
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
export EDITOR="launch_emacs.sh"

Loading…
Cancel
Save