From f6f6b4fca98aa78c9a5a7da5ceb871f0badea6b5 Mon Sep 17 00:00:00 2001 From: apedley Date: Fri, 14 Jul 2017 01:51:06 -0500 Subject: [PATCH 1/4] Removed the no longer available :host selector and added syntax-- to all grammar selectors --- styles/base.less | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/styles/base.less b/styles/base.less index 3c5dcf3..2e76213 100644 --- a/styles/base.less +++ b/styles/base.less @@ -5,12 +5,12 @@ @import "ui-variables"; @import "colors"; -atom-text-editor, :host { +atom-text-editor { background-color: @base03; color: @base0; } -atom-text-editor, :host { +atom-text-editor { .invisible-character, .indent-guide { color: @base01; @@ -45,78 +45,78 @@ atom-text-editor, :host { } } -.bracket-matcher .region { +.syntax--bracket-matcher .syntax--region { background-color: @base1; opacity: 0.7; } -.comment { +.syntax--comment { color: @base05; font-style: italic; } -.entity { +.syntax--entity { color: @green; } -.keyword { +.syntax--keyword { color: @red; } -.any-method { +.syntax--any-method { color: @blue; } -.storage.type { +.syntax--storage.syntax--type { color: @blue; } -.storage.modifier { +.syntax--storage.syntax--modifier { color: @red; } -.constant { +.syntax--constant { color: @violet; - &.numeric, - &.boolean { + &.syntax--numeric, + &.syntax--boolean { color: @green; } } -.variable { +.syntax--variable { color: #fff; } -.delimiter, .brace { +.syntax--delimiter, .syntax--brace { color: @base0; } -.delimiter.period { +.syntax--delimiter.syntax--period { color: @green; } -.invalid.deprecated { +.syntax--invalid.syntax--deprecated { text-decoration: underline; color: @red; } -.invalid.illegal { +.syntax--invalid.syntax--illegal { color: @red; } -.string { +.syntax--string { color: @yellow; - .constant.character.escape { + .syntax--constant.syntax--character.syntax--escape { color: @red; } - &.regexp { + &.syntax--regexp { color: @blue; - .source.ruby.embedded, - .string.regexp.arbitrary-repitition { + .syntax--source.syntax--ruby.syntax--embedded, + .syntax--string.syntax--regexp.syntax--arbitrary-repitition { color: @red; } } From afe68cfecd3ab69c83d40e5aaeb8ad0915dbef76 Mon Sep 17 00:00:00 2001 From: apedley Date: Fri, 14 Jul 2017 02:37:34 -0500 Subject: [PATCH 2/4] Updated package.json because a new fork is needed --- README.md | 2 +- package.json | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 95211a7..855b347 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ Atom syntax theme to match the brogrammer-ui theme -Preview: +Preview: ![Preview](http://i.imgur.com/sX0OWz2.png) diff --git a/package.json b/package.json index b1d3c27..b445b47 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,16 @@ { "name": "brogrammer-syntax", "theme": "syntax", - "version": "1.0.0", - "private": true, - "description": "A short description of your theme", - "repository": "https://github.com/kenwheeler/brogrammer-syntax", + "version": "1.0.2", + "description": "A twice updated fork of the Brogrammer syntax theme for atom", + "repository": "https://github.com/apedley/brogrammer-syntax", "license": "MIT", + "keywords": [ + "dark", + "flat", + "brogrammer" + ], "engines": { - "atom": ">0.50.0" + "atom": ">1.13.0" } } From 28e91a551289cb683e61abff6d2891e36ed196a8 Mon Sep 17 00:00:00 2001 From: apedley Date: Fri, 14 Jul 2017 02:59:53 -0500 Subject: [PATCH 3/4] Changing name --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 855b347..23fcd37 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # brogrammer-syntax theme -Atom syntax theme to match the brogrammer-ui theme +Atom syntax theme to match the brogrammer-harder-ui theme Preview: diff --git a/package.json b/package.json index b445b47..a8bc02d 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "brogrammer-syntax", + "name": "brogrammer-harder-syntax", "theme": "syntax", - "version": "1.0.2", + "version": "1.2.0", "description": "A twice updated fork of the Brogrammer syntax theme for atom", - "repository": "https://github.com/apedley/brogrammer-syntax", + "repository": "https://github.com/apedley/brogrammer-harder-syntax", "license": "MIT", "keywords": [ "dark", From 4c7af95fa2e7da11b30f15d4e3648b8e60f7c33f Mon Sep 17 00:00:00 2001 From: apedley Date: Fri, 14 Jul 2017 03:00:05 -0500 Subject: [PATCH 4/4] Prepare 1.3.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8bc02d..edf5edf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "brogrammer-harder-syntax", "theme": "syntax", - "version": "1.2.0", + "version": "1.3.0", "description": "A twice updated fork of the Brogrammer syntax theme for atom", "repository": "https://github.com/apedley/brogrammer-harder-syntax", "license": "MIT",