From ffa7c7aaf7d68dee71ac50722fa37d3687a5df7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 10 Oct 2022 15:20:41 +0200 Subject: =?UTF-8?q?m=C3=A5n=2010=20okt=202022=2015:20:41=20CEST?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alacritty.wiki | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 alacritty.wiki (limited to 'alacritty.wiki') diff --git a/alacritty.wiki b/alacritty.wiki new file mode 100644 index 0000000..2797dd0 --- /dev/null +++ b/alacritty.wiki @@ -0,0 +1,13 @@ += Alacritty = + +== Dynamic background colors == +- https://medium.com/@joao.paulo.silvasouza/change-your-terminals-background-color-dynamically-using-escape-sequences-aba6e5ed2b29 +- https://github.com/alacritty/alacritty/issues/656 +- +https://chromium.googlesource.com/apps/libapps/+/a5fb83c190aa9d74f4a9bca233dac6be2664e9e9/hterm/doc/ControlSequences.md#OSCĀ§ + +change foreground :: `\033]10;#<6-digit-hexcode>\007` +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` + -- cgit v1.2.3