aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/styles/inkpot.xml
blob: 6b485622159215c0645b16a234ecd92c45c9cf1f (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<!--
     This color scheme is based on the vim Inkpot color scheme, originally
     created by Ciaran McCreesh:

     http://www.vim.org/scripts/script.php?script_id=1143

     It was adapted for use by Qt Creator by Jan Kundrát and subsequently
     updated by Campbell Barton.
-->
<style-scheme version="1.0" name="Inkpot">
  <style name="AddedLine" foreground="#00aa00"/>
  <style name="Comment" foreground="#cd8b00"/>
  <style name="CurrentLine" foreground="#000000" background="#2d2d32"/>
  <style name="CurrentLineNumber" foreground="#a7a7f5" bold="true"/>
  <style name="DiffFile" foreground="#8484f3"/>
  <style name="DiffLocation" foreground="#0084ff"/>
  <style name="DisabledCode" foreground="#a0a0a4" italic="true"/>
  <style name="Doxygen.Comment" foreground="#737dd5"/>
  <style name="Doxygen.Tag" foreground="#4e5ab3"/>
  <style name="Field" bold="true"/>
  <style name="Function"/>
  <style name="Global"/>
  <style name="Keyword" foreground="#808bed"/>
  <style name="PrimitiveType" foreground="#808bed"/>
  <style name="Label" foreground="#e76000"/>
  <style name="LineNumber" foreground="#8b8bcd" background="#2e2e2e"/>
  <style name="Link" foreground="#409090"/>
  <style name="Local"/>
  <style name="Number" foreground="#f0ad6d"/>
  <style name="Occurrences" foreground="#000000" background="#616161"/>
  <style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
  <style name="Occurrences.Unused" foreground="#808000"/>
  <style name="Punctuation"/>
  <style name="Operator" foreground="#cfbfad"/>
  <style name="Overloaded Operator"/>
  <style name="Parentheses" foreground="#ffff00"  background="#4e4e8f"/>
  <style name="ParenthesesMismatch" background="#404040"/>
  <style name="AutoComplete" foreground="#ffff00"  background="#4e4e8f"/>
  <style name="Preprocessor" foreground="#409090"/>
  <style name="RemovedLine" foreground="#ff0000"/>
  <style name="SearchResult" foreground="#000000" background="#ffef0b"/>
  <style name="SearchScope" foreground="#000000" background="#f8fafc"/>
  <style name="Selection" foreground="#ffffff" background="#4e4e8f"/>
  <style name="Static" foreground="#cb6ecb"/>
  <style name="String" foreground="#ffcd8b" background="#404040"/>
  <style name="Text" foreground="#cfbfad" background="#1e1e27"/>
  <style name="Type" foreground="#ff8bff"/>
  <style name="VirtualMethod" italic="true"/>
  <style name="VisualWhitespace" foreground="#646482"/>
  <style name="QmlTypeId" foreground="#ff8bff"/>
  <style name="Binding" foreground="#ff5555"/>
  <style name="QmlLocalId" italic="true"/>
  <style name="QmlRootObjectProperty" italic="true"/>
  <style name="QmlScopeObjectProperty" italic="true"/>
  <style name="QmlStateName" italic="true"/>
  <style name="QmlExternalId" foreground="#aaaaff" italic="true"/>
  <style name="QmlExternalObjectProperty" foreground="#aaaaff" italic="true"/>
  <style name="JsScopeVar" foreground="#8888ff" italic="true"/>
  <style name="JsImportVar" foreground="#8888ff" italic="true"/>
  <style name="JsGlobalVar" foreground="#8888ff" italic="true"/>
  <style name="DiffFileLine" foreground="#404040" background="#dcb178"/>
  <style name="DiffContextLine" foreground="#404040" background="#97bac7"/>
  <style name="DiffSourceLine" background="#8c2d2d"/>
  <style name="DiffSourceChar" background="#c34141"/>
  <style name="DiffDestLine" background="#277027"/>
  <style name="DiffDestChar" background="#339d33"/>
  <style name="LogChangeLine" foreground="#dcdc00"/>
</style-scheme>