Skip to content

Instantly share code, notes, and snippets.

@caseymullineaux
Created September 12, 2021 01:41
Show Gist options
  • Save caseymullineaux/837ea3b4a1550328108bc00d1197bdd1 to your computer and use it in GitHub Desktop.
Save caseymullineaux/837ea3b4a1550328108bc00d1197bdd1 to your computer and use it in GitHub Desktop.
HackTheBox theme for Windows Terminal
{
"background": "#141D2B",
"black": "#000000",
"blue": "#5CB2FF",
"brightBlack": "#A4B1CD",
"brightBlue": "#5CB2FF",
"brightCyan": "#61D6D6",
"brightGreen": "#C5F467",
"brightPurple": "#CF8DFB",
"brightRed": "#FF8484",
"brightWhite": "#F2F2F2",
"brightYellow": "#FFCC5C",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#c5d1EB",
"green": "#C5F467",
"name": "HackTheBox",
"purple": "#CF8DFB",
"red": "#FF8484",
"selectionBackground": "#FFFFFF",
"white": "#c5d1EB",
"yellow": "#FFCC5C"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment