Skip to content

Commit

Permalink
Update readme and color of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
theruslanusmanov committed Feb 21, 2019
1 parent 804b5ed commit 30f011c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 6 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 Ruslan Usmanov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
![Icon](https://raw.githubusercontent.com/owlruslan/kot-stream-theme-vscode/master/icon.png "Icon")
![Example](https://raw.githubusercontent.com/owlruslan/kot-stream-theme-vscode/master/example.png "Example")

## Description
This lightweight theme based on default JetBrains color scheme and extends
[KotStream Theme Lite](https://github.com/owlruslan/kot-stream-theme-lite-vscode).

## Info
This theme has been optimized for JavaScript, TypeScript, CSS, SASS(SCSS), HTML and Shell. Other languages are not tested and may differ from the github code styles. Please file an issue or submit a PR in this case.

Expand Down
17 changes: 11 additions & 6 deletions themes/Kot Stream Theme-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{
"scope": "comment",
"settings": {
"foreground": "#008000"
"foreground": "#808080"
}
},
{
Expand Down Expand Up @@ -323,13 +323,15 @@
{
"scope": "keyword",
"settings": {
"foreground": "#0000ff"
"foreground": "#000080",
"fontStyle": "bold"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#0000ff"
"foreground": "#000080",
"fontStyle": "bold"
}
},
{
Expand All @@ -348,7 +350,8 @@
"keyword.operator.logical.python"
],
"settings": {
"foreground": "#0000ff"
"foreground": "#000080",
"fontStyle": "bold"
}
},
{
Expand All @@ -363,7 +366,8 @@
"punctuation.section.embedded.end.php"
],
"settings": {
"foreground": "#800000"
"foreground": "#800000",
"fontStyle": "bold"
}
},
{
Expand Down Expand Up @@ -393,7 +397,8 @@
"name": "this.self",
"scope": "variable.language",
"settings": {
"foreground": "#0000ff"
"foreground": "#000080",
"fontStyle": "bold"
}
},
// HELLO
Expand Down

0 comments on commit 30f011c

Please sign in to comment.