Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/logo/ascii/n.inc
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,13 @@ static const FFlogo N[] = {
.names = { "NurOS" },
.lines = FASTFETCH_DATATEXT_LOGO_NUROS,
.colors = {
FF_COLOR_FG_BLUE,
FF_COLOR_FG_WHITE,
FF_COLOR_FG_RGB "41;19;182",
FF_COLOR_FG_RGB "31;59;205",
FF_COLOR_FG_RGB "18;95;225",
FF_COLOR_FG_RGB "13;125;250",
},
.colorKeys = FF_COLOR_FG_RGB "13;125;250",
.colorTitle = FF_COLOR_FG_RGB "41;19;182",
Comment thread
cicada0961 marked this conversation as resolved.
},
#endif
#ifdef FASTFETCH_DATATEXT_LOGO_NURUNNER
Expand Down
20 changes: 8 additions & 12 deletions src/logo/ascii/n/nuros.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
___╓╓___
_▄▄▓▓▀▀╜╜╨▀▓▓▓╗_
╓▓▓▀² `╙▓▓╖
╣▓▀ _▄▓▓▓▓▓▓W_ ╙▓▓
╣▓╜ ,▓▓▓▓▓▓▓▓▓▓▓▓_ ²▓▓
╒▓▌ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ║▓m
╞▓▓ í▓▓▓▓▓▓▓▓▓▓▓▓▓▓h ╞▓╡
²▓▓ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ║▓h
║▓▄ ╙▓▓▓▓▓▓▓▓▓▓╜ ƒ▓▓
╙▓▓_ ⁿ╙╨╝╝╝╜² _╢▓╜
╙▓▓╗__ _╗▓▓╜
`╙╝▓▓▓▓▓▓▓▓╝╙
$1⠀⠀⢀⣤⣶⠿⠿⠿⠿⢷⣶⣄⡀⠀⠀
$1⠀⣰⡿⠋⠁⢀⣠⣤⣀⡀⠈⠙⢿⣄⠀
$1⣸⡿⠁⢀⣾⣿⣿⣿⣿⣿⣷⡀⠈⢿⡆
$1⣿⠃⠀⣾⣿⣿⣿⡿⣟⣾⡽⣷⠀⠸⣿
$1⣿⡄⠀⢿⣿⣿⣟⣿⣻⣽⣻⡽⠀⢰⣟
$1⠸⣷⡀⠈⠿⣷⣻⢷⣻⣞⠷⠁⢀⣾⠇
$1⠀⠙⣷⣄⡀⠈⠉⠉⠁⠀⢀⣤⡿⠋⠀
$1⠀⠀⠀⠙⠿⢷⣶⣶⣶⠾⠟⠋⠀⠀⠀
Comment thread
cicada0961 marked this conversation as resolved.
Outdated