aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/styles/grayscale.xml
blob: 75d92688ece91672d7065c50b54240db6f065945 (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
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Grayscale">
  <style name="AddedLine" foreground="#636363"/>
  <style name="Comment" foreground="#808080"/>
  <style name="CurrentLine" foreground="#000000" background="#f2f2f2"/>
  <style name="DiffFile"/>
  <style name="DiffLocation"/>
  <style name="DisabledCode" foreground="#a0a0a4"/>
  <style name="Doxygen.Comment" foreground="#808080"/>
  <style name="Doxygen.Tag" foreground="#808080" italic="true"/>
  <style name="Keyword" bold="true"/>
  <style name="Label"/>
  <style name="LineNumber" foreground="#c7c4c1" background="#efebe7"/>
  <style name="Link" foreground="#0000ff"/>
  <style name="Number" foreground="#3f3f3f"/>
  <style name="Operator"/>
  <style name="Parentheses" background="#e3e3e3" bold="true"/>
  <style name="Preprocessor" foreground="#5b5b5b"/>
  <style name="RemovedLine" foreground="#a0a0a4"/>
  <style name="String" foreground="#636363"/>
  <style name="Text" foreground="#000000" background="#ffffff"/>
  <style name="Type"/>
  <!--
  Relying on default colors for:

  CurrentLineNumber
  LineNumber
  SearchResult
  SearchScope
  Selection
  Occurrences
  Occurrences.Rename

  -->
</style-scheme>