Skip to content

Instantly share code, notes, and snippets.

View lxvs's full-sized avatar
😕
Confused

lxvs

😕
Confused
View GitHub Profile
@lxvs
lxvs / win10colors.cmd
Created March 1, 2021 08:53 — 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