aboutsummaryrefslogtreecommitdiff
path: root/alacritty.wiki
blob: 2797dd036c93092e4290f2739b7d592937edc2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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`