Skip to content

Commit

Permalink
Merge pull request #11 from josefaidt/1.5.1
Browse files Browse the repository at this point in the history
1.5.1
  • Loading branch information
josefaidt authored Sep 5, 2018
2 parents 9609409 + 6cf568d commit 4c99e44
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 40 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to the "rouge-theme" extension will be documented in this fi

## [Released]
---
## [1.5.1] - 2018-09-05
### Added
- editor: Windows/Linux menubar, full color

### Changed
- editor: titlebar now extends to Windows/Linux, polished colors to fit palette
- editor: terminal.ansiBrightBlack & black brightened a bit for readability
- editor: editorSuggestWidget.selectedBackground changed to match new hover background

### Fixed
- syntax: numbers were green instead of yellow after a brief attempt to fix some punctuation coloring issues

## [1.5.0] - 2018-09-02
### Added
- editor:
Expand Down
24 changes: 16 additions & 8 deletions src/themes/rouge-theme-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"editorSuggestWidget.highlightForeground": "#eabe9a",
// "editorSuggestWidget.selectedBackground": "#91d1bd4d",
// "editorSuggestWidget.selectedBackground": "#c6797e4d",
"editorSuggestWidget.selectedBackground": "#7580954d",
"editorSuggestWidget.selectedBackground": "#293a57",
"editorHoverWidget.background": "#1F2A3F",
// "editorHoverWidget.border": "#c6797e",
"editorHoverWidget.border": "#758095",
Expand Down Expand Up @@ -256,21 +256,29 @@
//
// title bar
//
"titleBar.activeBackground": "#1A2335",
"titleBar.activeForeground": "#fff",
"titleBar.activeBackground": "#172030",
"titleBar.activeForeground": "#A7ACB9",
"titleBar.inactiveBackground": "#c6797edf",
"titleBar.inactiveForeground": "#A7ACB9",
"titleBar.inactiveForeground": "#fff",
//
// menu
//
"menu.background": "#1A2335",
"menu.foreground": "#c6cad2",
// "menu.background": "#1A2335",
// "menu.foreground": "#c6cad2",
// "menu.selectionBackground": "",
// "menu.selectionForeground": "",
// "menu.selectionBorder": "",
// "menubar.selectionBackground": "",
// "menubar.selectionForeground": "",
// "menubar.selectionBorder": "",
"menu.background": "#172030",
"menu.foreground": "#a7acb9",
"menu.selectionBackground": "#293a57",
"menu.selectionForeground": "#c6cad2",
"menu.selectionBorder": null,
"menubar.selectionBackground": "#c6797e",
"menubar.selectionForeground": "#fff",
"menubar.selectionBorder": null,
//
// notifications
//
Expand Down Expand Up @@ -321,15 +329,15 @@
"terminal.foreground": "#b8bcc6",
"terminalCursor.background": "#ADB9A4",
"terminalCursor.foreground": "#ADB9A4",
"terminal.ansiBlack": "#293a56",
"terminal.ansiBlack": "#374E73",
"terminal.ansiBlue": "#6e94b9",
"terminal.ansiCyan": "#8ab6c1",
"terminal.ansiGreen": "#ADB9A4",
"terminal.ansiMagenta": "#b18bb1",
"terminal.ansiRed": "#c6797e",
"terminal.ansiWhite": "#e3e4e8",
"terminal.ansiYellow": "#ece7ac",
"terminal.ansiBrightBlack": "#3A537A",
"terminal.ansiBrightBlack": "#3F5A85",
// "terminal.ansiBrightBlack": "#808799",
"terminal.ansiBrightBlue": "#98b3cd",
"terminal.ansiBrightCyan": "#abcbd3",
Expand Down
26 changes: 13 additions & 13 deletions src/themes/rouge-theme-syntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -639,19 +639,19 @@
"fontStyle": "italic"
}
},
{
"name": "[JS] - Decimal Point",
"scope": [
// "constant.numeric.decimal",
"constant.numeric.decimal",
"meta.array.literal",
"meta.block"
],
"settings": {
"foreground": "#D0D6B5"
// "foreground": "#bbb"
}
},
// {
// "name": "[JS] - Decimal Point",
// "scope": [
// // "constant.numeric.decimal",
// "constant.numeric.decimal",
// "meta.array.literal",
// "meta.block"
// ],
// "settings": {
// "foreground": "#D0D6B5"
// // "foreground": "#bbb"
// }
// },
{
"name": "[JSON] - Meta",
"scope": [
Expand Down
22 changes: 14 additions & 8 deletions themes/rouge-theme-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"editorSuggestWidget.border": "#758095",
"editorSuggestWidget.foreground": "#c6cad2",
"editorSuggestWidget.highlightForeground": "#eabe9a",
"editorSuggestWidget.selectedBackground": "#7580954d",
"editorSuggestWidget.selectedBackground": "#293a57",
"editorHoverWidget.background": "#1F2A3F",
"editorHoverWidget.border": "#758095",
"peekView.border": "#c6797e",
Expand Down Expand Up @@ -158,12 +158,18 @@
"statusBarItem.prominentBackground": "#b18bb1cc",
"statusBarItem.prominentHoverBackground": "#b18bb1",
"statusBar.noFolderBackground": "#c6797edf",
"titleBar.activeBackground": "#1A2335",
"titleBar.activeForeground": "#fff",
"titleBar.activeBackground": "#172030",
"titleBar.activeForeground": "#A7ACB9",
"titleBar.inactiveBackground": "#c6797edf",
"titleBar.inactiveForeground": "#A7ACB9",
"menu.background": "#1A2335",
"menu.foreground": "#c6cad2",
"titleBar.inactiveForeground": "#fff",
"menu.background": "#172030",
"menu.foreground": "#a7acb9",
"menu.selectionBackground": "#293a57",
"menu.selectionForeground": "#c6cad2",
"menu.selectionBorder": null,
"menubar.selectionBackground": "#c6797e",
"menubar.selectionForeground": "#fff",
"menubar.selectionBorder": null,
"notificationCenter.border": "#758095",
"notificationCenterHeader.foreground": "#A7ACB9",
"notificationCenterHeader.background": "#1F2A3F",
Expand All @@ -184,15 +190,15 @@
"terminal.foreground": "#b8bcc6",
"terminalCursor.background": "#ADB9A4",
"terminalCursor.foreground": "#ADB9A4",
"terminal.ansiBlack": "#293a56",
"terminal.ansiBlack": "#374E73",
"terminal.ansiBlue": "#6e94b9",
"terminal.ansiCyan": "#8ab6c1",
"terminal.ansiGreen": "#ADB9A4",
"terminal.ansiMagenta": "#b18bb1",
"terminal.ansiRed": "#c6797e",
"terminal.ansiWhite": "#e3e4e8",
"terminal.ansiYellow": "#ece7ac",
"terminal.ansiBrightBlack": "#3A537A",
"terminal.ansiBrightBlack": "#3F5A85",
"terminal.ansiBrightBlue": "#98b3cd",
"terminal.ansiBrightCyan": "#abcbd3",
"terminal.ansiBrightGreen": "#bec8b7",
Expand Down
11 changes: 0 additions & 11 deletions themes/rouge-theme-syntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,17 +592,6 @@
}
},
{
"name": "[JS] - Decimal Point",
"scope": [
"constant.numeric.decimal",
"meta.array.literal",
"meta.block"
],
"settings": {
"foreground": "#D0D6B5"
}
},
{
"name": "[JSON] - Meta",
"scope": [
"meta.embedded.block.json"
Expand Down

0 comments on commit 4c99e44

Please sign in to comment.