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/vs.xml
| a62d533 | 1 | <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE RSyntaxTheme SYSTEM "theme.dtd"> |
| a62d533 | 2 | |
| a62d533 | 3 | <!-- |
| a62d533 | 4 | Theme that mimics Visual Studio'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="c8c8ff" /> |
| a62d533 | 15 | <currentLineHighlight color="e8f2fe" fade="false" /> |
| a62d533 | 16 | <marginLine fg="b0b4b9" /> |
| a62d533 | 17 | <markAllHighlight color="6b8189" /> |
| a62d533 | 18 | <!-- TODO: Fix me --> |
| a62d533 | 19 | <markOccurrencesHighlight color="d4d4d4" border="false" /> |
| a62d533 | 20 | <!-- TODO: Fix me --> |
| a62d533 | 21 | <matchedBracket fg="DBE0CC" highlightBoth="false" animate="false" /> |
| 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 | |
| a62d533 | 30 | <!-- Gutter styling. --> |
| a62d533 | 31 | <gutterBorder color="808080" /> |
| a62d533 | 32 | <lineNumbers fg="2B91AF" /> |
| a62d533 | 33 | <foldIndicator fg="808080" iconBg="ffffff" /> |
| a62d533 | 34 | <iconRowHeader activeLineRange="3399ff" /> |
| a62d533 | 35 | |
| a62d533 | 36 | <!-- Syntax tokens. --> |
| a62d533 | 37 | <tokenStyles> |
| a62d533 | 38 | <style token="IDENTIFIER" fg="000000" /> |
| a62d533 | 39 | <style token="RESERVED_WORD" fg="0000ff" bold="true" /> |
| a62d533 | 40 | <style token="RESERVED_WORD_2" fg="0000ff" bold="true" /> |
| a62d533 | 41 | <style token="ANNOTATION" fg="808080" /> |
| a62d533 | 42 | <style token="COMMENT_DOCUMENTATION" fg="008000" /> |
| a62d533 | 43 | <style token="COMMENT_EOL" fg="008000" /> |
| a62d533 | 44 | <style token="COMMENT_MULTILINE" fg="008000" /> |
| a62d533 | 45 | <style token="COMMENT_KEYWORD" fg="ae9fbf" /> |
| a62d533 | 46 | <style token="COMMENT_MARKUP" fg="808080" /> |
| a62d533 | 47 | <style token="DATA_TYPE" fg="008080" bold="true" /> |
| a62d533 | 48 | <style token="FUNCTION" fg="000000" /> |
| a62d533 | 49 | <style token="LITERAL_BOOLEAN" fg="0000ff" bold="true" /> |
| a62d533 | 50 | <style token="LITERAL_NUMBER_DECIMAL_INT" fg="000000" /> |
| a62d533 | 51 | <style token="LITERAL_NUMBER_FLOAT" fg="000000" /> |
| a62d533 | 52 | <style token="LITERAL_NUMBER_HEXADECIMAL" fg="000000" /> |
| a62d533 | 53 | <style token="LITERAL_STRING_DOUBLE_QUOTE" fg="A31515" /> |
| a62d533 | 54 | <style token="LITERAL_CHAR" fg="A31515" /> |
| a62d533 | 55 | <style token="LITERAL_BACKQUOTE" fg="A31515" /> |
| a62d533 | 56 | <style token="MARKUP_TAG_DELIMITER" fg="0000ff" /> |
| a62d533 | 57 | <style token="MARKUP_TAG_NAME" fg="A31515" /> |
| a62d533 | 58 | <style token="MARKUP_TAG_ATTRIBUTE" fg="ff0000" /> |
| a62d533 | 59 | <style token="MARKUP_TAG_ATTRIBUTE_VALUE" fg="A31515" /> |
| a62d533 | 60 | <style token="MARKUP_PROCESSING_INSTRUCTION" fg="808080" /> |
| a62d533 | 61 | <style token="MARKUP_CDATA" fg="cc6600" /> |
| a62d533 | 62 | <style token="OPERATOR" fg="000000" /> |
| a62d533 | 63 | <style token="PREPROCESSOR" fg="808080" /> |
| a62d533 | 64 | <style token="REGEX" fg="000000" /> |
| a62d533 | 65 | <style token="SEPARATOR" fg="000000" /> |
| a62d533 | 66 | <style token="VARIABLE" fg="ff9900" bold="true" /> |
| a62d533 | 67 | <style token="WHITESPACE" fg="000000" /> |
| a62d533 | 68 | |
| a62d533 | 69 | <style token="ERROR_IDENTIFIER" fg="000000" bg="ffcccc" /> |
| a62d533 | 70 | <style token="ERROR_NUMBER_FORMAT" fg="000000" bg="ffcccc" /> |
| a62d533 | 71 | <style token="ERROR_STRING_DOUBLE" fg="000000" bg="ffcccc" /> |
| a62d533 | 72 | <style token="ERROR_CHAR" fg="000000" bg="ffcccc" /> |
| a62d533 | 73 | </tokenStyles> |
| a62d533 | 74 | |
| a62d533 | 75 | </RSyntaxTheme> |