Skip to content

Commit

Permalink
fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
hjohnson02 committed Aug 14, 2017
1 parent 8308d7a commit 3158830
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 39 deletions.
Binary file added .DS_Store
Binary file not shown.
72 changes: 36 additions & 36 deletions Gotham.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
{
"class": "tab_close_button",
"content_margin": [8, 8],
"layer0.texture": "Gotham-Theme/assets/tab-close.png",
"layer0.texture": "Gotham Theme/assets/tab-close.png",
"layer0.tint": [42, 50, 58], //tab close button
},
{
Expand Down Expand Up @@ -200,7 +200,7 @@
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"layer0.texture": "Gotham-Theme/assets/tab-dirty-cyan.png",
"layer0.texture": "Gotham Theme/assets/tab-dirty-cyan.png",
"layer0.tint": [38, 169, 139], //cyan
"layer0.opacity": 1.0,
"layer0.inner_margin": 0
Expand All @@ -210,35 +210,35 @@
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"settings": ["theme_gotham_modified_tab_marker_white"],
"layer0.texture": "Gotham-Theme/assets/tab-dirty-white.png",
"layer0.texture": "Gotham Theme/assets/tab-dirty-white.png",
"layer0.tint": [255, 255, 255] //white theme
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"settings": ["theme_gotham_modified_tab_marker_gray"],
"layer0.texture": "Gotham-Theme/assets/tab-dirty-gray.png",
"layer0.texture": "Gotham Theme/assets/tab-dirty-gray.png",
"layer0.tint": [134, 145, 165] //gray theme
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"settings": ["theme_gotham_modified_tab_marker_cyan"],
"layer0.texture": "Gotham-Theme/assets/tab-dirty-cyan.png",
"layer0.texture": "Gotham Theme/assets/tab-dirty-cyan.png",
"layer0.tint": [38, 169, 139] //cyan
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"settings": ["theme_gotham_modified_tab_marker_yellow"],
"layer0.texture": "Gotham-Theme/assets/tab-dirty-yellow.png",
"layer0.texture": "Gotham Theme/assets/tab-dirty-yellow.png",
"layer0.tint": [237, 181, 75] //yellow theme
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"settings": ["theme_gotham_modified_tab_marker_desaturated"],
"layer0.texture": "Gotham-Theme/assets/tab-dirty-desaturated.png",
"layer0.texture": "Gotham Theme/assets/tab-dirty-desaturated.png",
"layer0.tint": [152, 209, 206] //desaturated theme
},

