{"id":4196,"date":"2021-09-18T09:43:31","date_gmt":"2021-09-18T09:43:31","guid":{"rendered":"https:\/\/www.jameseduard.com\/?p=4196"},"modified":"2021-09-18T09:43:31","modified_gmt":"2021-09-18T09:43:31","slug":"hackthebox-a-visual-studio-code-themes","status":"publish","type":"post","link":"https:\/\/www.jameseduard.com\/hackthebox-a-visual-studio-code-themes\/","title":{"rendered":"HackTheBox a Visual Studio Code Themes"},"content":{"rendered":"\n\n\n<p class=\"wp-block-paragraph\"><strong>Hack The Box Theme<\/strong><br>A Visual Studio Code theme built for hackers BY HACKERS developed with &#x1f49a; by <a href=\"https:\/\/github.com\/silofy\">Silo<\/a> &amp; friends.<br><img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/silofy\/hackthebox\/master\/static\/hero.png\"><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/silofy\/hackthebox\/master\/static\/cards.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Features:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Beastly Color Contrast<\/strong><br><img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/silofy\/hackthebox\/master\/static\/themecolors.png\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Web Content Accessibility Guidelines (WCAG 2.0)&nbsp;<a href=\"https:\/\/contrastchecker.com\/?swatch_session=1584823965642\" rel=\"nofollow\">Success Criterion<\/a> in color contrast for a relaxed, easy on the eyes coding environment.<br><img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/silofy\/hackthebox\/master\/static\/wcag.png\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Theme Preview<\/strong><br>This theme puts the focus on your code, no distractions or overly saturated colors that might look good in a preview, but in reality, burns your eyes after a day of coding. We put extra effort in making sure your syntax and semantic highlighting are on par with your favorite coding languages. The Hack The Box theme is a constant work in progress, always looking to improve were we can. Share your thoughts over on <a href=\"https:\/\/github.com\/silofy\/hackthebox\/issues\">github.<\/a><br><img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/silofy\/hackthebox\/master\/static\/htb-theme1.png\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Getting started<\/strong><br>You can install this theme through the&nbsp;<a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=silofy.hackthebox\" rel=\"nofollow\">Visual Studio Marketplace<\/a><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open&nbsp;<strong>Extensions<\/strong>&nbsp;sidebar panel in VS Code.&nbsp;<code>View \u2192 Extensions<\/code><\/li><li>Search for&nbsp;<code>HackTheBox<\/code><\/li><li>Click&nbsp;<strong>Install<\/strong>&nbsp;to install the theme<\/li><li>Click&nbsp;<strong>Reload<\/strong>&nbsp;to reload your editor<\/li><li><em>File &gt; Preferences &gt; Settings &gt; Workbench &gt; Color Theme &gt;<\/em>&nbsp;<strong>HackTheBox<\/strong><\/li><li>Optional: Use the recommended settings below for best experience<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Installation via command line:<br><\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ git clone https:\/\/github.com\/silofy\/hackthebox.git ~\/.vscode\/extensions\/HackTheBox\n$ cd ~\/.vscode\/extensions\/HackTheBox\n$ npm install &amp;amp;&amp;amp; npm run build\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">Recommended Visual Studio Code Settings<br>These are preferred settings when working in VS Code with the Hack The Box theme.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1. Open your settings.json by clicking ctrl+shift+p Or, File &gt; Preferences &gt; Settings &gt; Workbench &gt; settings.json I have set my Material theme icons to #6e7b968C by clicking ctrl+shift+p and typing in Material Icons: Change Folder Color and selecting the custom option.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>&#8220;editor.fontFamily&#8221;: &#8220;JetBrains Mono, Consolas, &#8216;Courier New&#8217;, monospace&#8221;,<br>&#8220;editor.fontSize&#8221;: 12,<br>&#8220;editor.fontWeight&#8221;: &#8220;300&#8221;,<br>&#8220;editor.lineHeight&#8221;: 20,<br>&#8220;editor.letterSpacing&#8221;: 0.5,<br>&#8220;editor.fontLigatures&#8221;: true,<br>&#8220;editor.wordWrap&#8221;: &#8220;on&#8221;,<br>&#8220;editor.formatOnPaste&#8221;: true,<br>&#8220;editor.cursorBlinking&#8221;: &#8220;smooth&#8221;,<br><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can download the font JetBrains Mono&nbsp;<a href=\"https:\/\/github.com\/JetBrains\/JetBrainsMono\">here<\/a>. You can download the material theme icon pack&nbsp;<a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=PKief.material-icon-theme\" rel=\"nofollow\">here<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hack The Box ThemeA Visual Studio Code theme built for hackers BY HACKERS developed with &#x1f49a; by Silo &amp; friends. Features: Beastly Color Contrast Web Content Accessibility Guidelines (WCAG 2.0)&nbsp;Success Criterion in color contrast for a relaxed, easy on the eyes coding environment. Theme PreviewThis theme puts the focus on your code, no distractions or overly saturated colors that might look good in a preview, but in reality, burns your eyes after a day of coding. We put extra effort in making sure your syntax and semantic highlighting are on par with your favorite coding languages. The Hack The Box theme is a constant work in progress, always looking to improve were we can. Share your thoughts over on github. Getting startedYou can install this theme through the&nbsp;Visual Studio Marketplace Open&nbsp;Extensions&nbsp;sidebar panel in VS Code.&nbsp;View \u2192 Extensions Search for&nbsp;HackTheBox Click&nbsp;Install&nbsp;to install the theme Click&nbsp;Reload&nbsp;to reload your editor File &gt; Preferences &gt; Settings &gt; Workbench &gt; Color Theme &gt;&nbsp;HackTheBox Optional: Use the recommended settings below for best experience Installation via command line: Recommended Visual Studio Code SettingsThese are preferred settings when working in VS Code with the Hack The Box theme. 1. Open your settings.json by clicking ctrl+shift+p Or, File &gt; Preferences &gt; Settings &gt; Workbench &gt; settings.json I have set my Material theme icons to #6e7b968C by clicking ctrl+shift+p and typing in Material Icons: Change Folder Color and selecting the custom option. &#8220;editor.fontFamily&#8221;: &#8220;JetBrains Mono, Consolas, &#8216;Courier New&#8217;, monospace&#8221;,&#8220;editor.fontSize&#8221;: 12,&#8220;editor.fontWeight&#8221;: &#8220;300&#8221;,&#8220;editor.lineHeight&#8221;: 20,&#8220;editor.letterSpacing&#8221;: 0.5,&#8220;editor.fontLigatures&#8221;: true,&#8220;editor.wordWrap&#8221;: &#8220;on&#8221;,&#8220;editor.formatOnPaste&#8221;: true,&#8220;editor.cursorBlinking&#8221;: &#8220;smooth&#8221;, You can download the font JetBrains Mono&nbsp;here. You can download the material theme icon pack&nbsp;here<\/p>\n","protected":false},"author":1,"featured_media":4501,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[52,818,47,13,821],"tags":[814,815,816,817,157,819,820,822],"class_list":["post-4196","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-devops","category-hackthebox","category-how-tos","category-opensource","category-themes","tag-color-theme","tag-dark","tag-hack","tag-hack-the-box","tag-hacking","tag-hackthebox","tag-theme","tag-vscode"],"_links":{"self":[{"href":"https:\/\/www.jameseduard.com\/wp-json\/wp\/v2\/posts\/4196","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jameseduard.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jameseduard.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jameseduard.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jameseduard.com\/wp-json\/wp\/v2\/comments?post=4196"}],"version-history":[{"count":0,"href":"https:\/\/www.jameseduard.com\/wp-json\/wp\/v2\/posts\/4196\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.jameseduard.com\/wp-json\/wp\/v2\/media?parent=4196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jameseduard.com\/wp-json\/wp\/v2\/categories?post=4196"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jameseduard.com\/wp-json\/wp\/v2\/tags?post=4196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}