Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wendreof/ufo-theme

:alien: Ufo-based color theme to improve your Visual Studio Code | The Truth is Out There :alien:
https://github.com/wendreof/ufo-theme

the-truth-is-out-there theme-development vscode vscode-extension vscode-theme

Last synced: about 2 months ago
JSON representation

:alien: Ufo-based color theme to improve your Visual Studio Code | The Truth is Out There :alien:

Awesome Lists containing this project

README

        




UFO Theme Logo



UFO Theme for Visual Studio Code



Install the UFO Theme in your VS Code editor.


Version 
Rating 
Installs 
Downloads

### The Truth is Out There

#### Dark Blue
UFO Theme Dark Blue Screenshot

#### Dark
UFO Theme Dark Screenshot

## Installation Instructions

## Installation
1. Open the extensions sidebar on Visual Studio Code
2. Search for Ufo Theme
3. Click Install
4. Click Reload to reload your editor
5. Select the Manage Cog (bottom left) > Color Theme > Theme
6. 🌟🌟🌟🌟🌟 Rate it five-stars 😃

## Contributions

At the moment, there are no active contributions, but feel free to get in touch with any suggestions or ideas!

## Support & Donations

If you enjoy this extension, please consider [starring the repository](https://github.com/wendreof/ufo-theme/stargazers) on GitHub! I welcome any feedback or new ideas for improvements.

You can also support the development by donating:
[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/wendreof)

## Developed and Maintained By


Wendreo Fernandes


Wendreo Fernandes

## Recommended Extensions

For the best experience with UFO Theme, check out these related extensions:

* [Bracket Pair Colorizer 2](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2)
* [Indent Rainbow](https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow)
* [JetBrains Mono Font](https://www.jetbrains.com/lp/mono/)

To make your code appear italic, add the following to your `settings.json` file:

```json
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "Italic Font Style",
"scope": [
"comment", "keyword", "storage", "keyword.control", "keyword.control.from",
"keyword.control.flow", "keyword.operator.new", "keyword.control.import",
"keyword.control.export", "keyword.control.default", "keyword.control.trycatch",
"keyword.control.conditional", "storage.type", "storage.type.class",
"storage.modifier.tsx", "storage.type.function", "storage.modifier.async",
"variable.language", "variable.language.this", "variable.language.super",
"meta.class", "meta.var.expr", "constant.language.null",
"support.type.primitive", "entity.name.method.js", "entity.other.attribute-name",
"punctuation.definition.comment", "text.html.basic entity.other.attribute-name",
"tag.decorator.js entity.name.tag.js", "tag.decorator.js punctuation.definition.tag.js",
"source.js constant.other.object.key.js string.unquoted.label.js"
],
"settings": {
"fontStyle": "italic"
}
}
]
}