Last active
November 7, 2022 15:50
-
-
Save jessekelly881/7aabcc9d196b56c01cd2db78654bcd13 to your computer and use it in GitHub Desktop.
PD Carbon Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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 | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What theme format is this? What software is it for? I can't find this theme anywhere.