Skip to content

Instantly share code, notes, and snippets.

@lttlrck
lttlrck / idlefingers.css
Created December 17, 2011 19:28
IdleFingers theme for CodeMirror
/* Based on Sublime Text's IdleFingers theme */
.cm-s-idlefingers { background: #272727; color: #FFFFFF; }
.cm-s-idlefingers span.CodeMirror-selected { background: #5A647E !important; }
.cm-s-idlefingers .CodeMirror-searching { background: #2A543A !important; }
.cm-s-idlefingers .CodeMirror-gutter { background: #323232; border-right: 0px; }
.cm-s-idlefingers .CodeMirror-gutter-text { color: #909090; }
.cm-s-idlefingers .CodeMirror-cursor { border-left: 1px solid #91FF00 !important; }
.cm-s-idlefingers span.cm-comment { color: #75715E; }
@lttlrck
lttlrck / garageControllerDeviceType.groovy
Last active August 29, 2015 14:04
SmartThings Garage Controller Device Type
/**
* Garage Controller
*
* Copyright 2014 Stuart Allen
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*