remove gap on the right side of the gutter
This commit is contained in:
parent
82eecf9e24
commit
986c5eddc2
12 changed files with 12 additions and 11 deletions
|
|
@ -188,6 +188,7 @@ var themes = {
|
|||
}
|
||||
|
||||
for (var name in themes) {
|
||||
console.log("Converting " + name);
|
||||
var tmTheme = fs.readFileSync(__dirname + "/tmthemes/" + themes[name] + ".tmTheme", "utf8");
|
||||
|
||||
var styles = extractStyles(parseTheme(tmTheme));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue