feat(SublimeText2.UtilPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:54:47 -04:00
parent 1e6f643a1b
commit d65666cdfc
541 changed files with 26347 additions and 0 deletions

View File

@@ -0,0 +1,102 @@
# Soda Theme
Dark and light custom UI themes for Sublime Text 2.
Project site: [http://buymeasoda.github.com/soda-theme/](http://buymeasoda.github.com/soda-theme/)
## Design
![Soda Light Theme](http://buymeasoda.github.com/soda-theme/images/screenshots/soda-2-light-theme.png?v=4)
![Soda Dark Theme](http://buymeasoda.github.com/soda-theme/images/screenshots/soda-2-dark-theme.png?v=2)
## Installation
Soda theme is designed to work with the latest [development build](http://www.sublimetext.com/dev) of Sublime Text 2.
### Using Sublime Package Control
If you are using Will Bond's excellent [Sublime Package Control](http://wbond.net/sublime_packages/package_control), you can easily install Soda Theme via the `Package Control: Install Package` menu item. The Soda Theme package is listed as `Theme - Soda` in the packages list.
### Using Git
Alternatively, if you are a git user, you can install the theme and keep up to date by cloning the repo directly into your `Packages` directory in the Sublime Text 2 application settings area.
You can locate your Sublime Text 2 `Packages` directory by using the menu item `Preferences -> Browse Packages...`.
While inside the `Packages` directory, clone the theme repository using the command below:
git clone https://github.com/buymeasoda/soda-theme/ "Theme - Soda"
### Download Manually
* Download the files using the GitHub .zip download option
* Unzip the files and rename the folder to `Theme - Soda`
* Copy the folder to your Sublime Text 2 `Packages` directory
## Activating the theme
To configure Sublime Text 2 to use the theme:
* Open your User Settings Preferences file `Sublime Text 2 -> Preferences -> Settings - User`
* Add (or update) your theme entry to be `"theme": "Soda Light.sublime-theme"` or `"theme": "Soda Dark.sublime-theme"`
### Example User Settings
{
"theme": "Soda Light.sublime-theme"
}
## Additional Features
### Alternate Tab Styles
Soda Theme ships with two alternate UI tab styles.
By default, a square tab style is used. If you'd prefer to use the original curved tab style, add the following custom setting to your `Settings - User` file:
"soda_classic_tabs": true
![Soda Tab Styles](http://buymeasoda.github.com/soda-theme/images/features/multiple-tab-styles.png)
### Retina Resolution UI
Soda Theme has been designed to take advantage of retina resolution (high-dpi) displays. Both Soda Light and Soda Dark support retina displays.
![Soda Retina](http://buymeasoda.github.com/soda-theme/images/features/soda-retina.png)
### Theme Customisation
Sublime Text 2 provides an elegant way to tweak existing themes without having to duplicate or maintain a separate copy of the original theme. If there are aspects of Soda Theme that you would like to adjust, take a look at the [theme customisation](https://github.com/buymeasoda/soda-theme/wiki/Theme-customisation) wiki page.
## Bonus Options
### Syntax Highlighting Colour Schemes
The Soda Light screenshot uses a modified version of Espresso Tutti Colori and the Soda Dark screenshot uses a modified version of Monokai.
If you'd like to use the syntax highlighting schemes shown in the screenshots:
* Download [colour-schemes.zip](http://buymeasoda.github.com/soda-theme/extras/colour-schemes.zip)
* Unzip and place the extracted `tmtheme` files in the Sublime Text 2 `Packages/User` folder
* Enable the colour scheme via `Preferences -> Color Scheme -> User`
### Code Font
The code font shown in the screenshot is Menlo.
## Development
Please note, Sublime Text dev builds move quickly and changes can occur with the theme API between releases, so there may be occasions where the theme doesn't quite work with a brand new dev release.
While developing the theme, I have documented some [theme challenges and ideas](https://github.com/buymeasoda/soda-theme/wiki/Theme-challenges-and-ideas) encountered along the way.
## License
Soda Theme is licensed under the [Creative Commons Attribution-ShareAlike 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/). You are free to share and remix the theme, however please abide by the license terms when doing so.
The following details apply to the Creative Commons license "author specified" components:
* Attribution example: Based on Soda Theme by Ian Hill (http://buymeasoda.com/)
* Naming guidelines: If you create and distribute a derivative theme, please give your theme a unique and original name that does not directly include "Soda Theme" (or a close variant) in the main project title, repo name or Package Control name.

View File

@@ -0,0 +1,969 @@
[
//
// TABS (REGULAR)
//
// Tab set
{
"class": "tabset_control",
"layer0.texture": "Theme - Soda/Soda Dark/tabset-background.png",
"layer0.inner_margin": [1, 7],
"layer0.opacity": 1.0,
"content_margin": [-4, 0, -4, 3],
"tab_overlap": 5,
"tab_width": 180,
"tab_min_width": 45,
"tab_height": 25,
"mouse_wheel_switch": false
},
{
"class": "tabset_control",
"settings": ["mouse_wheel_switches_tabs"],
"mouse_wheel_switch": true
},
// Tab element
{
"class": "tab_control",
"content_margin": [12, 3, 12, 3],
"max_margin_trim": 0,
"hit_test_level": 0.0,
"layer0.texture": "Theme - Soda/Soda Dark/tab-inactive.png",
"layer0.inner_margin": [5, 5],
"layer0.opacity": 1.0
},
// Tab close state
{
"class": "tab_control",
"settings": ["show_tab_close_buttons"],
"content_margin": [12, 3, 7, 3]
},
// Tab hover state
{
"class": "tab_control",
"attributes": ["hover"],
"layer0.texture": "Theme - Soda/Soda Dark/tab-hover.png"
},
// Tab active state
{
"class": "tab_control",
"attributes": ["selected"],
"layer0.texture": "Theme - Soda/Soda Dark/tab-active.png"
},
// Tab dirty state (close button hidden)
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons"],
"attributes": ["dirty"],
"content_margin": [12, 3, 7, 3]
},
//
// TABS (CLASSIC)
//
// Tab set
{
"class": "tabset_control",
"settings": ["soda_classic_tabs"],
"content_margin": [3, 4, 3, 3],
"tab_overlap": 24,
"tab_height": 28
},
// Tab element
{
"class": "tab_control",
"settings": ["soda_classic_tabs"],
"content_margin": [22, 6, 22, 4],
"hit_test_level": 0.5,
"layer0.texture": "Theme - Soda/Soda Dark/classic/tab-inactive.png",
"layer0.inner_margin": [18, 4]
},
// Tab close state
{
"class": "tab_control",
"settings": ["soda_classic_tabs", "show_tab_close_buttons"],
"content_margin": [22, 6, 15, 4]
},
// Tab hover state
{
"class": "tab_control",
"settings": ["soda_classic_tabs"],
"attributes": ["hover"],
"layer0.texture": "Theme - Soda/Soda Dark/classic/tab-hover.png"
},
// Tab active state
{
"class": "tab_control",
"settings": ["soda_classic_tabs"],
"attributes": ["selected"],
"layer0.texture": "Theme - Soda/Soda Dark/classic/tab-active.png"
},
// Tab dirty state (close button hidden)
{
"class": "tab_control",
"settings": ["soda_classic_tabs", "!show_tab_close_buttons"],
"attributes": ["dirty"],
"content_margin": [22, 6, 15, 4]
},
//
// TAB BUTTONS
//
// Tab close button
{
"class": "tab_close_button",
"content_margin": [0, 0],
"layer0.texture": "Theme - Soda/Soda Dark/tab-close-inactive.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0
},
{
"class": "tab_close_button",
"settings": ["show_tab_close_buttons"],
"content_margin": [8, 8]
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"layer0.texture": "Theme - Soda/Soda Dark/tab-close.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/tab-close.png",
"layer0.opacity": 1.0
},
// Tab dirty button
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"layer0.texture": "Theme - Soda/Soda Dark/tab-dirty-inactive.png"
},
{
"class": "tab_close_button",
"settings": ["!show_tab_close_buttons"],
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"content_margin": [8, 8]
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "hover"]}],
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/tab-dirty.png"
},
// Tab highlight button
{
"class": "tab_close_button",
"settings": ["highlight_modified_tabs"],
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"layer0.texture": "Theme - Soda/Soda Dark/tab-highlight-inactive.png"
},
{
"class": "tab_close_button",
"settings": ["highlight_modified_tabs"],
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/tab-highlight.png"
},
// Tab close button hover
{
"class": "tab_close_button",
"settings": ["show_tab_close_buttons"],
"attributes": ["hover"],
"layer0.texture": "Theme - Soda/Soda Dark/tab-close-hover.png"
},
// Tab close button pressed
{
"class": "tab_close_button",
"settings": ["show_tab_close_buttons"],
"attributes": ["pressed"],
"layer0.texture": "Theme - Soda/Soda Dark/tab-close-pressed.png"
},
//
// TAB LABELS
//
{
"class": "tab_label",
"fade": true,
"fg": [170, 170, 170],
"shadow_color": [25, 25, 25],
"shadow_offset": [0, -1]
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [200, 200, 200],
"shadow_color": [30, 30, 30]
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"fg": [230, 230, 230],
"shadow_color": [35, 35, 35]
},
//
// FOLD BUTTONS
//
{
"class": "fold_button_control",
"layer0.texture": "Theme - Soda/Soda Dark/fold-closed.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0,
"content_margin": [8, 8]
},
{
"class": "fold_button_control",
"attributes": ["hover"],
"layer0.texture": "Theme - Soda/Soda Dark/fold-closed-hover.png"
},
{
"class": "fold_button_control",
"attributes": ["expanded"],
"layer0.texture": "Theme - Soda/Soda Dark/fold-open.png"
},
{
"class": "fold_button_control",
"attributes": ["expanded", "hover"],
"layer0.texture": "Theme - Soda/Soda Dark/fold-open-hover.png"
},
//
// STANDARD SCROLLBARS
//
// Standard vertical scroll bar
{
"class": "scroll_bar_control",
"layer0.texture": "Theme - Soda/Soda Dark/standard-scrollbar-vertical.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [2, 6],
"blur": false
},
// Standard horizontal scroll bar
{
"class": "scroll_bar_control",
"attributes": ["horizontal"],
"layer0.texture": "Theme - Soda/Soda Dark/standard-scrollbar-horizontal.png",
"layer0.inner_margin": [6, 2],
"blur": false
},
// Standard scroll bar corner
{
"class": "scroll_corner_control",
"layer0.texture": "Theme - Soda/Soda Dark/standard-scrollbar-corner.png",
"layer0.inner_margin": [2, 2],
"layer0.opacity": 1.0
},
// Standard vertical scroll puck
{
"class": "puck_control",
"layer0.texture": "Theme - Soda/Soda Dark/standard-puck-vertical.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [0, 10],
"content_margin": [8, 12],
"blur": false
},
// Standard horizontal scroll puck
{
"class": "puck_control",
"attributes": ["horizontal"],
"layer0.texture": "Theme - Soda/Soda Dark/standard-puck-horizontal.png",
"layer0.inner_margin": [10, 0],
"content_margin": [12, 8],
"blur": false
},
//
// OVERLAY SCROLLBARS
//
// Overlay toggle scroll bar
{
"class": "scroll_area_control",
"settings": ["overlay_scroll_bars"],
"overlay": true
},
{
"class": "scroll_area_control",
"settings": ["!overlay_scroll_bars"],
"overlay": false
},
// Overlay vertical scroll bar
{
"class": "scroll_bar_control",
"settings": ["overlay_scroll_bars"],
"layer0.texture": "Theme - Soda/Soda Dark/overlay-scrollbar-vertical.png",
"layer0.inner_margin": [0, 5],
"blur": true
},
// Overlay horizontal scroll bar
{
"class": "scroll_bar_control",
"settings": ["overlay_scroll_bars"],
"attributes": ["horizontal"],
"layer0.texture": "Theme - Soda/Soda Dark/overlay-scrollbar-horizontal.png",
"layer0.inner_margin": [5, 0],
"blur": true
},
// Overlay vertical puck
{
"class": "puck_control",
"settings": ["overlay_scroll_bars"],
"layer0.texture": "Theme - Soda/Soda Dark/overlay-puck-vertical.png",
"layer0.inner_margin": [0, 5],
"content_margin": [5, 20],
"blur": true
},
// Overlay horizontal puck
{
"class": "puck_control",
"settings": ["overlay_scroll_bars"],
"attributes": ["horizontal"],
"layer0.texture": "Theme - Soda/Soda Dark/overlay-puck-horizontal.png",
"layer0.inner_margin": [5, 0],
"content_margin": [20, 5],
"blur": true
},
// Overlay light puck (for dark content)
{
"class": "puck_control",
"settings": ["overlay_scroll_bars"],
"attributes": ["dark"],
"layer0.texture": "Theme - Soda/Soda Dark/overlay-dark-puck-vertical.png"
},
// Overlay light horizontal puck (for dark content)
{
"class": "puck_control",
"settings": ["overlay_scroll_bars"],
"attributes": ["horizontal", "dark"],
"layer0.texture": "Theme - Soda/Soda Dark/overlay-dark-puck-horizontal.png"
},
//
// EMPTY WINDOW BACKGROUND
//
{
"class": "sheet_container_control",
"layer0.tint": [25, 25, 25],
"layer0.opacity": 1.0
},
//
// GRID LAYOUT
//
{
"class": "grid_layout_control",
"border_size": 1,
"border_color": [70, 70, 70]
},
//
// MINI MAP
//
{
"class": "minimap_control",
"viewport_color": [255, 255, 255, 35]
},
//
// LABELS
//
// General labels
{
"class": "label_control",
"color": [204, 204, 204]
},
// Text field labels
{
"class": "label_control",
"parents": [{"class": "panel_control"}],
"shadow_color": [50, 50, 50],
"shadow_offset": [0, -1]
},
// Button labels
{
"class": "label_control",
"parents": [{"class": "button_control"}],
"shadow_color": [55, 55, 55],
"shadow_offset": [0, -1]
},
//
// TOOLTIP
//
// Tooltip container
{
"class": "tool_tip_control",
"layer0.texture": "Theme - Soda/Soda Dark/tooltip.png",
"layer0.inner_margin": [1, 1],
"layer0.opacity": 0.95,
"content_margin": [3, 3]
},
// Tooltip content
{
"class": "tool_tip_label_control",
"color": [0, 0, 0]
},
//
// STATUS BAR
//
// Status bar container
{
"class": "status_bar",
"layer0.texture": "Theme - Soda/Soda Dark/status-bar-background.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [2, 2],
"content_margin": [8, 4, 8, 4]
},
// Status bar button
{
"class": "status_button",
"min_size": [100, 0]
},
// Status bar label
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"color": [150, 150, 150],
"shadow_color": [25, 25, 25],
"shadow_offset": [0, -1]
},
//
// SIDEBAR
//
// Sidebar container
{
"class": "sidebar_container",
"layer0.texture": "Theme - Soda/Soda Dark/sidebar-bg.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [1, 1, 2, 1],
"content_margin": [0, 0, 1, 0]
},
// Sidebar tree
{
"class": "sidebar_tree",
"row_padding": [8, 3],
"indent": 15,
"indent_offset": 15,
"indent_top_level": false,
"dark_content": true
},
// Sidebar rows
{
"class": "tree_row",
"layer0.texture": "Theme - Soda/Soda Dark/sidebar-row-selected.png",
"layer0.opacity": 0.0,
"layer0.inner_margin": [1, 1]
},
// Sidebar row selected
{
"class": "tree_row",
"attributes": ["selected"],
"layer0.opacity": 1.0
},
// Sidebar heading
{
"class": "sidebar_heading",
"color": [210, 210, 210],
"font.bold": true,
"shadow_color": [0, 0, 0],
"shadow_offset": [0, -1]
},
// Sidebar entry
{
"class": "sidebar_label",
"color": [125, 125, 125],
"shadow_color": [0, 0, 0],
"shadow_offset": [0, -1]
},
// Sidebar folder entry
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"color": [190, 190, 190]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable", "hover"]}],
"color": [235, 235, 235]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"settings": ["bold_folder_labels"],
"font.bold": true
},
// Sidebar entry selected
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"color": [210, 210, 210],
"shadow_color": [0, 0, 0],
"shadow_offset": [0, 1]
},
//
// SIDEBAR - OPEN FILE ICONS
//
// Sidebar file close
{
"class": "close_button",
"layer0.texture": "Theme - Soda/Soda Dark/file-close.png",
"layer0.opacity": 0.0,
"layer0.inner_margin": 0,
"content_margin": [8, 8]
},
{
"class": "close_button",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 1.0
},
// Sidebar file dirty
{
"class": "close_button",
"attributes": ["dirty"],
"layer0.texture": "Theme - Soda/Soda Dark/file-dirty.png",
"layer0.opacity": 1.0
},
{
"class": "close_button",
"attributes": ["dirty"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/file-dirty-selected.png"
},
{
"class": "close_button",
"attributes": ["dirty"],
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.texture": "Theme - Soda/Soda Dark/file-close.png"
},
// Sidebar file close hover
{
"class": "close_button",
"attributes": ["hover"],
"layer0.texture": "Theme - Soda/Soda Dark/file-close-hover.png"
},
{
"class": "close_button",
"parents": [{"class": "tree_row", "attributes": ["hover", "selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/file-close-selected.png"
},
//
// SIDEBAR - GENERAL FILE ICONS
//
// Sidebar group closed
{
"class": "disclosure_button_control",
"content_margin": [8, 8],
"layer0.texture": "Theme - Soda/Soda Dark/group-closed.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0
},
{
"class": "disclosure_button_control",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.texture": "Theme - Soda/Soda Dark/group-closed-hover.png"
},
{
"class": "disclosure_button_control",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/group-closed-selected.png"
},
// Sidebar group open
{
"class": "disclosure_button_control",
"attributes": ["expanded"],
"layer0.texture": "Theme - Soda/Soda Dark/group-open.png"
},
{
"class": "disclosure_button_control",
"attributes": ["expanded"],
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.texture": "Theme - Soda/Soda Dark/group-open-hover.png"
},
{
"class": "disclosure_button_control",
"attributes": ["expanded"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/group-open-selected.png"
},
//
// STANDARD TEXT BUTTONS
//
// Default button state
{
"class": "button_control",
"content_margin": [6, 5, 6, 6],
"min_size": [75, 0],
"layer0.texture": "Theme - Soda/Soda Dark/btn-large.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [6, 6]
},
// Pressed button state
{
"class": "button_control",
"attributes": ["pressed"],
"layer0.texture": "Theme - Soda/Soda Dark/btn-large-on.png"
},
//
// TEXT INPUT FIELD
//
// Text input field item
{
"class": "text_line_control",
"layer0.texture": "Theme - Soda/Soda Dark/text-field.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [4, 5, 4, 3],
"content_margin": [3, 3]
},
//
// PANEL BACKGROUNDS
//
// Bottom panel background
{
"class": "panel_control",
"layer0.texture": "Theme - Soda/Soda Dark/panel-background.png",
"layer0.inner_margin": [2, 2, 2, 2],
"layer0.opacity": 1.0,
"content_margin": [2, 3, 2, 1]
},
// Quick panel background
{
"class": "overlay_control",
"settings": ["!soda_retina_fix"],
"layer0.texture": "Theme - Soda/Soda Dark/quick-panel-background.png",
"layer0.inner_margin": [12, 6, 12, 15],
"layer0.opacity": 1.0,
"layer1.texture": "Theme - Soda/Soda Dark/quick-panel-sections.png",
"layer1.inner_margin": [12, 40, 12, 19],
"layer1.opacity": 1.0,
"content_margin": [11, 8, 11, 17]
},
// Quick panel background (Retina fix)
{
"class": "overlay_control",
"settings": ["soda_retina_fix"],
"layer0.tint": [67, 67, 67],
"layer0.opacity": 1.0,
"content_margin": [6, 8, 6, 6]
},
//
// QUICK PANEL
//
{
"class": "quick_panel",
"row_padding": [5, 2],
"layer0.tint": [33, 33, 33],
"layer0.opacity": 1.0,
"dark_content": true
},
{
"class": "quick_panel_row",
"layer0.texture": "Theme - Soda/Soda Dark/quick-panel-row.png",
"layer0.inner_margin": [2, 2, 2, 2],
"layer0.opacity": 1.0
},
{
"class": "quick_panel_row",
"attributes": ["selected"],
"layer0.texture": "Theme - Soda/Soda Dark/quick-panel-row-selected.png"
},
{
"class": "quick_panel_label",
"fg": [210, 210, 210, 255],
"match_fg": [126, 199, 239, 255],
"selected_fg": [255, 255, 255, 255],
"selected_match_fg": [166, 229, 255, 255]
},
{
"class": "quick_panel_path_label",
"fg": [130, 130, 130, 255],
"match_fg": [220, 220, 220, 255],
"selected_fg": [175, 175, 175, 255],
"selected_match_fg": [220, 220, 220, 255]
},
{
"class": "quick_panel_score_label",
"fg": [126, 199, 239, 255],
"selected_fg": [166, 229, 255, 255]
},
//
// MINI QUICK PANEL
//
{
"class": "mini_quick_panel_row",
"layer0.texture": "Theme - Soda/Soda Dark/quick-panel-row.png",
"layer0.inner_margin": [2, 2, 2, 2],
"layer0.opacity": 1.0
},
{
"class": "mini_quick_panel_row",
"attributes": ["selected"],
"layer0.texture": "Theme - Soda/Soda Dark/quick-panel-row-selected.png"
},
//
// CODE COMPLETION DROPDOWN
//
{
"class": "popup_control",
"content_margin": [2, 2],
"layer0.tint": [30, 30, 30],
"layer0.opacity": 1.0
},
{
"class": "auto_complete",
"row_padding": [4, 2]
},
{
"class": "auto_complete_label",
"fg": [140, 140, 140],
"match_fg": [220, 220, 220],
"selected_fg": [180, 180, 180],
"selected_match_fg": [245, 245, 245]
},
{
"class": "table_row",
"layer0.texture": "Theme - Soda/Soda Dark/autocomplete-row-selected.png",
"layer0.opacity": 0.0,
"layer0.inner_margin": [3, 1]
},
{
"class": "table_row",
"attributes": ["selected"],
"layer0.opacity": 1.0
},
//
// BOTTOM PANEL BUTTONS
//
// Button group middle
{
"class": "icon_button_control",
"layer0.texture": "Theme - Soda/Soda Dark/btn-group-middle.png",
"layer0.inner_margin": [6, 6],
"layer0.opacity": 1.0,
"content_margin": [3, 3]
},
{
"class": "icon_button_control",
"attributes": ["selected"],
"layer0.texture": "Theme - Soda/Soda Dark/btn-group-middle-on.png"
},
// Button group left
{
"class": "icon_button_control",
"attributes": ["left"],
"layer0.texture": "Theme - Soda/Soda Dark/btn-group-left.png",
"content_margin": [4, 3, 3, 3]
},
{
"class": "icon_button_control",
"attributes": ["left", "selected"],
"layer0.texture": "Theme - Soda/Soda Dark/btn-group-left-on.png"
},
// Button group right
{
"class": "icon_button_control",
"attributes": ["right"],
"layer0.texture": "Theme - Soda/Soda Dark/btn-group-right.png",
"content_margin": [3, 3, 4, 3]
},
{
"class": "icon_button_control",
"attributes": ["right", "selected"],
"layer0.texture": "Theme - Soda/Soda Dark/btn-group-right-on.png"
},
// Button single
{
"class": "icon_button_control",
"attributes": ["left", "right"],
"layer0.texture": "Theme - Soda/Soda Dark/btn-small.png",
"content_margin": [4, 3]
},
{
"class": "icon_button_control",
"attributes": ["left", "right", "selected"],
"layer0.texture": "Theme - Soda/Soda Dark/btn-small-on.png"
},
//
// BOTTOM PANEL ICONS - GROUP 1
//
// Regex search button
{
"class": "icon_regex",
"layer0.texture": "Theme - Soda/Soda Dark/icon-regex-off.png",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_regex",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/icon-regex-on.png"
},
// Case sensitive search button
{
"class": "icon_case",
"layer0.texture": "Theme - Soda/Soda Dark/icon-case-off.png",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_case",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/icon-case-on.png"
},
// Match whole word search button
{
"class": "icon_whole_word",
"layer0.texture": "Theme - Soda/Soda Dark/icon-word-off.png",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_whole_word",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/icon-word-on.png"
},
//
// BOTTOM PANEL ICONS - GROUP 1 (EXTENDED: FIND IN FILES)
//
// Show search context button
{
"class": "icon_context",
"layer0.texture": "Theme - Soda/Soda Dark/icon-context-off.png",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_context",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/icon-context-on.png"
},
// Use search buffer
{
"class": "icon_use_buffer",
"layer0.texture": "Theme - Soda/Soda Dark/icon-buffer-off.png",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_use_buffer",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/icon-buffer-on.png"
},
//
// BOTTOM PANEL ICONS - GROUP 2
//
// Reverse search direction button
{
"class": "icon_reverse",
"layer0.texture": "Theme - Soda/Soda Dark/icon-reverse-off.png",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_reverse",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/icon-reverse-on.png"
},
// Search wrap button
{
"class": "icon_wrap",
"layer0.texture": "Theme - Soda/Soda Dark/icon-wrap-off.png",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_wrap",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/icon-wrap-on.png"
},
// Search in selection button
{
"class": "icon_in_selection",
"layer0.texture": "Theme - Soda/Soda Dark/icon-selection-off.png",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_in_selection",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/icon-selection-on.png"
},
//
// BOTTOM PANEL ICONS - GROUP 3
//
// Preserve case button
{
"class": "icon_preserve_case",
"layer0.texture": "Theme - Soda/Soda Dark/icon-preserve-off.png",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_preserve_case",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/icon-preserve-on.png"
},
//
// BOTTOM PANEL ICONS - GROUP 4
//
// Highlight results button
{
"class": "icon_highlight",
"layer0.texture": "Theme - Soda/Soda Dark/icon-highlight-off.png",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_highlight",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Soda/Soda Dark/icon-highlight-on.png"
}
]

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>author</key>
<string>Ian Hill</string>
<key>comment</key>
<string>A widget theme for the UI components of the Soda Dark theme.</string>
<key>name</key>
<string>Soda Dark - Widget Theme</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#383838</string>
<key>caret</key>
<string>#F8F8F8</string>
<key>foreground</key>
<string>#F8F8F8</string>
<key>invisibles</key>
<string>#3B3B3B</string>
<key>selection</key>
<string>#222222</string>
</dict>
</dict>
</array>
</dict>
</plist>

View File

@@ -0,0 +1,4 @@
{
"color_scheme": "Packages/Theme - Soda/Soda Dark/Widget - Soda Dark.stTheme",
"draw_shadows": false
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 886 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 821 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Some files were not shown because too many files have changed in this diff Show More