Skip to content

Commit

Permalink
Updated line number color, drag and drop background, button hover bac…
Browse files Browse the repository at this point in the history
…kground
  • Loading branch information
evrowe committed Jun 29, 2017
1 parent 4e1e56d commit a6aec54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ This project utilizes [Semantic Versioning](http://semver.org/).
## [1.3.0] Big Sky - FUTURE

### Added
- Scrollbar shadow colorization
- Added scrollbar shadow colorization
- Added custom background color for drag and drop on the activity bar

### Changed
- Updated background colors for merge conflict editor headers for incoming and current content to stand out from the body background colors
- Updated sidebar background and list styles to provide slightly more contrast and better hover/selected states for files
- Updated line number color

## [1.2.0] Mustang - 2017-06-26

Expand Down
3 changes: 3 additions & 0 deletions dist/Cold Snack.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,12 @@
"background": "#0a0c29",
"foreground": "#e9e9eb",
"activityBar.background": "#0a2c4f",
"activityBar.dropBackground": "#027ddb66",
"activityBar.foreground": "#ff8c31",
"activityBarBadge.background": "#CF6cC9",
"badge.background": "#BF4cB9",
"button.background": "#ef7c11",
"button.hoverBackground": "#ff8c31",
"diffEditor.insertedTextBackground": "#027ddb33",
"diffEditor.removedTextBackground": "#DF6cEF66",
"dropdown.background": "#0a2c4f",
Expand All @@ -426,6 +428,7 @@
"editor.lineHighlightBackground": "#0a2c4f",
"editor.selectionBackground": "#ff9c5166",
"editorCursor.foreground": "#d6b508",
"editorLineNumber.foreground": "#00e9ff66",
"editorRuler.foreground": "#0a2c4f",
"editorBracketMatch.border": "#d6b508",
"editorWidget.background": "#0a0c29",
Expand Down
3 changes: 3 additions & 0 deletions themes/workbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ colors:
# Activity bar (far left sidebar)
#
activityBar.background: _blue
activityBar.dropBackground: _blue-light-fade
activityBar.foreground: _orange-light
activityBarBadge.background: _maroon-lightest
#
Expand All @@ -14,6 +15,7 @@ colors:
# Button
#
button.background: _orange
button.hoverBackground: _orange-light
#
# Diff
#
Expand All @@ -33,6 +35,7 @@ colors:
editor.lineHighlightBackground: _blue
editor.selectionBackground: _orange-lightest-fade
editorCursor.foreground: _yellow
editorLineNumber.foreground: _blue-light-extreme-fade
editorRuler.foreground: _blue
editorBracketMatch.border: _yellow
# editorBracketMatch.background: NONE
Expand Down

0 comments on commit a6aec54

Please sign in to comment.