Skip to content

Commit 86fc7dd

Browse files
authored
Merge pull request #5 from josefaidt/1.4.3
1.4.3
2 parents 9e21f08 + e7e4c97 commit 86fc7dd

File tree

9 files changed

+1464
-11
lines changed

9 files changed

+1464
-11
lines changed

CHANGELOG.md

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

44
## [Released]
55
---
6+
## [1.4.3] - 2018-06-14
7+
### Changed
8+
- editor: terminal black and bright black were too dark to be readable, brightened
9+
- editor: welcome page button background color too dark, brightened
10+
- editor: blockquote background too dark, brightened
11+
612
## [1.4.2] - 2018-05-26
713
## [1.4.2.2] - 2018-05-26
814
### Added

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ gulp.task('default', () => {
77
return gulp.src('src/themes/*.json')
88
.pipe(strip())
99
.pipe(gulp.dest('themes/'))
10-
});
10+
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rouge-theme",
33
"displayName": "Rouge Theme",
44
"description": "Dark Material Theme optimized for Operator Mono",
5-
"version": "1.4.2",
5+
"version": "1.4.3",
66
"publisher": "josef",
77
"bugs": {
88
"url": "https://github.com/josefaidt/rouge-theme/issues"

rouge-theme-1.4.3.vsix

5.9 MB
Binary file not shown.

src/themes/rouge-theme-editor.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@
181181
//
182182
// buttons - welcome page
183183
//
184-
"welcomePage.buttonBackground": "#1A2335",
184+
"welcomePage.buttonBackground": "#1D293D",
185+
// "welcomePage.buttonBackground": "#1A2335",
185186
"welcomePage.buttonHoverBackground": "#444955",
186187
"walkThrough.embeddedEditorBackground": "#1F2A3F",
187188
//
@@ -269,22 +270,28 @@
269270
//
270271
"panelTitle.activeForeground": "#b8bcc6",
271272
"panel.background": "#172030",
273+
// "panel.border": "",
274+
// "panel.dropBackground": "",
275+
// "panelTitle.activeBorder": "",
276+
// "panelTitle.activeForegroun": "",
277+
// "panelTitle.inactiveForeground": "",
272278
//
273279
// terminal colors
274280
//
275281
"terminal.background": "#172030",
276282
"terminal.foreground": "#b8bcc6",
277283
"terminalCursor.background": "#ADB9A4",
278284
"terminalCursor.foreground": "#ADB9A4",
279-
"terminal.ansiBlack": "#172030",
285+
"terminal.ansiBlack": "#293a56",
280286
"terminal.ansiBlue": "#6e94b9",
281287
"terminal.ansiCyan": "#8ab6c1",
282288
"terminal.ansiGreen": "#ADB9A4",
283289
"terminal.ansiMagenta": "#b18bb1",
284290
"terminal.ansiRed": "#c6797e",
285291
"terminal.ansiWhite": "#e3e4e8",
286292
"terminal.ansiYellow": "#ece7ac",
287-
"terminal.ansiBrightBlack": "#293a56",
293+
"terminal.ansiBrightBlack": "#3A537A",
294+
// "terminal.ansiBrightBlack": "#808799",
288295
"terminal.ansiBrightBlue": "#98b3cd",
289296
"terminal.ansiBrightCyan": "#abcbd3",
290297
"terminal.ansiBrightGreen": "#bec8b7",
@@ -304,10 +311,11 @@
304311
"gitDecoration.untrackedResourceForeground": "#ADB9A4",
305312
"gitDecoration.ignoredResourceForeground": "#6e94b9e6",
306313
"gitDecoration.conflictingResourceForeground": "#d19498",
314+
// "gitDecoration.submoduleResourceForeground": "#fff",
307315
//
308316
// text colors
309317
//
310-
"textBlockQuote.background": "#1A2335",
318+
"textBlockQuote.background": "#1D293D",
311319
"textBlockQuote.border": "#c6797e",
312320
"textCodeBlock.background": "#172030",
313321
"textLink.activeForeground": "#98b3cd",

themes/rouge-theme-editor.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@
105105
"list.inactiveSelectionForeground": "#c6cad2",
106106
"list.invalidItemForeground": "#CC565E",
107107
"button.foreground": "#fff",
108-
"button.background": "#75809580",
108+
"button.background": "#758095",
109109
"button.hoverBackground": "#758095",
110110
"extensionButton.prominentBackground": "#728069B3",
111111
"extensionButton.prominentForeground": "#fff",
112112
"extensionButton.prominentHoverBackground": "#728069",
113-
"welcomePage.buttonBackground": "#1A2335",
113+
"welcomePage.buttonBackground": "#1D293D",
114114
"welcomePage.buttonHoverBackground": "#444955",
115115
"walkThrough.embeddedEditorBackground": "#1F2A3F",
116116
"dropdown.border": "#a06468df",
@@ -162,15 +162,15 @@
162162
"terminal.foreground": "#b8bcc6",
163163
"terminalCursor.background": "#ADB9A4",
164164
"terminalCursor.foreground": "#ADB9A4",
165-
"terminal.ansiBlack": "#172030",
165+
"terminal.ansiBlack": "#293a56",
166166
"terminal.ansiBlue": "#6e94b9",
167167
"terminal.ansiCyan": "#8ab6c1",
168168
"terminal.ansiGreen": "#ADB9A4",
169169
"terminal.ansiMagenta": "#b18bb1",
170170
"terminal.ansiRed": "#c6797e",
171171
"terminal.ansiWhite": "#e3e4e8",
172172
"terminal.ansiYellow": "#ece7ac",
173-
"terminal.ansiBrightBlack": "#293a56",
173+
"terminal.ansiBrightBlack": "#3A537A",
174174
"terminal.ansiBrightBlue": "#98b3cd",
175175
"terminal.ansiBrightCyan": "#abcbd3",
176176
"terminal.ansiBrightGreen": "#bec8b7",
@@ -184,7 +184,7 @@
184184
"gitDecoration.untrackedResourceForeground": "#ADB9A4",
185185
"gitDecoration.ignoredResourceForeground": "#6e94b9e6",
186186
"gitDecoration.conflictingResourceForeground": "#d19498",
187-
"textBlockQuote.background": "#1A2335",
187+
"textBlockQuote.background": "#1D293D",
188188
"textBlockQuote.border": "#c6797e",
189189
"textCodeBlock.background": "#172030",
190190
"textLink.activeForeground": "#98b3cd",

0 commit comments

Comments
 (0)