Skip to content

Commit

Permalink
Add starter files
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Jun 24, 2015
1 parent 832ede7 commit b997f5a
Show file tree
Hide file tree
Showing 10 changed files with 140 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Emmet.sublime-settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"color_scheme": "Packages/Material Theme White Panels/widgets/Widget - Material-Theme.stTheme",
"draw_shadows": false,
"font_options": ["subpixel_antialias"],
"line_padding_top": 2,
"line_padding_bottom": 2,
"margin": 8
}
92 changes: 92 additions & 0 deletions Material-Theme.sublime-theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
[

// Command Panel

{
"class": "overlay_control",
"layer0.texture": "Material Theme White Panels/assets/default/overlay-bg.png",
"layer0.inner_margin": [24, 4, 24, 33],
"layer0.opacity": 1.0,
},

// Texline input

{
"class": "text_line_control",
"layer0.texture": "Material Theme White Panels/assets/default/input_field_bar.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [20, 5, 20, 5],
"tint_index": 1,
"content_margin": [24, 8, 16, 8]
},

// Textline input inside overlay panels

{
"class": "text_line_control",
"parents": [{"class": "overlay_control"}],
"layer0.texture": "Material Theme White Panels/assets/default/input_field_border--short.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [32, 0, 32, 2],
"layer0.draw_center": true,
"content_margin": [32, 8, 32, 8]
},

// Labels settings

{
"class": "mini_quick_panel_row",
"layer0.tint": [255, 255, 255],
"layer0.inner_margin": [2, 2, 2, 2],
"layer0.opacity": 1.0
},

{
"class": "quick_panel_row",
"parents": [{"class": "overlay_control"}],
"layer0.tint": [255, 255, 255],
"layer0.opacity": 1.0
},

{
"class": "mini_quick_panel_row",
"attributes": ["selected"],
"layer0.tint": [84, 110, 122]
},

{
"class": "quick_panel_row",
"attributes": ["selected"],
"layer0.tint": [84, 110, 122],
"layer1.opacity": 0.0
},

{
"class": "quick_panel_label",
"fg": [128, 203, 196, 255],
"match_fg": [128, 203, 196, 255],
"selected_fg": [255, 255, 255, 255],
"selected_match_fg": [128, 203, 196, 255]
},

// Panel labels

{
"class": "quick_panel_label",
"parents": [{"class": "overlay_control"}],
"fg": [84, 110, 122, 255],
"match_fg": [128, 203, 196, 255],
"selected_fg": [255, 255, 255, 255],
"selected_match_fg": [128, 203, 196, 255]
},

// Panels sublabels

{
"class": "quick_panel_path_label",
"fg": [176, 190, 197, 255],
"match_fg": [128, 203, 196, 255],
"selected_fg": [255, 255, 255, 255],
"selected_match_fg": [128, 203, 196, 255]
},
]
Binary file added assets/default/.DS_Store
Binary file not shown.
Binary file added assets/default/input_field_bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/default/input_field_bar@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/default/input_field_border--short.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/default/overlay-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/default/overlay-bg@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions widgets/Widget - Material-Theme.stTheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?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 Theme</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>
</array>
</dict>
</plist>
4 changes: 4 additions & 0 deletions widgets/Widget - Material-Theme.sublime-settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"color_scheme": "Packages/Material Theme White Panels/widgets/Widget - Material-Theme.stTheme",
}

0 comments on commit b997f5a

Please sign in to comment.