Skip to content

Commit

Permalink
release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Llewellyn500 committed Apr 7, 2021
1 parent ce7091d commit 2ed3c4f
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 30 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [4.0.0] - 2021-4-7

- Made tiny changes to Dark Version

## [3.1.0] - 2021-4-2

- Updated package details.
Expand Down
90 changes: 60 additions & 30 deletions themes/Legendary Dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@
{
"name": "Comment",
"scope": [
"comment",
"string.quoted.docstring.multi.python",
"comment",
"string.quoted.docstring.multi.python",
"string.quoted.docstring.multi.python punctuation.definition.string.begin.python",
"string.quoted.docstring.multi.python punctuation.definition.string.end.python"
],
Expand Down Expand Up @@ -568,7 +568,7 @@
"scope": "variable.other.constant.property.js, variable.other.property.js",
"settings": {
"foreground": "#2ee2fa"
}
},
},
{
"name": "Color",
Expand Down Expand Up @@ -617,7 +617,7 @@
},
{
"name": "Markup text",
"scope": ["text.html", "keyword.operator.assignment"],
"scope": ["text.html", "keyword.operator.assignment", ],
"settings": {
"foreground": "#ffffffee"
}
Expand Down Expand Up @@ -800,38 +800,49 @@
},
{
"name": "Clojure Globals",
"scope": ["entity.global.clojure"],
"scope": [
"entity.global.clojure",
],
"settings": {
"foreground": "#36f9f6",
"fontStyle": "bold"
}
},
{
"name": "Clojure Storage",
"scope": ["storage.control.clojure"],
"scope": [
"storage.control.clojure"
],
"settings": {
"foreground": "#36f9f6",
"fontStyle": "italic"
}
},
{
"name": "Clojure Metadata",
"scope": ["meta.metadata.simple.clojure", "meta.metadata.map.clojure"],
"scope": [
"meta.metadata.simple.clojure",
"meta.metadata.map.clojure"
],
"settings": {
"foreground": "#fe4450",
"fontStyle": "italic"
}
},
{
"name": "Clojure Macros, Quoted",
"scope": ["meta.quoted-expression.clojure"],
"scope": [
"meta.quoted-expression.clojure"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Clojure Symbols",
"scope": ["meta.symbol.clojure"],
"scope": [
"meta.symbol.clojure"
],
"settings": {
"foreground": "#ff7edbff"
}
Expand Down Expand Up @@ -864,18 +875,18 @@
"source.go keyword.control.go"
],
"settings": {
"foreground": "#fede5d"
"foreground": "#fede5d",
}
},
{
"name": "Go interfaces",
"scope": [
"source.go storage.type",
"source.go keyword.struct.go",
"source.go keyword.interface.go"
"source.go keyword.interface.go",
],
"settings": {
"foreground": "#72f1b8"
"foreground": "#72f1b8",
}
},
{
Expand All @@ -902,30 +913,39 @@
},
{
"name": "Markdown links and image paths",
"scope": ["string.other.link.title.markdown"],
"scope": [
"string.other.link.title.markdown"
],
"settings": {
"foreground": "#fede5d"
}
},
{
"name": "Markdown headings",
"scope": ["markup.heading.markdown", "entity.name.section.markdown"],
"scope": [
"markup.heading.markdown",
"entity.name.section.markdown",
],
"settings": {
"foreground": "#ff7edb",
"fontStyle": "bold"
}
},
{
"name": "Markdown italic",
"scope": ["markup.italic.markdown"],
"scope": [
"markup.italic.markdown",
],
"settings": {
"foreground": "#2EE2FA",
"fontStyle": "italic"
}
},
{
"name": "Markdown bold",
"scope": ["markup.bold.markdown"],
"scope": [
"markup.bold.markdown",
],
"settings": {
"foreground": "#2EE2FA",
"fontStyle": "bold"
Expand All @@ -935,10 +955,10 @@
"name": "Markdown quotes",
"scope": [
"punctuation.definition.quote.begin.markdown",
"markup.quote.markdown"
"markup.quote.markdown",
],
"settings": {
"foreground": "#72f1b8"
"foreground": "#72f1b8",
}
},
{
Expand All @@ -950,38 +970,48 @@
},
{
"name": "Dart strings",
"scope": ["string.interpolated.single.dart"],
"scope": [
"string.interpolated.single.dart",
],
"settings": {
"foreground": "#f97e72"
"foreground": "#f97e72",
}
},
{
"name": "Dart variable params",
"scope": ["variable.parameter.dart"],
"scope": [
"variable.parameter.dart",
],
"settings": {
"foreground": "#72f1b8"
"foreground": "#72f1b8",
}
},
{
"name": "Dart numerics",
"scope": ["constant.numeric.dart"],
"scope": [
"constant.numeric.dart",
],
"settings": {
"foreground": "#2EE2FA"
"foreground": "#2EE2FA",
}
},
{
"name": "Scala variable params",
"scope": ["variable.parameter.scala"],
"scope": [
"variable.parameter.scala",
],
"settings": {
"foreground": "#2EE2FA"
"foreground": "#2EE2FA",
}
},
{
"name": "Scala",
"scope": ["meta.template.expression.scala"],
"scope": [
"meta.template.expression.scala",
],
"settings": {
"foreground": "#72f1b8"
"foreground": "#72f1b8",
}
}
},
]
}
}

0 comments on commit 2ed3c4f

Please sign in to comment.