We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31d8ce commit 639252eCopy full SHA for 639252e
2 files changed
src/logo/ascii/uzbek.txt
@@ -0,0 +1,11 @@
1
+ *++++++++++++++*
2
+*=:-::-::-::-::-::=*
3
++============. ===+
4
++===========. ====+
5
++++++++++++ +++++*
6
+*+++ =+++ ++++++*
7
+*++++ .+ +++++++*
8
+*+++++ ++++++++*
9
+*++++++ =+++++++++*
10
+*++++++++++++++++++*
11
src/logo/builtin.c
@@ -5164,6 +5164,13 @@ static const FFlogo U[] = {
5164
},
5165
5166
// LAST
5167
+ {
5168
+ .names = { "Uzbek" },
5169
+ .lines = FASTFETCH_DATATEXT_LOGO_UZBEK,
5170
+ .colors = {
5171
+ FF_COLOR_FG_GREEN,
5172
+ },
5173
5174
{},
5175
};
5176
0 commit comments