Skip to content

Commit

Permalink
text colors, welcome screen button change
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt committed Mar 28, 2018
1 parent 125917f commit 6f4f997
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to the "rouge-theme" extension will be documented in this fi

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

## [1.3.6] - 2018-03-23
### Added
Expand Down
19 changes: 10 additions & 9 deletions themes/rouge-theme-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@
//
// buttons - welcome page
//
"welcomePage.buttonBackground": "#172030",
// "welcomePage.buttonBackground": "#172030",
"welcomePage.buttonBackground": "#1A2335",
"welcomePage.buttonHoverBackground": "#444955",
"walkThrough.embeddedEditorBackground": "#1F2A3F",
//
Expand Down Expand Up @@ -293,16 +294,16 @@
"gitDecoration.deletedResourceForeground": "#b18bb1e6",
"gitDecoration.untrackedResourceForeground": "#ADB9A4",
"gitDecoration.ignoredResourceForeground": "#6e94b9e6",
"gitDecoration.conflictingResourceForeground": "#d19498"
"gitDecoration.conflictingResourceForeground": "#d19498",
//
// text colors
//
// "textBlockQuote.background": "",
// "textBlockQuote.border": "",
// "textCodeBlock.background": "",
// "textLink.activeForeground": "",
// "textLink.foreground": "",
// "textPreformat.foreground": "",
// "textSeparator.foreground": ""
"textBlockQuote.background": "#1A2335",
"textBlockQuote.border": "#c6797e",
"textCodeBlock.background": "#fff",
"textLink.activeForeground": "#98b3cd",
"textLink.foreground": "#6e94b9",
"textPreformat.foreground": "#bbb",
"textSeparator.foreground": "#bbb"
}
}

0 comments on commit 6f4f997

Please sign in to comment.