Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Fix setting names; adjust icon contrast; add more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Dec 18, 2014
1 parent 79e42ee commit 9ae107e
Show file tree
Hide file tree
Showing 60 changed files with 42 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Fox/Widget - Fox.stTheme
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key>selection</key>
<string>#4f5b66</string>
<key>selectionBorder</key>
<string>#4f5b6600</string>
<string>#4f5b66</string>
</dict>
</dict>
</array>
Expand Down
42 changes: 21 additions & 21 deletions fox.dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -187,22 +187,22 @@
// Tab Labels font size
{
"class": "tab_label",
"settings": ["spacegray_tabs_font_small"],
"settings": ["fox_tabs_font_small"],
"font.size": 10.0
},
{
"class": "tab_label",
"settings": ["spacegray_tabs_font_normal"],
"settings": ["fox_tabs_font_normal"],
"font.size": 11.0
},
{
"class": "tab_label",
"settings": ["spacegray_tabs_font_large"],
"settings": ["fox_tabs_font_large"],
"font.size": 12.0
},
{
"class": "tab_label",
"settings": ["spacegray_tabs_font_xlarge"],
"settings": ["fox_tabs_font_xlarge"],
"font.size": 14.0
},

Expand Down Expand Up @@ -493,27 +493,27 @@
},
{
"class": "sidebar_tree",
"settings": ["spacegray_sidebar_tree_xsmall"],
"settings": ["fox_sidebar_tree_xsmall"],
"row_padding": [8, 0]
},
{
"class": "sidebar_tree",
"settings": ["spacegray_sidebar_tree_small"],
"settings": ["fox_sidebar_tree_small"],
"row_padding": [8, 2]
},
{
"class": "sidebar_tree",
"settings": ["spacegray_sidebar_tree_normal"],
"settings": ["fox_sidebar_tree_normal"],
"row_padding": [8, 4]
},
{
"class": "sidebar_tree",
"settings": ["spacegray_sidebar_tree_large"],
"settings": ["fox_sidebar_tree_large"],
"row_padding": [8, 6]
},
{
"class": "sidebar_tree",
"settings": ["spacegray_sidebar_tree_xlarge"],
"settings": ["fox_sidebar_tree_xlarge"],
"row_padding": [8, 8]
},
// Sidebar heading selected
Expand All @@ -529,22 +529,22 @@
},
{
"class": "sidebar_label",
"settings": ["spacegray_sidebar_font_small"],
"settings": ["fox_sidebar_font_small"],
"font.size": 10.0
},
{
"class": "sidebar_label",
"settings": ["spacegray_sidebar_font_normal"],
"settings": ["fox_sidebar_font_normal"],
"font.size": 11.0
},
{
"class": "sidebar_label",
"settings": ["spacegray_sidebar_font_large"],
"settings": ["fox_sidebar_font_large"],
"font.size": 12.0
},
{
"class": "sidebar_label",
"settings": ["spacegray_sidebar_font_xlarge"],
"settings": ["fox_sidebar_font_xlarge"],
"font.size": 14.0
},
// Sidebar folder entry
Expand Down Expand Up @@ -665,8 +665,8 @@
{
"class": "icon_file_type",
// layer0.texture is filled in by code with the relevant icon name
"layer0.opacity": 1.0,
"layer0.tint": [89, 103, 115],
"layer0.opacity": 0.8,
"layer0.tint": [255, 255, 255],
"content_margin": [8, 8]
},

Expand Down Expand Up @@ -1046,7 +1046,7 @@
//
{
"class": "disclosure_button_control",
"settings": ["spacegray_color_expanded_folder"],
"settings": ["fox_color_expanded_folder"],
"attributes": ["expanded"],
"layer0.tint": [254, 204, 102] // 0A
},
Expand All @@ -1058,27 +1058,27 @@
// Tab set
{
"class": "tabset_control",
"settings": ["spacegray_tabs_auto_width"],
"settings": ["fox_tabs_auto_width"],
"tab_width": 0
},
{
"class": "tabset_control",
"settings": ["spacegray_tabs_small"],
"settings": ["fox_tabs_small"],
"tab_height": 22
},
{
"class": "tabset_control",
"settings": ["spacegray_tabs_normal"],
"settings": ["fox_tabs_normal"],
"tab_height": 28
},
{
"class": "tabset_control",
"settings": ["spacegray_tabs_large"],
"settings": ["fox_tabs_large"],
"tab_height": 34
},
{
"class": "tabset_control",
"settings": ["spacegray_tabs_xlarge"],
"settings": ["fox_tabs_xlarge"],
"tab_height": 40
},

Expand Down
1 change: 1 addition & 0 deletions fox.dark.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<key>selectionForeground</key>
<string>#a7adba</string>
</dict>

