Skip to content

Commit 6f4f997

Browse files
committed
text colors, welcome screen button change
1 parent 125917f commit 6f4f997

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

CHANGELOG.md

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

44
## [Released]
55
---
6-
## [1.3.7] - 2018-03-27
6+
## [1.4.0] - 2018-03-27
77
### Added
88
- Pug/Jade support
99
- punctuation made bright green
@@ -14,6 +14,12 @@ All notable changes to the "rouge-theme" extension will be documented in this fi
1414
- equals sign darkened to match HTML
1515
- italicized attribute names
1616
- darkened class and ID names to match CSS selectors
17+
- editor: Text Colors
18+
- links: base and hover
19+
- blockquote: border and background
20+
- text foreground: `#bbb`
21+
### Changed
22+
- welcome screen button backgrounds, gave subtle background to easily discern
1723

1824
## [1.3.6] - 2018-03-23
1925
### Added

themes/rouge-theme-editor.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@
170170
//
171171
// buttons - welcome page
172172
//
173-
"welcomePage.buttonBackground": "#172030",
173+
// "welcomePage.buttonBackground": "#172030",
174+
"welcomePage.buttonBackground": "#1A2335",
174175
"welcomePage.buttonHoverBackground": "#444955",
175176
"walkThrough.embeddedEditorBackground": "#1F2A3F",
176177
//
@@ -293,16 +294,16 @@
293294
"gitDecoration.deletedResourceForeground": "#b18bb1e6",
294295
"gitDecoration.untrackedResourceForeground": "#ADB9A4",
295296
"gitDecoration.ignoredResourceForeground": "#6e94b9e6",
296-
"gitDecoration.conflictingResourceForeground": "#d19498"
297+
"gitDecoration.conflictingResourceForeground": "#d19498",
297298
//
298299
// text colors
299300
//
300-
// "textBlockQuote.background": "",
301-
// "textBlockQuote.border": "",
302-
// "textCodeBlock.background": "",
303-
// "textLink.activeForeground": "",
304-
// "textLink.foreground": "",
305-
// "textPreformat.foreground": "",
306-
// "textSeparator.foreground": ""
301+
"textBlockQuote.background": "#1A2335",
302+
"textBlockQuote.border": "#c6797e",
303+
"textCodeBlock.background": "#fff",
304+
"textLink.activeForeground": "#98b3cd",
305+
"textLink.foreground": "#6e94b9",
306+
"textPreformat.foreground": "#bbb",
307+
"textSeparator.foreground": "#bbb"
307308
}
308309
}

0 commit comments

Comments
 (0)