Class RSyntaxTheme

java.lang.Object
org.fife.ui.rsyntaxtextarea.Theme
com.github.weisj.darklaf.extensions.rsyntaxarea.RSyntaxTheme
Direct Known Subclasses:
DarklafRSyntaxTheme

public class RSyntaxTheme
extends org.fife.ui.rsyntaxtextarea.Theme
  • Field Summary

    Fields inherited from class org.fife.ui.rsyntaxtextarea.Theme

    activeLineRangeColor, armedFoldBG, baseFont, bgColor, caretColor, currentLineHighlight, fadeCurrentLineHighlight, foldBG, foldIndicatorFG, gutterBackgroundColor, gutterBorderColor, hyperlinkFG, iconRowHeaderInheritsGutterBG, lineNumberColor, lineNumberFont, lineNumberFontSize, marginLineColor, markAllHighlightColor, markOccurrencesBorder, markOccurrencesColor, matchedBracketAnimate, matchedBracketBG, matchedBracketFG, matchedBracketHighlightBoth, scheme, secondaryLanguages, selectionBG, selectionFG, selectionRoundedEdges, tabLineColor, useSelectionFG
  • Constructor Summary

    Constructors 
    Constructor Description
    RSyntaxTheme​(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
    Creates a theme from an RSyntaxTextArea.
  • Method Summary

    Methods inherited from class org.fife.ui.rsyntaxtextarea.Theme

    apply, load, load, save

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RSyntaxTheme

      public RSyntaxTheme​(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
      Creates a theme from an RSyntaxTextArea. It should be contained in an RTextScrollPane to get all gutter color information.
      Parameters:
      textArea - The text area.