Skip to content

Commit cc49242

Browse files
author
ekreutz
committed
Added README and screenshot
1 parent b00cfb9 commit cc49242

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
All notable changes to the "panther-dark-theme" extension will be documented in this file.
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6-
7-
## [Unreleased]
5+
## v1.0.0
86

97
- Initial release

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# README
2-
## This is the README for your extension "panther-dark-theme"
3-
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
1+
# Panther Dark Theme
42

5-
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
6-
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
7-
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
3+
Dark theme for VSCode. In part based on Microsoft's version of [Monokai](https://github.com/Microsoft/vscode/tree/master/extensions/theme-monokai) theme, as well as the VSCode default [Dark+](https://github.com/Microsoft/vscode/blob/master/extensions/theme-defaults/themes/dark_plus.json) theme.
84

9-
### For more information
10-
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
11-
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
5+
With the following changes:
126

13-
**Enjoy!**
7+
1. It's darker than Dark+. Tastefully so though: not completely black.
8+
2. Comments are green for added visibility. Why do most VSCode custom themes have grey comments?
9+
3. Tweaked to work well with Python and not only JS like a lot of themes.
10+
11+
![Screenshot](screenshot.png)

screenshot.png

409 KB
Loading

0 commit comments

Comments
 (0)