-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.R icons not showing up. #1
Comments
Hmm, this is disconcerting. I'm going to dig some more into this. Could you provide some more details on your set-up? It looks like you're running OS X--is it El Capitan? I'm assuming you're using Package Control, though you installed this fork of Afterglow manually. |
Yep, I'm on the latest version of El Cap on one of my machines and the latest public beta on another – .R icons do not show up on either. I do use package control, but you are correct, I did install this fork of Afterglow manually. Here is the entire contents of my user preferences file if that is of any help. I just can't figure it out! {
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow-monokai.tmTheme",
"detect_slow_plugins": true,
"font_size": 9,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"open_files_in_new_window": true,
"overlay_scroll_bars": "enabled",
"sidebar_no_icon": false,
"spacefunk_sidebar_light": false,
"status_bar_brighter": false,
"tab_size": 4,
"tabs_padding_medium": true,
"tabs_small": true,
"theme": "Afterglow-orange.sublime-theme",
"translate_tabs_to_spaces": true
}
|
Firstly, thanks very much for all the help – I figured that this was a pretty popular theme so maybe it was some config error on my part. So, I closed ST, deleted the folder in Application Support. I then reopened ST (which populated the folder again), I then cloned Afterglow into the packages folder. I get an icon next to .R files, but now it is not the right one... Bizarre, right? |
Haha, my mind is blown! I think that's the icon Afterglow used to use before I changed it. Just to be sure, did you rename the folder to |
Haha, well perhaps this is a sign of progress, if nothing else! Yep, i used So presumably this indicates that some other junk is preventing any icons from being shown adjacent to .R files. My only hunch is that the line |
Here's another theory. I think it's a capitalization issue! I made some changes to the repository (perhaps a bit hastily). After you pull the changes (or download the updated zip), let me know how it goes! |
Nice! I just made that small change and renamed the R icon files. I'm still need to figure out why this works, but do you mind if I close this issue out? |
Great -- sure, I think we're all finished here anyway. Thanks, again. |
I can't seem to get .R icons to appear in the afterglow theme (see screenshot). I am running the latest version of ST and Afterglow (v2.1.2).
I did wonder whether it is my preferences, as I was never sure how ST knew to look in the folder
./Packages/Theme - Afterglow/
but if I add that to the beginning of the theme path, then the whole interface screws up. No other version of the theme appears in my Application Support folder.Any ideas on a fix for this would be greatly appreciated.
The text was updated successfully, but these errors were encountered: