Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wraith13/frame-phi-colors-vscode

This extension colors VS Code's frame.
https://github.com/wraith13/frame-phi-colors-vscode

visual-studio-code vscode vscode-extension

Last synced: 13 days ago
JSON representation

This extension colors VS Code's frame.

Awesome Lists containing this project

README

        

# Frame Phi Colors README

[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/wraith13.frame-phi-colors.svg) ![installs](https://vsmarketplacebadge.apphb.com/installs/wraith13.frame-phi-colors.svg) ![rating](https://vsmarketplacebadge.apphb.com/rating/wraith13.frame-phi-colors.svg)](https://marketplace.visualstudio.com/items?itemName=wraith13.frame-phi-colors)

⚠️ This extension automatically and frequently edits settings.json.

⚠️ It is necessary to delete the settings manually when uninstalling. see [Uninstall Notes](#uninstall-notes).

This extension automatically colors the title bar, activity bar, and status bar.

![screenshot](images/screenshot.png)

## Coloring Style

### posi-light

![posi-light](images/posi-light.png)

### posi-dark

![posi-dark](images/posi-dark.png)

### nega-light

![nega-light](images/nega-light.png)

### nega-dark

![nega-dark](images/nega-dark.png)

## Tutorial

### 0. ⬇️ Install Frame Phi Colors

Show extension side bar within VS Code(Mac:Command+Shift+X, Windows and Linux: Ctrl+Shift+X), type `frame-phi-colors` and press Enter and click Install. Restart VS Code when installation is completed.

### 1. 🌈 Colors frame

Open folders and text files. The frame color changes automatically.

### 2. 🔧 Next step

You can change [settings](#extension-settings) by `settings.json`.

Enjoy!

## Commands

This extension has no commands.

## Extension Settings

This extension contributes the following settings by [`settings.json`](https://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings)( Mac: Command+,, Windows / Linux: File -> Preferences -> User Settings ):

* `framePhiColors.applyScope`: directory conditions for automatic frame coloring
* `framePhiColors.baseColor`: arranges and colors based on this color. ( #RRGGBB )
* `framePhiColors.titleBarColorSource`: source to arrange title bar colors
* `framePhiColors.activityBarColorSource`: source to activity title bar colors
* `framePhiColors.statusBarColorSource`: source to activity status bar colors
* `framePhiColors.statusBarDebuggingColorSource`: source to arrange status bar color while debugging
* `framePhiColors.titleBarColoringStyle`: title bar coloring style
* `framePhiColors.activityBarColoringStyle`: activity bar coloring style
* `framePhiColors.statusBarColoringStyle`: status bar coloring style
* `framePhiColors.statusBarDebuggingColoringStyle`: status bar coloring style while debugging
* `framePhiColors.statusBarNoFolderColoringStyle`: status bar coloring style when folder is not open

## Uninstall Notes

Frame Phi Colors edits `workbench.colorCustomizations` in settings.json( both user and workspace ).
Please delete `workbench.colorCustomizations` from settings.json( both user and workspace ) when you uninstalled this extension.

cf. https://code.visualstudio.com/docs/getstarted/settings ( You need to edit the JSON files. )

## Release Notes

see ChangLog on [marketplace](https://marketplace.visualstudio.com/items/wraith13.frame-phi-colors/changelog) or [github](https://github.com/wraith13/frame-phi-colors/blob/master/CHANGELOG.md)

## Support

[GitHub Issues](https://github.com/wraith13/frame-phi-colors-vscode/issues)

## License

[Boost Software License](https://github.com/wraith13/frame-phi-colors-vscode/blob/master/LICENSE_1_0.txt)