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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,16 @@ The CrUX API is free. Not all domains have field data — a site needs enough Ch
83
83
84
84
</details>
85
85
86
+
## Theme
87
+
88
+
quien automatically detects your terminal background and picks light or dark colors. If detection gets it wrong (common in tmux, screen, or remote shells), override it:
89
+
90
+
```sh
91
+
export QUIEN_THEME=light # force light palette
92
+
export QUIEN_THEME=dark # force dark palette
93
+
export QUIEN_THEME=auto # auto-detect (default)
94
+
```
95
+
86
96
> [!TIP]
87
97
> If you want `quien` to replace your default WHOIS tool, you can add an alias to your shell config:
0 commit comments