Skip to content

Instantly share code, notes, and snippets.

@extratone
Created March 22, 2024 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save extratone/34eab233cf04b9785bf5b0b29dd014f2 to your computer and use it in GitHub Desktop.
Save extratone/34eab233cf04b9785bf5b0b29dd014f2 to your computer and use it in GitHub Desktop.
Rudimentary light/dark color schemes for a single Tot Dot based on my GTI's look.
{
"type": "dot 2",
"dark": {
"accent": "#b3b4b1",
"status_background": "#111b2e",
"text": "#f4f7f5",
"link": "#ff564f",
"background": "#171c26",
"dot": "#283e68",
"status_text": "#dde0dd"
},
"light": {
"accent": "#8e302b",
"status_background": "#c3cfe6",
"text": "#000000",
"link": "#265bbf",
"background": "#dde0dd",
"dot": "#283e68",
"status_text": "#334d80"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment