This file contains 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
These are my cheatsheets for Git and Docker. | |
I will update this with cheats that I'd like to remember, whenever I remember that this list exists. |
This file contains 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
// Base16 TN80s | |
// Scheme: Chris Kempson (http://chriskempson.com) | |
var color_scheme = { | |
'base00': '#2d2d2d', // very dark grey, for the background | |
'base01': '#393939', | |
'base02': '#515151', | |
'base03': '#999999', | |
'base04': '#b4b7b4', | |
'base05': '#cccccc', |