File: default_style.xml

package info (click to toggle)
qcodeeditor 1.0%2B1gitdc644d-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: cpp: 2,502; xml: 731; python: 11; makefile: 9
file content (66 lines) | stat: -rw-r--r-- 4,017 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Default">
    <style name="Text" foreground="#000000" background="#ffffff"/>
    <style name="Link" foreground="#0000ff"/>
    <style name="Selection" foreground="#eff0f1" background="#3daee9"/>
    <style name="LineNumber" foreground="#6272a4"/>
    <style name="SearchResult" background="#ffef0b"/>
    <style name="SearchScope" background="#2d5c76"/>
    <style name="Parentheses" foreground="#ff0000" background="#b4eeb4"/>
    <style name="ParenthesesMismatch" background="#ff00ff"/>
    <style name="AutoComplete" foreground="#000080" background="#c0c0ff"/>
    <style name="CurrentLine" background="#eeeeee"/>
    <style name="CurrentLineNumber" foreground="#808080" bold="true"/>
    <style name="Occurrences" background="#b4b4b4"/>
    <style name="Occurrences.Unused" underlineColor="#808000" underlineStyle="SingleUnderline"/>
    <style name="Occurrences.Rename" background="#ff6464"/>
    <style name="Number" foreground="#000080"/>
    <style name="String" foreground="#008000"/>
    <style name="Type" foreground="#800080"/>
    <style name="Local" foreground="#092e64"/>
    <style name="Global" foreground="#ce5c00"/>
    <style name="Field" foreground="#800000"/>
    <style name="Static" foreground="#800080"/>
    <style name="VirtualMethod" foreground="#00677c" background="#ffffff" italic="true"/>
    <style name="Function" foreground="#00677c" background="#ffffff"/>
    <style name="Keyword" foreground="#808000"/>
    <style name="PrimitiveType" foreground="#808000"/>
    <style name="Operator"/>
    <style name="Overloaded Operator"/>
    <style name="Preprocessor" foreground="#000080"/>
    <style name="Label" foreground="#800000"/>
    <style name="Comment" foreground="#008000"/>
    <style name="Doxygen.Comment" foreground="#000080"/>
    <style name="Doxygen.Tag" foreground="#0000ff"/>
    <style name="VisualWhitespace" foreground="#c0c0c0"/>
    <style name="QmlLocalId" foreground="#000000" background="#ffffff" italic="true"/>
    <style name="QmlExternalId" foreground="#000080" background="#ffffff" italic="true"/>
    <style name="QmlTypeId" foreground="#800080"/>
    <style name="QmlRootObjectProperty" foreground="#000000" background="#ffffff" italic="true"/>
    <style name="QmlScopeObjectProperty" foreground="#000000" background="#ffffff" italic="true"/>
    <style name="QmlExternalObjectProperty" foreground="#000080" background="#ffffff" italic="true"/>
    <style name="JsScopeVar" foreground="#2985c7" background="#ffffff" italic="true"/>
    <style name="JsImportVar" foreground="#0055af" background="#ffffff" italic="true"/>
    <style name="JsGlobalVar" foreground="#0055af" background="#ffffff" italic="true"/>
    <style name="QmlStateName" foreground="#000000" background="#ffffff" italic="true"/>
    <style name="Binding" foreground="#800000"/>
    <style name="DisabledCode" background="#efefef"/>
    <style name="AddedLine" foreground="#00aa00"/>
    <style name="RemovedLine" foreground="#ff0000"/>
    <style name="DiffFile" foreground="#000080"/>
    <style name="DiffLocation" foreground="#0000ff"/>
    <style name="DiffFileLine" background="#ffff00"/>
    <style name="DiffContextLine" background="#afd7e7"/>
    <style name="DiffSourceLine" background="#ffdfdf"/>
    <style name="DiffSourceChar" background="#ffafaf"/>
    <style name="DiffDestLine" background="#dfffdf"/>
    <style name="DiffDestChar" background="#afffaf"/>
    <style name="LogChangeLine" foreground="#c00000"/>
    <style name="Warning" underlineColor="#ffbe00" underlineStyle="SingleUnderline"/>
    <style name="WarningContext" underlineColor="#ffbe00" underlineStyle="DotLine"/>
    <style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/>
    <style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/>
    <style name="Declaration" bold="true"/>
    <style name="FunctionDefinition"/>
    <style name="OutputArgument" italic="true"/>
</style-scheme>