2010-08-03 10:31:16 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<style-scheme version="1.0" name="IntelliJ IDEA">
|
|
|
|
|
<style name="AddedLine" foreground="#00aa00"/>
|
|
|
|
|
<style name="Comment" foreground="#808080" italic="true"/>
|
|
|
|
|
<style name="CurrentLine" foreground="#000000" background="#ffffd7"/>
|
|
|
|
|
<style name="DiffFile" foreground="#000080"/>
|
|
|
|
|
<style name="DiffLocation" foreground="#0000ff"/>
|
|
|
|
|
<style name="Doxygen.Comment" foreground="#808080" italic="true"/>
|
|
|
|
|
<style name="Doxygen.Tag" foreground="#808080" bold="true" italic="true"/>
|
|
|
|
|
<style name="Field" foreground="#660e7a" bold="true"/>
|
2010-10-18 17:45:49 +02:00
|
|
|
<style name="Function" foreground="#000000"/>
|
2022-06-17 11:06:10 +02:00
|
|
|
<style name="Macro" foreground="#000000"/>
|
2010-08-03 10:31:16 +02:00
|
|
|
<style name="Keyword" foreground="#000080" bold="true"/>
|
2014-06-21 14:31:06 +04:00
|
|
|
<style name="PrimitiveType" foreground="#000080" bold="true"/>
|
2010-08-03 10:31:16 +02:00
|
|
|
<style name="Label" foreground="#800000" bold="true"/>
|
|
|
|
|
<style name="Local" foreground="#000000"/>
|
2021-03-03 19:32:48 +01:00
|
|
|
<style name="Parameter" foreground="#000000"/>
|
2010-08-03 10:31:16 +02:00
|
|
|
<style name="Number" foreground="#0000ff"/>
|
|
|
|
|
<style name="Operator" foreground="#000000"/>
|
2018-10-11 14:21:42 +02:00
|
|
|
<style name="Overloaded Operator" foreground="#000000"/>
|
2010-08-03 10:31:16 +02:00
|
|
|
<style name="Parentheses" foreground="#ff0000" background="#c3e1ff"/>
|
2015-04-28 11:04:07 +02:00
|
|
|
<style name="ParenthesesMismatch" background="#ff00ff"/>
|
2016-04-28 12:51:34 +02:00
|
|
|
<style name="AutoComplete" foreground="#ff0000" background="#c3e1ff"/>
|
2010-08-03 10:31:16 +02:00
|
|
|
<style name="Preprocessor" foreground="#000080" bold="true"/>
|
|
|
|
|
<style name="RemovedLine" foreground="#ff0000"/>
|
|
|
|
|
<style name="String" foreground="#008000" bold="true"/>
|
|
|
|
|
<style name="Text" foreground="#000000" background="#ffffff"/>
|
|
|
|
|
<style name="Type" foreground="#000000"/>
|
|
|
|
|
<!--
|
|
|
|
|
Relying on default colors for:
|
|
|
|
|
|
|
|
|
|
CurrentLineNumber
|
|
|
|
|
DisabledCode
|
|
|
|
|
LineNumber
|
|
|
|
|
Link
|
|
|
|
|
SearchResult
|
|
|
|
|
SearchScope
|
|
|
|
|
Selection
|
|
|
|
|
Occurrences
|
|
|
|
|
Occurrences.Rename
|
|
|
|
|
Occurrences.Unused
|
|
|
|
|
VisualWhitespace
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
</style-scheme>
|