Class EditorTheme
java.lang.Object
de.luckymcdev.foundryengine.client.imgui.text.editor.EditorTheme
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic EditorTheme.Builderdark()static EditorTheme.Builderdracula()static Stringstatic EditorThemegetThemeByName(String name) static EditorTheme.Builderstatic EditorTheme.Builderlight()static EditorTheme.Buildermonokai()static EditorTheme.Buildernord()static EditorTheme.BuilderoneDark()static EditorTheme.Builderstatic EditorTheme.Builderstatic intwithLineSpacing(float s) withTabSize(int t)
-
Field Details
-
THEME_NAMES
-
backgroundColor
-
currentLineColor
-
selectionColor
-
cursorColor
-
cursorBlinkMs
public final int cursorBlinkMs -
cursorWidth
public final float cursorWidth -
lineNumberColor
-
gutterSeparatorColor
-
errorColor
-
errorMarkerColor
-
gutterPaddingRight
public final float gutterPaddingRight -
hScrollbarHeight
public final float hScrollbarHeight -
lineSpacing
public final float lineSpacing -
tabSize
public final int tabSize
-
-
Method Details
-
toImU32
-
dark
-
monokai
-
light
-
dracula
-
nord
-
solarizedDark
-
solarizedLight
-
oneDark
-
githubLight
-
getThemeByName
-
getAvailableThemeNames
-
withCursorColor
-
withSelectionColor
-
withBackgroundColor
-
withLineNumberColor
-
withErrorColor
-
withErrorMarkerColor
-
withLineSpacing
-
withTabSize
-