Skip to content

Commit 603ab66

Browse files
committed
🔖 v1.2.0
1 parent d6cc378 commit 603ab66

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Updates to the the "Cold Snack" theme will be tracked and documented in this fil
44

55
This project utilizes [Semantic Versioning](http://semver.org/).
66

7+
## [1.2.0] - 2017-06-26
8+
9+
### Changed
10+
- Updated merge conflict highlight colors to be more in light with diff editor highlight colors; addresses code readability issues in merge conflict viewer
11+
712
## [1.1.0] - 2017-06-22
813

914
### Added

‎dist/Cold Snack.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
"badge.background": "#BF4cB9",
420420
"button.background": "#ef7c11",
421421
"diffEditor.insertedTextBackground": "#027ddb33",
422-
"diffEditor.removedTextBackground": "_maroon-lightest-fade-ultra",
422+
"diffEditor.removedTextBackground": "#DF6cEF66",
423423
"dropdown.background": "#0a2c4f",
424424
"editor.background": "#0a0c29",
425425
"editor.foreground": "#e9e9eb",
@@ -443,10 +443,10 @@
443443
"list.hoverBackground": "#0a2c4f",
444444
"list.activeSelectionBackground": "#027ddb",
445445
"list.inactiveSelectionBackground": "#0a2c4f",
446-
"merge.currentHeaderBackground": "#00b7e9",
447-
"merge.currentContentBackground": "#027ddb",
448-
"merge.incomingHeaderBackground": "#ff9c51",
449-
"merge.incomingContentBackground": "#ff8c31",
446+
"merge.currentHeaderBackground": "#00e9ff66",
447+
"merge.currentContentBackground": "#00e9ff66",
448+
"merge.incomingHeaderBackground": "#DF6cEF66",
449+
"merge.incomingContentBackground": "#DF6cEF66",
450450
"peekViewEditor.background": "#0a0c29",
451451
"peekViewResult.background": "#0a0c29",
452452
"peekViewResult.selectionBackground": "#0a2c4f",

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cold-snack",
33
"displayName": "Cold Snack",
44
"description": "The crispest, most freshing theme for your editor.",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"publisher": "evrowe",
77
"engines": {
88
"vscode": "^1.12.0"

0 commit comments

Comments
 (0)