Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nash0x7e2/vscode-falcon-dark-theme
- Owner: Nash0x7E2
- Created: 2018-06-30T19:22:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T20:45:46.000Z (over 6 years ago)
- Last Synced: 2024-11-14T15:45:58.103Z (3 months ago)
- Topics: dark-theme, syntax-highlighting, vscode, vscode-extension
- Homepage: https://marketplace.visualstudio.com/items?itemName=Nash.falcon
- Size: 204 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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 likingExample
```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)