<key>settings</key>
<array>
<dict>
Expand Down
38 changes: 19 additions & 19 deletions fox.light.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -188,22 +188,22 @@
// Tab Labels font size
{
"class": "tab_label",
"settings": ["spacegray_tabs_font_small"],
"settings": ["fox_tabs_font_small"],
"font.size": 10.0
},
{
"class": "tab_label",
"settings": ["spacegray_tabs_font_normal"],
"settings": ["fox_tabs_font_normal"],
"font.size": 11.0
},
{
"class": "tab_label",
"settings": ["spacegray_tabs_font_large"],
"settings": ["fox_tabs_font_large"],
"font.size": 12.0
},
{
"class": "tab_label",
"settings": ["spacegray_tabs_font_xlarge"],
"settings": ["fox_tabs_font_xlarge"],
"font.size": 14.0
},

Expand Down Expand Up @@ -494,27 +494,27 @@
},
{
"class": "sidebar_tree",
"settings": ["spacegray_sidebar_tree_xsmall"],
"settings": ["fox_sidebar_tree_xsmall"],
"row_padding": [8, 0]
},
{
"class": "sidebar_tree",
"settings": ["spacegray_sidebar_tree_small"],
"settings": ["fox_sidebar_tree_small"],
"row_padding": [8, 2]
},
{
"class": "sidebar_tree",
"settings": ["spacegray_sidebar_tree_normal"],
"settings": ["fox_sidebar_tree_normal"],
"row_padding": [8, 4]
},
{
"class": "sidebar_tree",
"settings": ["spacegray_sidebar_tree_large"],
"settings": ["fox_sidebar_tree_large"],
"row_padding": [8, 6]
},
{
"class": "sidebar_tree",
"settings": ["spacegray_sidebar_tree_xlarge"],
"settings": ["fox_sidebar_tree_xlarge"],
"row_padding": [8, 8]
},
// Sidebar heading selected
Expand All @@ -530,22 +530,22 @@
},
{
"class": "sidebar_label",
"settings": ["spacegray_sidebar_font_small"],
"settings": ["fox_sidebar_font_small"],
"font.size": 10.0
},
{
"class": "sidebar_label",
"settings": ["spacegray_sidebar_font_normal"],
"settings": ["fox_sidebar_font_normal"],
"font.size": 11.0
},
{
"class": "sidebar_label",
"settings": ["spacegray_sidebar_font_large"],
"settings": ["fox_sidebar_font_large"],
"font.size": 12.0
},
{
"class": "sidebar_label",
"settings": ["spacegray_sidebar_font_xlarge"],
"settings": ["fox_sidebar_font_xlarge"],
"font.size": 14.0
},
// Sidebar folder entry
Expand Down Expand Up @@ -1047,7 +1047,7 @@
//
{
"class": "disclosure_button_control",
"settings": ["spacegray_color_expanded_folder"],
"settings": ["fox_color_expanded_folder"],
"attributes": ["expanded"],
"layer0.tint": [254, 204, 102] // 0A
},
Expand All @@ -1059,27 +1059,27 @@
// Tab set
{
"class": "tabset_control",
"settings": ["spacegray_tabs_auto_width"],
"settings": ["fox_tabs_auto_width"],
"tab_width": 0
},
{
"class": "tabset_control",
"settings": ["spacegray_tabs_small"],
"settings": ["fox_tabs_small"],
"tab_height": 22
},
{
"class": "tabset_control",
"settings": ["spacegray_tabs_normal"],
"settings": ["fox_tabs_normal"],
"tab_height": 28
},
{
"class": "tabset_control",
"settings": ["spacegray_tabs_large"],
"settings": ["fox_tabs_large"],
"tab_height": 34
},
{
"class": "tabset_control",
"settings": ["spacegray_tabs_xlarge"],
"settings": ["fox_tabs_xlarge"],
"tab_height": 40
},

Expand Down
Binary file added icons/file_type_apache.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/file_type_binary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/file_type_blade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/file_type_c#.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/file_type_c#@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/file_type_c++.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/file_type_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/file_type_cfc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/file_type_cfm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/file_type_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/file_type_go.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/file_type_html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/file_type_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/file_type_js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/[email protected]
Binary file modified icons/file_type_less.png
Binary file modified icons/[email protected]
Binary file modified icons/file_type_markdown.png
Binary file modified icons/[email protected]
Binary file modified icons/file_type_markup.png
Binary file modified icons/[email protected]
Binary file modified icons/file_type_mustache.png
Binary file modified icons/[email protected]
Binary file modified icons/file_type_node.png
Binary file modified icons/[email protected]
Binary file modified icons/file_type_php.png
Binary file modified icons/[email protected]
Binary file modified icons/file_type_rails.png
Binary file modified icons/[email protected]
Binary file added icons/file_type_rust.png
Binary file added icons/[email protected]
Binary file modified icons/file_type_sass.png
Binary file modified icons/[email protected]
Binary file added icons/file_type_scss.png
Binary file added icons/[email protected]
Binary file modified icons/file_type_source.png
Binary file modified icons/[email protected]
Binary file modified icons/file_type_text.png
Binary file modified icons/[email protected]
Binary file added icons/folder-dots.png
Binary file added icons/[email protected]
Binary file added icons/folder.png
Binary file added icons/[email protected]
Binary file added icons/folder_open.png
Binary file added icons/[email protected]

0 comments on commit 9ae107e

Please sign in to comment.