Skip to content

Commit

Permalink
update preview screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Paternina committed Feb 11, 2021
1 parent 38c6d7e commit 209b6cb
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 14 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.5.5] - 2021-02-11

### Updated

- Update sample screenshots.

## [2.5.4] - 2021-01-30

### Changed

- Update styles of editor tabs.

## [2.5.3] - 2021-01-18

### Added
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Visual Studio Code theme for those who code at night

## AlterNight

![Home Screen](https://raw.githubusercontent.com/spaceinvadev/alternight-vscode-theme/main/preview-sidebar.png)
![Home Screen](https://raw.githubusercontent.com/spaceinvadev/alternight-vscode-theme/main/preview-sidebar-menu.png)

### ReactJS

Expand Down Expand Up @@ -57,10 +57,10 @@ The typeface I used (as shown on the sample images) is **MonoLisa** — a nice c
"editor.fontSize": 17,

// Controls letter spacing in pixels
"editor.letterSpacing": -1,
"editor.letterSpacing": -1.4,

// Controls the font weight
"editor.fontWeight": "300",
"editor.fontWeight": "400",

// Controls the line height. Use 0 to compute the line height from the font size
"editor.lineHeight": 40,
Expand All @@ -87,7 +87,7 @@ You can customize/override the AlterNight theme colors by adding the following t

```json
"editor.tokenColorCustomizations": {
"[AlterNight YOUR_REMIX]": {
"[Your_Custom_AlterNight]": {
"textMateRules": [
{
"scope": [
Expand All @@ -97,16 +97,16 @@ You can customize/override the AlterNight theme colors by adding the following t
"comment.block.documentation"
],
"settings": {
"foreground": "#FFFF00"
"foreground": "#ffff00"
}
}
]
},
},

"workbench.colorCustomizations": {
"[AlterNight YOUR_REMIX]": {
"sideBar.background": "#FFFF00",
"[Your_Custom_AlterNight]": {
"sideBar.background": "#ffff00",
}
},
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "alternight",
"displayName": "AlterNight",
"description": "A Visual Studio Code theme for those who code at night",
"version": "2.5.3",
"version": "2.5.5",
"publisher": "spaceinvadev",
"author": {
"name": "Mauricio Paternina",
"url": "https://spaceinva.dev",
"url": "https://spaceinvadev.github.io/alternight/",
"email": "[email protected]"
},
"icon": "alternight-logo.png",
Expand Down
Binary file modified preview-css.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified preview-html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified preview-javascript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified preview-json.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified preview-react.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified preview-sass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview-sidebar-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed preview-sidebar.png
Binary file not shown.
8 changes: 3 additions & 5 deletions themes/alternight-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@

// Tabs
"editorGroupHeader.tabsBackground": "#1f172b",
"editorGroupHeader.tabsBorder": "#e0e0e0",
"tab.activeBackground": "#e29fa4",
"tab.activeForeground": "#1f172b",
"tab.activeBorder": "#e29fa4",
"tab.activeBorderTop": "#f78c6c",
"tab.activeForeground": "#f78c6c",
"tab.inactiveBackground": "#1b1b31",
"tab.inactiveForeground": "#7F7FB8",
"tab.hoverBackground": "#cf5f67",
"tab.hoverBackground": "#f78c6c",
"tab.hoverForeground": "#1f172b",

// Status bar
Expand Down

0 comments on commit 209b6cb

Please sign in to comment.