Data/Themes/WinFancy/WinFancy.psd1
<#
==================================================== .SYNOPSIS ==================================================== Filetype: Microsoft PowerShell Data File ==================================================== FileScope: Resource\AeroFetch Ascii Art Logo Theme ==================================================== Filename: 'WinFancy.psd1' Version: 0.10.0 Author: tmwstw Organization: PoorlyExecuted Software Solutions CreatedOn: 03-14-2025 @ 01:26AM ---------------------------------------------------- .DESCRIPTION Contains AeroFetch Theme Data. This consists of Theme OS Logo Ascii Art resources contained within array structures, both in raw and in ANSI Escape formats. ____________________________________________________ .NOTES ==================================================== #> @{ WindowsRealBase = @( "╔═════════════╗ ╔═════════════╗", "║▇▇▇▇▇▇▇▇▇▇▇▇▇║ ║▇▇▇▇▇▇▇▇▇▇▇▇▇║", "║█████████████║ ║█████████████║", "║█████████████║ ║█████████████║", "║█████████████║ ║█████████████║", "║█████████████║ ║█████████████║", "║█████████████║ ║█████████████║", "╚═════════════╝ ╚═════════════╝", "╔═════════════╗ ╔═════════════╗", "║▇▇▇▇▇▇▇▇▇▇▇▇▇║ ║▇▇▇▇▇▇▇▇▇▇▇▇▇║", "║█████████████║ ║█████████████║", "║█████████████║ ║█████████████║", "║█████████████║ ║█████████████║", "║█████████████║ ║█████████████║", "║█████████████║ ║█████████████║", "╚═════════════╝ ╚═════════════╝", "", "", "" ) WindowsPopBase = @( "▛▀▀▀▀▀▀▀▀▀▀▀▀▀▀▜ ▛▀▀▀▀▀▀▀▀▀▀▀▀▀▀▜", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▙▄▄▄▄▄▄▄▄▄▄▄▄▄▄▟ ▙▄▄▄▄▄▄▄▄▄▄▄▄▄▄▟", " ", "▛▀▀▀▀▀▀▀▀▀▀▀▀▀▀▜ ▛▀▀▀▀▀▀▀▀▀▀▀▀▀▀▜", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐ ▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐", "▙▄▄▄▄▄▄▄▄▄▄▄▄▄▄▟ ▙▄▄▄▄▄▄▄▄▄▄▄▄▄▄▟", " ", " ", " "; ) } |