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/idea.xml
| a62d533 | 1 | <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE RSyntaxTheme SYSTEM "theme.dtd"> |
| a62d533 | 2 | |
| a62d533 | 3 | <!-- |
| a62d533 | 4 | Theme that mimics Eclipse's defaults. |
| a62d533 | 5 | --> |
| a62d533 | 6 | <RSyntaxTheme version="1.0"> |
| a62d533 | 7 | |
| a62d533 | 8 | <!-- Specify family="..." attribute to override system default monospaced. --> |
| a62d533 | 9 | <baseFont size="13" /> |
| a62d533 | 10 | |
| a62d533 | 11 | <!-- General editor colors. --> |
| a62d533 | 12 | <background color="ffffff" /> |
| a62d533 | 13 | <caret color="000000" /> |
| a62d533 | 14 | <selection bg="526da5" /> |
| a62d533 | 15 | <currentLineHighlight color="ffffd7" fade="false" /> |
| a62d533 | 16 | <marginLine fg="b0b4b9" /> |
| a62d533 | 17 | <markAllHighlight color="ccccff" /> |
| a62d533 | 18 | <!-- TODO: Fix me --> |
| a62d533 | 19 | <markOccurrencesHighlight color="ccccff" border="false" /> |
| a62d533 | 20 | <matchedBracket fg="99ccff" bg="99ccff" highlightBoth="true" animate="false" /> |
| a62d533 | 21 | <hyperlinks fg="0000ff" /> |
| a62d533 | 22 | <secondaryLanguages> |
| a62d533 | 23 | <language index="1" bg="fff0cc" /> |
| a62d533 | 24 | <language index="2" bg="dafeda" /> |
| a62d533 | 25 | <language index="3" bg="ffe0f0" /> |
| a62d533 | 26 | </secondaryLanguages> |
| a62d533 | 27 | |
| 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="000080" bold="true" /> |
| a62d533 | 39 | <style token="RESERVED_WORD_2" fg="000080" bold="true" /> |
| a62d533 | 40 | <style token="ANNOTATION" fg="808000" /> |
| a62d533 | 41 | <style token="COMMENT_DOCUMENTATION" fg="808080" italic="true" /> |
| a62d533 | 42 | <style token="COMMENT_EOL" fg="808080" italic="true" /> |
| a62d533 | 43 | <style token="COMMENT_MULTILINE" fg="808080" italic="true" /> |
| a62d533 | 44 | <style token="COMMENT_KEYWORD" fg="808080" underline="true" italic="true" /> |
| a62d533 | 45 | <style token="COMMENT_MARKUP" fg="808080" italic="true" /> |
| a62d533 | 46 | <style token="DATA_TYPE" fg="000080" bold="true" /> |
| a62d533 | 47 | <style token="FUNCTION" fg="000000" /> |
| a62d533 | 48 | <style token="LITERAL_BOOLEAN" fg="000080" bold="true" /> |
| a62d533 | 49 | <style token="LITERAL_NUMBER_DECIMAL_INT" fg="0000ff" /> |
| a62d533 | 50 | <style token="LITERAL_NUMBER_FLOAT" fg="0000ff" /> |
| a62d533 | 51 | <style token="LITERAL_NUMBER_HEXADECIMAL" fg="0000ff" /> |
| a62d533 | 52 | <style token="LITERAL_STRING_DOUBLE_QUOTE" fg="008000" bold="true" /> |
| a62d533 | 53 | <style token="LITERAL_CHAR" fg="008000" bold="true" /> |
| a62d533 | 54 | <style token="LITERAL_BACKQUOTE" fg="008000" bold="true" /> |
| a62d533 | 55 | <style token="MARKUP_TAG_DELIMITER" fg="000000" bold="true" /> |
| a62d533 | 56 | <style token="MARKUP_TAG_NAME" fg="000080" bold="true" /> |
| a62d533 | 57 | <style token="MARKUP_TAG_ATTRIBUTE" fg="0000ff" bold="true" /> |
| a62d533 | 58 | <style token="MARKUP_TAG_ATTRIBUTE_VALUE" fg="008000" bold="true" /> |
| a62d533 | 59 | <!--<style token="MARKUP_PROCESSING_INSTRUCTION" fg="808080"/>--> |
| a62d533 | 60 | <style token="MARKUP_CDATA" fg="cc6600" /> |
| a62d533 | 61 | <style token="OPERATOR" fg="000000" /> |
| a62d533 | 62 | <style token="PREPROCESSOR" fg="808080" /> |
| a62d533 | 63 | <style token="REGEX" fg="008040" /> |
| a62d533 | 64 | <style token="SEPARATOR" fg="000000" /> |
| a62d533 | 65 | <style token="VARIABLE" fg="810ca8" bold="true" /> |
| a62d533 | 66 | <style token="WHITESPACE" fg="000000" /> |
| a62d533 | 67 | <style token="ERROR_IDENTIFIER" fg="ff0000" /> |
| a62d533 | 68 | <style token="ERROR_NUMBER_FORMAT" fg="ff0000" /> |
| a62d533 | 69 | <style token="ERROR_STRING_DOUBLE" fg="ff0000" /> |
| a62d533 | 70 | <style token="ERROR_CHAR" fg="ff0000" /> |
| a62d533 | 71 | </tokenStyles> |
| a62d533 | 72 | |
| a62d533 | 73 | </RSyntaxTheme> |