JetBrains Fleet 1.44 Help

Color Themes

You can sync the color theme with the operating system, select one of the predefined ones, or create your own.

Select the color theme

  • Select View | Color Theme from the main menu.

  • Alternatively, press ⌘ , to open settings and select the color theme in Global | General | Theme.

If you want to create your own color theme, you can do that through a JSON file.

Create a color theme

  1. Press ⌘ ⇧ K, start typing Edit Color, and select Edit Color Theme from the list.

    Edit Color Theme in the Go to Action popup
  2. A separate tab opens in the editor. Tweak the values in the theme file as required and give it a name. If you want to delete the theme later, remove the corresponding file from the themes folder.

    Themes in JetBrains Fleet follow a structured format defined in JSON files. Each JSON theme file contains four blocks:

    1. meta: metadata, such as the theme's name and type.

    2. colors: colors for UI elements, such as buttons, headers, and backgrounds.

    3. textAttributes (optional): text attributes used for syntax highlighting in the editor.

    4. palette (optional): named colors that can be used in the colors and textAttributes blocks.

    For more details on JSON fields in theme configuration files, refer to Structure of the JSON format for themes.

Theme files location

Custom themes are located in the following folder:

Windows

%APPDATA%\JetBrains\Fleet

Linux

~/.config/JetBrains/Fleet

macOS

~/Library/Application Support/Jetbrains/Fleet

Last modified: 10 December 2024