Skip to content

Commit 1d047e1

Browse files
committed
whitespace, input validation color fixes
1 parent 8c4d306 commit 1d047e1

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ copy.sh
66
build/
77
dist/
88
.DS_Store
9+
notes.md

CHANGELOG.md

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

44
## [Released]
55
---
6+
## [1.4.1] - 2018-05-06
7+
### Added
8+
- Whitespace coloring [trello card: XRkiwG7a](https://trello.com/c/XRkiwG7a)
9+
10+
### Changed
11+
- Input validation backgrounds and borders to fit flush with theme [trello card: 5KflBR0T](https://trello.com/c/5KflBR0T)
12+
- Text background on inline code items in hover widget [trello card: y8DvbAgj](https://trello.com/c/y8DvbAgj)
13+
614
## [1.4.0] - 2018-03-27
715
### Added
816
- Pug/Jade support

themes/rouge-theme-editor.json

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"badge.foreground": "#fff",
4040
// "editor.rangeHighlightBorder": "",
4141
// "editor.rangeHighlightBackground": "",
42-
// "editorWhitespace.foreground": "",
42+
"editorWhitespace.foreground": "#91d1bd26",
4343

4444
//
4545
// brackets
@@ -153,24 +153,18 @@
153153
//
154154
// buttons
155155
//
156-
// "button.background": "#a06468",
157156
"button.foreground": "#fff",
158-
// "button.hoverBackground": "#c6797e",
159-
// "button.background": "#444955B3",
160-
// "button.hoverBackground": "#444955",
161157
"button.background": "#75809580",
162158
"button.hoverBackground": "#758095",
163159
//
164160
// buttons - extensions
165161
//
166162
"extensionButton.prominentBackground": "#728069B3",
167163
"extensionButton.prominentForeground": "#fff",
168-
// "extensionButton.prominentHoverBackground": "#97a38f",
169164
"extensionButton.prominentHoverBackground": "#728069",
170165
//
171166
// buttons - welcome page
172167
//
173-
// "welcomePage.buttonBackground": "#172030",
174168
"welcomePage.buttonBackground": "#1A2335",
175169
"welcomePage.buttonHoverBackground": "#444955",
176170
"walkThrough.embeddedEditorBackground": "#1F2A3F",
@@ -188,12 +182,12 @@
188182
"input.foreground": "#A7ACB9",
189183
"inputOption.activeBorder": "#b8bcc6",
190184
"input.placeholderForeground": "#808799",
191-
"inputValidation.errorBackground": "#CC565Edf",
192-
"inputValidation.errorBorder": "#fff",
193-
"inputValidation.warningBackground": "#eabe9adf",
194-
"inputValidation.warningBorder": "#fff",
195-
"inputValidation.infoBackground": "#6e94b999",
196-
"inputValidation.infoBorder": "#fff",
185+
"inputValidation.errorBackground": "#192334",
186+
"inputValidation.errorBorder": "#c6797e",
187+
"inputValidation.warningBackground": "#192334",
188+
"inputValidation.warningBorder": "#eabe9adf",
189+
"inputValidation.infoBackground": "#192334",
190+
"inputValidation.infoBorder": "#6e94b999",
197191
//
198192
// scroll bar control
199193
//
@@ -214,7 +208,6 @@
214208
"statusBarItem.hoverBackground": "#444955e6",
215209
"statusBarItem.prominentBackground": "#b18bb1cc",
216210
"statusBarItem.prominentHoverBackground": "#b18bb1",
217-
// "statusBar.noFolderBackground": "#f7987e",
218211
"statusBar.noFolderBackground": "#c6797edf",
219212
//
220213
// title bar
@@ -252,7 +245,6 @@
252245
// picker group
253246
//
254247
"list.highlightForeground": "#eabe9a",
255-
// "list.highlightForeground": "#c6cad2",
256248
"pickerGroup.border": "#eabe9acc",
257249
"pickerGroup.foreground": "#eabe9acc",
258250
//
@@ -300,7 +292,7 @@
300292
//
301293
"textBlockQuote.background": "#1A2335",
302294
"textBlockQuote.border": "#c6797e",
303-
"textCodeBlock.background": "#fff",
295+
"textCodeBlock.background": "#172030",
304296
"textLink.activeForeground": "#98b3cd",
305297
"textLink.foreground": "#6e94b9",
306298
"textPreformat.foreground": "#bbb",

0 commit comments

Comments
 (0)