Skip to content

Commit 209b6cb

Browse files
author
Mauricio Paternina
committed
update preview screenshots
1 parent 38c6d7e commit 209b6cb

12 files changed

+24
-14
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [2.5.5] - 2021-02-11
8+
9+
### Updated
10+
11+
- Update sample screenshots.
12+
13+
## [2.5.4] - 2021-01-30
14+
15+
### Changed
16+
17+
- Update styles of editor tabs.
18+
719
## [2.5.3] - 2021-01-18
820

921
### Added

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Visual Studio Code theme for those who code at night
77

88
## AlterNight
99

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

1212
### ReactJS
1313

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

5959
// Controls letter spacing in pixels
60-
"editor.letterSpacing": -1,
60+
"editor.letterSpacing": -1.4,
6161

6262
// Controls the font weight
63-
"editor.fontWeight": "300",
63+
"editor.fontWeight": "400",
6464

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

8888
```json
8989
"editor.tokenColorCustomizations": {
90-
"[AlterNight YOUR_REMIX]": {
90+
"[Your_Custom_AlterNight]": {
9191
"textMateRules": [
9292
{
9393
"scope": [
@@ -97,16 +97,16 @@ You can customize/override the AlterNight theme colors by adding the following t
9797
"comment.block.documentation"
9898
],
9999
"settings": {
100-
"foreground": "#FFFF00"
100+
"foreground": "#ffff00"
101101
}
102102
}
103103
]
104104
},
105105
},
106106

107107
"workbench.colorCustomizations": {
108-
"[AlterNight YOUR_REMIX]": {
109-
"sideBar.background": "#FFFF00",
108+
"[Your_Custom_AlterNight]": {
109+
"sideBar.background": "#ffff00",
110110
}
111111
},
112112
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "alternight",
33
"displayName": "AlterNight",
44
"description": "A Visual Studio Code theme for those who code at night",
5-
"version": "2.5.3",
5+
"version": "2.5.5",
66
"publisher": "spaceinvadev",
77
"author": {
88
"name": "Mauricio Paternina",
9-
"url": "https://spaceinva.dev",
9+
"url": "https://spaceinvadev.github.io/alternight/",
1010
"email": "hello@spaceinva.dev"
1111
},
1212
"icon": "alternight-logo.png",

preview-css.png

-17.1 KB
Loading

preview-html.png

-9.73 KB
Loading

preview-javascript.png

5.03 KB
Loading

preview-json.png

7.2 KB
Loading

preview-react.png

8.03 KB
Loading

preview-sass.png

-8.85 KB
Loading

preview-sidebar-menu.png

78 KB
Loading

preview-sidebar.png

-83.6 KB
Binary file not shown.

themes/alternight-color-theme.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@
4040

4141
// Tabs
4242
"editorGroupHeader.tabsBackground": "#1f172b",
43-
"editorGroupHeader.tabsBorder": "#e0e0e0",
44-
"tab.activeBackground": "#e29fa4",
45-
"tab.activeForeground": "#1f172b",
46-
"tab.activeBorder": "#e29fa4",
43+
"tab.activeBorderTop": "#f78c6c",
44+
"tab.activeForeground": "#f78c6c",
4745
"tab.inactiveBackground": "#1b1b31",
4846
"tab.inactiveForeground": "#7F7FB8",
49-
"tab.hoverBackground": "#cf5f67",
47+
"tab.hoverBackground": "#f78c6c",
5048
"tab.hoverForeground": "#1f172b",
5149

5250
// Status bar

0 commit comments

Comments
 (0)