Skip to content

Commit

Permalink
whitespace, input validation color fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt committed May 6, 2018
1 parent 8c4d306 commit 1d047e1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ copy.sh
build/
dist/
.DS_Store
notes.md
File renamed without changes.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to the "rouge-theme" extension will be documented in this fi

## [Released]
---
## [1.4.1] - 2018-05-06
### Added
- Whitespace coloring [trello card: XRkiwG7a](https://trello.com/c/XRkiwG7a)

### Changed
- Input validation backgrounds and borders to fit flush with theme [trello card: 5KflBR0T](https://trello.com/c/5KflBR0T)
- Text background on inline code items in hover widget [trello card: y8DvbAgj](https://trello.com/c/y8DvbAgj)

## [1.4.0] - 2018-03-27
### Added
- Pug/Jade support
Expand Down
24 changes: 8 additions & 16 deletions themes/rouge-theme-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"badge.foreground": "#fff",
// "editor.rangeHighlightBorder": "",
// "editor.rangeHighlightBackground": "",
// "editorWhitespace.foreground": "",
"editorWhitespace.foreground": "#91d1bd26",

//
// brackets
Expand Down Expand Up @@ -153,24 +153,18 @@
//
// buttons
//
// "button.background": "#a06468",
"button.foreground": "#fff",
// "button.hoverBackground": "#c6797e",
// "button.background": "#444955B3",
// "button.hoverBackground": "#444955",
"button.background": "#75809580",
"button.hoverBackground": "#758095",
//
// buttons - extensions
//
"extensionButton.prominentBackground": "#728069B3",
"extensionButton.prominentForeground": "#fff",
// "extensionButton.prominentHoverBackground": "#97a38f",
"extensionButton.prominentHoverBackground": "#728069",
//
// buttons - welcome page
//
// "welcomePage.buttonBackground": "#172030",
"welcomePage.buttonBackground": "#1A2335",
"welcomePage.buttonHoverBackground": "#444955",
"walkThrough.embeddedEditorBackground": "#1F2A3F",
Expand All @@ -188,12 +182,12 @@
"input.foreground": "#A7ACB9",
"inputOption.activeBorder": "#b8bcc6",
"input.placeholderForeground": "#808799",
"inputValidation.errorBackground": "#CC565Edf",
"inputValidation.errorBorder": "#fff",
"inputValidation.warningBackground": "#eabe9adf",
"inputValidation.warningBorder": "#fff",
"inputValidation.infoBackground": "#6e94b999",
"inputValidation.infoBorder": "#fff",
"inputValidation.errorBackground": "#192334",
"inputValidation.errorBorder": "#c6797e",
"inputValidation.warningBackground": "#192334",
"inputValidation.warningBorder": "#eabe9adf",
"inputValidation.infoBackground": "#192334",
"inputValidation.infoBorder": "#6e94b999",
//
// scroll bar control
//
Expand All @@ -214,7 +208,6 @@
"statusBarItem.hoverBackground": "#444955e6",
"statusBarItem.prominentBackground": "#b18bb1cc",
"statusBarItem.prominentHoverBackground": "#b18bb1",
// "statusBar.noFolderBackground": "#f7987e",
"statusBar.noFolderBackground": "#c6797edf",
//
// title bar
Expand Down Expand Up @@ -252,7 +245,6 @@
// picker group
//
"list.highlightForeground": "#eabe9a",
// "list.highlightForeground": "#c6cad2",
"pickerGroup.border": "#eabe9acc",
"pickerGroup.foreground": "#eabe9acc",
//
Expand Down Expand Up @@ -300,7 +292,7 @@
//
"textBlockQuote.background": "#1A2335",
"textBlockQuote.border": "#c6797e",
"textCodeBlock.background": "#fff",
"textCodeBlock.background": "#172030",
"textLink.activeForeground": "#98b3cd",
"textLink.foreground": "#6e94b9",
"textPreformat.foreground": "#bbb",
Expand Down

0 comments on commit 1d047e1

Please sign in to comment.