Skip to content

Instantly share code, notes, and snippets.

View chaosbrainiac's full-sized avatar

chaosbrainiac

View GitHub Profile
@chaosbrainiac
chaosbrainiac / win10colors.cmd
Created April 29, 2024 20:33 — forked from mlocati/win10colors.cmd
ANSI Colors in standard Windows 10 shell
@echo off
setlocal
call :setESC
cls
echo %ESC%[101;93m STYLES %ESC%[0m
echo ^<ESC^>[0m %ESC%[0mReset%ESC%[0m
echo ^<ESC^>[1m %ESC%[1mBold%ESC%[0m
echo ^<ESC^>[4m %ESC%[4mUnderline%ESC%[0m