├── .gitignore ├── ProKit ├── .gitignore ├── dot.png ├── fold.png ├── ProKit.png ├── circle.png ├── bookmark.png ├── btn-large.png ├── btn-small.png ├── fold-open.png ├── tab-close.png ├── tab-dirty.png ├── tab-hover.png ├── tooltip.png ├── file-close.png ├── file-dirty.png ├── fold-closed.png ├── group-open.png ├── tab-active.png ├── text-field.png ├── btn-group-left.png ├── btn-large-on.png ├── btn-small-on.png ├── group-closed.png ├── icon-buffer-on.png ├── icon-case-off.png ├── icon-case-on.png ├── icon-regex-off.png ├── icon-regex-on.png ├── icon-word-off.png ├── icon-word-on.png ├── icon-wrap-off.png ├── icon-wrap-on.png ├── tab-inactive.png ├── btn-group-middle.png ├── btn-group-right.png ├── file-close-hover.png ├── group-open-hover.png ├── icon-buffer-off.png ├── icon-context-off.png ├── icon-context-on.png ├── icon-preserve-on.png ├── icon-reverse-off.png ├── icon-reverse-on.png ├── panel-background.png ├── quick-panel-row.png ├── tab-close-hover.png ├── btn-group-left-on.png ├── btn-group-middle-on.png ├── btn-group-right-on.png ├── file-close-selected.png ├── file-dirty-selected.png ├── fold-closed-pressed.png ├── fold-open-pressed.png ├── group-closed-hover.png ├── group-open-selected.png ├── icon-highlight-off.png ├── icon-highlight-on.png ├── icon-preserve-off.png ├── icon-selection-off.png ├── icon-selection-on.png ├── overlay-background.png ├── tabset-background.png ├── group-closed-selected.png ├── overlay-puck-vertical.png ├── sidebar-row-selected.png ├── status-bar-background.png ├── overlay-puck-horizontal.png ├── quick-panel-background.png ├── quick-panel-row-selected.png ├── standard-puck-horizontal.png ├── standard-puck-vertical.png ├── overlay-dark-puck-vertical.png ├── overlay-scrollbar-vertical.png ├── standard-scrollbar-corner.png ├── code-completion-row-selected.png ├── overlay-dark-puck-horizontal.png ├── overlay-scrollbar-horizontal.png ├── standard-scrollbar-horizontal.png ├── standard-scrollbar-vertical.png ├── Widget - ProKit.sublime-settings └── Widget - ProKit.stTheme ├── AppKit ├── .gitignore ├── dot.png ├── fold.png ├── AppKit.png ├── circle.png ├── bookmark.png ├── btn-large.png ├── btn-small.png ├── fold-open.png ├── tab-close.png ├── tab-dirty.png ├── tab-hover.png ├── tooltip.png ├── file-close.png ├── file-dirty.png ├── fold-closed.png ├── group-open.png ├── tab-active.png ├── text-field.png ├── btn-group-left.png ├── btn-large-on.png ├── btn-small-on.png ├── group-closed.png ├── icon-buffer-on.png ├── icon-case-off.png ├── icon-case-on.png ├── icon-regex-off.png ├── icon-regex-on.png ├── icon-word-off.png ├── icon-word-on.png ├── icon-wrap-off.png ├── icon-wrap-on.png ├── tab-inactive.png ├── btn-group-middle.png ├── btn-group-right.png ├── file-close-hover.png ├── group-open-hover.png ├── icon-buffer-off.png ├── icon-context-off.png ├── icon-context-on.png ├── icon-preserve-on.png ├── icon-reverse-off.png ├── icon-reverse-on.png ├── panel-background.png ├── quick-panel-row.png ├── tab-close-hover.png ├── btn-group-left-on.png ├── btn-group-middle-on.png ├── btn-group-right-on.png ├── file-close-selected.png ├── file-dirty-selected.png ├── fold-closed-pressed.png ├── fold-open-pressed.png ├── group-closed-hover.png ├── group-open-selected.png ├── icon-highlight-off.png ├── icon-highlight-on.png ├── icon-preserve-off.png ├── icon-selection-off.png ├── icon-selection-on.png ├── overlay-background.png ├── tabset-background.png ├── group-closed-selected.png ├── overlay-puck-vertical.png ├── sidebar-row-selected.png ├── status-bar-background.png ├── overlay-puck-horizontal.png ├── quick-panel-background.png ├── quick-panel-row-selected.png ├── standard-puck-horizontal.png ├── standard-puck-vertical.png ├── overlay-dark-puck-vertical.png ├── overlay-scrollbar-vertical.png ├── standard-scrollbar-corner.png ├── code-completion-row-selected.png ├── overlay-dark-puck-horizontal.png ├── overlay-scrollbar-horizontal.png ├── standard-scrollbar-horizontal.png ├── standard-scrollbar-vertical.png ├── Widget - AppKit.sublime-settings └── Widget - AppKit.stTheme ├── Color Schemes ├── README.txt ├── Monokai Aqua.png ├── Espresso Aqua.png ├── Tomorrow Aqua.png ├── Tomorrow Night Aqua.png ├── Monokai Aqua.tmTheme.cache ├── Espresso Aqua.tmTheme.cache ├── Tomorrow Aqua.tmTheme.cache ├── Tomorrow Night Aqua.tmTheme.cache ├── Tomorrow Night Aqua.tmTheme ├── Tomorrow Aqua.tmTheme ├── Monokai Aqua.tmTheme └── Espresso Aqua.tmTheme ├── package-metadata.json ├── README.md ├── ProKit.sublime-theme └── AppKit.sublime-theme /.gitignore: -------------------------------------------------------------------------------- 1 | *.DS_Store 2 | -------------------------------------------------------------------------------- /ProKit/.gitignore: -------------------------------------------------------------------------------- 1 | *.cache -------------------------------------------------------------------------------- /AppKit/.gitignore: -------------------------------------------------------------------------------- 1 | *.cache 2 | -------------------------------------------------------------------------------- /AppKit/dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/dot.png -------------------------------------------------------------------------------- /AppKit/fold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/fold.png -------------------------------------------------------------------------------- /ProKit/dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/dot.png -------------------------------------------------------------------------------- /ProKit/fold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/fold.png -------------------------------------------------------------------------------- /AppKit/AppKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/AppKit.png -------------------------------------------------------------------------------- /AppKit/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/circle.png -------------------------------------------------------------------------------- /ProKit/ProKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/ProKit.png -------------------------------------------------------------------------------- /ProKit/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/circle.png -------------------------------------------------------------------------------- /AppKit/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/bookmark.png -------------------------------------------------------------------------------- /AppKit/btn-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/btn-large.png -------------------------------------------------------------------------------- /AppKit/btn-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/btn-small.png -------------------------------------------------------------------------------- /AppKit/fold-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/fold-open.png -------------------------------------------------------------------------------- /AppKit/tab-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/tab-close.png -------------------------------------------------------------------------------- /AppKit/tab-dirty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/tab-dirty.png -------------------------------------------------------------------------------- /AppKit/tab-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/tab-hover.png -------------------------------------------------------------------------------- /AppKit/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/tooltip.png -------------------------------------------------------------------------------- /ProKit/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/bookmark.png -------------------------------------------------------------------------------- /ProKit/btn-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/btn-large.png -------------------------------------------------------------------------------- /ProKit/btn-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/btn-small.png -------------------------------------------------------------------------------- /ProKit/fold-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/fold-open.png -------------------------------------------------------------------------------- /ProKit/tab-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/tab-close.png -------------------------------------------------------------------------------- /ProKit/tab-dirty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/tab-dirty.png -------------------------------------------------------------------------------- /ProKit/tab-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/tab-hover.png -------------------------------------------------------------------------------- /ProKit/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/tooltip.png -------------------------------------------------------------------------------- /AppKit/file-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/file-close.png -------------------------------------------------------------------------------- /AppKit/file-dirty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/file-dirty.png -------------------------------------------------------------------------------- /AppKit/fold-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/fold-closed.png -------------------------------------------------------------------------------- /AppKit/group-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/group-open.png -------------------------------------------------------------------------------- /AppKit/tab-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/tab-active.png -------------------------------------------------------------------------------- /AppKit/text-field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/text-field.png -------------------------------------------------------------------------------- /ProKit/file-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/file-close.png -------------------------------------------------------------------------------- /ProKit/file-dirty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/file-dirty.png -------------------------------------------------------------------------------- /ProKit/fold-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/fold-closed.png -------------------------------------------------------------------------------- /ProKit/group-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/group-open.png -------------------------------------------------------------------------------- /ProKit/tab-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/tab-active.png -------------------------------------------------------------------------------- /ProKit/text-field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/text-field.png -------------------------------------------------------------------------------- /AppKit/btn-group-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/btn-group-left.png -------------------------------------------------------------------------------- /AppKit/btn-large-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/btn-large-on.png -------------------------------------------------------------------------------- /AppKit/btn-small-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/btn-small-on.png -------------------------------------------------------------------------------- /AppKit/group-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/group-closed.png -------------------------------------------------------------------------------- /AppKit/icon-buffer-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-buffer-on.png -------------------------------------------------------------------------------- /AppKit/icon-case-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-case-off.png -------------------------------------------------------------------------------- /AppKit/icon-case-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-case-on.png -------------------------------------------------------------------------------- /AppKit/icon-regex-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-regex-off.png -------------------------------------------------------------------------------- /AppKit/icon-regex-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-regex-on.png -------------------------------------------------------------------------------- /AppKit/icon-word-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-word-off.png -------------------------------------------------------------------------------- /AppKit/icon-word-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-word-on.png -------------------------------------------------------------------------------- /AppKit/icon-wrap-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-wrap-off.png -------------------------------------------------------------------------------- /AppKit/icon-wrap-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-wrap-on.png -------------------------------------------------------------------------------- /AppKit/tab-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/tab-inactive.png -------------------------------------------------------------------------------- /ProKit/btn-group-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/btn-group-left.png -------------------------------------------------------------------------------- /ProKit/btn-large-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/btn-large-on.png -------------------------------------------------------------------------------- /ProKit/btn-small-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/btn-small-on.png -------------------------------------------------------------------------------- /ProKit/group-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/group-closed.png -------------------------------------------------------------------------------- /ProKit/icon-buffer-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-buffer-on.png -------------------------------------------------------------------------------- /ProKit/icon-case-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-case-off.png -------------------------------------------------------------------------------- /ProKit/icon-case-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-case-on.png -------------------------------------------------------------------------------- /ProKit/icon-regex-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-regex-off.png -------------------------------------------------------------------------------- /ProKit/icon-regex-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-regex-on.png -------------------------------------------------------------------------------- /ProKit/icon-word-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-word-off.png -------------------------------------------------------------------------------- /ProKit/icon-word-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-word-on.png -------------------------------------------------------------------------------- /ProKit/icon-wrap-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-wrap-off.png -------------------------------------------------------------------------------- /ProKit/icon-wrap-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-wrap-on.png -------------------------------------------------------------------------------- /ProKit/tab-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/tab-inactive.png -------------------------------------------------------------------------------- /AppKit/btn-group-middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/btn-group-middle.png -------------------------------------------------------------------------------- /AppKit/btn-group-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/btn-group-right.png -------------------------------------------------------------------------------- /AppKit/file-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/file-close-hover.png -------------------------------------------------------------------------------- /AppKit/group-open-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/group-open-hover.png -------------------------------------------------------------------------------- /AppKit/icon-buffer-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-buffer-off.png -------------------------------------------------------------------------------- /AppKit/icon-context-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-context-off.png -------------------------------------------------------------------------------- /AppKit/icon-context-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-context-on.png -------------------------------------------------------------------------------- /AppKit/icon-preserve-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-preserve-on.png -------------------------------------------------------------------------------- /AppKit/icon-reverse-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-reverse-off.png -------------------------------------------------------------------------------- /AppKit/icon-reverse-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-reverse-on.png -------------------------------------------------------------------------------- /AppKit/panel-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/panel-background.png -------------------------------------------------------------------------------- /AppKit/quick-panel-row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/quick-panel-row.png -------------------------------------------------------------------------------- /AppKit/tab-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/tab-close-hover.png -------------------------------------------------------------------------------- /Color Schemes/README.txt: -------------------------------------------------------------------------------- 1 | Enable a color scheme in Sublime Text 2 via `Preferences -> Color Scheme -> User`. -------------------------------------------------------------------------------- /ProKit/btn-group-middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/btn-group-middle.png -------------------------------------------------------------------------------- /ProKit/btn-group-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/btn-group-right.png -------------------------------------------------------------------------------- /ProKit/file-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/file-close-hover.png -------------------------------------------------------------------------------- /ProKit/group-open-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/group-open-hover.png -------------------------------------------------------------------------------- /ProKit/icon-buffer-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-buffer-off.png -------------------------------------------------------------------------------- /ProKit/icon-context-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-context-off.png -------------------------------------------------------------------------------- /ProKit/icon-context-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-context-on.png -------------------------------------------------------------------------------- /ProKit/icon-preserve-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-preserve-on.png -------------------------------------------------------------------------------- /ProKit/icon-reverse-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-reverse-off.png -------------------------------------------------------------------------------- /ProKit/icon-reverse-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-reverse-on.png -------------------------------------------------------------------------------- /ProKit/panel-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/panel-background.png -------------------------------------------------------------------------------- /ProKit/quick-panel-row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/quick-panel-row.png -------------------------------------------------------------------------------- /ProKit/tab-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/tab-close-hover.png -------------------------------------------------------------------------------- /AppKit/btn-group-left-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/btn-group-left-on.png -------------------------------------------------------------------------------- /AppKit/btn-group-middle-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/btn-group-middle-on.png -------------------------------------------------------------------------------- /AppKit/btn-group-right-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/btn-group-right-on.png -------------------------------------------------------------------------------- /AppKit/file-close-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/file-close-selected.png -------------------------------------------------------------------------------- /AppKit/file-dirty-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/file-dirty-selected.png -------------------------------------------------------------------------------- /AppKit/fold-closed-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/fold-closed-pressed.png -------------------------------------------------------------------------------- /AppKit/fold-open-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/fold-open-pressed.png -------------------------------------------------------------------------------- /AppKit/group-closed-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/group-closed-hover.png -------------------------------------------------------------------------------- /AppKit/group-open-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/group-open-selected.png -------------------------------------------------------------------------------- /AppKit/icon-highlight-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-highlight-off.png -------------------------------------------------------------------------------- /AppKit/icon-highlight-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-highlight-on.png -------------------------------------------------------------------------------- /AppKit/icon-preserve-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-preserve-off.png -------------------------------------------------------------------------------- /AppKit/icon-selection-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-selection-off.png -------------------------------------------------------------------------------- /AppKit/icon-selection-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/icon-selection-on.png -------------------------------------------------------------------------------- /AppKit/overlay-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/overlay-background.png -------------------------------------------------------------------------------- /AppKit/tabset-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/tabset-background.png -------------------------------------------------------------------------------- /Color Schemes/Monokai Aqua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/Color Schemes/Monokai Aqua.png -------------------------------------------------------------------------------- /ProKit/btn-group-left-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/btn-group-left-on.png -------------------------------------------------------------------------------- /ProKit/btn-group-middle-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/btn-group-middle-on.png -------------------------------------------------------------------------------- /ProKit/btn-group-right-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/btn-group-right-on.png -------------------------------------------------------------------------------- /ProKit/file-close-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/file-close-selected.png -------------------------------------------------------------------------------- /ProKit/file-dirty-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/file-dirty-selected.png -------------------------------------------------------------------------------- /ProKit/fold-closed-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/fold-closed-pressed.png -------------------------------------------------------------------------------- /ProKit/fold-open-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/fold-open-pressed.png -------------------------------------------------------------------------------- /ProKit/group-closed-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/group-closed-hover.png -------------------------------------------------------------------------------- /ProKit/group-open-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/group-open-selected.png -------------------------------------------------------------------------------- /ProKit/icon-highlight-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-highlight-off.png -------------------------------------------------------------------------------- /ProKit/icon-highlight-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-highlight-on.png -------------------------------------------------------------------------------- /ProKit/icon-preserve-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-preserve-off.png -------------------------------------------------------------------------------- /ProKit/icon-selection-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-selection-off.png -------------------------------------------------------------------------------- /ProKit/icon-selection-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/icon-selection-on.png -------------------------------------------------------------------------------- /ProKit/overlay-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/overlay-background.png -------------------------------------------------------------------------------- /ProKit/tabset-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/tabset-background.png -------------------------------------------------------------------------------- /AppKit/group-closed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/group-closed-selected.png -------------------------------------------------------------------------------- /AppKit/overlay-puck-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/overlay-puck-vertical.png -------------------------------------------------------------------------------- /AppKit/sidebar-row-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/sidebar-row-selected.png -------------------------------------------------------------------------------- /AppKit/status-bar-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/status-bar-background.png -------------------------------------------------------------------------------- /Color Schemes/Espresso Aqua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/Color Schemes/Espresso Aqua.png -------------------------------------------------------------------------------- /Color Schemes/Tomorrow Aqua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/Color Schemes/Tomorrow Aqua.png -------------------------------------------------------------------------------- /ProKit/group-closed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/group-closed-selected.png -------------------------------------------------------------------------------- /ProKit/overlay-puck-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/overlay-puck-vertical.png -------------------------------------------------------------------------------- /ProKit/sidebar-row-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/sidebar-row-selected.png -------------------------------------------------------------------------------- /ProKit/status-bar-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/status-bar-background.png -------------------------------------------------------------------------------- /AppKit/overlay-puck-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/overlay-puck-horizontal.png -------------------------------------------------------------------------------- /AppKit/quick-panel-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/quick-panel-background.png -------------------------------------------------------------------------------- /AppKit/quick-panel-row-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/quick-panel-row-selected.png -------------------------------------------------------------------------------- /AppKit/standard-puck-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/standard-puck-horizontal.png -------------------------------------------------------------------------------- /AppKit/standard-puck-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/standard-puck-vertical.png -------------------------------------------------------------------------------- /ProKit/overlay-puck-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/overlay-puck-horizontal.png -------------------------------------------------------------------------------- /ProKit/quick-panel-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/quick-panel-background.png -------------------------------------------------------------------------------- /ProKit/quick-panel-row-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/quick-panel-row-selected.png -------------------------------------------------------------------------------- /ProKit/standard-puck-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/standard-puck-horizontal.png -------------------------------------------------------------------------------- /ProKit/standard-puck-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/standard-puck-vertical.png -------------------------------------------------------------------------------- /AppKit/overlay-dark-puck-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/overlay-dark-puck-vertical.png -------------------------------------------------------------------------------- /AppKit/overlay-scrollbar-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/overlay-scrollbar-vertical.png -------------------------------------------------------------------------------- /AppKit/standard-scrollbar-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/standard-scrollbar-corner.png -------------------------------------------------------------------------------- /Color Schemes/Tomorrow Night Aqua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/Color Schemes/Tomorrow Night Aqua.png -------------------------------------------------------------------------------- /ProKit/overlay-dark-puck-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/overlay-dark-puck-vertical.png -------------------------------------------------------------------------------- /ProKit/overlay-scrollbar-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/overlay-scrollbar-vertical.png -------------------------------------------------------------------------------- /ProKit/standard-scrollbar-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/standard-scrollbar-corner.png -------------------------------------------------------------------------------- /AppKit/code-completion-row-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/code-completion-row-selected.png -------------------------------------------------------------------------------- /AppKit/overlay-dark-puck-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/overlay-dark-puck-horizontal.png -------------------------------------------------------------------------------- /AppKit/overlay-scrollbar-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/overlay-scrollbar-horizontal.png -------------------------------------------------------------------------------- /AppKit/standard-scrollbar-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/standard-scrollbar-horizontal.png -------------------------------------------------------------------------------- /AppKit/standard-scrollbar-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/AppKit/standard-scrollbar-vertical.png -------------------------------------------------------------------------------- /Color Schemes/Monokai Aqua.tmTheme.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/Color Schemes/Monokai Aqua.tmTheme.cache -------------------------------------------------------------------------------- /ProKit/code-completion-row-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/code-completion-row-selected.png -------------------------------------------------------------------------------- /ProKit/overlay-dark-puck-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/overlay-dark-puck-horizontal.png -------------------------------------------------------------------------------- /ProKit/overlay-scrollbar-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/overlay-scrollbar-horizontal.png -------------------------------------------------------------------------------- /ProKit/standard-scrollbar-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/standard-scrollbar-horizontal.png -------------------------------------------------------------------------------- /ProKit/standard-scrollbar-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/ProKit/standard-scrollbar-vertical.png -------------------------------------------------------------------------------- /Color Schemes/Espresso Aqua.tmTheme.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/Color Schemes/Espresso Aqua.tmTheme.cache -------------------------------------------------------------------------------- /Color Schemes/Tomorrow Aqua.tmTheme.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/Color Schemes/Tomorrow Aqua.tmTheme.cache -------------------------------------------------------------------------------- /Color Schemes/Tomorrow Night Aqua.tmTheme.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cafarm/aqua-theme/HEAD/Color Schemes/Tomorrow Night Aqua.tmTheme.cache -------------------------------------------------------------------------------- /AppKit/Widget - AppKit.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Theme - Aqua/AppKit/Widget - AppKit.stTheme", 3 | "draw_shadows": false 4 | } 5 | -------------------------------------------------------------------------------- /ProKit/Widget - ProKit.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Theme - Aqua/ProKit/Widget - ProKit.stTheme", 3 | "draw_shadows": false 4 | } 5 | -------------------------------------------------------------------------------- /package-metadata.json: -------------------------------------------------------------------------------- 1 | {"url": "https://github.com/cafarm/aqua-theme", "version": "1.0", "description": "A theme to improve the visual consistency of Sublime on OS X"} -------------------------------------------------------------------------------- /ProKit/Widget - ProKit.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | comment 6 | A widget theme for the UI components of the ProKit theme. 7 | name 8 | ProKit - Widget Theme 9 | settings 10 | 11 | 12 | settings 13 | 14 | background 15 | #181818 16 | caret 17 | #B4B4B4 18 | foreground 19 | #B4B4B4 20 | invisibles 21 | #4B4E55 22 | lineHighlight 23 | #333333 24 | selection 25 | #223F63 26 | inactiveSelection 27 | #565656 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /AppKit/Widget - AppKit.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | comment 6 | A widget theme for the UI components of the AppKit theme. 7 | name 8 | AppKit - Widget Theme 9 | settings 10 | 11 | 12 | settings 13 | 14 | background 15 | #FFFFFF 16 | caret 17 | #000000 18 | foreground 19 | #000000 20 | invisibles 21 | #E0E0E0 22 | selection 23 | #B5D5FF 24 | selectionBorder 25 | #B5D5FF 26 | inactiveSelection 27 | #D4D4D4 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Aqua Theme 2 | 3 | This theme is an evolving attempt to make Sublime Text 2 visually feel more native on OS X. It comes in a dark (ProKit) and light (AppKit) variation. The theme began as a fork of the [Soda Theme](https://github.com/buymeasoda/soda-theme). 4 | 5 | ## Design 6 | 7 | #### ProKit 8 | ![ProKit](https://github.com/cafarm/aqua-theme/raw/master/ProKit/ProKit.png) 9 | 10 | #### AppKit 11 | ![AppKit](https://github.com/cafarm/aqua-theme/raw/master/AppKit/AppKit.png) 12 | 13 | ## Installation 14 | 15 | The best way to install the Aqua theme is through [Package Control](http://wbond.net/sublime_packages/package_control). 16 | 17 | If you do not wish to use Package Control, clone this repository directly into the `Packages` directory in the Sublime Text 2 application settings area (`~/Library/Application Support/Sublime Text 2/Packages` on OS X). The git clone command would be as follows: 18 | 19 | git clone https://github.com/cafarm/aqua-theme.git "Theme - Aqua" 20 | 21 | ## Activating the theme 22 | 23 | To configure Sublime Text 2 to use the theme: 24 | 25 | * For Sublime Text 2 (Build 2174) and later - Open your User Settings Preferences file `Sublime Text 2 -> Preferences -> Settings - User`. For earlier builds - Open your User Global Settings Preferences file `Sublime Text 2 -> Preferences -> Global Settings - User` 26 | * Add (or update) your theme entry to be `"theme": "AppKit.sublime-theme"` or `"theme": "ProKit.sublime-theme"` 27 | 28 | ### Example User Settings 29 | 30 | { 31 | "theme": "AppKit.sublime-theme" 32 | } 33 | 34 | You will have to restart Sublime for the theme to take full effect. 35 | 36 | ## Bonus Options 37 | 38 | ### Syntax Highlighting Color Schemes 39 | 40 | The Aqua theme includes four of the best color schemes available (two light, two dark). Each color scheme has been modified from its original version to work well with Aqua. Color schemes are activated via `Preferences -> Color Scheme -> Theme - Aqua` in Sublime Text 2. 41 | 42 | #### Espresso Aqua ([original](http://macrabbit.com)) 43 | ![espresso aqua](https://github.com/cafarm/aqua-theme/raw/master/Color%20Schemes/Espresso%20Aqua.png) 44 | 45 | #### Tomorrow Aqua ([original](https://github.com/chriskempson/tomorrow-theme)) 46 | ![tomorrow aqua](https://github.com/cafarm/aqua-theme/raw/master/Color%20Schemes/Tomorrow%20Aqua.png) 47 | 48 | #### Monokai Aqua ([original](http://www.monokai.nl)) 49 | ![monokai aqua](https://github.com/cafarm/aqua-theme/raw/master/Color%20Schemes/Monokai%20Aqua.png) 50 | 51 | #### Tomorrow Night Aqua ([original](https://github.com/chriskempson/tomorrow-theme)) 52 | ![tomorrow night aqua](https://github.com/cafarm/aqua-theme/raw/master/Color%20Schemes/Tomorrow%20Night%20Aqua.png) 53 | 54 | ### Fold [...] Image 55 | 56 | Interested in an improved fold [...] image? In the current version of Sublime this image is hard-coded to the `Theme - Default` folder. Once you've installed Aqua, overwrite `Packages/Theme - Default/fold.png` with `Packages/Theme - Aqua/AppKit/fold.png`. 57 | 58 | ![fold](http://i.imgur.com/t1YGB.png) 59 | 60 | ## Legals 61 | 62 | Based on Soda Theme by Ian Hill (http://buymeasoda.com/). 63 | 64 | This theme contains some icons from the excellent [Pictos](http://pictos.drewwilson.com/) series by Drew Wilson. Any use of these icons, other than for the purpose of the theme itself, would need to comply with Drew's [icon licensing agreement](http://stockart.drewwilson.com/license/). -------------------------------------------------------------------------------- /Color Schemes/Tomorrow Night Aqua.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | comment 6 | http://chriskempson.com 7 | name 8 | Tomorrow Night Aqua 9 | settings 10 | 11 | 12 | settings 13 | 14 | background 15 | #212121 16 | caret 17 | #B4B4B4 18 | foreground 19 | #B4B4B4 20 | invisibles 21 | #4B4E55 22 | lineHighlight 23 | #333333 24 | selection 25 | #223F63 26 | inactiveSelection 27 | #565656 28 | 29 | 30 | 31 | name 32 | Comment 33 | scope 34 | comment 35 | settings 36 | 37 | foreground 38 | #969896 39 | 40 | 41 | 42 | name 43 | Foreground 44 | scope 45 | keyword.operator.class, constant.other, source.php.embedded.line 46 | settings 47 | 48 | fontStyle 49 | 50 | foreground 51 | #CED1CF 52 | 53 | 54 | 55 | name 56 | Variable, String Link, Regular Expression, Tag Name 57 | scope 58 | variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag 59 | settings 60 | 61 | foreground 62 | #CC6666 63 | 64 | 65 | 66 | name 67 | Number, Constant, Function Argument, Tag Attribute, Embedded 68 | scope 69 | constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit 70 | settings 71 | 72 | fontStyle 73 | 74 | foreground 75 | #DE935F 76 | 77 | 78 | 79 | name 80 | Class, Support 81 | scope 82 | entity.name.class, entity.name.type.class, support.type, support.class 83 | settings 84 | 85 | fontStyle 86 | 87 | foreground 88 | #F0C674 89 | 90 | 91 | 92 | name 93 | String, Symbols, Inherited Class, Markup Heading 94 | scope 95 | string, constant.other.symbol, entity.other.inherited-class, markup.heading 96 | settings 97 | 98 | fontStyle 99 | 100 | foreground 101 | #B5BD68 102 | 103 | 104 | 105 | name 106 | Operator, Misc 107 | scope 108 | keyword.operator, constant.other.color 109 | settings 110 | 111 | foreground 112 | #8ABEB7 113 | 114 | 115 | 116 | name 117 | Function, Special Method, Block Level 118 | scope 119 | entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level 120 | settings 121 | 122 | fontStyle 123 | 124 | foreground 125 | #81A2BE 126 | 127 | 128 | 129 | name 130 | Keyword, Storage 131 | scope 132 | keyword, storage, storage.type, entity.name.tag.css 133 | settings 134 | 135 | fontStyle 136 | 137 | foreground 138 | #B294BB 139 | 140 | 141 | 142 | name 143 | Invalid 144 | scope 145 | invalid 146 | settings 147 | 148 | background 149 | #DF5F5F 150 | fontStyle 151 | 152 | foreground 153 | #CED2CF 154 | 155 | 156 | 157 | name 158 | Separator 159 | scope 160 | meta.separator 161 | settings 162 | 163 | background 164 | #82A3BF 165 | foreground 166 | #CED2CF 167 | 168 | 169 | 170 | name 171 | Deprecated 172 | scope 173 | invalid.deprecated 174 | settings 175 | 176 | background 177 | #B798BF 178 | fontStyle 179 | 180 | foreground 181 | #CED2CF 182 | 183 | 184 | 185 | uuid 186 | F96223EB-1A60-4617-92F3-D24D4F13DB09 187 | 188 | 189 | -------------------------------------------------------------------------------- /Color Schemes/Tomorrow Aqua.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | comment 6 | http://chriskempson.com 7 | name 8 | Tomorrow Aqua 9 | settings 10 | 11 | 12 | settings 13 | 14 | background 15 | #FFFFFF 16 | caret 17 | #000000 18 | foreground 19 | #000000 20 | invisibles 21 | #E0E0E0 22 | lineHighlight 23 | #EDEDED 24 | selection 25 | #B5D5FF 26 | selectionBorder 27 | #B5D5FF 28 | inactiveSelection 29 | #D4D4D4 30 | findHighlight 31 | #F4DE88 32 | findHighlightForeground 33 | #000000 34 | 35 | 36 | 37 | name 38 | Comment 39 | scope 40 | comment 41 | settings 42 | 43 | foreground 44 | #8E908C 45 | 46 | 47 | 48 | name 49 | Foreground 50 | scope 51 | keyword.operator.class, constant.other, source.php.embedded.line 52 | settings 53 | 54 | fontStyle 55 | 56 | foreground 57 | #666969 58 | 59 | 60 | 61 | name 62 | Variable, String Link, Regular Expression, Tag Name 63 | scope 64 | variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag 65 | settings 66 | 67 | foreground 68 | #C82829 69 | 70 | 71 | 72 | name 73 | Number, Constant, Function Argument, Tag Attribute, Embedded 74 | scope 75 | constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit 76 | settings 77 | 78 | fontStyle 79 | 80 | foreground 81 | #F5871F 82 | 83 | 84 | 85 | name 86 | Class, Support 87 | scope 88 | entity.name.class, entity.name.type.class, support.type, support.class 89 | settings 90 | 91 | fontStyle 92 | 93 | foreground 94 | #C99E00 95 | 96 | 97 | 98 | name 99 | String, Symbols, Inherited Class, Markup Heading 100 | scope 101 | string, constant.other.symbol, entity.other.inherited-class, markup.heading 102 | settings 103 | 104 | fontStyle 105 | 106 | foreground 107 | #718C00 108 | 109 | 110 | 111 | name 112 | Operator, Misc 113 | scope 114 | keyword.operator, constant.other.color 115 | settings 116 | 117 | foreground 118 | #3E999F 119 | 120 | 121 | 122 | name 123 | Function, Special Method, Block Level 124 | scope 125 | entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level 126 | settings 127 | 128 | fontStyle 129 | 130 | foreground 131 | #4271AE 132 | 133 | 134 | 135 | name 136 | Keyword, Storage 137 | scope 138 | keyword, storage, storage.type 139 | settings 140 | 141 | fontStyle 142 | 143 | foreground 144 | #8959A8 145 | 146 | 147 | 148 | name 149 | Invalid 150 | scope 151 | invalid 152 | settings 153 | 154 | background 155 | #C82829 156 | fontStyle 157 | 158 | foreground 159 | #FFFFFF 160 | 161 | 162 | 163 | name 164 | Separator 165 | scope 166 | meta.separator 167 | settings 168 | 169 | background 170 | #4271AE 171 | foreground 172 | #FFFFFF 173 | 174 | 175 | 176 | name 177 | Deprecated 178 | scope 179 | invalid.deprecated 180 | settings 181 | 182 | background 183 | #8959A8 184 | fontStyle 185 | 186 | foreground 187 | #FFFFFF 188 | 189 | 190 | 191 | uuid 192 | 82CCD69C-F1B1-4529-B39E-780F91F07604 193 | 194 | 195 | -------------------------------------------------------------------------------- /Color Schemes/Monokai Aqua.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | name 6 | Monokai Aqua 7 | settings 8 | 9 | 10 | settings 11 | 12 | background 13 | #212121 14 | caret 15 | #DCDCDC 16 | foreground 17 | #DCDCDC 18 | invisibles 19 | #4B4E55 20 | lineHighlight 21 | #333333 22 | selection 23 | #223F63 24 | inactiveSelection 25 | #565656 26 | 27 | 28 | 29 | name 30 | Comment 31 | scope 32 | comment 33 | settings 34 | 35 | foreground 36 | #75715E 37 | 38 | 39 | 40 | name 41 | String 42 | scope 43 | string 44 | settings 45 | 46 | foreground 47 | #E6DB74 48 | 49 | 50 | 51 | name 52 | Number 53 | scope 54 | constant.numeric 55 | settings 56 | 57 | foreground 58 | #AE81FF 59 | 60 | 61 | 62 | name 63 | Built-in constant 64 | scope 65 | constant.language 66 | settings 67 | 68 | foreground 69 | #AE81FF 70 | 71 | 72 | 73 | name 74 | User-defined constant 75 | scope 76 | constant.character, constant.other 77 | settings 78 | 79 | foreground 80 | #AE81FF 81 | 82 | 83 | 84 | name 85 | Variable 86 | scope 87 | variable 88 | settings 89 | 90 | fontStyle 91 | 92 | 93 | 94 | 95 | name 96 | Keyword 97 | scope 98 | keyword 99 | settings 100 | 101 | foreground 102 | #F92672 103 | 104 | 105 | 106 | name 107 | Storage 108 | scope 109 | storage 110 | settings 111 | 112 | fontStyle 113 | 114 | foreground 115 | #F92672 116 | 117 | 118 | 119 | name 120 | Storage type 121 | scope 122 | storage.type 123 | settings 124 | 125 | fontStyle 126 | italic 127 | foreground 128 | #66D9EF 129 | 130 | 131 | 132 | name 133 | Class name 134 | scope 135 | entity.name.class 136 | settings 137 | 138 | fontStyle 139 | underline 140 | foreground 141 | #A6E22E 142 | 143 | 144 | 145 | name 146 | Inherited class 147 | scope 148 | entity.other.inherited-class 149 | settings 150 | 151 | fontStyle 152 | italic underline 153 | foreground 154 | #A6E22E 155 | 156 | 157 | 158 | name 159 | Function name 160 | scope 161 | entity.name.function 162 | settings 163 | 164 | fontStyle 165 | 166 | foreground 167 | #A6E22E 168 | 169 | 170 | 171 | name 172 | Function argument 173 | scope 174 | variable.parameter 175 | settings 176 | 177 | fontStyle 178 | italic 179 | foreground 180 | #FD971F 181 | 182 | 183 | 184 | name 185 | Tag name 186 | scope 187 | entity.name.tag 188 | settings 189 | 190 | fontStyle 191 | 192 | foreground 193 | #F92672 194 | 195 | 196 | 197 | name 198 | Tag attribute 199 | scope 200 | entity.other.attribute-name 201 | settings 202 | 203 | fontStyle 204 | 205 | foreground 206 | #A6E22E 207 | 208 | 209 | 210 | name 211 | Library function 212 | scope 213 | support.function 214 | settings 215 | 216 | fontStyle 217 | 218 | foreground 219 | #66D9EF 220 | 221 | 222 | 223 | name 224 | Library constant 225 | scope 226 | support.constant 227 | settings 228 | 229 | fontStyle 230 | 231 | foreground 232 | #66D9EF 233 | 234 | 235 | 236 | name 237 | Library class/type 238 | scope 239 | support.type, support.class 240 | settings 241 | 242 | fontStyle 243 | italic 244 | foreground 245 | #66D9EF 246 | 247 | 248 | 249 | name 250 | Library variable 251 | scope 252 | support.other.variable 253 | settings 254 | 255 | fontStyle 256 | 257 | 258 | 259 | 260 | name 261 | Invalid 262 | scope 263 | invalid 264 | settings 265 | 266 | background 267 | #F92672 268 | fontStyle 269 | 270 | foreground 271 | #F8F8F0 272 | 273 | 274 | 275 | name 276 | Invalid deprecated 277 | scope 278 | invalid.deprecated 279 | settings 280 | 281 | background 282 | #AE81FF 283 | foreground 284 | #F8F8F0 285 | 286 | 287 | 288 | name 289 | JSON String 290 | scope 291 | meta.structure.dictionary.json string.quoted.double.json 292 | settings 293 | 294 | foreground 295 | #CFCFC2 296 | 297 | 298 | 299 | 300 | name 301 | diff.header 302 | scope 303 | meta.diff, meta.diff.header 304 | settings 305 | 306 | foreground 307 | #75715E 308 | 309 | 310 | 311 | name 312 | diff.deleted 313 | scope 314 | markup.deleted 315 | settings 316 | 317 | foreground 318 | #F92672 319 | 320 | 321 | 322 | name 323 | diff.inserted 324 | scope 325 | markup.inserted 326 | settings 327 | 328 | foreground 329 | #A6E22E 330 | 331 | 332 | 333 | name 334 | diff.changed 335 | scope 336 | markup.changed 337 | settings 338 | 339 | foreground 340 | #E6DB74 341 | 342 | 343 | 344 | uuid 345 | 5EAF4173-5DDE-4D64-A1E8-C1671C7EE339 346 | 347 | 348 | -------------------------------------------------------------------------------- /Color Schemes/Espresso Aqua.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | name 6 | Espresso Aqua 7 | settings 8 | 9 | 10 | settings 11 | 12 | background 13 | #FFFFFF 14 | caret 15 | #000000 16 | foreground 17 | #000000 18 | invisibles 19 | #E0E0E0 20 | lineHighlight 21 | #EDEDED 22 | selection 23 | #B5D5FF 24 | selectionBorder 25 | #B5D5FF 26 | inactiveSelection 27 | #D4D4D4 28 | findHighlight 29 | #F4DE88 30 | findHighlightForeground 31 | #000000 32 | 33 | 34 | 35 | name 36 | Comments 37 | scope 38 | comment, comment punctuation 39 | settings 40 | 41 | fontStyle 42 | 43 | foreground 44 | #ADADAD 45 | 46 | 47 | 48 | name 49 | Comments: Preprocessor 50 | scope 51 | comment.block.preprocessor 52 | settings 53 | 54 | fontStyle 55 | 56 | foreground 57 | #ADADAD 58 | 59 | 60 | 61 | name 62 | Comments: Documentation 63 | scope 64 | comment.documentation, comment.block.documentation 65 | settings 66 | 67 | background 68 | #FFFDF7 69 | fontStyle 70 | 71 | foreground 72 | #BC670F 73 | 74 | 75 | 76 | name 77 | Invalid - Deprecated 78 | scope 79 | invalid.deprecated 80 | settings 81 | 82 | background 83 | #EFCFCF 84 | fontStyle 85 | italic underline 86 | 87 | 88 | 89 | name 90 | Invalid - Illegal 91 | scope 92 | invalid.illegal 93 | settings 94 | 95 | background 96 | #F93232 97 | fontStyle 98 | 99 | foreground 100 | #F9F2CE 101 | 102 | 103 | 104 | name 105 | Operators 106 | scope 107 | keyword.operator 108 | settings 109 | 110 | fontStyle 111 | 112 | foreground 113 | #626FC9 114 | 115 | 116 | 117 | name 118 | Keywords 119 | scope 120 | keyword, storage 121 | settings 122 | 123 | fontStyle 124 | 125 | foreground 126 | #61862F 127 | 128 | 129 | 130 | name 131 | Types 132 | scope 133 | storage.type, support.type 134 | settings 135 | 136 | fontStyle 137 | 138 | foreground 139 | #6700B9 140 | 141 | 142 | 143 | name 144 | Language Constants 145 | scope 146 | constant.language, support.constant, variable.language 147 | settings 148 | 149 | background 150 | #F3F2FF 151 | fontStyle 152 | 153 | foreground 154 | #7653C1 155 | 156 | 157 | 158 | name 159 | Variables 160 | scope 161 | variable, support.variable 162 | settings 163 | 164 | fontStyle 165 | 166 | foreground 167 | #4C8FC7 168 | 169 | 170 | 171 | name 172 | Variables: Punctuation 173 | scope 174 | variable punctuation 175 | settings 176 | 177 | fontStyle 178 | 179 | foreground 180 | #4C8FC7 181 | 182 | 183 | 184 | name 185 | Functions 186 | scope 187 | entity.name.function, support.function, entity 188 | settings 189 | 190 | fontStyle 191 | 192 | foreground 193 | #61862F 194 | 195 | 196 | 197 | name 198 | Classes 199 | scope 200 | entity.name.type, entity.other.inherited-class, support.class 201 | settings 202 | 203 | fontStyle 204 | 205 | foreground 206 | #3A1D72 207 | 208 | 209 | 210 | name 211 | Exceptions 212 | scope 213 | entity.name.exception 214 | settings 215 | 216 | foreground 217 | #F93232 218 | 219 | 220 | 221 | name 222 | Sections 223 | scope 224 | entity.name.section 225 | settings 226 | 227 | fontStyle 228 | 229 | 230 | 231 | 232 | name 233 | Numbers 234 | scope 235 | constant.numeric, constant 236 | settings 237 | 238 | background 239 | #F3F2FF 240 | fontStyle 241 | 242 | foreground 243 | #7653C1 244 | 245 | 246 | 247 | name 248 | Punctuation 249 | scope 250 | punctuation 251 | settings 252 | 253 | fontStyle 254 | 255 | foreground 256 | #000000 257 | 258 | 259 | 260 | name 261 | Strings 262 | scope 263 | constant.character, string 264 | settings 265 | 266 | background 267 | #FBE9AD1A 268 | fontStyle 269 | 270 | foreground 271 | #BC670F 272 | 273 | 274 | 275 | name 276 | Strings: Punctuation 277 | scope 278 | string punctuation 279 | settings 280 | 281 | fontStyle 282 | 283 | foreground 284 | #E69A4C 285 | 286 | 287 | 288 | name 289 | Strings: Escape Sequences 290 | scope 291 | constant.character.escape 292 | settings 293 | 294 | background 295 | #FBE9ADCC 296 | fontStyle 297 | bold 298 | 299 | 300 | 301 | name 302 | Strings: Regular Expressions 303 | scope 304 | string.regexp 305 | settings 306 | 307 | fontStyle 308 | 309 | foreground 310 | #699D36 311 | 312 | 313 | 314 | name 315 | Strings: Symbols 316 | scope 317 | constant.other.symbol 318 | settings 319 | 320 | background 321 | #E8FFD5 322 | fontStyle 323 | bold 324 | 325 | 326 | 327 | name 328 | Embedded Source 329 | scope 330 | string source, text source 331 | settings 332 | 333 | fontStyle 334 | 335 | foreground 336 | #434343 337 | 338 | 339 | 340 | name 341 | ----------------------------------- 342 | settings 343 | 344 | fontStyle 345 | 346 | 347 | 348 | 349 | name 350 | HTML: Doctype Declaration 351 | scope 352 | meta.tag.sgml.doctype 353 | settings 354 | 355 | fontStyle 356 | 357 | foreground 358 | #7F7F7F 359 | 360 | 361 | 362 | name 363 | HTML: Tags 364 | scope 365 | entity.name.tag 366 | settings 367 | 368 | background 369 | #F4FAFF 370 | fontStyle 371 | 372 | foreground 373 | #2F6F9F 374 | 375 | 376 | 377 | name 378 | HTML: Attribute Punctuation 379 | scope 380 | meta.tag string punctuation 381 | settings 382 | 383 | fontStyle 384 | 385 | foreground 386 | #5FAFEF 387 | 388 | 389 | 390 | name 391 | HTML: Tag Punctuation 392 | scope 393 | punctuation.definition.tag 394 | settings 395 | 396 | fontStyle 397 | 398 | foreground 399 | #4F9FCF 400 | 401 | 402 | 403 | name 404 | HTML: Entities 405 | scope 406 | constant.character.entity 407 | settings 408 | 409 | fontStyle 410 | 411 | foreground 412 | #000000 413 | 414 | 415 | 416 | name 417 | HTML: Attribute Names 418 | scope 419 | entity.other.attribute-name 420 | settings 421 | 422 | fontStyle 423 | 424 | foreground 425 | #4F9FCF 426 | 427 | 428 | 429 | name 430 | HTML: Attribute Values 431 | scope 432 | meta.tag string.quoted, meta.tag string.quoted constant.character.entity 433 | settings 434 | 435 | background 436 | #FFFFFF 437 | fontStyle 438 | 439 | foreground 440 | #D44950 441 | 442 | 443 | 444 | name 445 | ----------------------------------- 446 | settings 447 | 448 | fontStyle 449 | 450 | 451 | 452 | 453 | name 454 | CSS: Selectors 455 | scope 456 | meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css 457 | settings 458 | 459 | fontStyle 460 | 461 | foreground 462 | #3A77BF 463 | 464 | 465 | 466 | name 467 | CSS: Property Names 468 | scope 469 | meta.property-name, support.type.property-name 470 | settings 471 | 472 | foreground 473 | #D4430D 474 | 475 | 476 | 477 | name 478 | CSS: Property Values 479 | scope 480 | meta.property-value constant.numeric, meta.property-value constant, meta.property-value keyword 481 | settings 482 | 483 | background 484 | #FFFFFF 485 | fontStyle 486 | 487 | foreground 488 | #43A202 489 | 490 | 491 | 492 | name 493 | ----------------------------------- 494 | settings 495 | 496 | 497 | 498 | name 499 | Markup: Changed 500 | scope 501 | markup.changed 502 | settings 503 | 504 | background 505 | #FFFFDD 506 | fontStyle 507 | 508 | foreground 509 | #000000 510 | 511 | 512 | 513 | name 514 | Markup: Deletion 515 | scope 516 | markup.deleted 517 | settings 518 | 519 | background 520 | #FFDDDD 521 | foreground 522 | #000000 523 | 524 | 525 | 526 | name 527 | Markup: Emphasis 528 | scope 529 | markup.italic 530 | settings 531 | 532 | fontStyle 533 | italic 534 | 535 | 536 | 537 | name 538 | Markup: Error 539 | scope 540 | markup.error 541 | settings 542 | 543 | background 544 | #F93232 545 | fontStyle 546 | 547 | foreground 548 | #F9F2CE 549 | 550 | 551 | 552 | name 553 | Markup: Insertion 554 | scope 555 | markup.inserted 556 | settings 557 | 558 | background 559 | #DDFFDD 560 | fontStyle 561 | 562 | foreground 563 | #000000 564 | 565 | 566 | 567 | name 568 | Markup: Output 569 | scope 570 | markup.output, markup.raw 571 | settings 572 | 573 | foreground 574 | #7F7F7F 575 | 576 | 577 | 578 | name 579 | Markup: Prompt 580 | scope 581 | markup.prompt 582 | settings 583 | 584 | foreground 585 | #555555 586 | 587 | 588 | 589 | name 590 | Markup: Heading 591 | scope 592 | markup.heading 593 | settings 594 | 595 | fontStyle 596 | bold 597 | 598 | 599 | 600 | name 601 | Markup: Strong 602 | scope 603 | markup.bold 604 | settings 605 | 606 | fontStyle 607 | bold 608 | 609 | 610 | 611 | name 612 | Markup: Traceback 613 | scope 614 | markup.traceback 615 | settings 616 | 617 | foreground 618 | #F93232 619 | 620 | 621 | 622 | name 623 | Markup: Underline 624 | scope 625 | markup.underline 626 | settings 627 | 628 | fontStyle 629 | underline 630 | 631 | 632 | 633 | name 634 | ----------------------------------- 635 | settings 636 | 637 | 638 | 639 | name 640 | Extra: Diff Range 641 | scope 642 | meta.diff.range, meta.diff.index, meta.separator 643 | settings 644 | 645 | background 646 | #EAF2F5 647 | fontStyle 648 | 649 | foreground 650 | #434343 651 | 652 | 653 | 654 | name 655 | Extra: Diff From 656 | scope 657 | meta.diff.header.from-file 658 | settings 659 | 660 | background 661 | #FFDDDD 662 | foreground 663 | #434343 664 | 665 | 666 | 667 | name 668 | Extra: Diff To 669 | scope 670 | meta.diff.header.to-file 671 | settings 672 | 673 | background 674 | #DDFFDD 675 | foreground 676 | #434343 677 | 678 | 679 | 680 | uuid 681 | BF4E1964-0DB9-4E88-8142-E8F52D7EDEEC 682 | 683 | 684 | -------------------------------------------------------------------------------- /ProKit.sublime-theme: -------------------------------------------------------------------------------- 1 | [ 2 | 3 | // 4 | // TABS 5 | // 6 | 7 | // Tab set 8 | { 9 | "class": "tabset_control", 10 | "layer0.texture": "Theme - Aqua/ProKit/tabset-background.png", 11 | "layer0.inner_margin": [1, 2], 12 | "layer0.opacity": 1.0, 13 | "content_margin": [-1, 0, -1, 0], 14 | "tab_overlap": 1, 15 | "tab_width": 180, 16 | "tab_min_width": 50, 17 | "tab_height": 22, 18 | "mouse_wheel_switch": false 19 | }, 20 | { 21 | "class": "tabset_control", 22 | "settings": ["mouse_wheel_switches_tabs"], 23 | "mouse_wheel_switch": true 24 | }, 25 | // Tab element 26 | { 27 | "class": "tab_control", 28 | "content_margin": [10, 4, 10, 4], 29 | "max_margin_trim": 0, 30 | "hit_test_level": 0.5, 31 | // Inactive tab settings 32 | "layer0.texture": "Theme - Aqua/ProKit/tab-inactive.png", 33 | "layer0.inner_margin": [2, 0], 34 | "layer0.opacity": 1.0, 35 | // Active tab setting 36 | "layer1.texture": "Theme - Aqua/ProKit/tab-active.png", 37 | "layer1.inner_margin": [2, 0], 38 | "layer1.opacity": 0.0, 39 | // Hover tab setting 40 | "layer2.texture": "Theme - Aqua/ProKit/tab-hover.png", 41 | "layer2.inner_margin": [2, 0], 42 | "layer2.opacity": 0.0 43 | }, 44 | { 45 | // Tab close state 46 | "class": "tab_control", 47 | "settings": ["show_tab_close_buttons"], 48 | "content_margin": [10, 4, 4, 4] 49 | }, 50 | { 51 | // Hover tab state 52 | "class": "tab_control", 53 | "attributes": ["hover"], 54 | "layer0.opacity": 0.0, 55 | "layer1.opacity": 0.0, 56 | "layer2.opacity": 1.0 57 | }, 58 | { 59 | // Active tab state 60 | "class": "tab_control", 61 | "attributes": ["selected"], 62 | "layer0.opacity": 0.0, 63 | "layer1.opacity": 1.0, 64 | "layer2.opacity": 0.0 65 | }, 66 | // Tab labels 67 | { 68 | "class": "tab_label", 69 | "fade": true, 70 | "fg": [180, 180, 180], 71 | "shadow_color": [0, 0, 0], 72 | "shadow_offset": [0, 0] 73 | }, 74 | { 75 | "class": "tab_label", 76 | "parents": [{"class": "tab_control", "attributes": ["hover"]}], 77 | "fg": [180, 180, 180] 78 | }, 79 | { 80 | "class": "tab_label", 81 | "parents": [{"class": "tab_control", "attributes": ["selected"]}], 82 | "fg": [230, 230, 230] 83 | }, 84 | // Tab close button 85 | { 86 | "class": "tab_close_button", 87 | "content_margin": [0, 0], 88 | // Tab close default settings 89 | "layer0.texture": "Theme - Aqua/ProKit/tab-close.png", 90 | "layer0.opacity": 1.0, 91 | "layer0.inner_margin": 0, 92 | // Tab close hover settings 93 | "layer1.texture": "Theme - Aqua/ProKit/tab-close-hover.png", 94 | "layer1.opacity": 0.0 95 | }, 96 | { 97 | // Tab button size 98 | "class": "tab_close_button", 99 | "settings": ["show_tab_close_buttons"], 100 | "content_margin": [8, 8] 101 | }, 102 | { 103 | // Tab close button hover 104 | "class": "tab_close_button", 105 | "attributes": ["hover"], 106 | "layer0.opacity": 0.0, 107 | "layer1.opacity": 1.0 108 | }, 109 | // Tab dirty button 110 | { 111 | "class": "tab_close_button", 112 | "parents": [{"class": "tab_control", "attributes": ["dirty"]}], 113 | "layer0.texture": "Theme - Aqua/ProKit/tab-dirty.png", 114 | "layer0.opacity": 1.0, 115 | "layer1.opacity": 0.0 116 | }, 117 | { 118 | // Tab dirty button hover 119 | "class": "tab_close_button", 120 | "parents": [{"class": "tab_control", "attributes": ["dirty"]}], 121 | "attributes": ["hover"], 122 | "layer0.opacity": 0.0, 123 | "layer1.opacity": 1.0 124 | }, 125 | // Tab close button hidden with highlight modified flag true 126 | { 127 | // Tab dirty state (close button hidden) 128 | "class": "tab_control", 129 | "settings": ["!show_tab_close_buttons", "highlight_modified_tabs"], 130 | "attributes": ["dirty"], 131 | "content_margin": [10, 4, 4, 4] 132 | }, 133 | { 134 | // Tab dirty button (close button hidden) 135 | "class": "tab_close_button", 136 | "settings": ["!show_tab_close_buttons", "highlight_modified_tabs"], 137 | "parents": [{"class": "tab_control", "attributes": ["dirty"]}], 138 | "content_margin": [8, 8], 139 | "layer0.opacity": 1.0, 140 | "layer1.opacity": 0.0 141 | }, 142 | 143 | // 144 | // FOLD BUTTONS 145 | // 146 | 147 | { 148 | "class": "fold_button_control", 149 | "layer0.texture": "Theme - Aqua/ProKit/fold-closed.png", 150 | "layer0.opacity": 1.0, 151 | "layer0.inner_margin": 0, 152 | "layer1.texture": "Theme - Aqua/ProKit/fold-closed-pressed.png", 153 | "layer1.opacity": 0.0, 154 | "layer1.inner_margin": 0, 155 | "content_margin": [9, 7, 8, 6] 156 | }, 157 | { 158 | "class": "fold_button_control", 159 | "attributes": ["hover"], 160 | "layer0.opacity": 0.0, 161 | "layer1.opacity": 0.75 162 | }, 163 | { 164 | "class": "fold_button_control", 165 | "attributes": ["pressed"], 166 | "layer0.opacity": 0.0, 167 | "layer1.opacity": 1.0 168 | }, 169 | { 170 | "class": "fold_button_control", 171 | "attributes": ["expanded"], 172 | "layer0.texture": "Theme - Aqua/ProKit/fold-open.png", 173 | "layer1.texture": "Theme - Aqua/ProKit/fold-open-pressed.png" 174 | }, 175 | 176 | // 177 | // STANDARD SCROLLBARS 178 | // 179 | 180 | // Standard vertical scroll bar 181 | { 182 | "class": "scroll_bar_control", 183 | "layer0.texture": "Theme - Aqua/ProKit/standard-scrollbar-vertical.png", 184 | "layer0.opacity": 1.0, 185 | "layer0.inner_margin": [0, 6], 186 | "blur": false 187 | }, 188 | // Standard horizontal scroll bar 189 | { 190 | "class": "scroll_bar_control", 191 | "attributes": ["horizontal"], 192 | "layer0.texture": "Theme - Aqua/ProKit/standard-scrollbar-horizontal.png", 193 | "layer0.opacity": 1.0, 194 | "layer0.inner_margin": [6, 0], 195 | "blur": false 196 | }, 197 | // Standard scroll bar corner 198 | { 199 | "class": "scroll_corner_control", 200 | "layer0.texture": "Theme - Aqua/ProKit/standard-scrollbar-corner.png", 201 | "layer0.opacity": 1.0, 202 | "layer0.inner_margin": [1, 1] 203 | }, 204 | // Standard vertical scroll puck 205 | { 206 | "class": "puck_control", 207 | "layer0.texture": "Theme - Aqua/ProKit/standard-puck-vertical.png", 208 | "layer0.opacity": 1.0, 209 | "layer0.inner_margin": [0, 10], 210 | "content_margin": [8, 12], 211 | "blur": false 212 | }, 213 | // Standard horizontal scroll puck 214 | { 215 | "class": "puck_control", 216 | "attributes": ["horizontal"], 217 | "layer0.texture": "Theme - Aqua/ProKit/standard-puck-horizontal.png", 218 | "layer0.opacity": 1.0, 219 | "layer0.inner_margin": [10, 0], 220 | "content_margin": [12, 8], 221 | "blur": false 222 | }, 223 | 224 | // 225 | // OVERLAY SCROLLBARS 226 | // 227 | 228 | // Overlay toggle scroll bar 229 | { 230 | "class": "scroll_area_control", 231 | "settings": ["overlay_scroll_bars"], 232 | "overlay": true 233 | }, 234 | { 235 | "class": "scroll_area_control", 236 | "settings": ["!overlay_scroll_bars"], 237 | "overlay": false 238 | }, 239 | // Overlay vertical scroll bar 240 | { 241 | "class": "scroll_bar_control", 242 | "settings": ["overlay_scroll_bars"], 243 | "layer0.texture": "Theme - Aqua/ProKit/overlay-scrollbar-vertical.png", 244 | "layer0.inner_margin": [0, 5], 245 | "blur": true 246 | }, 247 | // Overlay horizontal scroll bar 248 | { 249 | "class": "scroll_bar_control", 250 | "settings": ["overlay_scroll_bars"], 251 | "attributes": ["horizontal"], 252 | "layer0.texture": "Theme - Aqua/ProKit/overlay-scrollbar-horizontal.png", 253 | "layer0.inner_margin": [5, 0], 254 | "blur": true 255 | }, 256 | // Overlay vertical puck 257 | { 258 | "class": "puck_control", 259 | "settings": ["overlay_scroll_bars"], 260 | "layer0.texture": "Theme - Aqua/ProKit/overlay-puck-vertical.png", 261 | "layer0.inner_margin": [0, 5], 262 | "content_margin": [5, 20], 263 | "blur": true 264 | }, 265 | // Overlay horizontal puck 266 | { 267 | "class": "puck_control", 268 | "settings": ["overlay_scroll_bars"], 269 | "attributes": ["horizontal"], 270 | "layer0.texture": "Theme - Aqua/ProKit/overlay-puck-horizontal.png", 271 | "layer0.inner_margin": [5, 0], 272 | "content_margin": [20, 5], 273 | "blur": true 274 | }, 275 | // Overlay light puck (for dark content) 276 | { 277 | "class": "puck_control", 278 | "settings": ["overlay_scroll_bars"], 279 | "attributes": ["dark"], 280 | "layer0.texture": "Theme - Aqua/ProKit/overlay-dark-puck-vertical.png" 281 | }, 282 | // Overlay light horizontal puck (for dark content) 283 | { 284 | "class": "puck_control", 285 | "settings": ["overlay_scroll_bars"], 286 | "attributes": ["horizontal", "dark"], 287 | "layer0.texture": "Theme - Aqua/ProKit/overlay-dark-puck-horizontal.png" 288 | }, 289 | 290 | // 291 | // EMPTY WINDOW BACKGROUND 292 | // 293 | 294 | { 295 | "class": "sheet_container_control", 296 | "layer0.tint": [33, 33, 33], 297 | "layer0.opacity": 1.0 298 | }, 299 | 300 | // 301 | // GRID LAYOUT 302 | // 303 | 304 | { 305 | "class": "grid_layout_control", 306 | "border_size": 1, 307 | "border_color": [0, 0, 0] 308 | }, 309 | 310 | // 311 | // MINI MAP 312 | // 313 | 314 | { 315 | "class": "minimap_control", 316 | "viewport_color": [255, 255, 255, 21] 317 | }, 318 | 319 | // 320 | // LABELS 321 | // 322 | 323 | // General labels 324 | { 325 | "class": "label_control", 326 | "color": [180, 180, 180] 327 | }, 328 | // Text field labels 329 | { 330 | "class": "label_control", 331 | "parents": [{"class": "panel_control"}] 332 | }, 333 | // Button labels 334 | { 335 | "class": "label_control", 336 | "parents": [{"class": "button_control"}], 337 | "color": [180, 180, 180] 338 | }, 339 | // Status bar label 340 | { 341 | "class": "label_control", 342 | "parents": [{"class": "status_bar"}], 343 | "color": [49, 49, 49], 344 | "shadow_color": [210, 210, 210], 345 | "shadow_offset": [0, 1] 346 | }, 347 | 348 | // 349 | // TOOLTIP 350 | // 351 | 352 | // Tooltip container 353 | { 354 | "class": "tool_tip_control", 355 | "layer0.texture": "Theme - Aqua/ProKit/tooltip.png", 356 | "layer0.inner_margin": [1, 1], 357 | "layer0.opacity": 0.95, 358 | "content_margin": [3, 3] 359 | }, 360 | // Tooltip content 361 | { 362 | "class": "tool_tip_label_control", 363 | "color": [0, 0, 0] 364 | }, 365 | 366 | // 367 | // STATUS BAR 368 | // 369 | 370 | // Status bar container 371 | { 372 | "class": "status_bar", 373 | "layer0.texture": "Theme - Aqua/ProKit/status-bar-background.png", 374 | "layer0.opacity": 1.0, 375 | "layer0.inner_margin": [2, 2], 376 | "content_margin": [4, 3, 4, 3] 377 | }, 378 | { 379 | "class": "status_button", 380 | "min_size": [100, 0] 381 | }, 382 | 383 | // 384 | // SIDEBAR 385 | // 386 | 387 | // Sidebar container 388 | { 389 | "class": "sidebar_container", 390 | "layer0.tint": [0, 0, 0], 391 | "layer0.opacity": 1.0, 392 | "layer0.draw_center": false, 393 | "layer0.inner_margin": [0, 0, 1, 0], 394 | "content_margin": [0, 0, 1, 0] 395 | }, 396 | // Sidebar tree 397 | { 398 | "class": "sidebar_tree", 399 | "row_padding": [8, 3], 400 | "indent": 15, 401 | "indent_offset": 15, 402 | "indent_top_level": false, 403 | "layer0.tint": [33, 33, 33], 404 | "layer0.opacity": 1.0, 405 | "dark_content": true 406 | }, 407 | // Sidebar rows 408 | { 409 | "class": "tree_row", 410 | "layer0.texture": "Theme - Aqua/ProKit/sidebar-row-selected.png", 411 | "layer0.opacity": 0.0, 412 | "layer0.inner_margin": [1, 1] 413 | }, 414 | // Sidebar row selected 415 | { 416 | "class": "tree_row", 417 | "attributes": ["selected"], 418 | "layer0.opacity": 1.0 419 | }, 420 | // Sidebar heading 421 | { 422 | "class": "sidebar_heading", 423 | "color": [180, 180, 180], 424 | "font.bold": true, 425 | "shadow_color": [0, 0, 0], 426 | "shadow_offset": [0, 1] 427 | }, 428 | // Sidebar entry 429 | { 430 | "class": "sidebar_label", 431 | "color": [180, 180, 180], 432 | "shadow_offset": [0, 0] 433 | }, 434 | // Sidebar folder entry 435 | { 436 | "class": "sidebar_label", 437 | "parents": [{"class": "tree_row", "attributes": ["expandable"]}], 438 | "color": [180, 180, 180], 439 | "shadow_color": [0, 0, 0], 440 | "shadow_offset": [0, 1] 441 | }, 442 | { 443 | "class": "sidebar_label", 444 | "parents": [{"class": "tree_row", "attributes": ["expandable", "hover"]}], 445 | "color": [180, 180, 180] 446 | }, 447 | { 448 | "class": "sidebar_label", 449 | "parents": [{"class": "tree_row", "attributes": ["expandable"]}], 450 | "settings": ["bold_folder_labels"], 451 | "font.bold": true 452 | }, 453 | // Sidebar entry selected 454 | { 455 | "class": "sidebar_label", 456 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 457 | "color": [235, 235, 235], 458 | "shadow_color": [0, 0, 0], 459 | "shadow_offset": [0, 0] 460 | }, 461 | // Sidebar file close 462 | { 463 | "class": "close_button", 464 | "layer0.texture": "Theme - Aqua/ProKit/file-close.png", 465 | "layer0.opacity": 0.0, 466 | "layer0.inner_margin": 0, 467 | "layer1.texture": "Theme - Aqua/ProKit/file-close-selected.png", 468 | "layer1.opacity": 0.0, 469 | "layer1.inner_margin": 0, 470 | "content_margin": [8, 8] 471 | }, 472 | { 473 | "class": "close_button", 474 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 475 | "layer0.opacity": 1.0, 476 | "layer1.opacity": 0.0 477 | }, 478 | { 479 | "class": "close_button", 480 | "parents": [{"class": "tree_row", "attributes": ["hover", "selected"]}], 481 | "layer0.opacity": 0.0, 482 | "layer1.opacity": 1.0 483 | }, 484 | // Sidebar file dirty 485 | { 486 | "class": "close_button", 487 | "attributes": ["dirty"], 488 | "layer0.texture": "Theme - Aqua/ProKit/file-dirty.png", 489 | "layer0.opacity": 1.0, 490 | "layer1.opacity": 0.0 491 | }, 492 | { 493 | "class": "close_button", 494 | "attributes": ["dirty"], 495 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 496 | "layer0.texture": "Theme - Aqua/ProKit/file-dirty-selected.png" 497 | }, 498 | { 499 | "class": "close_button", 500 | "attributes": ["dirty"], 501 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 502 | "layer0.texture": "Theme - Aqua/ProKit/file-close.png" 503 | }, 504 | // Sidebar file close hover 505 | { 506 | "class": "close_button", 507 | "attributes": ["hover"], 508 | "layer0.texture": "Theme - Aqua/ProKit/file-close-hover.png" 509 | }, 510 | // Sidebar group closed 511 | { 512 | "class": "disclosure_button_control", 513 | "content_margin": [9, 7, 8, 6], 514 | "layer0.texture": "Theme - Aqua/ProKit/group-closed.png", 515 | "layer0.opacity": 1.0, 516 | "layer0.inner_margin": 0 517 | }, 518 | { 519 | "class": "disclosure_button_control", 520 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 521 | "layer0.texture": "Theme - Aqua/ProKit/group-closed-hover.png" 522 | }, 523 | { 524 | "class": "disclosure_button_control", 525 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 526 | "layer0.texture": "Theme - Aqua/ProKit/group-closed-selected.png" 527 | }, 528 | // Sidebar group open 529 | { 530 | "class": "disclosure_button_control", 531 | "attributes": ["expanded"], 532 | "layer0.texture": "Theme - Aqua/ProKit/group-open.png" 533 | }, 534 | { 535 | "class": "disclosure_button_control", 536 | "attributes": ["expanded"], 537 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 538 | "layer0.texture": "Theme - Aqua/ProKit/group-open-hover.png" 539 | }, 540 | { 541 | "class": "disclosure_button_control", 542 | "attributes": ["expanded"], 543 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 544 | "layer0.texture": "Theme - Aqua/ProKit/group-open-selected.png" 545 | }, 546 | 547 | // 548 | // STANDARD TEXT BUTTONS 549 | // 550 | 551 | // Standard buttons (used for Find / Replace panel) 552 | { 553 | "class": "button_control", 554 | "content_margin": [6, 5, 6, 5], 555 | "min_size": [75, 0], 556 | // Default button state 557 | "layer0.texture": "Theme - Aqua/ProKit/btn-large.png", 558 | "layer0.opacity": 1.0, 559 | "layer0.inner_margin": [6, 6], 560 | // Pressed button setup 561 | "layer1.texture": "Theme - Aqua/ProKit/btn-large-on.png", 562 | "layer1.opacity": 0.0, 563 | "layer1.inner_margin": [6, 6] 564 | }, 565 | { 566 | // Pressed button state 567 | "class": "button_control", 568 | "attributes": ["pressed"], 569 | "layer0.opacity": 0.0, 570 | "layer1.opacity": 1.0 571 | }, 572 | 573 | // 574 | // TEXT INPUT FIELD 575 | // 576 | 577 | // Text input field item 578 | { 579 | "class": "text_line_control", 580 | "layer0.texture": "Theme - Aqua/ProKit/text-field.png", 581 | "layer0.opacity": 1.0, 582 | "layer0.inner_margin": [4, 5, 4, 4], 583 | "content_margin": [3, 4, 3, 3] 584 | }, 585 | 586 | // 587 | // PANEL BACKGROUNDS 588 | // 589 | 590 | // Bottom panel background 591 | { 592 | "class": "panel_control", 593 | "layer0.texture": "Theme - Aqua/ProKit/panel-background.png", 594 | "layer0.inner_margin": [2, 2, 2, 2], 595 | "layer0.opacity": 1.0 596 | }, 597 | // Quick panel background 598 | { 599 | "class": "overlay_control", 600 | "layer0.texture": "Theme - Aqua/ProKit/overlay-background.png", 601 | "layer0.inner_margin": [12, 6, 12, 15], 602 | "layer0.opacity": 1.0, 603 | "layer1.texture": "Theme - Aqua/ProKit/quick-panel-background.png", 604 | "layer1.inner_margin": [12, 37, 12, 19], 605 | "layer1.opacity": 1.0, 606 | "content_margin": [11, 8, 11, 17] 607 | }, 608 | 609 | // 610 | // QUICK PANEL 611 | // 612 | 613 | { 614 | "class": "quick_panel", 615 | "row_padding": [5, 2], 616 | "layer0.tint": [33, 33, 33], 617 | "layer0.opacity": 1.0, 618 | "dark_content": true 619 | }, 620 | { 621 | "class": "quick_panel_row", 622 | "layer0.texture": "Theme - Aqua/ProKit/quick-panel-row.png", 623 | "layer0.inner_margin": [2, 2, 2, 2], 624 | "layer0.opacity": 1.0 625 | }, 626 | { 627 | "class": "quick_panel_row", 628 | "attributes": ["selected"], 629 | "layer0.texture": "Theme - Aqua/ProKit/quick-panel-row-selected.png" 630 | }, 631 | { 632 | "class": "quick_panel_label", 633 | "fg": [170, 170, 170, 255], 634 | "match_fg": [89, 137, 187, 255], 635 | "bg": [41, 41, 41, 255], 636 | "selected_fg": [230, 230, 230, 255], 637 | "selected_match_fg": [119, 184, 250, 255], 638 | "selected_bg": [24, 24, 24, 255] 639 | }, 640 | { 641 | "class": "quick_panel_path_label", 642 | "fg": [130, 130, 130, 255], 643 | "match_fg": [180, 180, 180, 255], 644 | "bg": [41, 41, 41, 255], 645 | "selected_fg": [180, 180, 180, 255], 646 | "selected_match_fg": [230, 230, 230, 255], 647 | "selected_bg": [24, 24, 24, 255] 648 | }, 649 | { 650 | "class": "quick_panel_score_label", 651 | "fg": [89, 137, 187, 255], 652 | "bg": [41, 41, 41, 255], 653 | "selected_fg": [119, 184, 250, 255], 654 | "selected_bg": [24, 24, 24, 255] 655 | }, 656 | 657 | // 658 | // MINI QUICK PANEL 659 | // 660 | 661 | { 662 | "class": "mini_quick_panel_row", 663 | "layer0.texture": "Theme - Aqua/ProKit/quick-panel-row.png", 664 | "layer0.inner_margin": [2, 2, 2, 2], 665 | "layer0.opacity": 1.0 666 | }, 667 | { 668 | "class": "mini_quick_panel_row", 669 | "attributes": ["selected"], 670 | "layer0.texture": "Theme - Aqua/ProKit/quick-panel-row-selected.png" 671 | }, 672 | 673 | // 674 | // CODE COMPLETION DROPDOWN 675 | // 676 | 677 | { 678 | "class": "popup_control", 679 | "content_margin": [0, 0] 680 | }, 681 | { 682 | "class": "auto_complete", 683 | "row_padding": [2, 2], 684 | "layer0.tint": [41, 41, 41], 685 | "layer0.opacity": 1.0, 686 | "dark_content": true 687 | }, 688 | { 689 | "class": "auto_complete_label", 690 | "fg": [135, 135, 135], 691 | "match_fg": [235, 235, 235], 692 | "bg": [41, 41, 41], 693 | "selected_fg": [235, 235, 235], 694 | "selected_match_fg": [235, 235, 235], 695 | "selected_bg": [86, 86, 86] 696 | }, 697 | { 698 | "class": "table_row", 699 | "layer0.texture": "Theme - Aqua/ProKit/code-completion-row-selected.png", 700 | "layer0.opacity": 0.0, 701 | "layer0.inner_margin": [1, 1] 702 | }, 703 | { 704 | "class": "table_row", 705 | "attributes": ["selected"], 706 | "layer0.opacity": 1.0 707 | }, 708 | 709 | // 710 | // BOTTOM PANEL BUTTONS 711 | // 712 | 713 | // Button group middle 714 | { 715 | "class": "icon_button_control", 716 | "layer0.texture": "Theme - Aqua/ProKit/btn-group-middle.png", 717 | "layer0.inner_margin": [8, 8], 718 | "layer0.opacity": 1.0, 719 | "content_margin": [4, 4] 720 | }, 721 | { 722 | "class": "icon_button_control", 723 | "attributes": ["selected"], 724 | "layer0.texture": "Theme - Aqua/ProKit/btn-group-middle-on.png" 725 | }, 726 | // Button group left 727 | { 728 | "class": "icon_button_control", 729 | "attributes": ["left"], 730 | "layer0.texture": "Theme - Aqua/ProKit/btn-group-left.png", 731 | "layer0.opacity": 1.0 732 | }, 733 | { 734 | "class": "icon_button_control", 735 | "attributes": ["left", "selected"], 736 | "layer0.texture": "Theme - Aqua/ProKit/btn-group-left-on.png" 737 | }, 738 | // Button group right 739 | { 740 | "class": "icon_button_control", 741 | "attributes": ["right"], 742 | "layer0.texture": "Theme - Aqua/ProKit/btn-group-right.png", 743 | "layer0.opacity": 1.0 744 | }, 745 | { 746 | "class": "icon_button_control", 747 | "attributes": ["right", "selected"], 748 | "layer0.texture": "Theme - Aqua/ProKit/btn-group-right-on.png" 749 | }, 750 | // Button single 751 | { 752 | "class": "icon_button_control", 753 | "attributes": ["left", "right"], 754 | "layer0.texture": "Theme - Aqua/ProKit/btn-small.png", 755 | "layer0.opacity": 1.0 756 | }, 757 | { 758 | "class": "icon_button_control", 759 | "attributes": ["left", "right", "selected"], 760 | "layer0.texture": "Theme - Aqua/ProKit/btn-small-on.png" 761 | }, 762 | 763 | // 764 | // BOTTOM PANEL ICONS - GROUP 1 765 | // 766 | 767 | // Regex search button 768 | { 769 | "class": "icon_regex", 770 | "layer0.texture": "Theme - Aqua/ProKit/icon-regex-off.png", 771 | "layer0.opacity": 1.0, 772 | "content_margin": [8, 8] 773 | }, 774 | { 775 | "class": "icon_regex", 776 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 777 | "layer0.texture": "Theme - Aqua/ProKit/icon-regex-on.png" 778 | }, 779 | // Case sensitive search button 780 | { 781 | "class": "icon_case", 782 | "layer0.texture": "Theme - Aqua/ProKit/icon-case-off.png", 783 | "layer0.opacity": 1.0, 784 | "content_margin": [8, 8] 785 | }, 786 | { 787 | "class": "icon_case", 788 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 789 | "layer0.texture": "Theme - Aqua/ProKit/icon-case-on.png" 790 | }, 791 | // Match whole word search button 792 | { 793 | "class": "icon_whole_word", 794 | "layer0.texture": "Theme - Aqua/ProKit/icon-word-off.png", 795 | "layer0.opacity": 1.0, 796 | "content_margin": [8, 8] 797 | }, 798 | { 799 | "class": "icon_whole_word", 800 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 801 | "layer0.texture": "Theme - Aqua/ProKit/icon-word-on.png" 802 | }, 803 | 804 | // 805 | // BOTTOM PANEL ICONS - GROUP 1 (EXTENDED: FIND IN FILES) 806 | // 807 | 808 | // Show search context button 809 | { 810 | "class": "icon_context", 811 | "layer0.texture": "Theme - Aqua/ProKit/icon-context-off.png", 812 | "layer0.opacity": 1.0, 813 | "content_margin": [8, 8] 814 | }, 815 | { 816 | "class": "icon_context", 817 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 818 | "layer0.texture": "Theme - Aqua/ProKit/icon-context-on.png" 819 | }, 820 | // Use search buffer 821 | { 822 | "class": "icon_use_buffer", 823 | "layer0.texture": "Theme - Aqua/ProKit/icon-buffer-off.png", 824 | "layer0.opacity": 1.0, 825 | "content_margin": [8, 8] 826 | }, 827 | { 828 | "class": "icon_use_buffer", 829 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 830 | "layer0.texture": "Theme - Aqua/ProKit/icon-buffer-on.png" 831 | }, 832 | 833 | // 834 | // BOTTOM PANEL ICONS - GROUP 2 835 | // 836 | 837 | // Reverse search direction button 838 | { 839 | "class": "icon_reverse", 840 | "layer0.texture": "Theme - Aqua/ProKit/icon-reverse-off.png", 841 | "layer0.opacity": 1.0, 842 | "content_margin": [8, 8] 843 | }, 844 | { 845 | "class": "icon_reverse", 846 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 847 | "layer0.texture": "Theme - Aqua/ProKit/icon-reverse-on.png" 848 | }, 849 | // Search wrap button 850 | { 851 | "class": "icon_wrap", 852 | "layer0.texture": "Theme - Aqua/ProKit/icon-wrap-off.png", 853 | "layer0.opacity": 1.0, 854 | "content_margin": [8, 8] 855 | }, 856 | { 857 | "class": "icon_wrap", 858 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 859 | "layer0.texture": "Theme - Aqua/ProKit/icon-wrap-on.png" 860 | }, 861 | // Search in selection button 862 | { 863 | "class": "icon_in_selection", 864 | "layer0.texture": "Theme - Aqua/ProKit/icon-selection-off.png", 865 | "layer0.opacity": 1.0, 866 | "content_margin": [8, 8] 867 | }, 868 | { 869 | "class": "icon_in_selection", 870 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 871 | "layer0.texture": "Theme - Aqua/ProKit/icon-selection-on.png" 872 | }, 873 | 874 | // 875 | // BOTTOM PANEL ICONS - GROUP 3 876 | // 877 | 878 | // Preserve case button 879 | { 880 | "class": "icon_preserve_case", 881 | "layer0.texture": "Theme - Aqua/ProKit/icon-preserve-off.png", 882 | "layer0.opacity": 1.0, 883 | "content_margin": [8, 8] 884 | }, 885 | { 886 | "class": "icon_preserve_case", 887 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 888 | "layer0.texture": "Theme - Aqua/ProKit/icon-preserve-on.png" 889 | }, 890 | 891 | // 892 | // BOTTOM PANEL ICONS - GROUP 4 893 | // 894 | 895 | // Highlight results button 896 | { 897 | "class": "icon_highlight", 898 | "layer0.texture": "Theme - Aqua/ProKit/icon-highlight-off.png", 899 | "layer0.opacity": 1.0, 900 | "content_margin": [8, 8] 901 | }, 902 | { 903 | "class": "icon_highlight", 904 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 905 | "layer0.texture": "Theme - Aqua/ProKit/icon-highlight-on.png" 906 | } 907 | 908 | ] 909 | -------------------------------------------------------------------------------- /AppKit.sublime-theme: -------------------------------------------------------------------------------- 1 | [ 2 | 3 | // 4 | // TABS 5 | // 6 | 7 | // Tab set 8 | { 9 | "class": "tabset_control", 10 | "layer0.texture": "Theme - Aqua/AppKit/tabset-background.png", 11 | "layer0.inner_margin": [1, 2], 12 | "layer0.opacity": 1.0, 13 | "content_margin": [-1, 0, -1, 0], 14 | "tab_overlap": 1, 15 | "tab_width": 180, 16 | "tab_min_width": 50, 17 | "tab_height": 21, 18 | "mouse_wheel_switch": false 19 | }, 20 | { 21 | "class": "tabset_control", 22 | "settings": ["mouse_wheel_switches_tabs"], 23 | "mouse_wheel_switch": true 24 | }, 25 | // Tab element 26 | { 27 | "class": "tab_control", 28 | "content_margin": [10, 4, 10, 4], 29 | "max_margin_trim": 0, 30 | "hit_test_level": 0.5, 31 | // Inactive tab settings 32 | "layer0.texture": "Theme - Aqua/AppKit/tab-inactive.png", 33 | "layer0.inner_margin": [2, 0], 34 | "layer0.opacity": 1.0, 35 | // Active tab setting 36 | "layer1.texture": "Theme - Aqua/AppKit/tab-active.png", 37 | "layer1.inner_margin": [2, 0], 38 | "layer1.opacity": 0.0, 39 | // Hover tab setting 40 | "layer2.texture": "Theme - Aqua/AppKit/tab-hover.png", 41 | "layer2.inner_margin": [2, 0], 42 | "layer2.opacity": 0.0 43 | }, 44 | { 45 | // Tab close state 46 | "class": "tab_control", 47 | "settings": ["show_tab_close_buttons"], 48 | "content_margin": [10, 3, 3, 3] 49 | }, 50 | { 51 | // Hover tab state 52 | "class": "tab_control", 53 | "attributes": ["hover"], 54 | "layer0.opacity": 0.0, 55 | "layer1.opacity": 0.0, 56 | "layer2.opacity": 1.0 57 | }, 58 | { 59 | // Active tab state 60 | "class": "tab_control", 61 | "attributes": ["selected"], 62 | "layer0.opacity": 0.0, 63 | "layer1.opacity": 1.0, 64 | "layer2.opacity": 0.0 65 | }, 66 | // Tab labels 67 | { 68 | "class": "tab_label", 69 | "fade": true, 70 | "fg": [49, 49, 49], 71 | "shadow_color": [235, 235, 235], 72 | "shadow_offset": [0, 1] 73 | }, 74 | { 75 | "class": "tab_label", 76 | "parents": [{"class": "tab_control", "attributes": ["hover"]}] 77 | }, 78 | { 79 | "class": "tab_label", 80 | "parents": [{"class": "tab_control", "attributes": ["selected"]}], 81 | "fg": [0, 0, 0], 82 | "shadow_color": [235, 235, 235] 83 | }, 84 | // Tab close button 85 | { 86 | "class": "tab_close_button", 87 | "content_margin": [0, 0], 88 | // Tab close default settings 89 | "layer0.texture": "Theme - Aqua/AppKit/tab-close.png", 90 | "layer0.opacity": 1.0, 91 | "layer0.inner_margin": 0, 92 | // Tab close hover settings 93 | "layer1.texture": "Theme - Aqua/AppKit/tab-close-hover.png", 94 | "layer1.opacity": 0.0 95 | }, 96 | { 97 | // Tab button size 98 | "class": "tab_close_button", 99 | "settings": ["show_tab_close_buttons"], 100 | "content_margin": [8, 8] 101 | }, 102 | { 103 | // Tab close button hover 104 | "class": "tab_close_button", 105 | "attributes": ["hover"], 106 | "layer0.opacity": 0.0, 107 | "layer1.opacity": 1.0 108 | }, 109 | // Tab dirty button 110 | { 111 | "class": "tab_close_button", 112 | "parents": [{"class": "tab_control", "attributes": ["dirty"]}], 113 | "layer0.texture": "Theme - Aqua/AppKit/tab-dirty.png", 114 | "layer0.opacity": 1.0, 115 | "layer1.opacity": 0.0 116 | }, 117 | { 118 | // Tab dirty button hover 119 | "class": "tab_close_button", 120 | "parents": [{"class": "tab_control", "attributes": ["dirty"]}], 121 | "attributes": ["hover"], 122 | "layer0.opacity": 0.0, 123 | "layer1.opacity": 1.0 124 | }, 125 | // Tab close button hidden with highlight modified flag true 126 | { 127 | // Tab dirty state (close button hidden) 128 | "class": "tab_control", 129 | "settings": ["!show_tab_close_buttons", "highlight_modified_tabs"], 130 | "attributes": ["dirty"], 131 | "content_margin": [10, 4, 4, 4] 132 | }, 133 | { 134 | // Tab dirty button (close button hidden) 135 | "class": "tab_close_button", 136 | "settings": ["!show_tab_close_buttons", "highlight_modified_tabs"], 137 | "parents": [{"class": "tab_control", "attributes": ["dirty"]}], 138 | "content_margin": [8, 8], 139 | "layer0.opacity": 1.0, 140 | "layer1.opacity": 0.0 141 | }, 142 | 143 | // 144 | // FOLD BUTTONS 145 | // 146 | 147 | { 148 | "class": "fold_button_control", 149 | "layer0.texture": "Theme - Aqua/AppKit/fold-closed.png", 150 | "layer0.opacity": 1.0, 151 | "layer0.inner_margin": 0, 152 | "layer1.texture": "Theme - Aqua/AppKit/fold-closed-pressed.png", 153 | "layer1.opacity": 0.0, 154 | "layer1.inner_margin": 0, 155 | "content_margin": [9, 7, 8, 6] 156 | }, 157 | { 158 | "class": "fold_button_control", 159 | "attributes": ["hover"], 160 | "layer0.opacity": 0.0, 161 | "layer1.opacity": 0.75 162 | }, 163 | { 164 | "class": "fold_button_control", 165 | "attributes": ["pressed"], 166 | "layer0.opacity": 0.0, 167 | "layer1.opacity": 1.0 168 | }, 169 | { 170 | "class": "fold_button_control", 171 | "attributes": ["expanded"], 172 | "layer0.texture": "Theme - Aqua/AppKit/fold-open.png", 173 | "layer1.texture": "Theme - Aqua/AppKit/fold-open-pressed.png" 174 | }, 175 | 176 | // 177 | // STANDARD SCROLLBARS 178 | // 179 | 180 | // Standard vertical scroll bar 181 | { 182 | "class": "scroll_bar_control", 183 | "layer0.texture": "Theme - Aqua/AppKit/standard-scrollbar-vertical.png", 184 | "layer0.opacity": 1.0, 185 | "layer0.inner_margin": [0, 6], 186 | "blur": false 187 | }, 188 | // Standard horizontal scroll bar 189 | { 190 | "class": "scroll_bar_control", 191 | "attributes": ["horizontal"], 192 | "layer0.texture": "Theme - Aqua/AppKit/standard-scrollbar-horizontal.png", 193 | "layer0.opacity": 1.0, 194 | "layer0.inner_margin": [6, 0], 195 | "blur": false 196 | }, 197 | // Standard scroll bar corner 198 | { 199 | "class": "scroll_corner_control", 200 | "layer0.texture": "Theme - Aqua/AppKit/standard-scrollbar-corner.png", 201 | "layer0.opacity": 1.0, 202 | "layer0.inner_margin": [1, 1] 203 | }, 204 | // Standard vertical scroll puck 205 | { 206 | "class": "puck_control", 207 | "layer0.texture": "Theme - Aqua/AppKit/standard-puck-vertical.png", 208 | "layer0.opacity": 1.0, 209 | "layer0.inner_margin": [0, 10], 210 | "content_margin": [8, 12], 211 | "blur": false 212 | }, 213 | // Standard horizontal scroll puck 214 | { 215 | "class": "puck_control", 216 | "attributes": ["horizontal"], 217 | "layer0.texture": "Theme - Aqua/AppKit/standard-puck-horizontal.png", 218 | "layer0.opacity": 1.0, 219 | "layer0.inner_margin": [10, 0], 220 | "content_margin": [12, 8], 221 | "blur": false 222 | }, 223 | 224 | // 225 | // OVERLAY SCROLLBARS 226 | // 227 | 228 | // Overlay toggle scroll bar 229 | { 230 | "class": "scroll_area_control", 231 | "settings": ["overlay_scroll_bars"], 232 | "overlay": true 233 | }, 234 | { 235 | "class": "scroll_area_control", 236 | "settings": ["!overlay_scroll_bars"], 237 | "overlay": false 238 | }, 239 | // Overlay vertical scroll bar 240 | { 241 | "class": "scroll_bar_control", 242 | "settings": ["overlay_scroll_bars"], 243 | "layer0.texture": "Theme - Aqua/AppKit/overlay-scrollbar-vertical.png", 244 | "layer0.inner_margin": [0, 5], 245 | "blur": true 246 | }, 247 | // Overlay horizontal scroll bar 248 | { 249 | "class": "scroll_bar_control", 250 | "settings": ["overlay_scroll_bars"], 251 | "attributes": ["horizontal"], 252 | "layer0.texture": "Theme - Aqua/AppKit/overlay-scrollbar-horizontal.png", 253 | "layer0.inner_margin": [5, 0], 254 | "blur": true 255 | }, 256 | // Overlay vertical puck 257 | { 258 | "class": "puck_control", 259 | "settings": ["overlay_scroll_bars"], 260 | "layer0.texture": "Theme - Aqua/AppKit/overlay-puck-vertical.png", 261 | "layer0.inner_margin": [0, 5], 262 | "content_margin": [5, 20], 263 | "blur": true 264 | }, 265 | // Overlay horizontal puck 266 | { 267 | "class": "puck_control", 268 | "settings": ["overlay_scroll_bars"], 269 | "attributes": ["horizontal"], 270 | "layer0.texture": "Theme - Aqua/AppKit/overlay-puck-horizontal.png", 271 | "layer0.inner_margin": [5, 0], 272 | "content_margin": [20, 5], 273 | "blur": true 274 | }, 275 | // Overlay light puck (for dark content) 276 | { 277 | "class": "puck_control", 278 | "settings": ["overlay_scroll_bars"], 279 | "attributes": ["dark"], 280 | "layer0.texture": "Theme - Aqua/AppKit/overlay-dark-puck-vertical.png" 281 | }, 282 | // Overlay light horizontal puck (for dark content) 283 | { 284 | "class": "puck_control", 285 | "settings": ["overlay_scroll_bars"], 286 | "attributes": ["horizontal", "dark"], 287 | "layer0.texture": "Theme - Aqua/AppKit/overlay-dark-puck-horizontal.png" 288 | }, 289 | 290 | // 291 | // EMPTY WINDOW BACKGROUND 292 | // 293 | 294 | { 295 | "class": "sheet_container_control", 296 | "layer0.tint": [255, 255, 255], 297 | "layer0.opacity": 1.0 298 | }, 299 | 300 | // 301 | // GRID LAYOUT 302 | // 303 | 304 | { 305 | "class": "grid_layout_control", 306 | "border_size": 1, 307 | "border_color": [173, 173, 173] 308 | }, 309 | 310 | // 311 | // MINI MAP 312 | // 313 | 314 | { 315 | "class": "minimap_control", 316 | "viewport_color": [0, 0, 0, 18] 317 | }, 318 | 319 | // 320 | // LABELS 321 | // 322 | 323 | // General labels 324 | { 325 | "class": "label_control", 326 | "color": [0, 0, 0] 327 | }, 328 | // Text field labels 329 | { 330 | "class": "label_control", 331 | "parents": [{"class": "panel_control"}], 332 | "shadow_color": [250, 250, 250], 333 | "shadow_offset": [0, 0] 334 | }, 335 | // Button labels 336 | { 337 | "class": "label_control", 338 | "parents": [{"class": "button_control"}], 339 | "shadow_color": [245, 245, 245], 340 | "shadow_offset": [0, 0] 341 | }, 342 | // Status bar label 343 | { 344 | "class": "label_control", 345 | "parents": [{"class": "status_bar"}], 346 | "color": [49, 49, 49], 347 | "shadow_color": [210, 210, 210], 348 | "shadow_offset": [0, 1] 349 | }, 350 | 351 | // 352 | // TOOLTIP 353 | // 354 | 355 | // Tooltip container 356 | { 357 | "class": "tool_tip_control", 358 | "layer0.texture": "Theme - Aqua/AppKit/tooltip.png", 359 | "layer0.inner_margin": [1, 1], 360 | "layer0.opacity": 0.95, 361 | "content_margin": [3, 3] 362 | }, 363 | // Tooltip content 364 | { 365 | "class": "tool_tip_label_control", 366 | "color": [0, 0, 0] 367 | }, 368 | 369 | // 370 | // STATUS BAR 371 | // 372 | 373 | // Status bar container 374 | { 375 | "class": "status_bar", 376 | "layer0.texture": "Theme - Aqua/AppKit/status-bar-background.png", 377 | "layer0.opacity": 1.0, 378 | "layer0.inner_margin": [2, 2], 379 | "content_margin": [4, 3, 4, 3] 380 | }, 381 | { 382 | "class": "status_button", 383 | "min_size": [100, 0] 384 | }, 385 | 386 | // 387 | // SIDEBAR 388 | // 389 | 390 | // Sidebar container 391 | { 392 | "class": "sidebar_container", 393 | "layer0.tint": [173, 173, 173], 394 | "layer0.opacity": 1.0, 395 | "layer0.draw_center": false, 396 | "layer0.inner_margin": [0, 0, 1, 0], 397 | "content_margin": [0, 0, 1, 0] 398 | }, 399 | // Sidebar tree 400 | { 401 | "class": "sidebar_tree", 402 | "row_padding": [8, 3], 403 | "indent": 15, 404 | "indent_offset": 15, 405 | "indent_top_level": false, 406 | "layer0.tint": [228, 232, 237], 407 | "layer0.opacity": 1.0 408 | }, 409 | // Sidebar rows 410 | { 411 | "class": "tree_row", 412 | "layer0.texture": "Theme - Aqua/AppKit/sidebar-row-selected.png", 413 | "layer0.opacity": 0.0, 414 | "layer0.inner_margin": [1, 1] 415 | }, 416 | // Sidebar row selected 417 | { 418 | "class": "tree_row", 419 | "attributes": ["selected"], 420 | "layer0.opacity": 1.0 421 | }, 422 | // Sidebar heading 423 | { 424 | "class": "sidebar_heading", 425 | "color": [112, 126, 139], 426 | "font.bold": true, 427 | "shadow_color": [241, 244, 247], 428 | "shadow_offset": [0, 1] 429 | }, 430 | // Sidebar entry 431 | { 432 | "class": "sidebar_label", 433 | "color": [0, 0, 0], 434 | "shadow_offset": [0, 0] 435 | }, 436 | // Sidebar folder entry 437 | { 438 | "class": "sidebar_label", 439 | "parents": [{"class": "tree_row", "attributes": ["expandable"]}], 440 | "color": [0, 0, 0] 441 | }, 442 | { 443 | "class": "sidebar_label", 444 | "parents": [{"class": "tree_row", "attributes": ["expandable", "hover"]}], 445 | "color": [0, 0, 0] 446 | }, 447 | { 448 | "class": "sidebar_label", 449 | "parents": [{"class": "tree_row", "attributes": ["expandable"]}], 450 | "settings": ["bold_folder_labels"], 451 | "color": [0, 0, 0], 452 | "font.bold": true 453 | }, 454 | { 455 | "class": "sidebar_label", 456 | "parents": [{"class": "tree_row", "attributes": ["expandable", "hover"]}], 457 | "settings": ["bold_folder_labels"], 458 | "color": [0, 0, 0] 459 | }, 460 | // Sidebar entry selected 461 | { 462 | "class": "sidebar_label", 463 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 464 | "color": [255, 255, 255], 465 | "shadow_color": [34, 94, 145], 466 | "shadow_offset": [0, 1] 467 | }, 468 | // Sidebar file close 469 | { 470 | "class": "close_button", 471 | "layer0.texture": "Theme - Aqua/AppKit/file-close.png", 472 | "layer0.opacity": 0.0, 473 | "layer0.inner_margin": 0, 474 | "layer1.texture": "Theme - Aqua/AppKit/file-close-selected.png", 475 | "layer1.opacity": 0.0, 476 | "layer1.inner_margin": 0, 477 | "content_margin": [8, 8] 478 | }, 479 | { 480 | "class": "close_button", 481 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 482 | "layer0.opacity": 1.0, 483 | "layer1.opacity": 0.0 484 | }, 485 | { 486 | "class": "close_button", 487 | "parents": [{"class": "tree_row", "attributes": ["hover", "selected"]}], 488 | "layer0.opacity": 0.0, 489 | "layer1.opacity": 1.0 490 | }, 491 | // Sidebar file dirty 492 | { 493 | "class": "close_button", 494 | "attributes": ["dirty"], 495 | "layer0.texture": "Theme - Aqua/AppKit/file-dirty.png", 496 | "layer0.opacity": 1.0 497 | }, 498 | { 499 | "class": "close_button", 500 | "attributes": ["dirty"], 501 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 502 | "layer0.texture": "Theme - Aqua/AppKit/file-dirty-selected.png" 503 | }, 504 | { 505 | "class": "close_button", 506 | "attributes": ["dirty"], 507 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 508 | "layer0.texture": "Theme - Aqua/AppKit/file-close.png" 509 | }, 510 | // Sidebar file close hover 511 | { 512 | "class": "close_button", 513 | "attributes": ["hover"], 514 | "layer0.texture": "Theme - Aqua/AppKit/file-close-hover.png" 515 | }, 516 | // Sidebar group closed 517 | { 518 | "class": "disclosure_button_control", 519 | "content_margin": [9, 7, 8, 6], 520 | "layer0.texture": "Theme - Aqua/AppKit/group-closed.png", 521 | "layer0.opacity": 1.0, 522 | "layer0.inner_margin": 0 523 | }, 524 | { 525 | "class": "disclosure_button_control", 526 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 527 | "layer0.texture": "Theme - Aqua/AppKit/group-closed-hover.png" 528 | }, 529 | { 530 | "class": "disclosure_button_control", 531 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 532 | "layer0.texture": "Theme - Aqua/AppKit/group-closed-selected.png" 533 | }, 534 | // Sidebar group open 535 | { 536 | "class": "disclosure_button_control", 537 | "attributes": ["expanded"], 538 | "layer0.texture": "Theme - Aqua/AppKit/group-open.png" 539 | }, 540 | { 541 | "class": "disclosure_button_control", 542 | "attributes": ["expanded"], 543 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 544 | "layer0.texture": "Theme - Aqua/AppKit/group-open-hover.png" 545 | }, 546 | { 547 | "class": "disclosure_button_control", 548 | "attributes": ["expanded"], 549 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 550 | "layer0.texture": "Theme - Aqua/AppKit/group-open-selected.png" 551 | }, 552 | 553 | // 554 | // STANDARD TEXT BUTTONS 555 | // 556 | 557 | // Standard buttons (used for Find / Replace panel) 558 | { 559 | "class": "button_control", 560 | "content_margin": [6, 5, 6, 5], 561 | "min_size": [75, 0], 562 | // Default button state 563 | "layer0.texture": "Theme - Aqua/AppKit/btn-large.png", 564 | "layer0.opacity": 1.0, 565 | "layer0.inner_margin": [6, 6], 566 | // Pressed button setup 567 | "layer1.texture": "Theme - Aqua/AppKit/btn-large-on.png", 568 | "layer1.opacity": 0.0, 569 | "layer1.inner_margin": [6, 6] 570 | }, 571 | { 572 | // Pressed button state 573 | "class": "button_control", 574 | "attributes": ["pressed"], 575 | "layer1.opacity": 1.0 576 | }, 577 | 578 | // 579 | // TEXT INPUT FIELD 580 | // 581 | 582 | // Text input field item 583 | { 584 | "class": "text_line_control", 585 | "layer0.texture": "Theme - Aqua/AppKit/text-field.png", 586 | "layer0.opacity": 1.0, 587 | "layer0.inner_margin": [4, 5, 4, 4], 588 | "content_margin": [3, 4, 3, 3] 589 | }, 590 | 591 | // 592 | // PANEL BACKGROUNDS 593 | // 594 | 595 | // Bottom panel background 596 | { 597 | "class": "panel_control", 598 | "layer0.texture": "Theme - Aqua/AppKit/panel-background.png", 599 | "layer0.inner_margin": [2, 2, 2, 2], 600 | "layer0.opacity": 1.0 601 | }, 602 | // Quick panel background 603 | { 604 | "class": "overlay_control", 605 | "layer0.texture": "Theme - Aqua/AppKit/overlay-background.png", 606 | "layer0.inner_margin": [12, 6, 12, 15], 607 | "layer0.opacity": 1.0, 608 | "layer1.texture": "Theme - Aqua/AppKit/quick-panel-background.png", 609 | "layer1.inner_margin": [12, 37, 12, 19], 610 | "layer1.opacity": 1.0, 611 | "content_margin": [11, 8, 11, 17] 612 | }, 613 | 614 | // 615 | // QUICK PANEL 616 | // 617 | 618 | { 619 | "class": "quick_panel", 620 | "row_padding": [5, 2], 621 | "layer0.tint": [252, 252, 252], 622 | "layer0.opacity": 1.0 623 | }, 624 | { 625 | "class": "quick_panel_row", 626 | "layer0.texture": "Theme - Aqua/AppKit/quick-panel-row.png", 627 | "layer0.inner_margin": [2, 2, 2, 2], 628 | "layer0.opacity": 1.0 629 | }, 630 | { 631 | "class": "quick_panel_row", 632 | "attributes": ["selected"], 633 | "layer0.texture": "Theme - Aqua/AppKit/quick-panel-row-selected.png" 634 | }, 635 | { 636 | "class": "quick_panel_label", 637 | "fg": [49, 49, 49, 255], 638 | "match_fg": [0, 0, 0, 255], 639 | "bg": [245, 245, 245, 255], 640 | "selected_fg": [25, 25, 25, 255], 641 | "selected_match_fg": [0, 0, 0, 255], 642 | "selected_bg": [225, 225, 225, 255] 643 | }, 644 | { 645 | "class": "quick_panel_path_label", 646 | "fg": [150, 150, 150, 255], 647 | "match_fg": [90, 90, 90, 255], 648 | "bg": [245, 245, 245, 255], 649 | "selected_fg": [120, 120, 120, 255], 650 | "selected_match_fg": [90, 90, 90, 255], 651 | "selected_bg": [225, 225, 225, 255] 652 | }, 653 | { 654 | "class": "quick_panel_score_label", 655 | "fg": [72, 139, 211, 255], 656 | "bg": [245, 245, 245, 255], 657 | "selected_fg": [72, 139, 211, 255], 658 | "selected_bg": [225, 225, 225, 255] 659 | }, 660 | 661 | // 662 | // MINI QUICK PANEL 663 | // 664 | 665 | { 666 | "class": "mini_quick_panel_row", 667 | "layer0.texture": "Theme - Aqua/AppKit/quick-panel-row.png", 668 | "layer0.inner_margin": [2, 2, 2, 2], 669 | "layer0.opacity": 1.0 670 | }, 671 | { 672 | "class": "mini_quick_panel_row", 673 | "attributes": ["selected"], 674 | "layer0.texture": "Theme - Aqua/AppKit/quick-panel-row-selected.png" 675 | }, 676 | 677 | // 678 | // CODE COMPLETION DROPDOWN 679 | // 680 | 681 | { 682 | "class": "popup_control", 683 | "content_margin": [0, 0] 684 | }, 685 | { 686 | "class": "auto_complete", 687 | "row_padding": [2, 2], 688 | "layer0.tint": [255, 255, 255], 689 | "layer0.opacity": 1.0 690 | }, 691 | { 692 | "class": "auto_complete_label", 693 | "fg": [0, 0, 0], 694 | "match_fg": [0, 0, 0], 695 | "bg": [255, 255, 255], 696 | "selected_fg": [255, 255, 255], 697 | "selected_match_fg": [255, 255, 255], 698 | "selected_bg": [56, 117, 215] 699 | }, 700 | { 701 | "class": "table_row", 702 | "layer0.texture": "Theme - Aqua/AppKit/code-completion-row-selected.png", 703 | "layer0.opacity": 0.0, 704 | "layer0.inner_margin": [1, 1] 705 | }, 706 | { 707 | "class": "table_row", 708 | "attributes": ["selected"], 709 | "layer0.opacity": 1.0 710 | }, 711 | 712 | // 713 | // BOTTOM PANEL BUTTONS 714 | // 715 | 716 | // Button group middle 717 | { 718 | "class": "icon_button_control", 719 | "layer0.texture": "Theme - Aqua/AppKit/btn-group-middle.png", 720 | "layer0.inner_margin": [8, 8], 721 | "layer0.opacity": 1.0, 722 | "content_margin": [4, 4] 723 | }, 724 | { 725 | "class": "icon_button_control", 726 | "attributes": ["selected"], 727 | "layer0.texture": "Theme - Aqua/AppKit/btn-group-middle-on.png" 728 | }, 729 | // Button group left 730 | { 731 | "class": "icon_button_control", 732 | "attributes": ["left"], 733 | "layer0.texture": "Theme - Aqua/AppKit/btn-group-left.png", 734 | "layer0.opacity": 1.0 735 | }, 736 | { 737 | "class": "icon_button_control", 738 | "attributes": ["left", "selected"], 739 | "layer0.texture": "Theme - Aqua/AppKit/btn-group-left-on.png" 740 | }, 741 | // Button group right 742 | { 743 | "class": "icon_button_control", 744 | "attributes": ["right"], 745 | "layer0.texture": "Theme - Aqua/AppKit/btn-group-right.png", 746 | "layer0.opacity": 1.0 747 | }, 748 | { 749 | "class": "icon_button_control", 750 | "attributes": ["right", "selected"], 751 | "layer0.texture": "Theme - Aqua/AppKit/btn-group-right-on.png" 752 | }, 753 | // Button single 754 | { 755 | "class": "icon_button_control", 756 | "attributes": ["left", "right"], 757 | "layer0.texture": "Theme - Aqua/AppKit/btn-small.png", 758 | "layer0.opacity": 1.0 759 | }, 760 | { 761 | "class": "icon_button_control", 762 | "attributes": ["left", "right", "selected"], 763 | "layer0.texture": "Theme - Aqua/AppKit/btn-small-on.png" 764 | }, 765 | 766 | // 767 | // BOTTOM PANEL ICONS - GROUP 1 768 | // 769 | 770 | // Regex search button 771 | { 772 | "class": "icon_regex", 773 | "layer0.texture": "Theme - Aqua/AppKit/icon-regex-off.png", 774 | "layer0.opacity": 1.0, 775 | "content_margin": [8, 8] 776 | }, 777 | { 778 | "class": "icon_regex", 779 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 780 | "layer0.texture": "Theme - Aqua/AppKit/icon-regex-on.png" 781 | }, 782 | // Case sensitive search button 783 | { 784 | "class": "icon_case", 785 | "layer0.texture": "Theme - Aqua/AppKit/icon-case-off.png", 786 | "layer0.opacity": 1.0, 787 | "content_margin": [8, 8] 788 | }, 789 | { 790 | "class": "icon_case", 791 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 792 | "layer0.texture": "Theme - Aqua/AppKit/icon-case-on.png" 793 | }, 794 | // Match whole word search button 795 | { 796 | "class": "icon_whole_word", 797 | "layer0.texture": "Theme - Aqua/AppKit/icon-word-off.png", 798 | "layer0.opacity": 1.0, 799 | "content_margin": [8, 8] 800 | }, 801 | { 802 | "class": "icon_whole_word", 803 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 804 | "layer0.texture": "Theme - Aqua/AppKit/icon-word-on.png" 805 | }, 806 | 807 | // 808 | // BOTTOM PANEL ICONS - GROUP 1 (EXTENDED: FIND IN FILES) 809 | // 810 | 811 | // Show search context button 812 | { 813 | "class": "icon_context", 814 | "layer0.texture": "Theme - Aqua/AppKit/icon-context-off.png", 815 | "layer0.opacity": 1.0, 816 | "content_margin": [8, 8] 817 | }, 818 | { 819 | "class": "icon_context", 820 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 821 | "layer0.texture": "Theme - Aqua/AppKit/icon-context-on.png" 822 | }, 823 | // Use search buffer 824 | { 825 | "class": "icon_use_buffer", 826 | "layer0.texture": "Theme - Aqua/AppKit/icon-buffer-off.png", 827 | "layer0.opacity": 1.0, 828 | "content_margin": [8, 8] 829 | }, 830 | { 831 | "class": "icon_use_buffer", 832 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 833 | "layer0.texture": "Theme - Aqua/AppKit/icon-buffer-on.png" 834 | }, 835 | 836 | // 837 | // BOTTOM PANEL ICONS - GROUP 2 838 | // 839 | 840 | // Reverse search direction button 841 | { 842 | "class": "icon_reverse", 843 | "layer0.texture": "Theme - Aqua/AppKit/icon-reverse-off.png", 844 | "layer0.opacity": 1.0, 845 | "content_margin": [8, 8] 846 | }, 847 | { 848 | "class": "icon_reverse", 849 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 850 | "layer0.texture": "Theme - Aqua/AppKit/icon-reverse-on.png" 851 | }, 852 | // Search wrap button 853 | { 854 | "class": "icon_wrap", 855 | "layer0.texture": "Theme - Aqua/AppKit/icon-wrap-off.png", 856 | "layer0.opacity": 1.0, 857 | "content_margin": [8, 8] 858 | }, 859 | { 860 | "class": "icon_wrap", 861 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 862 | "layer0.texture": "Theme - Aqua/AppKit/icon-wrap-on.png" 863 | }, 864 | // Search in selection button 865 | { 866 | "class": "icon_in_selection", 867 | "layer0.texture": "Theme - Aqua/AppKit/icon-selection-off.png", 868 | "layer0.opacity": 1.0, 869 | "content_margin": [8, 8] 870 | }, 871 | { 872 | "class": "icon_in_selection", 873 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 874 | "layer0.texture": "Theme - Aqua/AppKit/icon-selection-on.png" 875 | }, 876 | 877 | // 878 | // BOTTOM PANEL ICONS - GROUP 3 879 | // 880 | 881 | // Preserve case button 882 | { 883 | "class": "icon_preserve_case", 884 | "layer0.texture": "Theme - Aqua/AppKit/icon-preserve-off.png", 885 | "layer0.opacity": 1.0, 886 | "content_margin": [8, 8] 887 | }, 888 | { 889 | "class": "icon_preserve_case", 890 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 891 | "layer0.texture": "Theme - Aqua/AppKit/icon-preserve-on.png" 892 | }, 893 | 894 | // 895 | // BOTTOM PANEL ICONS - GROUP 4 896 | // 897 | 898 | // Highlight results button 899 | { 900 | "class": "icon_highlight", 901 | "layer0.texture": "Theme - Aqua/AppKit/icon-highlight-off.png", 902 | "layer0.opacity": 1.0, 903 | "content_margin": [8, 8] 904 | }, 905 | { 906 | "class": "icon_highlight", 907 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 908 | "layer0.texture": "Theme - Aqua/AppKit/icon-highlight-on.png" 909 | } 910 | 911 | ] 912 | --------------------------------------------------------------------------------