Skip to content

Instantly share code, notes, and snippets.

@nisei
Created September 2, 2015 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nisei/0171b1b1b71b13089552 to your computer and use it in GitHub Desktop.
Save nisei/0171b1b1b71b13089552 to your computer and use it in GitHub Desktop.
Atom Editor monokai color schema for xamarin
{
"name":"Atom-Monokai",
"version":"1.0",
"description":"monokai by atom editor",
"originator":"Xamarin Inc. (http://xamarin.com)",
"baseScheme":"Monokai",
"colors":[
],
"text":[
{"name": "User Field Usage", "fore":"#FFFFFF" },
{"name": "User Field Declaration", "fore":"#FFFFFF" },
{"name": "User Property Usage", "fore":"#FFFFFF" },
{"name": "User Property Declaration", "fore":"#FFFFFF" },
{"name": "User Method Usage", "fore":"#50FD1E" },
{"name": "User Method Declaration", "fore":"#7CFD1E" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment