Skip to content

Instantly share code, notes, and snippets.

@decklord
decklord / sublime-settings.json
Last active December 28, 2015 05:49
This is my sublime settings file
{
"auto_indent": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"draw_white_space": "all",
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias",
"gray_antialias"
],
@decklord
decklord / header.html
Last active December 22, 2015 21:19
Code snippet for syntax highlight in Tumblr
<!-- Base For Syntax Highlight -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
<script src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css"></link>
<!-- Loads a nice template for syntax highlight -->
<!-- Get more templates on: http://google-code-prettify.googlecode.com/svn/trunk/styles/index.html -->
<link rel="stylesheet" type="text/css" href="https://google-code-prettify.googlecode.com/svn/trunk/styles/sons-of-obsidian.css"></link>
<script type="text/javascript">