Example usage for com.intellij.openapi.options.colors ColorAndFontDescriptorsProvider interface-usage

List of usage examples for com.intellij.openapi.options.colors ColorAndFontDescriptorsProvider interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.options.colors ColorAndFontDescriptorsProvider interface-usage.

Usage

From source file com.chrisrm.idea.config.MTCustomColorsProvider.java

public final class MTCustomColorsProvider implements ColorAndFontDescriptorsProvider {
    @NotNull
    @Override
    public AttributesDescriptor[] getAttributeDescriptors() {
        return new AttributesDescriptor[0];
    }