Skip to content

Commit

Permalink
Merge pull request #16 from ginfuru/feature/poncho-syntax
Browse files Browse the repository at this point in the history
Feature/poncho syntax
  • Loading branch information
Ed Heltzel authored Feb 27, 2019
2 parents 45c0720 + 11cbf02 commit b327316
Show file tree
Hide file tree
Showing 10 changed files with 426 additions and 169 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.9.3 | 02-27-2019
* removes extention dependency
* adds new color syntax theme `1Dark Poncho`_(work in progress)_
* update to readme and new image

## 0.9.2 | 02-05-2019
Hot fix for `editorSuggestWidget.selectedBackground` - gray color was confusing

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

</div>

![JS Syntax](https://raw.githubusercontent.com/ginfuru/vscode-onedark-raincoat/master/images/js.png)
![JS Syntax RainCoat](https://raw.githubusercontent.com/ginfuru/vscode-onedark-raincoat/master/images/js.png)

![JS Syntax Poncho](https://raw.githubusercontent.com/ginfuru/vscode-onedark-raincoat/master/images/js-alt.png)

##### For a full list of changes checkout the [changelog](https://marketplace.visualstudio.com/items/ginfuru.ginfuru-onedark-raincoat-theme/changelog)

Expand Down
Binary file added images/js-alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@
"label": "1Dark RainCoat Bright Italic",
"uiTheme": "vs-dark",
"path": "./themes/1DRC-Bright-Italic.json"
},
{
"label": "1Dark Poncho",
"uiTheme": "vs-dark",
"path": "./themes/1DRC-Poncho.json"
}
]
},
"extensionDependencies": [
"joshpeng.sublime-babel-vscode"
],
"dependencies": {
"global": "^4.3.2",
"vsce": "^1.42.0"
Expand Down
58 changes: 23 additions & 35 deletions themes/1DRC-Bright-Italic.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,28 @@
{
"name": "1Dark RainCoat Bright Italic",
"type": "dark",
"colors": {
"errorForeground": "#E50A69",
"focusBorder": "#AE81FF6B",
"foreground": "#C8DDFC",
"selection.background": "#5755D970",

"activityBar.background": "#101119",
"activityBar.dropBackground": "#AE81FF7B",
"activityBar.foreground": "#C8DDFCCC",
"activityBar.inactiveForeground": "#C8DDFC40",
"activityBarBadge.background": "#8A78FE",
"activityBarBadge.foreground": "#101119",

"badge.background": "#8A78FECC",
"badge.foreground": "#101119",

"breadcrumb.activeSelectionForeground": "#C8DDFC",
"breadcrumb.background": "#222330",
"breadcrumb.focusForeground": "#C8DDFC",
"breadcrumb.foreground": "#C8DDFC40",

"button.background": "#AE81FF7B",
"button.hoverBackground": "#AE81FF3B",

"debugToolBar.background": "#101119",

"dropdown.background": "#0D0E14",
"dropdown.border": "#292A32",

"editor.background": "#161821",
"editor.editor.findMatchBackground": "#42557B",
"editor.findMatchBackground": "#8A78FE",
Expand Down Expand Up @@ -61,10 +55,8 @@
"editorWhitespace.foreground": "#6272a460",
"editorWidget.background": "#222330",
"editorWidget.border": "#6D57FF7B",

"gitDecoration.modifiedResourceForeground": "#D18C4E",
"gitDecoration.untrackedResourceForeground": "#C8DDFC",

"input.background": "#0D0E14",
"input.foreground": "#C8DDFCDC",
"input.placeholderForeground": "#C8DDFC5B",
Expand All @@ -73,7 +65,6 @@
"inputValidation.errorBorder": "#E50A69",
"inputValidation.infoBackground": "#161821",
"inputValidation.infoBorder": "#AE81FF6B",

"list.activeSelectionBackground": "#AE81FF1B",
"list.activeSelectionForeground": "#C8DDFC",
"list.focusBackground": "#AE81FF3B",
Expand All @@ -82,18 +73,15 @@
"list.hoverForeground": "#C8DDFC",
"list.inactiveSelectionBackground": "#AE81FF1B",
"list.inactiveSelectionForeground": "#C8DDFCAB",

"notification.background": "#222330",
"notification.buttonBackground": "#6D57FF7B",
"notification.buttonHoverBackground": "#6D57FF",
"notification.foreground": "#C8DDFCBB",
"notification.infoBackground": "#6D57FF7B",

"panel.border": "#292A32AB",
"panelTitle.activeBorder": "#AE81FFAB",
"panelTitle.activeForeground": "#C8DDFC",
"panelTitle.inactiveForeground": "#C8DDFC9A",

"peekView.border": "#AE81FFAB",
"peekViewEditor.background": "#161821",
"peekViewEditor.matchHighlightBackground": "#23262E60",
Expand All @@ -103,30 +91,24 @@
"peekViewResult.selectionBackground": "#AE81FF3B",
"peekViewResult.selectionForeground": "#C8DDFC",
"peekViewTitle.background": "#222330",

"pickerGroup.border": "#AE81FF6B",
"pickerGroup.foreground": "#C8DDFCBB",

"progressBar.background": "#8A78FE",

"scrollbarSlider.activeBackground": "#AE81FF7B",
"scrollbarSlider.background": "#AE81FF1B",
"scrollbarSlider.hoverBackground": "#AE81FF3B",

"sideBar.background": "#222330",
"sideBar.foreground": "#C8DDFC9A",
"sideBarSectionHeader.background": "#10111970",
"sideBarSectionHeader.border": "#292A32",
"sideBarSectionHeader.foreground": "#C8DDFC9A",
"sideBarTitle.foreground": "#C8DDFC9A",

"statusBar.background": "#101119",
"statusBar.debuggingBackground": "#473C9B",
"statusBar.foreground": "#C8DDFC9A",
"statusBar.noFolderBackground": "#393b57",
"statusBarItem.activeBackground": "#473C9B90",
"statusBarItem.hoverBackground": "#5542C3",

"tab.activeBackground": "#101119",
"tab.activeBorder": "#8A78FEAB",
"tab.activeForeground": "#C8DDFC",
Expand All @@ -136,15 +118,12 @@
"tab.inactiveForeground": "#C8DDFC7D",
"tab.unfocusedActiveBorder": "#ae81ff50",
"tab.unfocusedHoverBorder": "#8A78FEAB",

"textLink.activeForeground": "#6D57FF",
"textLink.foreground": "#8A78FE",

"titleBar.activeBackground": "#101119",
"titleBar.activeForeground": "#ABB1BAAB",
"titleBar.inactiveBackground": "#161821",
"titleBar.inactiveForeground": "#ABB1BAAB",

"widget.shadow": "#0F1014"
},
"tokenColors": [
Expand Down Expand Up @@ -488,7 +467,10 @@
},
{
"name": "CSS Variables",
"scope": ["variable.argument.css", "variable.scss"],
"scope": [
"variable.argument.css",
"variable.scss"
],
"settings": {
"fontStyle": "italic"
}
Expand Down Expand Up @@ -579,13 +561,6 @@
"foreground": "#523D14"
}
},
// {
// "name": "JSON Property",
// "scope": "meta.structure.dictionary.json support.type.property-name",
// "settings": {
// "foreground": "#EF596F"
// }
// },
{
"name": "JSON String",
"scope": "meta.structure.dictionary.json string.quoted.double.json",
Expand Down Expand Up @@ -687,14 +662,18 @@
},
{
"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 @@ -868,22 +847,31 @@
},
{
"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"
}
Expand Down
Loading

0 comments on commit b327316

Please sign in to comment.