Skip to content

Instantly share code, notes, and snippets.

@tobiasroeder
Created April 25, 2023 08:55
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 tobiasroeder/1ccbbd4edc4ea2407e4bc422d34c996b to your computer and use it in GitHub Desktop.
Save tobiasroeder/1ccbbd4edc4ea2407e4bc422d34c996b to your computer and use it in GitHub Desktop.
Better Comments Malibu Theme
// Default Tags
{
"color": "#c8342a",
"tag": "!"
},
{
"color": "#3c63a6",
"tag": "?"
},
{
"color": "#526479",
"tag": "//"
},
{
"color": "#da5d3c",
"tag": "todo"
},
{
"color": "#418b8d",
"tag": "*"
},
// Custom Tags
// custom tag: Warning
{
"color": "#e7a26e",
"tag": "warn"
},
// custom tag: Info
{
"color": "#78aa9a",
"tag": "info"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment