From effa8af3da02c3494ed2a21d2ec547b2297fb275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 2 Nov 2022 21:48:10 +0100 Subject: ons 2 nov 2022 21:48:10 CET --- alacritty.wiki | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/alacritty.wiki b/alacritty.wiki index ee2d764..0e72e1c 100644 --- a/alacritty.wiki +++ b/alacritty.wiki @@ -10,3 +10,12 @@ change background :: `\033]11;#<6-digit-hexcode>\007` change cursor :: `\033]12;#<6-digit-hexcode>\007` terminal border bg :: `\033]708;#<6-digit-hexcode>\007` + +# change individual color +`\033]4;{color};#FF0000\e\\` +1. Red +2. Green +3. Yellow +4. Blue +5. Purple +6. Cyan -- cgit v1.2.3