Skip to content
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

add note on ST3 compatibility #33

Open
craigds opened this issue Apr 16, 2013 · 9 comments
Open

add note on ST3 compatibility #33

craigds opened this issue Apr 16, 2013 · 9 comments

Comments

@craigds
Copy link

craigds commented Apr 16, 2013

Works with ST3 afaict, with the interesting caveat that ST3 seemed to rename my "Flatland.tmTheme" file to "Flatland.tmtheme" (i.e. it lowercased the T). So I had to modify the color_scheme in the user prefs accordingly.

A note to this effect in the readme would probably be in order

@joelfillmore
Copy link
Member

@craigds - we actually took some changes to lowercase the name, #18 and #20. Perhaps you happened to try the theme between those changes?

I'm also on ST3 and it seems to work regardless of the filename case for me. I couldn't find an authoritative reference on what it should be in the ST docs. Anyone know?

@natet
Copy link

natet commented Apr 18, 2013

I imagine that changes to the case in the name could be handled differently based on which platform the user is running on. Windows shouldn't have a problem, while Mac and Linux likely will.

@optilude
Copy link

I'm probably just doing something wrong, but when I install via Package Control (or manually) and add `theme: "Flatland.sublime-theme" to my user settings, Sublime goes all black and there's no real theme being applied.

@optilude
Copy link

In the console, it says: "found 0 files for base name Flatland.sublime-theme", when I change my user settings as above.

@Anahkiasen
Copy link

Same thing here.

@nanoxd
Copy link

nanoxd commented Apr 23, 2013

I'm having the same issue: found 0 files for base name Flatland.sublime-theme using ST3 Build 3021

@nanoxd
Copy link

nanoxd commented Apr 23, 2013

It seems the theme file has the folder nested along with the VIM color file. Would it not be a better practice to only include the theme files?

@pedrojo
Copy link

pedrojo commented Apr 25, 2013

Solved!
Hi everybody,

I find a fix.. In ST2: open the file 'Flatland.sublime-theme'

you have to change the path : 'Flatland/Theme - Flatland/' with 'Theme - Flatland/Theme - Flatland/'

By example line 7 you see : '"layer0.texture": "Flatland/Theme - Flatland/tabset-background.png",
correct line is "layer0.texture": "Theme - Flatland/Theme - Flatland/tabset-background.png",'

You have a lot of lines like this to change in the file...

More easy? Change de name of your root theme folder from 'Theme - Flatland' to 'Flatland' and don't edit the file 'Flatland.sublime-theme'"

Hopes it helps. Work for me with ST2

Cheers

@natecox
Copy link

natecox commented Aug 22, 2013

Graphical elements of the tab bar seem to be missing in ST3 (Dev). The left and right arrows in the top left, and the window list button in the top right are both missing from the theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants