Skip to content

Commit 247d1cc

Browse files
committed
fix text
1 parent 894155c commit 247d1cc

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Change Log
22
All notable changes to the "vscode-theme-dark-atom-dark-green-cursor" extension will be documented in this file.
33

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5-
64
## [Unreleased]
75
- Fork of Sublime Theme https://github.com/therealmarv/Atom-Dark.tmTheme
86

7+
## [0.9.1] - 2017-02-03
8+
- Add the word theme to everywhere and recommend file-icons in README
9+
910
## [0.9.0] - 2017-02-03
10-
### Changed
1111
- Structure theme to VSCode theme conventions
12-
### Added
1312
- Preview image, icon etc.
1413

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# Dark Atom Dark Green Cursor
1+
# Dark Atom Dark Green Cursor Theme
22

3-
This is a fork of my [Dark Atom Sublime 3 Theme](https://github.com/therealmarv/Atom-Dark.tmTheme).
3+
This is a fork of my [Dark Atom Sublime 3 Theme](https://github.com/therealmarv/Atom-Dark.tmTheme) for VSCode.
44

5-
I compared it with original Atom and HTML, JS and Python code and it either matches or comes pretty close.
5+
I compared it with the original Atom editor together with HTML, JS and Python code and it either matches or comes pretty close.
66

77
The big eyecandy is the **GREEN** cursor :)
88

99
![Screenshot](https://raw.githubusercontent.com/therealmarv/vscode-theme-dark-atom-dark-green-cursor/master/screenshot.png)
1010

11+
## Recommendations
12+
13+
I recommend using this theme together with the [file-icons icon theme](https://github.com/file-icons/vscode) to complete the experience.
14+
1115
**Enjoy!**

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vscode-theme-dark-atom-dark-green-cursor",
3-
"displayName": "Dark Atom Dark Green Cursor",
3+
"displayName": "Dark Atom Dark Green Cursor Theme",
44
"description": "Beautiful Atom Dark with green Cursor eyecandy",
5-
"version": "0.9.0",
5+
"version": "0.9.1",
66
"publisher": "therealmarv",
77
"engines": {
88
"vscode": "^1.5.0"

0 commit comments

Comments
 (0)