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