Skip to content

Commit

Permalink
Adding basic sidebar icons
Browse files Browse the repository at this point in the history
  • Loading branch information
iccir committed Jan 3, 2015
1 parent c4d7521 commit cb758b0
Show file tree
Hide file tree
Showing 30 changed files with 10 additions and 30 deletions.
Binary file added Assets/fold-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/fold-closed@2x.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-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/fold-open@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Assets/folder-closed.png
Binary file not shown.
Binary file removed Assets/folder-closed@2x.png
Binary file not shown.
Binary file removed Assets/folder-open.png
Binary file not shown.
Binary file removed Assets/folder-open@2x.png
Binary file not shown.
Binary file modified Assets/icon-buffer.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/icon-context.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/icon-wrap.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 10 additions & 30 deletions El Capitan.sublime-theme
Expand Up @@ -174,22 +174,15 @@

{
"class": "fold_button_control",
"layer0.texture": "Theme - El Capitan/Assets/group-closed.png",
"layer0.texture": "Theme - El Capitan/Assets/fold-closed.png",
"layer0.inner_margin": 0,
"content_margin": [8, 8],
"layer0.tint": [ 0, 0, 0 ],
"layer0.opacity": 0.5
},
{
"class": "fold_button_control",
"attributes": ["hover"],
"layer0.opacity": 0.65
"layer0.opacity": 1.0
},
{
"class": "fold_button_control",
"attributes": ["expanded"],
"layer0.texture": "Theme - El Capitan/Assets/group-open.png",
"layer0.tint": [ 0, 0, 0 ],
"layer0.texture": "Theme - El Capitan/Assets/fold-open.png"
},

//
Expand Down Expand Up @@ -459,8 +452,8 @@
{
"class": "sidebar_tree",
"row_padding": [8, 3],
"indent": 15,
"indent_offset": 15,
"indent": 13,
"indent_offset": 13,
"indent_top_level": false
},
// Sidebar rows
Expand Down Expand Up @@ -600,14 +593,14 @@
"class": "disclosure_button_control",
"content_margin": [8, 8],
"layer0.texture": "Theme - El Capitan/Assets/group-closed.png",
"layer0.opacity": 0.65,
"layer0.opacity": 0.42,
"layer0.tint": [ 0, 0, 0 ],
"layer0.inner_margin": 0
},
{
"class": "disclosure_button_control",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 0.85,
"layer0.opacity": 0.5
},
{
"class": "disclosure_button_control",
Expand All @@ -629,27 +622,14 @@
// Sidebar folder closed
{
"class": "icon_folder",
"layer0.texture": "Theme - El Capitan/Assets/folder-closed.png",
"layer0.opacity": 0.65,
"layer0.tint": [ 0, 0, 0 ],
"layer0.texture": "Theme - El Capitan/icons/folder.png",
"content_margin": [8, 8]
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 0.85
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.tint": [ 255, 255, 255 ],
"layer0.opacity": 1.0
},
// Sidebar folder open
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Theme - El Capitan/Assets/folder-open.png"
"layer0.texture": "Theme - El Capitan/icons/folder_opened.png"
},
// Sidebar folder loading
{
Expand All @@ -673,7 +653,7 @@
"layer0.opacity": 1.0,
"content_margin": [8, 8]
},
// Sidebar file icons
// Sidebar file icons
{
"class": "icon_file_type",
// layer0.texture is filled in by code with the relevant icon name
Expand Down
Binary file modified Source/Fireworks.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 Source/Folders.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 icons/file_type_binary.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 icons/file_type_binary@2x.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 icons/file_type_default.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 icons/file_type_default@2x.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 icons/file_type_image.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 icons/file_type_image@2x.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 icons/file_type_markup.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 icons/file_type_markup@2x.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 icons/file_type_source.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 icons/file_type_source@2x.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 icons/file_type_text.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 icons/file_type_text@2x.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 icons/folder.png
Binary file added icons/folder@2x.png
Binary file added icons/folder_opened.png
Binary file added icons/folder_opened@2x.png

5 comments on commit cb758b0

@lehni
Copy link

@lehni lehni commented on cb758b0 Jan 10, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why yellow folders? It seems odd to not use the blue that's in use on the Mac elsewhere.

@iccir
Copy link
Owner Author

@iccir iccir commented on cb758b0 Jan 11, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to match Xcode. But I could include an option for blue, if people want?

@lehni
Copy link

@lehni lehni commented on cb758b0 Jan 11, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I see, that makes a lot of sense! I don't use XCode at all, so yeah I think blue could be nice for all the other folks : ) At first I thought I'm looking at a new graphical glitch...

@nvartolomei
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for blue

@jbrooksuk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say 👍 for blue, simply because that's how Finder looks.

Please sign in to comment.