1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-29 00:21:57 +03:00
wezterm/wezterm-gui/src
Wez Furlong 08b6043166 gui: introduce foreground_text_hsb transform
This allows explicitly manipulating the hue, saturation, brightness
of the text rendered in the terminal, allowing users to dial in
the accidental effect that was introduced by
d886de8300

For example, this will punch up the brightness:

```
  foreground_text_hsb = {
    hue = 1.0,
    saturation = 1.0,
    brightness = 1.5,
  },
```

refs: https://github.com/wez/wezterm/issues/491
2021-02-19 08:30:32 -08:00
..
gui gui: introduce foreground_text_hsb transform 2021-02-19 08:30:32 -08:00
scripting mux/wezterm: move Renderable into Pane 2020-11-20 09:24:56 -08:00
main.rs toast: windows: setup own AppUserModelID for our notifications 2021-02-17 23:45:52 -08:00
markdown.rs split gui into wezterm-gui executable 2020-10-24 16:40:15 -07:00
stats.rs deps: update metrics from 0.12 -> 0.14 2021-02-03 23:50:29 -08:00
update.rs wezterm: tidy up the "update available" banner 2021-01-18 16:21:56 -08:00
window_config.rs macos: handle dead keys without IME 2021-01-31 17:06:30 -08:00