| @@ -0,0 +1,87 @@ | ||
| <?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>Material Primer Light</string> | ||
| <key>colorSpaceName</key> | ||
| <string>sRGB</string> | ||
| <key>settings</key> | ||
| <array> | ||
| <dict> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>background</key> | ||
| <string>#ffffff</string> | ||
| <key>caret</key> | ||
| <string>#B0BEC5</string> | ||
| <key>foreground</key> | ||
| <string>#607D8B</string> | ||
| <key>invisibles</key> | ||
| <string>#607D8B</string> | ||
| <key>lineHighlight</key> | ||
| <string>#00000012</string> | ||
| <key>selection</key> | ||
| <string>#546E7A</string> | ||
| <key>selectionBorder</key> | ||
| <string>#546E7A</string> | ||
| <key>selectionForeground</key> | ||
| <string>#FFFFFF</string> | ||
| <key>inactiveSelection</key> | ||
| <string>#607D8B</string> | ||
| </dict> | ||
| </dict> | ||
| <dict> | ||
| <key>name</key> | ||
| <string>Comment</string> | ||
| <key>scope</key> | ||
| <string>comment</string> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>fontStyle</key> | ||
| <string>italic</string> | ||
| <key>foreground</key> | ||
| <string>#0066FF</string> | ||
| </dict> | ||
| </dict> | ||
| <dict> | ||
| <key>name</key> | ||
| <string>Keyword</string> | ||
| <key>scope</key> | ||
| <string>keyword, storage</string> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>foreground</key> | ||
| <string>#cfd8dc</string> | ||
| </dict> | ||
| </dict> | ||
| <dict> | ||
| <key>scope</key> | ||
| <string>constant</string> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>foreground</key> | ||
| <string>#80CBC4</string> | ||
| </dict> | ||
| </dict> | ||
| <dict> | ||
| <key>scope</key> | ||
| <string>string</string> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>foreground</key> | ||
| <string>#F9355A</string> | ||
| </dict> | ||
| </dict> | ||
| <dict> | ||
| <key>scope</key> | ||
| <string>constant.character.escape</string> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>foreground</key> | ||
| <string>#FFC400</string> | ||
| </dict> | ||
| </dict> | ||
| </array> | ||
| </dict> | ||
| </plist> |
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "color_scheme": "Packages/Materialize/widgets/primer light/Widget - Material Primer Light.stTheme", | ||
| "draw_shadows": false, | ||
| "font_options": ["subpixel_antialias"], | ||
| "line_padding_top": 2 | ||
| } |
| @@ -0,0 +1,87 @@ | ||
| <?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>Material Vim Blackboard</string> | ||
| <key>colorSpaceName</key> | ||
| <string>sRGB</string> | ||
| <key>settings</key> | ||
| <array> | ||
| <dict> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>background</key> | ||
| <string>#000000</string> | ||
| <key>caret</key> | ||
| <string>#B0BEC5</string> | ||
| <key>foreground</key> | ||
| <string>#607D8B</string> | ||
| <key>invisibles</key> | ||
| <string>#607D8B</string> | ||
| <key>lineHighlight</key> | ||
| <string>#00000012</string> | ||
| <key>selection</key> | ||
| <string>#546E7A</string> | ||
| <key>selectionBorder</key> | ||
| <string>#546E7A</string> | ||
| <key>selectionForeground</key> | ||
| <string>#FFFFFF</string> | ||
| <key>inactiveSelection</key> | ||
| <string>#607D8B</string> | ||
| </dict> | ||
| </dict> | ||
| <dict> | ||
| <key>name</key> | ||
| <string>Comment</string> | ||
| <key>scope</key> | ||
| <string>comment</string> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>fontStyle</key> | ||
| <string>italic</string> | ||
| <key>foreground</key> | ||
| <string>#0066FF</string> | ||
| </dict> | ||
| </dict> | ||
| <dict> | ||
| <key>name</key> | ||
| <string>Keyword</string> | ||
| <key>scope</key> | ||
| <string>keyword, storage</string> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>foreground</key> | ||
| <string>#cfd8dc</string> | ||
| </dict> | ||
| </dict> | ||
| <dict> | ||
| <key>scope</key> | ||
| <string>constant</string> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>foreground</key> | ||
| <string>#80CBC4</string> | ||
| </dict> | ||
| </dict> | ||
| <dict> | ||
| <key>scope</key> | ||
| <string>string</string> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>foreground</key> | ||
| <string>#F9355A</string> | ||
| </dict> | ||
| </dict> | ||
| <dict> | ||
| <key>scope</key> | ||
| <string>constant.character.escape</string> | ||
| <key>settings</key> | ||
| <dict> | ||
| <key>foreground</key> | ||
| <string>#FFC400</string> | ||
| </dict> | ||
| </dict> | ||
| </array> | ||
| </dict> | ||
| </plist> |
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "color_scheme": "Packages/Materialize/widgets/vim blackboard/Widget - Material Vim Blackboard.stTheme", | ||
| "draw_shadows": false, | ||
| "font_options": ["subpixel_antialias"], | ||
| "line_padding_top": 2 | ||
| } |