Skip to content

Latest commit

History

History
68 lines (43 loc) 路 2.45 KB

Fleet.md

File metadata and controls

68 lines (43 loc) 路 2.45 KB

Intro

Basic features are available for Fleet IDE, https://plugins.jetbrains.com/plugin/23759-rainbow-brackets/ If you think this plugin can help, consider donating at https://opencollective.com/intellij-rainbow-brackets/projects/fleet-support

Here are some screenshots:

image image image image

Install Rainbow Brackets into your Fleet IDE and config it

  1. install by editing the settins.json file

Add this section:

 "plugins": [
        {
            "type": "add",
            "pluginName": "izhangzhihao.fleet.rainbow.brackets"
        }
    ]
vi ~/.fleet/settings.json

{
    "theme": "dark-edited", // keep using your edited themes here!
    "internalMode": true,
    "plugins": [
        {
            "type": "add",
            "pluginName": "izhangzhihao.fleet.rainbow.brackets"
        }
    ]
}
  1. Or install it from the plugin section:
image
  1. Search Rainbow Brackets and install it:
image
  1. Approve changes:
image
  1. Edit your current color theme:
image
  1. Choose your edited color theme(you may need to restart)
image image