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
{ | |
"name": "Visual Studio Dark", | |
"version": "1.0.0", | |
"description": "Reminiscent of Microsoft Visual Studio's default dark colors", | |
"originator": "Microsoft", | |
"palette": [ | |
{ "name": "text-white", "value": "#dcdcdc" }, | |
{ "name": "background-black", "value": "#1e1e1e" }, | |
{ "name": "comment-green", "value": "#57a64a" }, |
I hereby claim:
- I am joerobich on github.
- I am joeyrobichaud (https://keybase.io/joeyrobichaud) on keybase.
- I have a public key whose fingerprint is E069 C2C9 753A F124 6FC2 D4C5 F34B 212E FEE6 787E
To claim this, I am signing this object:
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
# -*- coding: utf-8 -*- # | |
module Rouge | |
module Lexers | |
class MXML < ActionScript | |
title "MXML" | |
desc "MXML" | |
tag 'mxml' | |
filenames '*.mxml' | |
mimetypes 'application/xv+xml' |
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
using System; | |
using System.Collections.Generic; | |
using Windows.UI.Xaml; | |
using Windows.UI.Xaml.Controls; | |
namespace DataTemplates | |
{ | |
public class ThingTemplateSelector : DataTemplateSelector | |
{ | |
private readonly Dictionary<Type, Func<DataTemplate>> TemplatesByType; |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Vink</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> |
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
@-moz-document domain("hipchat.com") { | |
.date-divider { | |
margin: 0; | |
text-align: left; | |
color: #fff; | |
} | |
.date-block { | |
width: calc(100% - 10px); | |
} |
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
<Window x:Class="TouchKeyboardTest.MainWindow" | |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
xmlns:local="clr-namespace:TouchKeyboardTest" | |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | |
mc:Ignorable="d" | |
Title="Touch Keyboard Test" |
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
{ | |
"name": "VInk", | |
"version": "1.0", | |
"description": "The Vink theme is a modified WikiRoad Ink theme.", | |
"originator": "Joey Robichaud <[email protected]>", | |
"palette": [ | |
{ "name": "comment", "value": "#808080" }, | |
{ "name": "keyword", "value": "#CC7832" }, | |
{ "name": "type", "value": "#FFC66A" }, | |
{ "name": "interface", "value": "#6897BB" }, |
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
data:text/html,<title>jsFaddle</title><link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/codemirror/4.4.0/codemirror.min.css"/><link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/codemirror/4.4.0/theme/vibrant-ink.css"/><link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/codemirror/4.4.0/addon/hint/show-hint.css"/><link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/codemirror/4.4.0/addon/lint/lint.css"/><script src="http://cdnjs.cloudflare.com/ajax/libs/codemirror/4.4.0/codemirror.js"></script><script src="http://cdnjs.cloudflare.com/ajax/libs/codemirror/4.4.0/addon/hint/show-hint.js"></script><script src="http://cdnjs.cloudflare.com/ajax/libs/codemirror/4.4.0/addon/hint/anyword-hint.js"></script><script src="http://cdnjs.cloudflare.com/ajax/libs/codemirror/4.4.0/addon/hint/xml-hint.js"></script><script src="http://cdnjs.cloudflare.com/ajax/libs/codemirror/4.4.0/addon/hint/html-hint.js"></script><script src="http://cdnjs.cloudflare.com/ajax/libs/cod |
NewerOlder