Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkHMorrison committed Jun 26, 2012
0 parents commit 90ea756
Show file tree
Hide file tree
Showing 76 changed files with 1,175 additions and 0 deletions.
863 changes: 863 additions & 0 deletions Nexus.sublime-theme

Large diffs are not rendered by default.

278 changes: 278 additions & 0 deletions Nexus.tmTheme
@@ -0,0 +1,278 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Nexus</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#2B2B2B</string>
<key>caret</key>
<string>#FFFFFF</string>
<key>foreground</key>
<string>#E6E1DC</string>
<key>invisibles</key>
<string>#404040</string>
<key>lineHighlight</key>
<string>#333435</string>
<key>selection</key>
<string>#5A647EE0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Source</string>
<key>scope</key>
<string>source</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#232323</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#BC9458</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword, storage</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#CC7833</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function (definition)</string>
<key>scope</key>
<string>entity.name.function, keyword.other.name-of-parameter.objc</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFC66D</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Class (definition)</string>
<key>scope</key>
<string>entity.name</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Number</string>
<key>scope</key>
<string>constant.numeric</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#A5C261</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variable</string>
<key>scope</key>
<string>variable.language, variable.other</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#D0D0FF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Constant</string>
<key>scope</key>
<string>constant</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#6D9CBE</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Constant (other variable)</string>
<key>scope</key>
<string>variable.other.constant</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#DA4939</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Constant (built-in)</string>
<key>scope</key>
<string>constant.language</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#6E9CBE</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String</string>
<key>scope</key>
<string>string</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#A5C261</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library function</string>
<key>scope</key>
<string>support.function</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#DA4939</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library type</string>
<key>scope</key>
<string>support.type</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6E9CBE</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library constant</string>
<key>scope</key>
<string>support.constant</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#A5C261</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup tag</string>
<key>scope</key>
<string>meta.tag, declaration.tag, entity.name.tag, entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#E8BF6A</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid</string>
<key>scope</key>
<string>invalid</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#990000</string>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String interpolation</string>
<key>scope</key>
<string>constant.character.escaped, constant.character.escape, string source, string source.ruby</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#519F50</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff Add</string>
<key>scope</key>
<string>markup.inserted</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#144212</string>
<key>foreground</key>
<string>#E6E1DC</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff Remove</string>
<key>scope</key>
<string>markup.deleted</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#660000</string>
<key>foreground</key>
<string>#E6E1DC</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff Header</string>
<key>scope</key>
<string>meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#2F33AB</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>B80CD0D8-613C-46FD-9C06-A1201108BC2A</string>
</dict>
</plist>
Binary file added Nexus.tmTheme.cache
Binary file not shown.
30 changes: 30 additions & 0 deletions Widget - Nexus.stTheme
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>author</key>
<string>Mark H. Morrison</string>
<key>comment</key>
<string>A widget theme for the UI components of the Nexus theme.</string>
<key>name</key>
<string>Nexus - Widget Theme</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#161616</string>
<key>caret</key>
<string>#00c6fc</string>
<key>foreground</key>
<string>#f0f0f0</string>
<key>invisibles</key>
<string>#c7dce7</string>
<key>selection</key>
<string>#5d1487</string>
</dict>
</dict>
</array>
</dict>
</plist>
Binary file added Widget - Nexus.stTheme.cache
Binary file not shown.
4 changes: 4 additions & 0 deletions Widget - Nexus.sublime-settings
@@ -0,0 +1,4 @@
{
"color_scheme": "Packages/Theme - Nexus/Widget - Nexus.stTheme",
"draw_shadows": false
}
Binary file added assets/Untitled-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/arrow-down-hover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/arrow-down.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/arrow-right-hover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/arrow-right.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/btn-large-active.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/btn-large.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/btn-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/default/overlay-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/default/qp-row-selected.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/default/qp-row.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/default/sidebar-close.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/default/sidebar-dirty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fold.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/folder/group-closed-hover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/folder/group-closed-selected.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/folder/group-closed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/folder/group-open-hover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/folder/group-open-selected.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/folder/group-open.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-buffer-off.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-buffer-on.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-case-off.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-case-on.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-context-off.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-context-on.png
Binary file added assets/icon-highlight-off.png
Binary file added assets/icon-highlight-on.png
Binary file added assets/icon-preserve-case-off.png
Binary file added assets/icon-preserve-case-on.png
Binary file added assets/icon-reg-exp-off.png
Binary file added assets/icon-regex-off.png
Binary file added assets/icon-regex-on.png
Binary file added assets/icon-reverse-off.png
Binary file added assets/icon-reverse-on.png
Binary file added assets/icon-selection-off.png
Binary file added assets/icon-selection-on.png
Binary file added assets/icon-whole-word-off.png
Binary file added assets/icon-whole-word-on.png
Binary file added assets/icon-wrap-off.png
Binary file added assets/icon-wrap-on.png
Binary file added assets/panel-bg.png
Binary file added assets/row-active-modified.png
Binary file added assets/row-active.png
Binary file added assets/row-inactive-modified.png
Binary file added assets/scrollbar/normal_bar_corner.png
Binary file added assets/scrollbar/normal_bar_horizontal.png
Binary file added assets/scrollbar/normal_bar_vertical.png
Binary file added assets/scrollbar/normal_thumb_horizontal.png
Binary file added assets/scrollbar/normal_thumb_vertical.png
Binary file added assets/scrollbar/overlay_bar_horizontal.png
Binary file added assets/scrollbar/overlay_bar_vertical.png
Binary file added assets/scrollbar/overlay_dark_thumb_horizontal.png
Binary file added assets/scrollbar/overlay_dark_thumb_vertical.png
Binary file added assets/scrollbar/overlay_thumb_horizontal.png
Binary file added assets/scrollbar/overlay_thumb_vertical.png
Binary file added assets/status-bar-bg.png
Binary file added assets/tab-active-modified.png
Binary file added assets/tab-active.png
Binary file added assets/tab-button-close-dirty.png
Binary file added assets/tab-button-close-hover.png
Binary file added assets/tab-button-close.png
Binary file added assets/tab-button-dirty.png
Binary file added assets/tab-hover-dirty.png
Binary file added assets/tab-hover.png
Binary file added assets/tab-inactive-modified.png
Binary file added assets/tab-inactive.png
Binary file added assets/tabset-bg.png
Binary file added assets/text-field.png
Binary file added assets/tooltip.png

0 comments on commit 90ea756

Please sign in to comment.