GoLand 2018.2 Help

Color Scheme

File | Settings | Editor | Font for Windows and Linux
GoLand | Preferences | Editor | Font for macOS
Ctrl+Alt+S icons general settings svg


Use this section to select font for the GoLand editor.

Item

Description

Font

Use this option to select your font. The Show only monospaced fonts option if selected shortens the list of available fonts.

Size

Select the size of your font. If you need to quickly change the font size while in the editor, use the Change font size (Zoom) with Ctrl+Mouse Wheel option located in Settings/Preferences | Editor | General.

Line spacing

Specify the line spacing.

Fallback font

Select a font to use if GoLand encounters a character that is not part of the main font.

Enable font ligatures

Select this option to enable font ligatures

Restore Defaults

This option becomes available when you override the default font settings through the Console Font page located in Settings/Preferences | Editor | Color Scheme. Press this option, if you need to restore your default settings.

Select the Color Scheme section to configure color scheme and fonts other than default ones.

Item

Description

Scheme

From this drop-down list, select the color scheme to be used in your workspace.

cogwheel black with arrow

Click this button to invoke the following commands (depending on the selected scheme):
  • Duplicate: click to save the currently selected Color settings as a new scheme. Hit Enter to save the new scheme, or Escape to cancel operation.

  • Restore Defaults: click to reset the selected color scheme to the initial defaults shipped with GoLand. Available if a predefined color scheme has been selected and changed.

  • Export: click to export the current scheme to a file.

  • Rename: click to rename the current scheme. This command is only available for copies or imported schemes, since the predefined schemes cannot be renamed.

  • Delete: click to delete the current scheme. This command is only available for copies or imported schemes, since the predefined schemes cannot be deleted.

  • Import Scheme: click to import a GoLand color scheme (you can either import a file in an internal .icls format, or a .jar created through the File | Export Settings menu), or an Eclipse color scheme in the XML format.

Last modified: 12 October 2018

See Also