summaryrefslogtreecommitdiff
path: root/idea/src/org/jetbrains/kotlin/idea/highlighter/markers/dslStyleIcon.kt.as42
blob: 81a8246bf13b9e7dde232b788d6ff5210d1fc183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright 2010-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
 * that can be found in the license/LICENSE.txt file.
 */

package org.jetbrains.kotlin.idea.highlighter.markers

import com.intellij.icons.AllIcons
import javax.swing.Icon

// FIX ME WHEN BUNCH as35 REMOVED
internal fun createDslStyleIcon(styleId: Int): Icon {
    return AllIcons.Gutter.Colors
}