Default game boy
By default, the gameboy_plot function of the package creates a dark gray game boy.


Arguments
You can customize every single color of the game boy, even the text displayed on the screen. The following is a cheat sheet created by the author summarizing all the arguments that can be customized.

Color and screen text
For instance, if you want your game boy in gold with a custom text you can type the following:

Adding more layers
In addition, it is possible to add more ggplot layers to the original plot, such as a title or a caption with ggtitle or labs, for instance. You can also modify these new layers with the theme function components.
See also