Skip to content

Instantly share code, notes, and snippets.

@praeclarum
Created March 6, 2019 17:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save praeclarum/f222d5c83ad373e8b57396663988640b to your computer and use it in GitHub Desktop.
Save praeclarum/f222d5c83ad373e8b57396663988640b to your computer and use it in GitHub Desktop.
A dark and vibrant color theme for Visual Studio for Mac
{
"name": "Dark Continuous",
"version": "1.0",
"description": "Dark and Vibrant from Continuous for the iPad",
"originator": "Frank A. Krueger",
"palette": [
{ "name": "cont-white", "value": "#F2F2F8" },
{ "name": "cont-selection", "value": "#4B5566" },
{ "name": "cont-background", "value": "#282A2E" },
{ "name": "cont-comment", "value": "#848799" },
{ "name": "cont-string", "value": "#EEDD92" },
{ "name": "cont-constant", "value": "#EEDD92" },
{ "name": "cont-keyword", "value": "#E29BF7" },
{ "name": "cont-type", "value": "#7EBAFF" },
{ "name": "cont-classname", "value": "#A6E22E" },
{ "name": "cont-functionargument", "value": "#8DFF89" },
{ "name": "cont-invalid", "value": "#F8F8F0" },
{ "name": "cont-invalidBackground", "value": "#F92672" },
{ "name": "skyblue1", "value": "#729fcf" },
{ "name": "chameleon1", "value": "#8ae234" },
{ "name": "chameleon2", "value": "#73d216" },
{ "name": "chameleon3", "value": "#4e9a06" },
{ "name": "orange1", "value": "#fcaf3e" },
{ "name": "orange2", "value": "#f57900" },
{ "name": "plum1", "value": "#ad7fa8" }
],
"colors": [
{ "name": "Background(Read Only)", "color": "#282A2E" },
{ "name": "Search result background", "color": "#006060" },
{ "name": "Search result background (highlighted)", "color": "#008080" },
{ "name": "Column Ruler", "color": "#393933" },
{ "name": "Fold Square", "color": "cont-comment", "secondcolor": "cont-background" },
{ "name": "Fold Cross", "color": "#8f8c7e", "secondcolor": "cont-background" },
{ "name": "Indentation Guide", "color": "#62687E" },
{ "name": "Indicator Margin", "color": "#282A2E" },
{ "name": "Indicator Margin(Separator)", "color": "#282A2E" },
{ "name": "Tooltip Pager Top", "color": "#757575" },
{ "name": "Tooltip Pager Triangle", "color": "#ffffff" },
{ "name": "Tooltip Pager Text", "color": "#ffffff" },
{ "name": "Notification Border", "color": "#989892" },
{ "name": "Completion Window", "color": "cont-background", "bordercolor": "#989892" },
{ "name": "Completion Tooltip Window", "color": "#272725", "bordercolor": "#989892" },
{ "name": "Completion Selection Bar Border", "color": "cont-selection" },
{ "name": "Completion Selection Bar Border(Inactive)", "color": "#383830" },
{ "name": "Completion Selection Bar Background", "color": "cont-selection", "secondcolor": "cont-selection" },
{ "name": "Completion Selection Bar Background(Inactive)", "color": "#383830", "secondcolor": "#383830" },
{ "name": "Bookmarks", "color": "#FDD99B", "secondcolor": "#816647" },
{ "name": "Underline(Error)", "color": "red" },
{ "name": "Underline(Warning)", "color": "skyblue1" },
{ "name": "Underline(Suggestion)", "color": "chameleon3" },
{ "name": "Underline(Hint)", "color": "chameleon1" },
{ "name": "Quick Diff(Dirty)", "color": "cont-string" },
{ "name": "Quick Diff(Changed)", "color": "#A4E22E" },
{ "name": "Brace Matching(Rectangle)", "color": "#517295", "secondcolor": "#517295" },
{ "name": "Usages(Rectangle)", "color": "#527F99", "secondcolor": "#527F99", "bordercolor": "#527F99" },
{ "name": "Changing usages(Rectangle)", "color": "#996E75", "secondcolor": "#996E75", "bordercolor": "#996E75" },
{ "name": "Breakpoint Marker", "color": "#6f3535", "bordercolor": "#6f3535" },
{ "name": "Breakpoint Marker(Disabled)", "color": "#4d4d4d", "bordercolor": "#4d4d4d" },
{ "name": "Breakpoint Marker(Invalid)", "color": "#604343", "bordercolor": "#604343" },
{ "name": "Current Line Marker", "color": "#303540", "secondcolor": "#303540" },
{ "name": "Current Line Marker(Inactive)", "color": "#303540", "secondcolor": "#303540" },
{ "name": "Debugger Current Line Marker", "color": "#69684c", "bordercolor": "#69684c" },
{ "name": "Debugger Stack Line Marker", "color": "#618336", "bordercolor": "#618336" },
{ "name": "Primary Link", "color": "#4f4a81", "secondcolor": "#4f4a81" },
{ "name": "Primary Link(Highlighted)", "color": "#4147b3", "secondcolor": "#4147b3" },
{ "name": "Secondary Link", "color": "#262228", "secondcolor": "#262228" },
{ "name": "Secondary Link(Highlighted)", "color": "#4e4552", "secondcolor": "#4e4552" },
{ "name": "Message Bubble Error Marker", "color": "#b28d37" },
{ "name": "Message Bubble Error Tag", "color": "#e3a6a1", "secondcolor": "black" },
{ "name": "Message Bubble Error Counter", "color": "black", "secondcolor": "#e3a6a1" },
{ "name": "Message Bubble Error IconMargin", "color": "#735c54", "bordercolor": "#805b4d" },
{ "name": "Message Bubble Error Line", "color": "#7b645c" },
{ "name": "Message Bubble Error Tooltip", "color": "#e3a6a1" },
{ "name": "Message Bubble Warning Tag", "color": "#efe89d", "secondcolor": "black" },
{ "name": "Message Bubble Warning Counter", "color": "black", "secondcolor": "#efe89d" },
{ "name": "Message Bubble Warning IconMargin", "color": "#777553", "bordercolor": "#948e51" },
{ "name": "Message Bubble Warning Line", "color": "#807e5c" },
{ "name": "Message Bubble Warning Tooltip", "color": "#efe89d" },
{ "name": "Link Color", "color": "#41e2cb" },
{ "name": "Link Color(Active)", "color": "#41e2cb" }
],
"text": [
{ "name": "Plain Text", "fore": "#DEE2F7", "back": "cont-background" },
{ "name": "Selected Text", "back": "cont-selection" },
{ "name": "Selected Text(Inactive)", "back": "#383830" },
{ "name": "Collapsed Text", "fore": "cont-comment", "back": "cont-background" },
{ "name": "Line Numbers", "fore": "#62687E", "back": "cont-background" },
{ "name": "Punctuation", "fore": "#ACAFBF" },
{ "name": "Punctuation(Brackets)", "fore": "#ACAFBF" },
{ "name": "Comment(Line)", "fore": "cont-comment" },
{ "name": "Comment(Block)", "fore": "cont-comment" },
{ "name": "Comment(Doc)", "fore": "cont-comment" },
{ "name": "Comment(DocTag)", "fore": "cont-comment" },
{ "name": "Comment Tag", "fore": "#ff0dff" },
{ "name": "Excluded Code", "fore": "cont-comment" },
{ "name": "String", "fore": "cont-string" },
{ "name": "String(Escape)", "fore": "#A6AB34" },
{ "name": "String(C# @ Verbatim)", "fore": "cont-string" },
{ "name": "String(Regex Set Constructs)", "fore": "chameleon2" },
{ "name": "String(Regex Character Class)", "fore": "skyblue1" },
{ "name": "String(Regex Grouping Constructs)", "fore": "plum1" },
{ "name": "String(Regex Escape Character)", "fore": "orange2" },
{ "name": "String(Regex Alt Escape Character)", "fore": "orange1" },
{ "name": "Number", "fore": "cont-constant" },
{ "name": "Preprocessor", "fore": "#A370B3" },
{ "name": "Preprocessor(Region Name)", "fore": "#A370B3" },
{ "name": "Xml Text", "fore": "cont-white" },
{ "name": "Xml Delimiter", "fore": "cont-white" },
{ "name": "Xml Name", "fore": "cont-keyword" },
{ "name": "Xml Attribute", "fore": "cont-white" },
{ "name": "Xml Attribute Quotes", "fore": "cont-string" },
{ "name": "Xml Attribute Value", "fore": "cont-string" },
{ "name": "Xml Comment", "fore": "cont-comment" },
{ "name": "Xml CData Section", "fore": "cont-white" },
{ "name": "Html Attribute Name", "fore": "cont-white" },
{ "name": "Html Attribute Value", "fore": "cont-string" },
{ "name": "Html Comment", "fore": "cont-comment" },
{ "name": "Html Element Name", "fore": "cont-keyword" },
{ "name": "Html Entity", "fore": "cont-classname" },
{ "name": "Html Operator", "fore": "cont-keyword" },
{ "name": "Html Server-Side Script", "fore": "cont-white", "back": "#373832" },
{ "name": "Html Tag Delimiter", "fore": "cont-white" },
{ "name": "Razor Code", "fore": "cont-white", "back": "#373832" },
{ "name": "Tooltip Text", "fore": "#d1d1cd", "back": "#525759" },
{ "name": "Notification Text", "fore": "cont-white", "back": "#272725" },
{ "name": "Completion Text", "fore": "cont-white" },
{ "name": "Completion Matching Substring", "fore": "cont-keyword" },
{ "name": "Completion Selected Text", "fore": "cont-white" },
{ "name": "Completion Selected Matching Substring", "fore": "cont-keyword" },
{ "name": "Completion Selected Text(Inactive)", "fore": "cont-white" },
{ "name": "Completion Selected Matching Substring(Inactive)", "fore": "cont-keyword" },
{ "name": "Keyword(Access)", "fore": "cont-constant" },
{ "name": "Keyword(Null)", "fore": "cont-constant" },
{ "name": "Keyword(Type)", "fore": "cont-type" },
{ "name": "Keyword(Operator)", "fore": "cont-keyword" },
{ "name": "Keyword(Selection)", "fore": "cont-keyword" },
{ "name": "Keyword(Iteration)", "fore": "cont-keyword" },
{ "name": "Keyword(Jump)", "fore": "cont-keyword" },
{ "name": "Keyword(Context)", "fore": "cont-keyword" },
{ "name": "Keyword(Exception)", "fore": "cont-keyword" },
{ "name": "Keyword(Modifiers)", "fore": "cont-keyword" },
{ "name": "Keyword(Constants)", "fore": "cont-constant" },
{ "name": "Keyword(Void)", "fore": "cont-keyword" },
{ "name": "Keyword(Namespace)", "fore": "cont-keyword" },
{ "name": "Keyword(Property)", "fore": "cont-functionargument" },
{ "name": "Keyword(Declaration)", "fore": "cont-keyword" },
{ "name": "Keyword(Parameter)", "fore": "cont-keyword" },
{ "name": "Keyword(Operator Declaration)", "fore": "cont-keyword" },
{ "name": "Keyword(Other)", "fore": "cont-keyword" },
{ "name": "User Types", "fore": "cont-type" },
{ "name": "User Types(Enums)", "fore": "cont-type" },
{ "name": "User Types(Interfaces)", "fore": "cont-type" },
{ "name": "User Types(Delegates)", "fore": "cont-type" },
{ "name": "User Types(Value types)", "fore": "cont-type" },
{ "name": "User Types(Type parameters)", "fore": "cont-type" },
{ "name": "User Types(Mutable)", "fore": "#ffd21c" },
{ "name": "User Field Usage", "fore": "#86E6FA" },
{ "name": "User Field Declaration", "fore": "#86E6FA" },
{ "name": "User Property Usage", "fore": "#4ED4FF" },
{ "name": "User Property Declaration", "fore": "#4ED4FF" },
{ "name": "User Event Usage", "fore": "#EEDD92" },
{ "name": "User Event Declaration", "fore": "#EEDD92" },
{ "name": "User Method Usage", "fore": "cont-functionargument" },
{ "name": "User Method Declaration", "fore": "cont-functionargument" },
{ "name": "User Parameter Usage", "fore": "#C1FFBE" },
{ "name": "User Parameter Declaration", "fore": "#C1FFBE" },
{ "name": "User Variable Usage", "fore": "cont-white" },
{ "name": "User Variable Declaration", "fore": "cont-white" },
{ "name": "Syntax Error", "fore": "cont-invalid", "back": "cont-invalidBackground" },
{ "name": "String Format Items", "fore": "cont-white" },
{ "name": "Breakpoint Text", "fore": "white", "back": "#6f3535" },
{ "name": "Debugger Current Statement", "fore": "white", "back": "#69684c" },
{ "name": "Debugger Stack Line", "fore": "white", "back": "#5c6b4d" },
{ "name": "Diff Line(Added)", "fore": "#008A8B" },
{ "name": "Diff Line(Removed)", "fore": "line-removed" },
{ "name": "Diff Line(Changed)", "fore": "line-changed" },
{ "name": "Diff Header", "fore": "#008000", "weight": "bold" },
{ "name": "Diff Header(Separator)", "fore": "#0000FF", "weight": "bold" },
{ "name": "Diff Header(Old)", "fore": "#008000", "weight": "bold" },
{ "name": "Diff Header(New)", "fore": "#008000", "weight": "bold" },
{ "name": "Diff Location", "fore": "#FB8B00", "weight": "bold" },
{ "name": "Preview Diff Removed Line", "fore": "#5c2c2c", "back": "#dcb4b4" },
{ "name": "Preview Diff Added Line", "fore": "#235423", "back": "#a4d9a4" },
{ "name": "Css Comment", "fore": "cont-comment", "weight": "bold" },
{ "name": "Css Property Name", "fore": "cont-white", "weight": "bold" },
{ "name": "Css Property Value", "fore": "cont-string", "weight": "bold" },
{ "name": "Css Selector", "fore": "cont-comment", "weight": "bold" },
{ "name": "Css Keyword", "fore": "cont-keyword", "weight": "bold" },
{ "name": "Script Comment", "fore": "cont-comment" },
{ "name": "Script Keyword", "fore": "cont-keyword" },
{ "name": "Script Number", "fore": "cont-constant" },
{ "name": "Script String", "fore": "cont-string" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment