Skip to content

Commit 4c99e44

Browse files
authored
Merge pull request #11 from josefaidt/1.5.1
1.5.1
2 parents 9609409 + 6cf568d commit 4c99e44

File tree

5 files changed

+55
-40
lines changed

5 files changed

+55
-40
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to the "rouge-theme" extension will be documented in this fi
33

44
## [Released]
55
---
6+
## [1.5.1] - 2018-09-05
7+
### Added
8+
- editor: Windows/Linux menubar, full color
9+
10+
### Changed
11+
- editor: titlebar now extends to Windows/Linux, polished colors to fit palette
12+
- editor: terminal.ansiBrightBlack & black brightened a bit for readability
13+
- editor: editorSuggestWidget.selectedBackground changed to match new hover background
14+
15+
### Fixed
16+
- syntax: numbers were green instead of yellow after a brief attempt to fix some punctuation coloring issues
17+
618
## [1.5.0] - 2018-09-02
719
### Added
820
- editor:

src/themes/rouge-theme-editor.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"editorSuggestWidget.highlightForeground": "#eabe9a",
7676
// "editorSuggestWidget.selectedBackground": "#91d1bd4d",
7777
// "editorSuggestWidget.selectedBackground": "#c6797e4d",
78-
"editorSuggestWidget.selectedBackground": "#7580954d",
78+
"editorSuggestWidget.selectedBackground": "#293a57",
7979
"editorHoverWidget.background": "#1F2A3F",
8080
// "editorHoverWidget.border": "#c6797e",
8181
"editorHoverWidget.border": "#758095",
@@ -256,21 +256,29 @@
256256
//
257257
// title bar
258258
//
259-
"titleBar.activeBackground": "#1A2335",
260-
"titleBar.activeForeground": "#fff",
259+
"titleBar.activeBackground": "#172030",
260+
"titleBar.activeForeground": "#A7ACB9",
261261
"titleBar.inactiveBackground": "#c6797edf",
262-
"titleBar.inactiveForeground": "#A7ACB9",
262+
"titleBar.inactiveForeground": "#fff",
263263
//
264264
// menu
265265
//
266-
"menu.background": "#1A2335",
267-
"menu.foreground": "#c6cad2",
266+
// "menu.background": "#1A2335",
267+
// "menu.foreground": "#c6cad2",
268268
// "menu.selectionBackground": "",
269269
// "menu.selectionForeground": "",
270270
// "menu.selectionBorder": "",
271271
// "menubar.selectionBackground": "",
272272
// "menubar.selectionForeground": "",
273273
// "menubar.selectionBorder": "",
274+
"menu.background": "#172030",
275+
"menu.foreground": "#a7acb9",
276+
"menu.selectionBackground": "#293a57",
277+
"menu.selectionForeground": "#c6cad2",
278+
"menu.selectionBorder": null,
279+
"menubar.selectionBackground": "#c6797e",
280+
"menubar.selectionForeground": "#fff",
281+
"menubar.selectionBorder": null,
274282
//
275283
// notifications
276284
//
@@ -321,15 +329,15 @@
321329
"terminal.foreground": "#b8bcc6",
322330
"terminalCursor.background": "#ADB9A4",
323331
"terminalCursor.foreground": "#ADB9A4",
324-
"terminal.ansiBlack": "#293a56",
332+
"terminal.ansiBlack": "#374E73",
325333
"terminal.ansiBlue": "#6e94b9",
326334
"terminal.ansiCyan": "#8ab6c1",
327335
"terminal.ansiGreen": "#ADB9A4",
328336
"terminal.ansiMagenta": "#b18bb1",
329337
"terminal.ansiRed": "#c6797e",
330338
"terminal.ansiWhite": "#e3e4e8",
331339
"terminal.ansiYellow": "#ece7ac",
332-
"terminal.ansiBrightBlack": "#3A537A",
340+
"terminal.ansiBrightBlack": "#3F5A85",
333341
// "terminal.ansiBrightBlack": "#808799",
334342
"terminal.ansiBrightBlue": "#98b3cd",
335343
"terminal.ansiBrightCyan": "#abcbd3",

src/themes/rouge-theme-syntax.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -639,19 +639,19 @@
639639
"fontStyle": "italic"
640640
}
641641
},
642-
{
643-
"name": "[JS] - Decimal Point",
644-
"scope": [
645-
// "constant.numeric.decimal",
646-
"constant.numeric.decimal",
647-
"meta.array.literal",
648-
"meta.block"
649-
],
650-
"settings": {
651-
"foreground": "#D0D6B5"
652-
// "foreground": "#bbb"
653-
}
654-
},
642+
// {
643+
// "name": "[JS] - Decimal Point",
644+
// "scope": [
645+
// // "constant.numeric.decimal",
646+
// "constant.numeric.decimal",
647+
// "meta.array.literal",
648+
// "meta.block"
649+
// ],
650+
// "settings": {
651+
// "foreground": "#D0D6B5"
652+
// // "foreground": "#bbb"
653+
// }
654+
// },
655655
{
656656
"name": "[JSON] - Meta",
657657
"scope": [

themes/rouge-theme-editor.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"editorSuggestWidget.border": "#758095",
4848
"editorSuggestWidget.foreground": "#c6cad2",
4949
"editorSuggestWidget.highlightForeground": "#eabe9a",
50-
"editorSuggestWidget.selectedBackground": "#7580954d",
50+
"editorSuggestWidget.selectedBackground": "#293a57",
5151
"editorHoverWidget.background": "#1F2A3F",
5252
"editorHoverWidget.border": "#758095",
5353
"peekView.border": "#c6797e",
@@ -158,12 +158,18 @@
158158
"statusBarItem.prominentBackground": "#b18bb1cc",
159159
"statusBarItem.prominentHoverBackground": "#b18bb1",
160160
"statusBar.noFolderBackground": "#c6797edf",
161-
"titleBar.activeBackground": "#1A2335",
162-
"titleBar.activeForeground": "#fff",
161+
"titleBar.activeBackground": "#172030",
162+
"titleBar.activeForeground": "#A7ACB9",
163163
"titleBar.inactiveBackground": "#c6797edf",
164-
"titleBar.inactiveForeground": "#A7ACB9",
165-
"menu.background": "#1A2335",
166-
"menu.foreground": "#c6cad2",
164+
"titleBar.inactiveForeground": "#fff",
165+
"menu.background": "#172030",
166+
"menu.foreground": "#a7acb9",
167+
"menu.selectionBackground": "#293a57",
168+
"menu.selectionForeground": "#c6cad2",
169+
"menu.selectionBorder": null,
170+
"menubar.selectionBackground": "#c6797e",
171+
"menubar.selectionForeground": "#fff",
172+
"menubar.selectionBorder": null,
167173
"notificationCenter.border": "#758095",
168174
"notificationCenterHeader.foreground": "#A7ACB9",
169175
"notificationCenterHeader.background": "#1F2A3F",
@@ -184,15 +190,15 @@
184190
"terminal.foreground": "#b8bcc6",
185191
"terminalCursor.background": "#ADB9A4",
186192
"terminalCursor.foreground": "#ADB9A4",
187-
"terminal.ansiBlack": "#293a56",
193+
"terminal.ansiBlack": "#374E73",
188194
"terminal.ansiBlue": "#6e94b9",
189195
"terminal.ansiCyan": "#8ab6c1",
190196
"terminal.ansiGreen": "#ADB9A4",
191197
"terminal.ansiMagenta": "#b18bb1",
192198
"terminal.ansiRed": "#c6797e",
193199
"terminal.ansiWhite": "#e3e4e8",
194200
"terminal.ansiYellow": "#ece7ac",
195-
"terminal.ansiBrightBlack": "#3A537A",
201+
"terminal.ansiBrightBlack": "#3F5A85",
196202
"terminal.ansiBrightBlue": "#98b3cd",
197203
"terminal.ansiBrightCyan": "#abcbd3",
198204
"terminal.ansiBrightGreen": "#bec8b7",

themes/rouge-theme-syntax.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -592,17 +592,6 @@
592592
}
593593
},
594594
{
595-
"name": "[JS] - Decimal Point",
596-
"scope": [
597-
"constant.numeric.decimal",
598-
"meta.array.literal",
599-
"meta.block"
600-
],
601-
"settings": {
602-
"foreground": "#D0D6B5"
603-
}
604-
},
605-
{
606595
"name": "[JSON] - Meta",
607596
"scope": [
608597
"meta.embedded.block.json"

0 commit comments

Comments
 (0)