Skip to content

Commit fdd3ef9

Browse files
[PR] dylanaraps/neofetch#2222 from AwkwardTeenageBoy - VanillaOS neofetch
Upstream PR: dylanaraps/neofetch#2222 Thanks to @AwkwardTeenageBoy Co-authored-by: Twinkie <105467171+AwkwardTeenageBoy@users.noreply.github.com>
2 parents 90c9404 + 6390ed1 commit fdd3ef9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

neofetch

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13310,6 +13310,32 @@ ${c1} | (-- | |
1331013310
EOF
1331113311

1331213312
;;
13313+
13314+
"Vanilla"*)
13315+
set_colors 11 15
13316+
read -rd '' ascii_data <<'EOF'
13317+
${c1}
13318+
.----:
13319+
.-------.
13320+
:---::----:
13321+
.----::-----.
13322+
......... :----::-----: ..:::-::::..
13323+
.-----------------::------------------:
13324+
----::-----------::----------::::---:
13325+
-----:::--------::-------:::-------
13326+
:------::::--::...:::::---------:
13327+
.---------::.. ..:---------.
13328+
.::-----::.. .::----::.
13329+
.:------:.......:-------:
13330+
.--------::::::::-:::-------.
13331+
.-------::-----.:-----::------.
13332+
-----::------: :------::-----
13333+
:--::--------: .-------::---:
13334+
:----------:: .:----------
13335+
13336+
EOF
13337+
;;
13338+
1331313339

1331413340
"Obarun"*)
1331513341
set_colors 6 6 7 1

0 commit comments

Comments
 (0)