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

https://github.com/prostdev/mulesoft-community-theme

Unofficial theme created and maintained by the community.
https://github.com/prostdev/mulesoft-community-theme

anypoint-code-builder dataweave mulesoft visual-studio-code vscode vscode-theme vscode-theme-dark vscode-theme-light

Last synced: about 1 month ago
JSON representation

Unofficial theme created and maintained by the community.

Awesome Lists containing this project

README

        

# MuleSoft Community Theme

Unofficial theme created and maintained by the community. Dark theme now available thanks to [NaveenKumar Namachivayam](https://github.com/QAInsights)!

Contributors:
- [Alex Martinez](https://github.com/alexandramartinez)
- [NaveenKumar Namachivayam](https://github.com/QAInsights)

You can create a pull request to the [GitHub repository](https://github.com/ProstDev/mulesoft-community-theme) directly or [raise an issue](https://github.com/ProstDev/mulesoft-community-theme/issues) for us to fix something.

## Overview

Let's see some screenshots!

### File Explorer

![](/images/file_explorer-no_folder.png)

### Settings

![](/images/acb-settings.png)

### Widgets

![](/images/widgets.png)

### Anypoint Code Builder

(Anypoint Extension Pack)

![](/images/acb-develop_integration.png)

![](/images/acb-simple_flow.png)

### DataWeave Extension

![](/images/dwext_preview.png)

### Postman Extension

![](/images/postman-rq.png)

## Color palette

Most of these colors were retrieved from Anypoint Platform or official MuleSoft websites. These may or may not be the official colors.

**Blues**
- ![#00a0df](https://via.placeholder.com/15/00a0df/000000?text=+) `#00a0df`
- ![#007aaa](https://via.placeholder.com/15/007aaa/000000?text=+) `#007aaa`
- ![#a4dcf3](https://via.placeholder.com/15/a4dcf3/000000?text=+) `#a4dcf3`
- ![#0b5cab](https://via.placeholder.com/15/0b5cab/000000?text=+) `#0b5cab`

**Grays**
- ![#2e2e2e](https://via.placeholder.com/15/2e2e2e/000000?text=+) `#2e2e2e`
- ![#6e6e6e](https://via.placeholder.com/15/6e6e6e/000000?text=+) `#6e6e6e`
- ![#9e9e9e](https://via.placeholder.com/15/9e9e9e/000000?text=+) `#9e9e9e`
- ![#cacbcc](https://via.placeholder.com/15/cacbcc/000000?text=+) `#cacbcc`
- ![#eeeeee](https://via.placeholder.com/15/eeeeee/000000?text=+) `#eeeeee`
- ![#f3f3f3](https://via.placeholder.com/15/f3f3f3/000000?text=+) `#f3f3f3`
- ![#f9fafb](https://via.placeholder.com/15/f9fafb/000000?text=+) `#f9fafb`

**Error/Warning**
- ![#ea001e](https://via.placeholder.com/15/ea001e/000000?text=+) `#ea001e`
- ![#eab2b9](https://via.placeholder.com/15/eab2b9/000000?text=+) `#eab2b9`
- ![#edbf31](https://via.placeholder.com/15/edbf31/000000?text=+) `#edbf31`

## Customized sections

You can learn more about the specific settings for each section [here](https://code.visualstudio.com/api/references/theme-color).

- [x] Base colors
- [x] Text colors
- [x] Action colors
- [x] Button control
- [x] Dropdown control
- [x] Input control
- [x] Scrollbar control
- [x] Badge
- [ ] Progress bar
- [x] Lists and trees
- [x] Activity bar
- [ ] Profiles
- [x] Side bar
- [x] Minimap
- [x] Editor groups & tabs
- [x] Editor colors
- [ ] Diff editor colors
- [ ] Chat colors
- [ ] Inline chat colors
- [ ] Panel chat colors
- [x] Editor widget colors
- [ ] Peek view colors
- [ ] Merge conflicts colors
- [x] Panel colors
- [x] Status bar colors
- [x] Title bar colors
- [ ] Menu bar colors
- [ ] Command center colors
- [ ] Notification colors
- [ ] Banner colors
- [ ] Extensions colors
- [ ] Quick picker colors
- [ ] Keybinding label colors
- [ ] Keyboard shortcut table colors
- [ ] Integrated terminal colors
- [ ] Debug colors
- [ ] Testing colors
- [ ] Welcome page colors
- [ ] Git colors
- [ ] Settings editor colors
- [ ] Breadcrumbs colors
- [ ] Snippets colors
- [ ] Symbol icons colors
- [ ] Debug icons colors
- [ ] Notebook colors
- [ ] Chart colors
- [ ] Ports colors
- [ ] Comments view colors
- [ ] Action bar colors
- [ ] Simple find widget
- [ ] SCM

## Resources

- [Docs] [Theme Color](https://code.visualstudio.com/api/references/theme-color)
- [Docs] [User Interface](https://code.visualstudio.com/docs/getstarted/userinterface)