Skip to content

Instantly share code, notes, and snippets.

@jessekelly881
Last active November 7, 2022 15:50
Show Gist options
  • Select an option

  • Save jessekelly881/7aabcc9d196b56c01cd2db78654bcd13 to your computer and use it in GitHub Desktop.

Select an option

Save jessekelly881/7aabcc9d196b56c01cd2db78654bcd13 to your computer and use it in GitHub Desktop.
PD Carbon Theme
[
{
"id": "theme:pd-dark",
"name": "ProjectDiscovery Dark Theme",
"highlights": {
"background": "#27272A",
"text": "#71717A",
"variable": "#FFF",
"variable2": "white",
"variable3": "white",
"attribute": "#FFF",
"definition": "#5B88F7",
"keyword": "#a1a1aa",
"operator": "#a1a1aa",
"property": "#A1A1AA",
"number": "#FFF",
"string": "white",
"comment": "#71717A",
"meta": "#A1A1AA",
"tag": "#FFF"
},
"custom": true
},
{
"id": "theme:pd-light",
"name": "ProjectDiscovery Light Theme",
"highlights": {
"background": "white",
"text": "#71717A",
"variable": "black",
"variable2": "black",
"variable3": "black",
"attribute": "black",
"definition": "#4B4AEB",
"keyword": "#71717A",
"operator": "#71717A",
"property": "#71717A",
"number": "black",
"string": "black",
"comment": "#a1a1aa",
"meta": "#71717A",
"tag": "black"
},
"custom": true
}
]
@squ1dd13
Copy link
Copy Markdown

squ1dd13 commented Nov 7, 2022

What theme format is this? What software is it for? I can't find this theme anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment