gdx-studio
git clone https://git.pyrossh.dev/gdx-studio
An IDE for creating Games using libgdx and Java supported on all platforms Android, iOS, Desktop
theme/default.xml
| a62d533 | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| a62d533 | 2 | <!DOCTYPE RSyntaxTheme SYSTEM "theme.dtd"> |
| a62d533 | 3 | |
| a62d533 | 4 | <!-- |
| a62d533 | 5 | RSyntaxTextArea's default theme. |
| a62d533 | 6 | See theme.dtd and org.fife.ui.rsyntaxtextarea.Theme for more information. |
| a62d533 | 7 | --> |
| a62d533 | 8 | <RSyntaxTheme version="1.0"> |
| a62d533 | 9 | |
| a62d533 | 10 | <!-- Omitting baseFont will use a system-appropriate monospaced. --> |
| a62d533 | 11 | <!--<baseFont family="..." size="13"/>--> |
| a62d533 | 12 | |
| a62d533 | 13 | <!-- General editor colors. --> |
| a62d533 | 14 | <background color="ffffff"/> |
| a62d533 | 15 | <caret color="ff0000"/> |
| a62d533 | 16 | <selection fg="default" useFG="false" bg="c8c8ff"/> |
| a62d533 | 17 | <currentLineHighlight color="ffffaa" fade="false"/> |
| a62d533 | 18 | <marginLine fg="b0b4b9"/> |
| a62d533 | 19 | <markAllHighlight color="6b8189"/> <!-- TODO: Fix me --> |
| a62d533 | 20 | <markOccurrencesHighlight color="d4d4d4" border="false"/> |
| a62d533 | 21 | <matchedBracket fg="000080" bg="eaeaff" highlightBoth="false" animate="true"/> |
| a62d533 | 22 | <hyperlinks fg="0000ff"/> |
| a62d533 | 23 | <secondaryLanguages> |
| a62d533 | 24 | <language index="1" bg="fff0cc"/> |
| a62d533 | 25 | <language index="2" bg="dafeda"/> |
| a62d533 | 26 | <language index="3" bg="ffe0f0"/> |
| a62d533 | 27 | </secondaryLanguages> |
| a62d533 | 28 | |
| a62d533 | 29 | <!-- Gutter styling. --> |
| a62d533 | 30 | <gutterBorder color="dddddd"/> |
| a62d533 | 31 | <lineNumbers fg="787878"/> |
| a62d533 | 32 | <foldIndicator fg="808080" iconBg="ffffff"/> |
| a62d533 | 33 | <iconRowHeader activeLineRange="3399ff"/> |
| a62d533 | 34 | |
| a62d533 | 35 | <!-- Syntax tokens. --> |
| a62d533 | 36 | <tokenStyles> |
| a62d533 | 37 | <style token="IDENTIFIER" fg="000000"/> |
| a62d533 | 38 | <style token="RESERVED_WORD" fg="0000ff" bold="true"/> |
| a62d533 | 39 | <style token="RESERVED_WORD_2" fg="0000ff" bold="true"/> |
| a62d533 | 40 | <style token="ANNOTATION" fg="808080"/> |
| a62d533 | 41 | <style token="COMMENT_DOCUMENTATION" fg="a40000" italic="true"/> |
| a62d533 | 42 | <style token="COMMENT_EOL" fg="008000" italic="true"/> |
| a62d533 | 43 | <style token="COMMENT_MULTILINE" fg="008000" italic="true"/> |
| a62d533 | 44 | <style token="COMMENT_KEYWORD" fg="ff9900" bold="true"/> |
| a62d533 | 45 | <style token="COMMENT_MARKUP" fg="808080"/> |
| a62d533 | 46 | <style token="DATA_TYPE" fg="008080" bold="true"/> |
| a62d533 | 47 | <style token="FUNCTION" fg="ad8000"/> |
| a62d533 | 48 | <style token="LITERAL_BOOLEAN" fg="0000ff" bold="true"/> |
| a62d533 | 49 | <style token="LITERAL_NUMBER_DECIMAL_INT" fg="6400C8"/> |
| a62d533 | 50 | <style token="LITERAL_NUMBER_FLOAT" fg="6400C8"/> |
| a62d533 | 51 | <style token="LITERAL_NUMBER_HEXADECIMAL" fg="6400C8"/> |
| a62d533 | 52 | <style token="LITERAL_STRING_DOUBLE_QUOTE" fg="DC009C"/> |
| a62d533 | 53 | <style token="LITERAL_CHAR" fg="DC009C"/> |
| a62d533 | 54 | <style token="LITERAL_BACKQUOTE" fg="DC009C"/> |
| a62d533 | 55 | <style token="MARKUP_TAG_DELIMITER" fg="ff0000"/> |
| a62d533 | 56 | <style token="MARKUP_TAG_NAME" fg="0000ff"/> |
| a62d533 | 57 | <style token="MARKUP_TAG_ATTRIBUTE" fg="3f7f7f"/> |
| a62d533 | 58 | <style token="MARKUP_TAG_ATTRIBUTE_VALUE" fg="DC009C"/> |
| a62d533 | 59 | <style token="MARKUP_COMMENT" fg="006000" italic="true"/> |
| a62d533 | 60 | <style token="MARKUP_DTD" fg="ad8000"/> |
| a62d533 | 61 | <style token="MARKUP_PROCESSING_INSTRUCTION" fg="808080"/> |
| a62d533 | 62 | <style token="MARKUP_CDATA" fg="cc6600"/> |
| a62d533 | 63 | <style token="MARKUP_CDATA_DELIMITER" fg="008080"/> |
| a62d533 | 64 | <style token="MARKUP_ENTITY_REFERENCE" fg="008000"/> |
| a62d533 | 65 | <style token="OPERATOR" fg="804040"/> |
| a62d533 | 66 | <style token="PREPROCESSOR" fg="808080"/> |
| a62d533 | 67 | <style token="REGEX" fg="008040"/> |
| a62d533 | 68 | <style token="SEPARATOR" fg="ff0000"/> |
| a62d533 | 69 | <style token="VARIABLE" fg="ee8800" bold="true"/> |
| a62d533 | 70 | <style token="WHITESPACE" fg="000000"/> |
| a62d533 | 71 | |
| a62d533 | 72 | <style token="ERROR_IDENTIFIER" fg="000000" bg="ffcccc"/> |
| a62d533 | 73 | <style token="ERROR_NUMBER_FORMAT" fg="000000" bg="ffcccc"/> |
| a62d533 | 74 | <style token="ERROR_STRING_DOUBLE" fg="000000" bg="ffcccc"/> |
| a62d533 | 75 | <style token="ERROR_CHAR" fg="000000" bg="ffcccc"/> |
| a62d533 | 76 | </tokenStyles> |
| a62d533 | 77 | |
| a62d533 | 78 | </RSyntaxTheme> |