Merge pull request #814 from dylanaraps/refracta
OS: Added support for refracta
This commit is contained in:
commit
2dd23807a7
2 changed files with 24 additions and 0 deletions
19
ascii/distro/refracta
Normal file
19
ascii/distro/refracta
Normal file
|
@ -0,0 +1,19 @@
|
|||
${c2} A
|
||||
VW
|
||||
VVW\\
|
||||
.yWWW\\
|
||||
,;,,u,;yy;;v;uyyyyyyy ,WWWWW^
|
||||
*WWWWWWWWWWWWWWWW/ $VWWWWw ,
|
||||
^*%WWWWWWVWWX $WWWW** ,yy
|
||||
, "**WWW/' **' ,yy/WWW*`
|
||||
&WWWWwy `*` <,ywWW%VWWW*
|
||||
yWWWWWWWWWW* ., "**WW%W
|
||||
,&WWWWWM*"` ,y/ &WWWww ^*
|
||||
XWWX*^ ,yWWWW09 .WWWWWWWWwy,
|
||||
*` &WWWWWM WWWWWWWWWWWWWww,
|
||||
(WWWWW` /#####WWW***********
|
||||
^WWWW
|
||||
VWW
|
||||
Wh.
|
||||
V/
|
||||
|
5
neofetch
5
neofetch
|
@ -3548,6 +3548,11 @@ get_distro_colors() {
|
|||
ascii_file="redhat"
|
||||
;;
|
||||
|
||||
"Refracted Devuan"*)
|
||||
set_colors 8 7
|
||||
ascii_file="refracta"
|
||||
;;
|
||||
|
||||
"Rosa"*)
|
||||
set_colors 4 7 1
|
||||
ascii_file="rosa"
|
||||
|
|
Loading…
Reference in a new issue