loom

Форк
0
/
default.json 
107 строк · 6.7 Кб
1
{
2
    "description"   : "Описание формата элементов текста для редактора",
3
    "light" : {
4
        "diagnostic-error"         : { "underline_color" : "DarkRed", "underline_style" : "WaveUnderline" },
5
        "diagnostic-warning"       : { "underline_color" : "Chocolate", "underline_style" : "WaveUnderline" },
6
        "diagnostic-information"   : { "underline_color" : "Gray", "underline_style" : "WaveUnderline" },
7
        "diagnostic-hint"          : { "underline_color" : "Gray", "underline_style" : "WaveUnderline" },
8

9
        "hc_diagnostic-error"      : { "background" : "OrangeRed", "foreground" : "OrangeRed", "weight" : "Bold", "overline" : true, "underline" : true },
10
        "hc_diagnostic-warning"    : { "background" : "Chocolate", "foreground" : "Chocolate", "weight" : "Bold", "overline" : true, "underline" : true },
11
        "hc_diagnostic-information": { "background" : "MidnightBlue", "foreground" : "MidnightBlue", "weight" : "Bold", "overline" : true, "underline" : true },
12
        "hc_diagnostic-hint"       : { "background" : "MidnightBlue", "foreground" : "MidnightBlue", "weight" : "Bold", "overline" : true, "underline" : true },
13

14
        "Punctuation"   : { "foreground" : "Black" },
15
        "Word"          : { "foreground" : "Black", "weight" : "Normal" },
16
        "Comment"       : { "foreground" : "Gray", "weight" : "Normal" },
17
        "Annotation"    : { "foreground" : "Blue" },
18
        "Number"        : { "foreground" : "Chocolate" },
19
        "Error"         : { "foreground" : "DarkRed", "weight" : "Bold", "italic" : true,
20
                                    "underline_color" : "DarkRed", "underline_style" : "SpellCheckUnderline" },
21
    
22
        "Keyword"       : { "foreground" : "Black", "weight" : "Bold" },
23
        "Integer"       : { "foreground" : "Chocolate" },
24
        "RealNumber"    : { "foreground" : "Chocolate" },
25
        "Boolean"       : { "foreground" : "Chocolate" },
26
        "NationalCharacterUse" : { "foreground" : "Black" },
27
        "NationalCharacterMix" : { "foreground" : "MidnightBlue" },
28
        "UnknownCharacterSet" : { "foreground" : "DarkRed" },
29
        "NotANumber"    : { "foreground" : "DarkRed" },
30
    
31
        "built-in-module":{ "foreground" : "Green", "weight" : "Bold" },
32
        "module"        : { "foreground" : "Green", "weight" : "Bold" },
33
        "namespace"     : { "foreground" : "Green", "weight" : "Bold" },
34
        "contract"      : { "foreground" : "Gold" },
35
        "include"       : { "foreground" : "Green", "weight" : "Bold" },
36
        "type"          : { "foreground" : "DarkMagenta" },
37
        "struct"        : { "foreground" : "Indigo" },
38
        "variable"      : { "foreground" : "#303030" },
39
        "property"      : { "foreground" : "MidnightBlue" },
40
        "function"      : { "foreground" : "SaddleBrown" },
41
        "method"        : { "foreground" : "SaddleBrown" },
42
        "string"        : { "foreground" : "Blue" },
43

44
        "m_declaration" : { "weight" : "Bold" },
45
        "m_definition"  : { "weight" : "Bold" },
46
        "m_readonly"    : { "foreground" : "Green" },
47
        "m_array"       : { "overline" : true },
48
        "m_parameter"   : { "italic" : true },
49
        "m_input"       : { "italic" : true },
50
        "m_output"      : { "underline_style" : "DotLine"},
51
        "m_remote"      : { "underline_style" : "WaveUnderline"},
52

53
        "Doxygen-keyword" : { "foreground" : "#0000AB" }
54
    },
55
    "dark"  : {
56
        "diagnostic-error"         : { "underline_color" : "Red", "underline_style" : "WaveUnderline" },
57
        "diagnostic-warning"       : { "underline_color" : "Yellow", "underline_style" : "WaveUnderline" },
58
        "diagnostic-information"   : { "underline_color" : "DarkTurquoise", "underline_style" : "WaveUnderline" },
59
        "diagnostic-hint"          : { "underline_color" : "C5C5C5", "underline_style" : "WaveUnderline" },
60

61
        "hc_diagnostic-error"      : { "background" : "OrangeRed", "foreground" : "OrangeRed", "weight" : "Bold", "overline" : true, "underline" : true },
62
        "hc_diagnostic-warning"    : { "background" : "Yellow", "foreground" : "Yellow", "weight" : "Bold", "overline" : true, "underline" : true },
63
        "hc_diagnostic-information": { "background" : "DarkTurquoise", "foreground" : "DarkTurquoise", "weight" : "Bold", "overline" : true, "underline" : true },
64
        "hc_diagnostic-hint"       : { "background" : "C5C5C5", "foreground" : "C5C5C5", "weight" : "Bold", "overline" : true, "underline" : true },
65

66
        "Punctuation"   : { "foreground" : "#C5C5C5" },
67
        "Word"          : { "foreground" : "#C5C5C5", "weight" : "Normal" },
68
        "Comment"       : { "foreground" : "DimGray", "weight" : "Normal" },
69
        "Annotation"    : { "foreground" : "DarkTurquoise" },
70
        "Number"        : { "foreground" : "Chocolate" },
71
        "Error"         : { "foreground" : "Gainsboro", "weight" : "Bold", "italic" : true,
72
                                    "underline_color" : "#ff5555", "underline_style" : "SpellCheckUnderline" },
73
    
74
        "Keyword"       : { "foreground" : "#C5C5C5", "weight" : "Bold" },
75
        "Integer"       : { "foreground" : "Chocolate" },
76
        "RealNumber"    : { "foreground" : "Chocolate" },
77
        "Boolean"       : { "foreground" : "Chocolate" },
78
        "NationalCharacterUse" : { "foreground" : "#C5C5C5" },
79
        "NationalCharacterMix" : { "foreground" : "White" },
80
        "UnknownCharacterSet" : { "foreground" : "Gainsboro" },
81
        "NotANumber"    : { "foreground" : "Gainsboro" },
82
    
83
        "built-in-module":{ "foreground" : "MediumSeaGreen", "weight" : "Bold" },
84
        "module"        : { "foreground" : "MediumSeaGreen", "weight" : "Bold" },
85
        "namespace"     : { "foreground" : "Goldenrod", "weight" : "Bold" },
86
        "contract"      : { "foreground" : "Goldenrod" },
87
        "include"       : { "foreground" : "ForestGreen", "weight" : "Bold" },
88
        "type"          : { "foreground" : "MediumOrchid" },
89
        "struct"        : { "foreground" : "Thistle" },
90
        "variable"      : { "foreground" : "LightGrey" },
91
        "property"      : { "foreground" : "LightSteelBlue" },
92
        "function"      : { "foreground" : "Tan" },
93
        "method"        : { "foreground" : "Peru" },
94
        "string"        : { "foreground" : "DarkTurquoise" },
95

96
        "m_declaration" : { "weight" : "Bold" },
97
        "m_definition"  : { "weight" : "Bold" },
98
        "m_readonly"    : { "foreground" : "SeaGreen" },
99
        "m_array"       : { "overline" : true },
100
        "m_parameter"   : { "italic" : true },
101
        "m_input"       : { "italic" : true },
102
        "m_output"      : { "underline_style" : "DotLine"},
103
        "m_remote"      : { "underline_style" : "WaveUnderline"},
104

105
        "Doxygen-keyword" : { "foreground" : "DarkCyan" }
106
    }
107
}
108

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.