Skip to content

Commit ee8fc50

Browse files
committed
minor changes to readme and json file
1 parent dc9bcff commit ee8fc50

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Atom Text Editor Syntax Theme
22
## crispy-realization-syntax theme
33

4-
Crisp colors, dark background, (mostly) websafe colors - take it to the wild! I dig it (use if every day), hopefully you will too.
4+
Crisp, vibrant colors, balanced by dark background - take it on a spin! I dig it (use if every day), hopefully you will too.
5+
6+
Compatible with and built in Atom 1.14.4
57

68
![A screenshot of your theme](https://raw.githubusercontent.com/scottdesdev/crispy-realization-syntax-theme/master/crispy-realization-syntax-theme-js-example.png)
79

8-
Font used in screenshot: Fira Mono
10+
Font used in screenshot: Fira Mono, default font size
911

1012
###Yes, the name is a <a href="https://youtu.be/GhDnyPsQsB0" target="_blank">Bon Iver reference</a> ;-)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "crispy-realization-syntax",
33
"theme": "syntax",
4-
"version": "0.1.0",
5-
"description": "Crisp colors, dark background, (mostly) websafe colors - take it to the wild!",
4+
"version": "1.0.0",
5+
"description": "Crisp, vibrant colors, balanced by dark background - take it on a spin!",
66
"keywords": [
77
"syntax",
88
"theme"
99
],
1010
"repository": "https://github.com/scottdesdev/crispy-realization-syntax-theme",
1111
"license": "MIT",
1212
"engines": {
13-
"atom": ">=1.0.0 <2.0.0"
13+
"atom": ">=1.14.4 <2.0.0"
1414
}
1515
}

0 commit comments

Comments
 (0)