diff --git a/README.md b/README.md index 41bb4917..a34cac7b 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ A partial list of parameters are below. See the config file for a complete list. | `toggle_hud=`
`toggle_logging=` | Modifiable toggle hotkeys. Default are F12 and F2, respectively. | | `time`
`time_format=%T` | Displays local time. See [std::put_time](https://en.cppreference.com/w/cpp/io/manip/put_time) for formatting help. | | `gpu_color`
`gpu_color`
`vram_color`
`ram_color`
`io_color`
`engine_color`
`frametime_color`
`background_color` | Change default colors: `gpu_color=RRGGBB`| -| `background_alpha`
`frametime_alpha`| Set the opacity of the background and frametime line `0.0-1.0`| +| `alpha` | Set the opacity of all text and frametime graph `0.0-1.0` | +| `background_alpha` | Set the opacity of the background `0.0-1.0` | Note: Width and Height are set automatically based on the font_size, but can be overridden.