Skip to content

Commit

Permalink
Updated to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Jan 3, 2021
1 parent d2e2939 commit f53376c
Show file tree
Hide file tree
Showing 6 changed files with 850 additions and 544 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@

All notable changes to the "vsc-rosely-light" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [1.0.1]

## [Unreleased]
- Moved to new Rosely palette (minor changes replacing Serenity with Lavender Fog for borders)
- Implemented new ANSI colour palette for terminal and also syntax highlighting
- Made editor errors, warnings, info highlighting more readable
- Changed gitdecoration untracked files to roselyE, and ignored to rosely2
- Updated Rosely system diagram on README
- Reduced length of extension description
- Turned on semantic highlighting
- Changed syntax highlighting based on base16 guidelines
- Merged additional syntax tokens from default Light+ theme
- Changed remote colours in status bar

## [1.0.0]

- Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contemporary colours designed to induce calmness and serenity and works well
even on lower contrast displays. It is not eye fatiguing as it avoids high
contrast colour changes and helps the eyes to focus on what is important.

It is part of the overall Rosely Design System created by
[Chris Tham]([email protected]).
It is part of the overall [Rosely Design System](https://rosely.hellotham.com) created by
[Chris Tham]([email protected]).

![Rosely Colour Palette](https://github.com/hellotham/vsc-rosely-light/raw/master/images/rosely.png)
Binary file modified images/rosely.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vsc-rosely-light",
"displayName": "Rosely Light",
"description": "The Rosely Visual Studio Code Theme is based on a millennial pink inspired colour palette. It is a deliberately low contrast theme full of soothing contemporary colours designed to induce calmness and serenity and works well even on lower contrast displays. It is not eye fatiguing as it avoids high contrast colour changes and helps the eyes to focus on what is important. It is part of the overall Rosely Design System created by Chris Tham ([email protected]).",
"version": "1.0.0",
"description": "The Rosely Visual Studio Code Theme is based on a millennial pink inspired colour palette. It is a deliberately low contrast theme full of soothing contemporary colours designed to induce calmness and serenity and works well even on lower contrast displays.",
"version": "1.0.1",
"publisher": "hellotham",
"license": "MIT",
"homepage": "https://github.com/hellotham/vsc-rosely-light/blob/master/README.md",
Expand Down Expand Up @@ -33,5 +33,9 @@
"path": "./themes/RoselyLight.json"
}
]
},
"scripts": {
"package": "vsce package",
"publish": "vsce publish"
}
}
4 changes: 2 additions & 2 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@
"statusBarItem.prominentForeground": "#fff", // Status Bar prominent items foreground color.
"statusBarItem.prominentBackground": "#be9cc1", // Status Bar prominent items background color.
"statusBarItem.prominentHoverBackground": "#b0879b", // Status Bar prominent items background color when hovering.
"statusBarItem.remoteBackground": "#615f5f", // Background color for the remote indicator on the status bar.
"statusBarItem.remoteForeground": "#fff", // Foreground color for the remote indicator on the status bar.
"statusBarItem.remoteBackground": "#3CADD4", // Background color for the remote indicator on the status bar.
"statusBarItem.remoteForeground": "#27272a", // Foreground color for the remote indicator on the status bar.
"statusBarItem.errorBackground": "#ec809e", // Status bar error items background color. Error items stand out from other status bar entries to indicate error conditions.
"statusBarItem.errorForeground": "#fff", // Status bar error items foreground color. Error items stand out from other status bar entries to indicate error conditions.
// Prominent items stand out from other Status Bar entries to indicate importance. One example is the Toggle Tab Key Moves Focus command change mode indicator.
Expand Down
Loading

0 comments on commit f53376c

Please sign in to comment.