thinkpixellab / flatland

Flatland is a simple theme and accompanying color scheme for Sublime Text 2.
2.67k stars 175 forks source link

add note on ST3 compatibility #33

Open craigds opened 11 years ago

craigds commented 11 years ago

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 commented 11 years ago

@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 commented 11 years ago

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 commented 11 years ago

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 commented 11 years ago

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

Anahkiasen commented 11 years ago

Same thing here.

nanoxd commented 11 years ago

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

nanoxd commented 11 years ago

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?

ghost commented 11 years ago

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 commented 11 years ago

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.