Skip to content

Instantly share code, notes, and snippets.

@Pezmc
Last active August 21, 2019 18:23
Show Gist options
  • Save Pezmc/a9a14ce11bfa9d9712e2dff06042b3fa to your computer and use it in GitHub Desktop.
Save Pezmc/a9a14ce11bfa9d9712e2dff06042b3fa to your computer and use it in GitHub Desktop.
nickname.json
{
"nickname": "Name here",
"subtitle": "Subtitle here",
"background": [255, 0, 0],
"fg_color": [255, 255, 255],
"fg_sub_color": [0, 255, 255],
"background_night": [128, 0, 0],
"fg_color_night": [255, 255, 255],
"fg_sub_color_night": [0, 0, 255]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment