Skip to content

Commit

Permalink
Shipping version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Apr 17, 2021
1 parent 8d6f759 commit 592a6bd
Show file tree
Hide file tree
Showing 17 changed files with 1,120 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Set default behavior to automatically normalize line endings.
* text=auto

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
*.vsix
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// A launch configuration that launches the extension inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [
{
"name": "Extension",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
]
}
4 changes: 4 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.vscode/**
.vscode-test/**
.gitignore
vsc-extension-quickstart.md
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to the "aurora-future" extension 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).

## [Unreleased]

## [v0.1.0] - 2021-04-17

- Initial release
65 changes: 55 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,58 @@
# README
## This is the README for your extension "aurora-future"
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
# Aurora Future

* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
[![Version](https://vsmarketplacebadge.apphb.com/version/auroral-ui.aurora-future.svg)](https://marketplace.visualstudio.com/items?itemName=auroral-ui.aurora-future)
[![Rating](https://vsmarketplacebadge.apphb.com/rating-star/auroral-ui.aurora-future.svg)](https://marketplace.visualstudio.com/items?itemName=auroral-ui.aurora-future)
[![Installs](https://vsmarketplacebadge.apphb.com/installs/auroral-ui.aurora-future.svg)](https://marketplace.visualstudio.com/items?itemName=auroral-ui.aurora-future)
[![Downloads](https://vsmarketplacebadge.apphb.com/downloads/auroral-ui.aurora-future.svg)](https://marketplace.visualstudio.com/items?itemName=auroral-ui.aurora-future)
[![Issues](https://img.shields.io/github/issues/auroral-ui/aurora-future)](https://github.com/auroral-ui/aurora-future/issues)

### For more information
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
> This theme is inspired by 💀 Adam Argyle's [Kung-Fury-Theme](https://github.com/argyleink/Kung-Fury-Theme).
**Enjoy!**
**Purple**, **pink** and **blue** are the main colors of this theme. These colors combine give us a futuristic feel. The color scheme is inspired by Adam Argyle's theme.

However I have change the colors, to follow the colors used in `Auroral-UI`, basically the same colors used in my [Hexo Theme Aurora](https://github.com/auroral-ui/hexo-theme-aurora).

## Why make this theme?

First is because I fall in love with Adam Argyle's sublime3 theme when I watched his Youtube videos. The syntax highlight he did is just pure awesomeness, but his VSCode's version of the theme is very outdated, also the color saturation is just a bit too high for my own liking, therefore I decided to make my own base on his ideas. Another thing is that I would like to have my own custom theme to go with my Auroral-UI project.

I have used many themes in VSCode, but most of them used way too many colors. After writing hours of codes, my eyes gets very tiring of looking at those colors.

Therefore the main goal of this theme is to use the main colors of Auroral-UI and draw back all the distractions from the colors. Which help us focus on what is important and keep the visual harmony in the theme.

## Features

> I follow the same goals as Adam Argyle's sublime3 theme, because I couldn't agree more on his design concepts.
- **Accentuates the signal** of your code, while pushing back the noise
- Colors, italics, and subdued colors are meaningful to help you understand the code via consistent coloring, there's rhyme and reason for the choices beyond visual harmony
- If your code has no errors, then it looks pythonic (noise reduction)
- Dark mode that's been tested heavily for day and night use
- Leverages cursive if you're using [Dank Mono]() or [Operator Mono]()

## Recommended combination

- **Font**: use **Dank Mono** or **Operator Mono**
- **Icon theme**: Material Theme Icon Dark

## Screenshots

### JavaScript

![](./screenshots/javascript.png)

### Vue

![](./screenshots/vue.png)

### Vue-HTML

![](./screenshots/vue-html.png)

### Json

![](./screenshots/json.png)

### Yaml

![](./screenshots/yaml.png)
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "aurora-future",
"displayName": "Aurora Future",
"description": "A futuristic vscode theme.",
"publisher": "auroral-ui",
"version": "0.1.0",
"engines": {
"vscode": "^1.55.0"
},
"icon": "icon.png",
"author": {
"name": "Benny Guo",
"email": "code.tridiamond@gmail.com",
"url": "https://tridiamond.tech"
},
"repository": {
"url": "",
"type": "git"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Aurora Future",
"uiTheme": "vs-dark",
"path": "./themes/Aurora Future-color-theme.json"
}
]
}
}
Binary file added screenshots/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 added screenshots/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 added screenshots/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 added screenshots/vue-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 added screenshots/vue.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 screenshots/yaml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 592a6bd

Please sign in to comment.