aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/styles/intellij.xml
blob: b4a30c3f845b9121249207fe55f077436a6d81b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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"/>
  <style name="Function" foreground="#000000"/>
  <style name="Keyword" foreground="#000080" bold="true"/>
  <style name="PrimitiveType" foreground="#000080" bold="true"/>
  <style name="Label" foreground="#800000" bold="true"/>
  <style name="Local" foreground="#000000"/>
  <style name="Number" foreground="#0000ff"/>
  <style name="Operator" foreground="#000000"/>
  <style name="Overloaded Operator" foreground="#000000"/>
  <style name="Parentheses" foreground="#ff0000" background="#c3e1ff"/>
  <style name="ParenthesesMismatch" background="#ff00ff"/>
  <style name="AutoComplete" foreground="#ff0000" background="#c3e1ff"/>
  <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>