From 8e7269aa844924ece048c07db70b7cda1325f6d1 Mon Sep 17 00:00:00 2001 From: Mauro Reis Vieira Date: Fri, 1 Mar 2019 11:49:56 +0000 Subject: [PATCH] feat: add version 1.6.0 --- CHANGELOG.md | 15 ++++- README.md | 3 +- examples/file.ts | 6 +- messages.json | 3 +- package.json | 2 +- schemes/Meetio.sublime-color-scheme | 90 +++++++++++++++++++++++++++++ 6 files changed, 114 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4004852..c4dd179b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project +adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +--- + + +## [1.6.0](https://github.com/mauroreisvieira/meetio/compare/v1.5.1...v1.6.0) (2019-02-24) + +### FEATURES +* Add syntax Improvements for: `HTML`, `CSS`, `JavaScript`, `PHP` & `Markdown` and others. +* Add customize colors for `diff.deleted`, `diff.deleted.char`, `diff.inserted`, and `diff.inserted.char` **(build 3193)**. + +###BUGFIXES +* Fix background color of `quick_panel`. --- diff --git a/README.md b/README.md index 436ae535..474ed47c 100755 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Active the option `meetio_tabs_selected_border` in `Meetio: Edit Settings` and p "line_padding_bottom" : 7, "line_padding_top" : 7, "overlay_scroll_bars" : "enabled", - "highlight_modified_tabs" : "enabled" + "highlight_modified_tabs" : "enabled", + "font_face" : "Fira Code" } ``` diff --git a/examples/file.ts b/examples/file.ts index 0b6fac87..1142cb5c 100644 --- a/examples/file.ts +++ b/examples/file.ts @@ -8,6 +8,10 @@ class Animal { constructor(name, age) { this.name = name; this.age = age; + this.options = { + age: this.age, + name: this.name, + } for (let i = 0; i < this.age; i++) { console.log('Counter:' + i); @@ -15,7 +19,7 @@ class Animal { } public move(meters: Number): any { - if (meters && typeof meters === "number") { + if (typeof meters === "number") { console.log(this.name + " moved " + meters + "meters."); } return meters; diff --git a/messages.json b/messages.json index 5124cc45..25075d71 100644 --- a/messages.json +++ b/messages.json @@ -7,5 +7,6 @@ "1.4.0": "messages/1.4.0.md", "1.4.1": "messages/1.4.1.md", "1.5.0": "messages/1.5.0.md", - "1.5.1": "messages/1.5.1.md" + "1.5.1": "messages/1.5.1.md", + "1.6.0": "messages/1.6.0.md" } diff --git a/package.json b/package.json index 055c420f..3f8ef202 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Meetio", - "version": "1.5.1", + "version": "1.6.0", "description": "Meetio is the most powerful theme for Sublime Text 3 with different Scheme variations only for 3176+ version.", "bugs": { "url": "https://github.com/mauroreisvieira/meetio/issues" diff --git a/schemes/Meetio.sublime-color-scheme b/schemes/Meetio.sublime-color-scheme index 041f1f8a..4bb0e619 100644 --- a/schemes/Meetio.sublime-color-scheme +++ b/schemes/Meetio.sublime-color-scheme @@ -46,6 +46,96 @@ "tags_options": "stippled_underline" }, "rules": [ + { + "scope": "col_00000015", + "foreground": "#AAAAAAFF", + "background": "#00000015" + }, + { + "scope": "col_6772E4FF", + "foreground": "#FBFBFBFF", + "background": "#6772E4FF" + }, + { + "scope": "col_607A86FF", + "foreground": "#F3F3F3FF", + "background": "#607A86FF" + }, + { + "scope": "col_80CBC4FF", + "foreground": "#333333FF", + "background": "#80CBC4FF" + }, + { + "scope": "col_455A64FF", + "foreground": "#D4D4D4FF", + "background": "#455A64FF" + }, + { + "scope": "col_FFEEEEFF", + "foreground": "#737373FF", + "background": "#FFEEEEFF" + }, + { + "scope": "col_000000FF", + "foreground": "#808080FF", + "background": "#000000FF" + }, + { + "scope": "col_F1F1F1FF", + "foreground": "#717171FF", + "background": "#F1F1F1FF" + }, + { + "scope": "col_00EEAAFF", + "foreground": "#1F1F1FFF", + "background": "#00EEAAFF" + }, + { + "scope": "col_D26911FF", + "foreground": "#FEFEFEFF", + "background": "#D26911FF" + }, + { + "scope": "col_FAFAFAFF", + "foreground": "#7A7A7AFF", + "background": "#FAFAFAFF" + }, + { + "scope": "col_00000026", + "foreground": "#A7A7A7FF", + "background": "#00000026" + }, + { + "scope": "col_CCCCCCFF", + "foreground": "#4C4C4CFF", + "background": "#CCCCCCFF" + }, + { + "scope": "col_FFFFFFFF", + "foreground": "#7F7F7FFF", + "background": "#FFFFFFFF" + }, + { + "scope": "col_DDDDDDFF", + "foreground": "#5D5D5DFF", + "background": "#DDDDDDFF" + }, + { + "scope": "col_gutter", + "foreground": "#ffffff", + "background": "#000000" + }, + { + "scope": "col_333333FF", + "foreground": "#B3B3B3FF", + "background": "#333333FF" + }, + { + "scope": "col_D95468FF", + "foreground": "#FEFEFEFF", + "background": "#D95468FF" + }, { "name": "[CSS] String", "scope": "source.css string",