Commit 247d1cc 1 parent 894155c commit 247d1cc Copy full SHA for 247d1cc
File tree 3 files changed +12
-9
lines changed
3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to the "vscode-theme-dark-atom-dark-green-cursor" extension will be documented in this file.
3
3
4
- The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
5
-
6
4
## [ Unreleased]
7
5
- Fork of Sublime Theme https://github.com/therealmarv/Atom-Dark.tmTheme
8
6
7
+ ## [ 0.9.1] - 2017-02-03
8
+ - Add the word theme to everywhere and recommend file-icons in README
9
+
9
10
## [ 0.9.0] - 2017-02-03
10
- ### Changed
11
11
- Structure theme to VSCode theme conventions
12
- ### Added
13
12
- Preview image, icon etc.
14
13
Original file line number Diff line number Diff line change 1
- # Dark Atom Dark Green Cursor
1
+ # Dark Atom Dark Green Cursor Theme
2
2
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 .
4
4
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.
6
6
7
7
The big eyecandy is the ** GREEN** cursor :)
8
8
9
9
![ Screenshot] ( https://raw.githubusercontent.com/therealmarv/vscode-theme-dark-atom-dark-green-cursor/master/screenshot.png )
10
10
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
+
11
15
** Enjoy!**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-theme-dark-atom-dark-green-cursor" ,
3
- "displayName" : " Dark Atom Dark Green Cursor" ,
3
+ "displayName" : " Dark Atom Dark Green Cursor Theme " ,
4
4
"description" : " Beautiful Atom Dark with green Cursor eyecandy" ,
5
- "version" : " 0.9.0 " ,
5
+ "version" : " 0.9.1 " ,
6
6
"publisher" : " therealmarv" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.5.0"
You can’t perform that action at this time.
0 commit comments