-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial Release
- Loading branch information
Showing
26 changed files
with
1,577 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<h2 align="center">Changelog</h2> | ||
|
||
### Table of Contents | ||
|
||
- [v1.0.0](#v1.0.0) | ||
- [Versioning System](#versioning-system) | ||
- [License](#license) | ||
|
||
### v1.0.0 | ||
|
||
- Initial Commit _(01/07/2021)_ | ||
|
||
### Versioning System | ||
|
||
Lighthaus and all it's projects use [Semantic Versioning](https://semver.org/). <br/> | ||
|
||
|
||
### License | ||
|
||
_Copyright © 2020-Present Lighthaus Theme_ | ||
_Copyright © 2020-Present Adhiraj Sirohi_ | ||
_Copyright © 2020-Present Vasundhara Sharma_ | ||
|
||
<p align="left"><a href="https://github.com/lighthaus-theme/visual-studio-code/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg??style=flat&logo=appveyore&label=License&message=MIT&colorA=1C918A&colorB=50C16E"/></a></p> | ||
|
||
<p align="center"><img src="assets/lighthaus-border.png"><p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<p align="center"><img src="assets/vs-code-badge.png" width="300"><p> | ||
|
||
A [Lighthaus](https://github.com/lighthaus-theme/visual-studio-code) theme for [Visual Studio Code](https://code.visualstudio.com/). | ||
|
||
### Table of Contents | ||
|
||
- [Screenshots](#screenshots) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Contributing](#contributing) | ||
- [Version](#version) | ||
- [Bugs/Issues](#bugs/issues) | ||
- [License](#license) | ||
|
||
### Screenshots | ||
|
||
<p align="center"><img src="assets/vs-code-dart.png"><p> | ||
<p align="center"><img src="assets/vs-code-01.png"><p> | ||
<p align="center"><img src="assets/vs-code-02.png"><p> | ||
|
||
**For more screenshots of UI components, please check [this]() out.** | ||
|
||
### Installation | ||
|
||
Lighthaus theme can be found on the official [VS Code Extensions Marketplace](). | ||
To install it, simply: | ||
- Open the _Extensions Tab_ by clicking on it in the _Activity Bar_ | ||
- Search for `Lighthaus` and click `install` | ||
|
||
If you would like to manually install it, download the latest release from [here]() and installing it using the and going to: | ||
- _Extensions Tab_ | ||
- _Three Dot Menu_ | ||
- Click on `Install from vsix` | ||
<p align="center"><img src="assets/vs-code-03.png" width="300"><p> | ||
|
||
- Select the `lighthaus-vscode-1.*.*.vsix` file. | ||
|
||
|
||
### Usage | ||
|
||
To activate the Lighthaus theme press: | ||
- `Cmd+K Cmd+T` for Mac or `Ctrl+K Ctrl+T` for Windows | ||
- Search for `Lighthaus` and select it | ||
- Press `Enter` to confirm | ||
|
||
### Contributing | ||
|
||
Check out [CONTRIBUTING](https://github.com/lighthaus-theme/lighthaus/blob/master/CONTRIBUTING.md). | ||
|
||
Pull Request Template can be found [here](https://github.com/lighthaus-theme/lighthaus/blob/master/PULL_REQUEST_TEMPLATE.md) and Issues and Bugs Template [here](https://github.com/lighthaus-theme/lighthaus/blob/master/ISSUE_TEMPLATE.md). | ||
|
||
### Version | ||
|
||
``` vim | ||
v 1.0.0 | ||
``` | ||
|
||
_Lighthaus and all it's projects use [Semantic Versioning](https://semver.org/)._ <br/> | ||
_All changes are recorded in [CHANGELOG](https://github.com/lighthaus-theme/zathura/blob/master/CHANGELOG.md)_ | ||
|
||
### Bugs/Issues | ||
|
||
Please report any bugs or issues [here](https://github.com/lighthaus-theme/visual-studio-code/issues). Issues and Bugs Template can be found [here](https://github.com/lighthaus-theme/lighthaus/blob/master/ISSUE_TEMPLATE.md). | ||
|
||
### License | ||
|
||
_Copyright © 2021-Present Lighthaus Theme_ | ||
_Copyright © 2021-Present Adhiraj Sirohi_ | ||
_Copyright © 2021-Present Vasundhara Sharma_ | ||
|
||
<p align="left"><a href="https://github.com/lighthaus-theme/visual-studio-code/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg??style=flat&logo=appveyore&label=License&message=MIT&colorA=1C918A&colorB=50C16E"/></a></p> | ||
|
||
<p align="center"><img src="assets/lighthaus-border.png"><p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<p align="center"><img src="assets/vs-code-badge.png" width="300"><p> | ||
|
||
<h2 align="center">Screenshots</h2> | ||
|
||
Notifications blend well with the rest of the UI while the buttons add a pop of brightness. | ||
<p align="right"><img src="assets/vs-code-notification.png" width="400"><p> | ||
|
||
Git colors in the `Explorer` help with keeping track of file changes, deletions, renaming etc. at a glance. | ||
<p align="left"><img src="assets/vs-code-git.png" width="400"><p> | ||
|
||
Differences are very clear and easy to distinguish. Lightly highlighted borders help in noticing single line differences particularly in larger files while also not distracting from the actual content of the file. | ||
<p align="left"><img src="assets/vs-code-diff.png"><p> | ||
|
||
Searches get brightly highlighted in the `minimap`. Background highlight of the searched term makes it easy to spot on the screen. | ||
<p align="left"><img src="assets/vs-code-search.png"><p> | ||
|
||
Suggestions popup blend very well in the UI. Colored in a way that makes them very easy to differentiate according to relevance. | ||
<p align="right"><img src="assets/vs-code-suggestion.png" width="580><p> | ||
|
||
### Examples for some File Types | ||
|
||
##### Dart Example | ||
<p align="center"><img src="assets/vs-code-dart.png"><p> | ||
|
||
##### Go Lang Example | ||
<p align="center"><img src="assets/vs-code-go.png"><p> | ||
|
||
##### JSON Example | ||
<p align="center"><img src="assets/vs-code-json.png"><p> | ||
|
||
##### LaTex Example | ||
<p align="center"><img src="assets/vs-code-tex.png"><p> | ||
|
||
##### Rust Example | ||
<p align="center"><img src="assets/vs-code-rust.png"><p> | ||
|
||
##### SQL Example | ||
<p align="center"><img src="assets/vs-code-sql.png"><p> | ||
|
||
##### TOML Example | ||
<p align="center"><img src="assets/vs-code-toml.png"><p> | ||
|
||
##### YAML Example | ||
<p align="center"><img src="assets/vs-code-yaml.png"><p> | ||
|
||
<p align="center"><img src="assets/lighthaus-border.png"><p> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"name": "lighthaus-vscode", | ||
"displayName": "Lighthaus", | ||
"description": "A Lighthaus theme for Visual Studio Code", | ||
"version": "1.0.0", | ||
"author": { | ||
"name": "Adhiraj Sirohi", | ||
"email": "contact@lighthaustheme.com" | ||
}, | ||
"homepage": "https://github.com/lighthaus-theme/visual-studio-code", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/lighthaus-theme/visual-studio-code" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/lighthaus-theme/visual-studio-code/issues" | ||
}, | ||
"publisher": "lighthaus-theme", | ||
"license": "MIT", | ||
"engines": { | ||
"vscode": "^1.56.0" | ||
}, | ||
"galleryBanner": { | ||
"color": "#21252D", | ||
"theme": "dark" | ||
}, | ||
"icon": "assets/lighthaus_icon_256.png", | ||
"categories": [ | ||
"Themes" | ||
], | ||
"keywords": [ | ||
"lighthaus", | ||
"bright", | ||
"dark", | ||
"balances", | ||
"contrast" | ||
], | ||
"markdown": "github", | ||
"contributes": { | ||
"themes": [ | ||
{ | ||
"label": "Lighthaus", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/lighthaus.json" | ||
} | ||
] | ||
}, | ||
"scrtips": { | ||
"clean": "del *.vsix", | ||
"package": "vsce package" | ||
} | ||
} |
Oops, something went wrong.