We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f6b4f commit afe68cfCopy full SHA for afe68cf
2 files changed
README.md
@@ -2,6 +2,6 @@
2
3
Atom syntax theme to match the brogrammer-ui theme
4
5
-Preview:
+Preview:
6
7

package.json
@@ -1,12 +1,16 @@
1
{
"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",
8
"license": "MIT",
+ "keywords": [
9
+ "dark",
10
+ "flat",
11
+ "brogrammer"
12
+ ],
13
"engines": {
- "atom": ">0.50.0"
14
+ "atom": ">1.13.0"
15
}
16
0 commit comments