Expand All @@ -254,7 +254,7 @@
"class": "tab_close_button",
"settings": ["highlight_modified_tabs"],
"parents": [{"class": "tab_control", "attributes": ["dirty", "hover"]}],
"layer0.texture": "Gotham-Theme/assets/tab-close.png",
"layer0.texture": "Gotham Theme/assets/tab-close.png",
"attributes": ["hover"],
"layer0.tint": [38, 169, 139], //tab active state hover on close button
"layer0.opacity": 1.0
Expand Down Expand Up @@ -327,22 +327,22 @@
{
"class": "show_tabs_dropdown_button",
"content_margin": [10,10],
"layer0.texture": "Gotham-Theme/assets/tabset-list.png",
"layer0.texture": "Gotham Theme/assets/tabset-list.png",
"layer0.tint": [255, 255, 255], //tab dropdown tint
"layer0.opacity": 1.0
},
{
"class": "show_tabs_dropdown_button",
"attributes": ["hover"],
"layer0.texture": "Gotham-Theme/assets/tabset-list-hover.png",
"layer0.texture": "Gotham Theme/assets/tabset-list-hover.png",
"layer0.tint": [255, 255, 255], //tab dropdown hover state
"layer0.opacity": 1.0
},
// Tab scroll left
{
"class": "scroll_tabs_left_button",
"content_margin": [9,8,7,5],
"layer0.texture": "Gotham-Theme/assets/tabset-left-arrow.png",
"layer0.texture": "Gotham Theme/assets/tabset-left-arrow.png",
"layer0.tint": [200, 200, 200], //scroll left/right button
"layer0.inner_margin": 0,
"layer0.opacity": 0.5
Expand All @@ -357,7 +357,7 @@
{
"class": "scroll_tabs_right_button",
"content_margin": [9,8,7,5],
"layer0.texture": "Gotham-Theme/assets/tabset-right-arrow.png",
"layer0.texture": "Gotham Theme/assets/tabset-right-arrow.png",
"layer0.tint": [200, 200, 200], //scroll left/right button
"layer0.inner_margin": 0,
"layer0.opacity": 0.5
Expand All @@ -375,7 +375,7 @@
//------------------------------------------------------------------------------
{
"class": "fold_button_control",
"layer0.texture": "Gotham-Theme/assets/fold-closed.png",
"layer0.texture": "Gotham Theme/assets/fold-closed.png",
"layer0.tint": [175, 175, 175], //fold button control default state
"layer0.opacity": 1.0,
"layer0.inner_margin": 0,
Expand All @@ -389,7 +389,7 @@
{
"class": "fold_button_control",
"attributes": ["expanded"],
"layer0.texture": "Gotham-Theme/assets/fold-open.png"
"layer0.texture": "Gotham Theme/assets/fold-open.png"
},


Expand Down Expand Up @@ -932,7 +932,7 @@
// Sidebar file close
{
"class": "close_button",
"layer0.texture": "Gotham-Theme/assets/file-close.png",
"layer0.texture": "Gotham Theme/assets/file-close.png",
"layer0.tint": [78, 81, 101], //sidebar file close color
"layer0.opacity": 0,
"layer0.inner_margin": 0,
Expand All @@ -952,15 +952,15 @@
{
"class": "close_button",
"attributes": ["dirty"],
"layer0.texture": "Gotham-Theme/assets/file-dirty.png",
"layer0.texture": "Gotham Theme/assets/file-dirty.png",
"layer0.tint": [255, 255, 255], //sidebar file dirty close button tint
"layer0.opacity": 1.0
},
// Sidebar file close hover
{
"class": "close_button",
"attributes": ["hover"],
"layer0.texture": "Gotham-Theme/assets/file-close.png",
"layer0.texture": "Gotham Theme/assets/file-close.png",
"layer0.tint": [152, 209, 206] //sidebar file close button tint
},

Expand All @@ -972,40 +972,40 @@
{
"class": "icon_folder",
"content_margin": [8, 8],
"layer0.texture": "Gotham-Theme/assets/folder.png",
"layer1.texture": "Gotham-Theme/assets/folder-open-gray.png",
"layer0.texture": "Gotham Theme/assets/folder.png",
"layer1.texture": "Gotham Theme/assets/folder-open-gray.png",
"layer0.tint": [255, 255, 255], //sidebar folder button tint
"layer0.opacity": 1.0
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.texture": "Gotham-Theme/assets/folder.png",
"layer0.texture": "Gotham Theme/assets/folder.png",
"layer0.tint": [200, 200, 200], //sidebar folder button hover state
"layer0.opacity": 0.8
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.texture": "Gotham-Theme/assets/folder.png"
"layer0.texture": "Gotham Theme/assets/folder.png"
},
// Sidebar group open
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Gotham-Theme/assets/folder-open-gray.png"
"layer0.texture": "Gotham Theme/assets/folder-open-gray.png"
},
{
"class": "icon_folder",
"attributes": ["expanded"],
"parents": [{"class": "tree_row", "attributes": ["hover", "expanded"]}],
"layer0.texture": "Gotham-Theme/assets/folder-open-gray.png"
"layer0.texture": "Gotham Theme/assets/folder-open-gray.png"
},
{
"class": "icon_folder",
"attributes": ["expanded"],
"parents": [{"class": "tree_row", "attributes": ["selected", "expanded"]}],
"layer0.texture": "Gotham-Theme/assets/folder-open-gray.png"
"layer0.texture": "Gotham Theme/assets/folder-open-gray.png"
},
//Sidebar file icons
{
Expand Down Expand Up @@ -1057,15 +1057,15 @@
{
"class": "dropdown_button_control",
"content_margin": [9, 9],
"layer0.texture": "Gotham-Theme/assets/tabset-list.png",
"layer0.texture": "Gotham Theme/assets/tabset-list.png",
"layer0.tint": [255, 255, 255], //text dropdown tint
"layer0.opacity": 1.0,
"layer0.inner_margin": [4, 4]
},
{
"class": "dropdown_button_control",
"attributes": ["hover"],
"layer0.texture": "Gotham-Theme/assets/tabset-list-hover.png",
"layer0.texture": "Gotham Theme/assets/tabset-list-hover.png",
"layer0.opacity": 1.0
},
{
Expand Down Expand Up @@ -1337,7 +1337,7 @@
//Regex search button
{
"class": "icon_regex",
"layer0.texture": "Gotham-Theme/assets/icon-regex.png",
"layer0.texture": "Gotham Theme/assets/icon-regex.png",
"layer0.tint": [134, 145, 165], //bottom icon default state
"layer0.opacity": 1.0,
"content_margin": [8, 8]
Expand All @@ -1355,7 +1355,7 @@
//Case sensitive search button
{
"class": "icon_case",
"layer0.texture": "Gotham-Theme/assets/icon-case.png",
"layer0.texture": "Gotham Theme/assets/icon-case.png",
"layer0.tint": [134, 145, 165], //bottom icon default state
"layer0.opacity": 1.0,
"content_margin": [8, 8]
Expand All @@ -1373,7 +1373,7 @@
//Match whole word search button
{
"class": "icon_whole_word",
"layer0.texture": "Gotham-Theme/assets/icon-word.png",
"layer0.texture": "Gotham Theme/assets/icon-word.png",
"layer0.tint": [134, 145, 165], //bottom icon default state
"layer0.opacity": 1.0,
"content_margin": [8, 8]
Expand All @@ -1396,7 +1396,7 @@
//Show search context button
{
"class": "icon_context",
"layer0.texture": "Gotham-Theme/assets/icon-context.png",
"layer0.texture": "Gotham Theme/assets/icon-context.png",
"layer0.tint": [134, 145, 165], //bottom icon default state
"layer0.opacity": 1.0,
"content_margin": [8, 8]
Expand All @@ -1414,7 +1414,7 @@
//Use search buffer
{
"class": "icon_use_buffer",
"layer0.texture": "Gotham-Theme/assets/icon-buffer.png",
"layer0.texture": "Gotham Theme/assets/icon-buffer.png",
"layer0.tint": [134, 145, 165], //bottom icon default state
"layer0.opacity": 1.0,
"content_margin": [8, 8]
Expand All @@ -1437,7 +1437,7 @@
// Reverse search direction button
{
"class": "icon_reverse",
"layer0.texture": "Gotham-Theme/assets/icon-reverse.png",
"layer0.texture": "Gotham Theme/assets/icon-reverse.png",
"layer0.tint": [134, 145, 165], //bottom icon default state
"layer0.opacity": 1.0,
"content_margin": 8
Expand All @@ -1455,7 +1455,7 @@
// Search wrap button
{
"class": "icon_wrap",
"layer0.texture": "Gotham-Theme/assets/icon-wrap.png",
"layer0.texture": "Gotham Theme/assets/icon-wrap.png",
"layer0.tint": [134, 145, 165], //bottom icon default state
"layer0.opacity": 1.0,
"content_margin": [8, 8]
Expand All @@ -1473,7 +1473,7 @@
// Search in selection button
{
"class": "icon_in_selection",
"layer0.texture": "Gotham-Theme/assets/icon-selection.png",
"layer0.texture": "Gotham Theme/assets/icon-selection.png",
"layer0.tint": [134, 145, 165], //bottom icon default state
"layer0.opacity": 1.0,
"content_margin": [8, 8]
Expand All @@ -1496,7 +1496,7 @@
// Preserve case button
{
"class": "icon_preserve_case",
"layer0.texture": "Gotham-Theme/assets/icon-preserve.png",
"layer0.texture": "Gotham Theme/assets/icon-preserve.png",
"layer0.tint": [134, 145, 165], //bottom icon default state
"layer0.opacity": 1.0,
"content_margin": [8, 8]
Expand All @@ -1519,7 +1519,7 @@
// Highlight results button
{
"class": "icon_highlight",
"layer0.texture": "Gotham-Theme/assets/icon-highlight.png",
"layer0.texture": "Gotham Theme/assets/icon-highlight.png",
"layer0.tint": [134, 145, 165], //bottom icon default state
"layer0.opacity": 1.0,
"content_margin": [8, 8]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can customize the UI to your liking _(e.g camouflage workspace with the colo

Screenshots below use font face: [Adobe Source Code Pro](https://github.com/adobe-fonts/source-code-pro)

####Gotham Theme
#### Gotham Theme
![Screenshot](http://i.imgur.com/xAqgz61.png)
![Screenshot](http://i.imgur.com/VLXf1q0.png)

Expand Down
2 changes: 1 addition & 1 deletion widgets/Widget - Gotham.stTheme
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>author</key>
<string>9sevendesign</string>
<string>hjohnson02</string>
<key>comment</key>
<string>A widget theme for the UI components of the Gotham theme.</string>
<key>name</key>
Expand Down
2 changes: 1 addition & 1 deletion widgets/Widget - Gotham.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"color_scheme": "Packages/Gotham-Theme/widgets/Widget - Gotham.stTheme",
"color_scheme": "Packages/Gotham Theme/widgets/Widget - Gotham.stTheme",
"draw_shadows": false,
"font_options": ["subpixel_antialias"],
"line_padding_top": 2
Expand Down

0 comments on commit 3158830

Please sign in to comment.