You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying the terminal for its background color
using OSC 11 it always reports black (^[]11;rgb:0000/0000/0000^[\) instead of a dark gray in dark mode and light gray in light mode.
This breaks tools that try to detect dark/light mode based on the
terminal's background color. Some of these tools are: git-delta, run0 (systemd), and bat.
Cosmic version: 77be96e
When querying the terminal for its background color
using
OSC 11
it always reports black (^[]11;rgb:0000/0000/0000^[\
) instead of a dark gray in dark mode and light gray in light mode.This breaks tools that try to detect dark/light mode based on the
terminal's background color. Some of these tools are:
git-delta
,run0
(systemd), andbat
.Steps to reproduce:
printf '\x1b]11;?\e\\' && cat -v
Note: The foreground color (
OSC 10
) seems to be reported correctly.The text was updated successfully, but these errors were encountered: