Skip to content

Instantly share code, notes, and snippets.

@skarfie123
skarfie123 / colours.cmd
Last active June 27, 2021 09:14 — forked from k-takata/256colors2.bat
All Windows 10 Terminal Colours 🌈
@echo off
setlocal EnableDelayedExpansion
set colour1=
set colour2=
echo %colour1%---%colour2% ESC[XXm %colour1%---
@REM dark background
set str=
for /l %%c in (30,1,37) do (