Update RailsCasts.vssettingsStyle.json

This commit is contained in:
Gered King 2013-08-10 11:14:18 -04:00
parent 2f6a45c96c
commit 5a53e2564d

View file

@ -22,27 +22,28 @@
{"name": "Underline(Warning)", "color":"#FFA500" },
{"name": "Underline(Suggestion)", "color":"#8FC68F" },
{"name": "Underline(Hint)", "color":"#8F8FC6" },
{"name": "Quick Diff(Dirty)", "color":"#E1D672" },
{"name": "Quick Diff(Dirty)", "color":"#E1D671" },
{"name": "Quick Diff(Changed)", "color":"#A4E22E" },
{"name": "Brace Matching(Rectangle)", "color":"#464D33", "secondcolor":"#000000" },
{"name": "Usages(Rectangle)", "color":"#96E796", "secondcolor":"#36AB36" },
{"name": "Usages(Rectangle)", "color":"#7B7B7B", "secondcolor":"#7B7B7B" },
{"name": "Changing usages(Rectangle)", "color":"#94218B", "secondcolor":"#94218B" },
{"name": "Breakpoint Marker", "color":"#FFFFFF", "secondcolor":"#742C2C" },
{"name": "Breakpoint Marker(Invalid)", "color":"#EDDCDC", "secondcolor":"#EDDCDC" },
{"name": "Breakpoint Marker(Disabled)", "color":"#FFFFFF", "secondcolor":"#EDDCDC" },
{"name": "Debugger Current Line Marker", "color":"#F8FF00", "secondcolor":"#F8FF00", "bordercolor":"#616600" },
{"name": "Debugger Stack Line Marker", "color":"#80FF80", "secondcolor":"#C8FCC8", "bordercolor":"#336633" },
{"name": "Primary Link", "color":"#F6F6ED", "secondcolor":"#7F4981" },
{"name": "Primary Link(Highlighted)", "color":"#F6F6ED", "secondcolor":"#AF67B3" },
{"name": "Secondary Link", "color":"#F6F6ED", "secondcolor":"#252126" },
{"name": "Secondary Link(Highlighted)", "color":"#F6F6ED", "secondcolor":"#4E4552" },
{"name": "Debugger Current Line Marker", "color":"#F6FF00", "secondcolor":"#F6FF00", "bordercolor":"#616600" },
{"name": "Debugger Stack Line Marker", "color":"#80FF80", "secondcolor":"#C7FBC7", "bordercolor":"#336633" },
{"name": "Primary Link", "color":"#F6F6EB", "secondcolor":"#7F4981" },
{"name": "Primary Link(Highlighted)", "color":"#F6F6EB", "secondcolor":"#AF67B3" },
{"name": "Secondary Link", "color":"#F6F6EB", "secondcolor":"#252126" },
{"name": "Secondary Link(Highlighted)", "color":"#F6F6EB", "secondcolor":"#4E4552" },
{"name": "Current Line Marker", "color":"#454545", "secondcolor":"#5A5A5A" },
{"name": "Current Line Marker(Inactive)", "color":"#454545", "secondcolor":"#5A5A5A" },
{"name": "Column Ruler", "color":"#575852" },
{"name": "Completion Matching Substring", "color":"#BA3372" },
{"name": "Completion Border", "color":"#C9C9C9" },
{"name": "Completion Border(Inactive)", "color":"#BEBEBE" },
{"name": "Message Bubble Error", "color":"#FFFFFF", "secondcolor":"#440000" },
{"name": "Message Bubble Warning", "color":"#FFFFFF", "secondcolor":"#414400" } ],
{"name": "Message Bubble Error Line", "color":"#59282C", "secondcolor":"#000000" },
{"name": "Message Bubble Warning Line", "color":"#49492E", "secondcolor":"#000000" } ],
"text":[
{"name": "Plain Text", "fore":"#E5E1D7", "back":"#2A2A2A", "weight":"0" },
{"name": "Selected Text", "fore":"#FFFFFF", "back":"#6E9CBE", "weight":"0" },
@ -57,11 +58,11 @@
{"name": "Comment(DocTag)", "fore":"#808080", "weight":"0" },
{"name": "Comment Tag", "fore":"#808080", "weight":"0" },
{"name": "Excluded Code", "fore":"#74705D", "weight":"0" },
{"name": "String", "fore":"#A5C25C", "weight":"0" },
{"name": "String(Escape)", "fore":"#A5C25C", "weight":"0" },
{"name": "String(C# @ Verbatim)", "fore":"#A5C25C", "weight":"0" },
{"name": "Number", "fore":"#2B8EAF", "weight":"0" },
{"name": "Preprocessor", "fore":"#D7452E", "weight":"0" },
{"name": "String", "fore":"#A4C15B" },
{"name": "String(Escape)", "fore":"#A4C15B" },
{"name": "String(C# @ Verbatim)", "fore":"#A4C15B" },
{"name": "Number", "fore":"#6897BB" },
{"name": "Preprocessor", "fore":"#D6442D", "weight":"0" },
{"name": "Xml Text", "fore":"#FFFFFF", "weight":"0" },
{"name": "Xml Delimiter", "fore":"#FFFFFF", "weight":"0" },
{"name": "Xml Name", "fore":"#CC7730", "weight":"0" },
@ -90,25 +91,26 @@
{"name": "Keyword(Operator Declaration)", "fore":"#CC7730", "weight":"0" },
{"name": "Keyword(Other)", "fore":"#CC7730", "weight":"0" },
{"name": "User Types", "fore":"#FFC66D", "weight":"0" },
{"name": "User Types(Enums)", "fore":"#FFC66D", "weight":"0" },
{"name": "User Types(Interfaces)", "fore":"#FFC66D", "weight":"0" },
{"name": "User Types(Enums)", "fore":"#7FB347" },
{"name": "User Types(Interfaces)", "fore":"#6898BA" },
{"name": "User Types(Delegates)", "fore":"#FFC66D", "weight":"0" },
{"name": "User Types(Value types)", "fore":"#FFC66D", "weight":"0" },
{"name": "User Types(Type parameters)", "fore":"#FFC66D", "weight":"0" },
{"name": "User Field Usage", "fore":"#B3E0F3", "weight":"0" },
{"name": "User Field Declaration", "fore":"#F6F6ED", "weight":"0" },
{"name": "User Field Usage", "fore":"#79ABFF" },
{"name": "User Field Declaration", "fore":"#F6F6EB", "weight":"0" },
{"name": "User Property Usage", "fore":"#B3E0F3", "weight":"0" },
{"name": "User Property Declaration", "fore":"#F6F6ED", "weight":"0" },
{"name": "User Event Usage", "fore":"#F6F6ED", "weight":"0" },
{"name": "User Event Declaration", "fore":"#F6F6ED", "weight":"0" },
{"name": "User Method Usage", "fore":"#F6F6ED", "weight":"Bold" },
{"name": "User Method Declaration", "fore":"#F6F6ED", "weight":"0" },
{"name": "User Parameter Usage", "fore":"#F6F6ED", "weight":"0" },
{"name": "User Parameter Declaration", "fore":"#F6F6ED", "weight":"0" },
{"name": "User Variable Usage", "fore":"#F6F6ED", "weight":"0" },
{"name": "User Variable Declaration", "fore":"#F6F6ED", "weight":"0" },
{"name": "Syntax Error", "fore":"#EE5555", "weight":"0" },
{"name": "Diff Line(Added)", "fore":"#00838B", "weight":"0" },
{"name": "User Property Declaration", "fore":"#F6F6EB", "weight":"0" },
{"name": "User Event Usage", "fore":"#F6F6EB", "weight":"0" },
{"name": "User Event Declaration", "fore":"#F6F6EB", "weight":"0" },
{"name": "User Method Usage", "fore":"#F6F6EB", "weight":"Bold" },
{"name": "User Method Declaration", "fore":"#F6F6EB" },
{"name": "User Parameter Usage", "fore":"#BED6FF" },
{"name": "User Parameter Declaration", "fore":"#F6F6EB", "weight":"0" },
{"name": "User Variable Usage", "fore":"#F6F6EB", "weight":"0" },
{"name": "User Variable Declaration", "fore":"#F6F6EB", "weight":"0" },
{"name": "Syntax Error", "fore":"#ED5454", "weight":"0" },
{"name": "String Format Items", "fore":"#8EB485", "weight":"Bold" },
{"name": "Diff Line(Added)", "fore":"#00818B", "weight":"0" },
{"name": "Diff Line(Removed)", "fore":"#000000", "weight":"0" },
{"name": "Diff Line(Changed)", "fore":"#000000", "weight":"0" },
{"name": "Diff Header", "fore":"#008000", "weight":"0" },
@ -120,16 +122,16 @@
{"name": "Html Attribute Value", "fore":"#A5C25C", "weight":"0" },
{"name": "Html Comment", "fore":"#008000", "weight":"0" },
{"name": "Html Element Name", "fore":"#FFC66D", "weight":"0" },
{"name": "Html Entity", "fore":"#D8452D", "weight":"0" },
{"name": "Html Entity", "fore":"#D8432B", "weight":"0" },
{"name": "Html Operator", "fore":"#FFFFFF", "weight":"0" },
{"name": "Html Server-Side Script", "fore":"#6691BB", "weight":"0" },
{"name": "Html Server-Side Script", "fore":"#668FBB", "weight":"0" },
{"name": "Html Tag Delimiter", "fore":"#FFFFFF", "weight":"0" },
{"name": "Razor Code", "fore":"#F6F6ED", "back":"#353730", "weight":"0" },
{"name": "Css Comment", "fore":"#00F8FF", "weight":"0" },
{"name": "Razor Code", "fore":"#F6F6EB", "back":"#353730", "weight":"0" },
{"name": "Css Comment", "fore":"#00F6FF", "weight":"0" },
{"name": "Css Property Name", "fore":"#FCF4BE", "weight":"0" },
{"name": "Css Property Value", "fore":"#FFFFFF", "weight":"0" },
{"name": "Css Selector", "fore":"#FCF4BE", "weight":"0" },
{"name": "Css String Value", "fore":"#00F8FF", "weight":"0" },
{"name": "Css String Value", "fore":"#00F6FF", "weight":"0" },
{"name": "Css Keyword", "fore":"#F92570", "weight":"Bold" },
{"name": "Script Comment", "fore":"#808080", "weight":"0" },
{"name": "Script Keyword", "fore":"#CC7730", "weight":"0" },