Added support for Kogaion
This commit is contained in:
parent
1ccb861216
commit
7165bea474
2 changed files with 26 additions and 0 deletions
22
ascii/distro/kogaion
Normal file
22
ascii/distro/kogaion
Normal file
|
@ -0,0 +1,22 @@
|
|||
"\
|
||||
${c1} ;; ${c2},;
|
||||
${c1} ;;; ${c2},;;
|
||||
${c1} ,;;;; ${c2};;;;
|
||||
${c1} ;;;;;;;;; ${c2};;;;
|
||||
${c1} ;;;;;;;;;;; ${c2};;;;;
|
||||
${c1} ;;;;;;;;;;;; ${c2}';;;;;,
|
||||
${c1} ;;;;;;;;;;;;;;, ${c2}';;;;;;;
|
||||
${c1} ;;;;;;;;;;;;;;;;;, ${c2}';;;;;
|
||||
${c3}; ${c1}';;;;;;;;;;;;;;;;;;, ${c2};;;
|
||||
${c3};;;, ${c1}';;;;;;;;;;;;;;;;;;;,${c2};;
|
||||
${c3};;;;;, ${c1}';;;;;;;;;;;;;;;;;;,
|
||||
${c3};;;;;;;;, ${c1}';;;;;;;;;;;;;;;;,
|
||||
${c3};;;;;;;;;;;;, ${c1}';;;;;;;;;;;;;;
|
||||
${c3}';;;;;;;;;;;;; ${c1}';;;;;;;;;;;;;
|
||||
${c3} ';;;;;;;;;;;;;, ${c1}';;;;;;;;;;;
|
||||
${c3} ';;;;;;;;;;;;; ${c1};;;;;;;;;;
|
||||
${c3} ';;;;;;;;;;;; ${c1};;;;;;;;
|
||||
${c3} ';;;;;;;; ${c1};;;;;;
|
||||
${c3} ';;;;; ${c1};;;;
|
||||
${c3} ';;; ${c1};;
|
||||
"
|
4
neofetch
4
neofetch
|
@ -2308,6 +2308,10 @@ colors () {
|
|||
ascii_distro="redhat"
|
||||
;;
|
||||
|
||||
"Kogaion"*)
|
||||
setcolors 3 4 1
|
||||
;;
|
||||
|
||||
"Fedora"* | "Sabayon"* | "Frugalware"* | "Exherbo"*)
|
||||
setcolors 7 4 1
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue