Skip to content

Instantly share code, notes, and snippets.

@nek023
Created June 23, 2016 22:34
Show Gist options
  • Save nek023/f8e2ac77228c68e5d38b5f73c8ec5b1b to your computer and use it in GitHub Desktop.
Save nek023/f8e2ac77228c68e5d38b5f73c8ec5b1b to your computer and use it in GitHub Desktop.
{
"strings" : {
"color" : "#95e454"
},
"comments" : {
"color" : "#99968b"
},
"numbers" : {
"color" : "#e5786d"
},
"metadata" : {
"description" : "CotEditor 1.x でのユーザカラーリング設定から自動生成されたテーマ"
},
"lineHighlight" : {
"color" : "#174677"
},
"commands" : {
"color" : "#8ac6f2"
},
"values" : {
"color" : "#e5786d"
},
"background" : {
"color" : "#242424"
},
"insertionPoint" : {
"color" : "#c4d9f0"
},
"text" : {
"color" : "#ffffff"
},
"invisibles" : {
"color" : "#808080"
},
"selection" : {
"color" : "#444444",
"usesSystemSetting" : false
},
"keywords" : {
"color" : "#8ac6f2"
},
"types" : {
"color" : "#0d8da8"
},
"attributes" : {
"color" : "#1455a8"
},
"characters" : {
"color" : "#95e454"
},
"variables" : {
"color" : "#6b6b79"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment