Skip to content

Instantly share code, notes, and snippets.

@larrybotha
larrybotha / Custom.css
Created July 3, 2012 11:49
Chrome | Developer Tools | Themes | Sublime Text 2 Monokai
/**********************************************/
/*
/* Based on Todd Werth's IR_Black:
/* http://blog.toddwerth.com/entries/2
/*
/* Inspired by Darcy Clarke's blog post:
/* http://darcyclarke.me/design/skin-your-chrome-inspector/
/*
/**********************************************/
@larrybotha
larrybotha / gist:2988111
Created June 25, 2012 11:38
Mac | Useful Commands
RESULT COMMAND
tooltip delay defaults write -g NSInitialToolTipDelay -int 500
show hidden files defaults write com.apple.Finder AppleShowAllFiles TRUE
make /Library visible chflags nohidden ~/Library/
folders before files link
@larrybotha
larrybotha / Illustrator to Fireworks.xml
Created June 20, 2012 22:52
CS4 Fireworks | Custom Shortcuts
<?xml version="1.0" encoding="UTF-8"?>
<!-- FW shortcut file -->
<shortcutfile readonly="false" >
<menu_commands >
<command id="cmd_PreviewAllPagesInBrowser" count="1" >
<shortcut text="4 123" />
</command>
<command id="cmd_Prev_Selection" count="1" >
<shortcut text="6 37" />
@larrybotha
larrybotha / A.markdown
Last active December 28, 2022 19:00
Monokai Sidebar Theme | Sublime Text

Sublime Text Monokai Sidebar Theme

A theme for the sidebar in Sublime Text to match the workspace of the Monokai theme.

This theme only modifies the sidebar to better match the Monokai theme, without modifying any of the styling elsewhere defined by Monokai.

File location: Packages/User

For a theme that extends beyond just the sidebar, visit https://gist.github.com/umpirsky/5842174

@larrybotha
larrybotha / Default (OSX).sublime-keymaps
Created June 15, 2012 09:33
Sublime Text 2 | User Settings | path: Packages/User
[
{ "keys": ["super+shift+h"], "command": "htmlprettify" }
]