Skip to content

Commit

Permalink
Merge pull request #19 from ginfuru/feaature/poncho-hc
Browse files Browse the repository at this point in the history
Feaature/poncho hc
  • Loading branch information
Ed Heltzel authored Feb 5, 2020
2 parents c1d157f + 24ae38f commit 156d7f1
Show file tree
Hide file tree
Showing 8 changed files with 449 additions and 147 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.9.5 | 02-05-2020
* Adds hight contrast version of 1DRC Poncho

## 0.9.4 | 07-25-2019
* Updates the colors of both active and inactive modified tabs
* Updates status bar of window with No project - its more purplish

## 0.9.3 | 02-27-2019
* removes extention dependency
* adds new color syntax theme `1Dark Poncho`_(work in progress)_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ginfuru-onedark-raincoat-theme",
"displayName": "1Dark RainCoat",
"description": "A modified version of the One Dark + (Sublime Babel) color scheme, plus a custom Workbench theme",
"version": "0.9.3",
"version": "0.9.5",
"publisher": "ginfuru",
"engines": {
"vscode": "^1.12.0"
Expand Down
50 changes: 14 additions & 36 deletions themes/1DRC-Bright-Italic.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"editor.background": "#161821",
"editor.editor.findMatchBackground": "#42557B",
"editor.findMatchBackground": "#8A78FE",
"editor.findMatchHighlightBackground": "#5755D980",
"editor.findMatchHighlightBackground": "#5755D950",
"editor.findRangeHighlightBackground": "#8A78FE",
"editor.foreground": "#AAB1C0",
"editor.hoverHighlightBackground": "#42557BAB",
"editor.lineHighlightBackground": "#101119",
"editor.rangeHighlightBackground": "#39336870",
"editor.selectionBackground": "#5755D930",
"editor.selectionHighlightBackground": "#5755D950",
"editor.selectionHighlightBackground": "#42557B40",
"editor.wordHighlightBackground": "#5755D930",
"editorActiveLineNumber.foreground": "#C8DDFC9A",
"editorBracketMatch.background": "#AE81FF20",
Expand Down Expand Up @@ -106,7 +106,7 @@
"statusBar.background": "#101119",
"statusBar.debuggingBackground": "#473C9B",
"statusBar.foreground": "#C8DDFC9A",
"statusBar.noFolderBackground": "#393b57",
"statusBar.noFolderBackground": "#5755d980",
"statusBarItem.activeBackground": "#473C9B90",
"statusBarItem.hoverBackground": "#5542C3",
"tab.activeBackground": "#101119",
Expand All @@ -115,6 +115,8 @@
"tab.border": "#1618217A",
"tab.hoverBackground": "#10111980",
"tab.inactiveBackground": "#282D35AB",
"tab.inactiveModifedBorder": "#f5008280",
"tab.activeModifiedBorder": "#8b78ff",
"tab.inactiveForeground": "#C8DDFC7D",
"tab.unfocusedActiveBorder": "#ae81ff50",
"tab.unfocusedHoverBorder": "#8A78FEAB",
Expand Down Expand Up @@ -467,10 +469,7 @@
},
{
"name": "CSS Variables",
"scope": [
"variable.argument.css",
"variable.scss"
],
"scope": [ "variable.argument.css", "variable.scss" ],
"settings": {
"fontStyle": "italic"
}
Expand Down Expand Up @@ -577,9 +576,7 @@
},
{
"name": "JSON Key - Level 0",
"scope": [
"source.json meta.structure.dictionary.json support.type.property-name.json"
],
"scope": [ "source.json meta.structure.dictionary.json support.type.property-name.json" ],
"settings": {
"foreground": "#EF596F"
}
Expand Down Expand Up @@ -662,18 +659,14 @@
},
{
"name": "[YML]",
"scope": [
"punctuation.definition.block.sequence.item.yaml"
],
"scope": [ "punctuation.definition.block.sequence.item.yaml" ],
"settings": {
"foreground": "#D55FDE"
}
},
{
"name": "[YML]",
"scope": [
"string.unquoted.plain.out.yaml"
],
"scope": [ "string.unquoted.plain.out.yaml" ],
"settings": {
"foreground": "#89CA78"
}
Expand Down Expand Up @@ -847,49 +840,34 @@
},
{
"name": "Jekyll Front Matter",
"scope": [
"frontmatter.jekyll",
"frontmatter.liquid"
],
"scope": [ "frontmatter.jekyll", "frontmatter.liquid" ],
"settings": {
"foreground": "#C8DDFCD1"
}
},
{
"name": "Jekyll Flow Control",
"scope": [
"entity.name.tag.jekyll",
"entity.name.tag.jekyll"
],
"scope": [ "entity.name.tag.jekyll", "entity.name.tag.jekyll" ],
"settings": {
"foreground": "#F92672",
"fontStyle": "italic"
}
},
{
"name": "Jekyll Flow Control",
"scope": [
"variable.other.jekyll",
"variable.other.liquid"
],
"scope": [ "variable.other.jekyll", "variable.other.liquid" ],
"settings": {
"foreground": "#b267e6"
}
},
{
"scope": [
"punctuation.definition.string.begin",
"punctuation.definition.string.end"
],
"scope": [ "punctuation.definition.string.begin", "punctuation.definition.string.end" ],
"settings": {
"foreground": "#89CA77"
}
},
{
"scope": [
"punctuation.support.type.property-name.begin",
"punctuation.support.type.property-name.end"
],
"scope": [ "punctuation.support.type.property-name.begin", "punctuation.support.type.property-name.end" ],
"settings": {
"foreground": "#EF596E"
}
Expand Down
45 changes: 13 additions & 32 deletions themes/1DRC-Bright.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"editor.background": "#161821",
"editor.editor.findMatchBackground": "#42557B",
"editor.findMatchBackground": "#8A78FE",
"editor.findMatchHighlightBackground": "#5755D980",
"editor.findMatchHighlightBackground": "#5755D950",
"editor.findRangeHighlightBackground": "#8A78FE",
"editor.foreground": "#AAB1C0",
"editor.hoverHighlightBackground": "#42557BAB",
"editor.lineHighlightBackground": "#101119",
"editor.rangeHighlightBackground": "#39336870",
"editor.selectionBackground": "#5755D930",
"editor.selectionHighlightBackground": "#5755D950",
"editor.selectionHighlightBackground": "#42557B40",
"editor.wordHighlightBackground": "#5755D930",
"editorActiveLineNumber.foreground": "#C8DDFC9A",
"editorBracketMatch.background": "#AE81FF20",
Expand Down Expand Up @@ -106,13 +106,15 @@
"statusBar.background": "#101119",
"statusBar.debuggingBackground": "#473C9B",
"statusBar.foreground": "#C8DDFC9A",
"statusBar.noFolderBackground": "#393b57",
"statusBar.noFolderBackground": "#5755d980",
"statusBarItem.activeBackground": "#473C9B90",
"statusBarItem.hoverBackground": "#5542C3",
"tab.activeBackground": "#101119",
"tab.activeBorder": "#8A78FEAB",
"tab.activeForeground": "#C8DDFC",
"tab.border": "#1618217A",
"tab.activeModifiedBorder": "#8b78ff",
"tab.inactiveModifiedBorder": "#f5008280",
"tab.hoverBackground": "#10111980",
"tab.inactiveBackground": "#282D35AB",
"tab.inactiveForeground": "#C8DDFC7D",
Expand Down Expand Up @@ -565,9 +567,7 @@
},
{
"name": "JSON Key - Level 0",
"scope": [
"source.json meta.structure.dictionary.json support.type.property-name.json"
],
"scope": [ "source.json meta.structure.dictionary.json support.type.property-name.json" ],
"settings": {
"foreground": "#EF596F"
}
Expand Down Expand Up @@ -646,18 +646,14 @@
},
{
"name": "[YML]",
"scope": [
"punctuation.definition.block.sequence.item.yaml"
],
"scope": [ "punctuation.definition.block.sequence.item.yaml" ],
"settings": {
"foreground": "#D55FDE"
}
},
{
"name": "[YML]",
"scope": [
"string.unquoted.plain.out.yaml"
],
"scope": [ "string.unquoted.plain.out.yaml" ],
"settings": {
"foreground": "#89CA78"
}
Expand Down Expand Up @@ -831,48 +827,33 @@
},
{
"name": "Jekyll Front Matter",
"scope": [
"frontmatter.jekyll",
"frontmatter.liquid"
],
"scope": [ "frontmatter.jekyll", "frontmatter.liquid" ],
"settings": {
"foreground": "#C8DDFCD1"
}
},
{
"name": "Jekyll Flow Control",
"scope": [
"entity.name.tag.jekyll",
"entity.name.tag.jekyll"
],
"scope": [ "entity.name.tag.jekyll", "entity.name.tag.jekyll" ],
"settings": {
"foreground": "#F92672"
}
},
{
"name": "Jekyll Flow Control",
"scope": [
"variable.other.jekyll",
"variable.other.liquid"
],
"scope": [ "variable.other.jekyll", "variable.other.liquid" ],
"settings": {
"foreground": "#b267e6"
}
},
{
"scope": [
"punctuation.definition.string.begin",
"punctuation.definition.string.end"
],
"scope": [ "punctuation.definition.string.begin", "punctuation.definition.string.end" ],
"settings": {
"foreground": "#89CA77"
}
},
{
"scope": [
"punctuation.support.type.property-name.begin",
"punctuation.support.type.property-name.end"
],
"scope": [ "punctuation.support.type.property-name.begin", "punctuation.support.type.property-name.end" ],
"settings": {
"foreground": "#EF596E"
}
Expand Down
Loading

0 comments on commit 156d7f1

Please sign in to comment.