Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nash0x7e2/vscode-falcon-dark-theme

A dark theme for VsCode inspired by One Dark and Xcode
https://github.com/nash0x7e2/vscode-falcon-dark-theme

dark-theme syntax-highlighting vscode vscode-extension

Last synced: 16 days ago
JSON representation

A dark theme for VsCode inspired by One Dark and Xcode

Awesome Lists containing this project

README

        

# Flacon
Flacon is a dark theme built for VsCode. It is inspired by the color scheme of editors such as Xcode and Atom's One Dark.
If you have any suggestions or come across any bugs, please create a pull request at our GitHub repo.

![](https://raw.githubusercontent.com/Neevash/vscode-falcon-dark-theme/master/preview.png)

## Getting started

- Installation:

You can install via the Visual Studio Code Market Place. Simply search `falcon-dark` and click install.

- GitHub:

The GitHub repo for this theme can be found here: https://github.com/Neevash/vscode-falcon-dark-theme

- Launch/Activation:

Linux `Ctrl + Shift + P`

macOS `⌘ + Shift + P`

Windows `Ctrl + Shift + P`

Type `Color Theme` then select `falcon-dark` to apply the theme.


- Custom Colors:

If you don't like a particular color, you can customize it in settings to better suite your liking

Example
```json
"editor.tokenColorCustomizations": {
"[falcon-dark]": {
"comments": "#FFFFFF",
}
},
```

- File Icons:

While Falcon does not come with any pre-installed file icons, you are free to install your favourite from the VsCode market. Our personal preferance is [Material Icon Theme by Philipp Kief.](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)