Documentation
Theme

Theme

⚠️

This configuration option is only for the server

Cup initially had a blue theme which looked like this:

Screenshot of blue theme

This was replaced by a more neutral theme which is now the default:

Screenshot of neutral theme

However, you can get the old theme back by adding the theme key to your cup.json Available values are default and blue.

Here's an example:

{
    "theme": "blue",
    // Other options
}