File: color.fte

package info (click to toggle)
fte 0.50.2b6-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,596 kB
  • ctags: 6,433
  • sloc: cpp: 47,985; ansic: 2,795; sh: 112; makefile: 105; perl: 29
file content (88 lines) | stat: -rw-r--r-- 2,328 bytes parent folder | download | duplicates (11)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
object ScrollBar {
    color {
        { 'Arrows',     'ScrollBar_Arrows' },
        { 'Back',       'ScrollBar_Background' },
        { 'Fore',       'ScrollBar_Slider' },
    };
}

object Status {
    color {
        { 'Normal',     'Status_Normal' },
        { 'Active',     'Status_Active' },
    };
}

object Message {
    color {
        { 'Normal',     'Message_Normal' },
        { 'Bold',       'Message_Bold' },
        { 'Error',      'Message_Error' },
    };
}

object Entry {
    color {
        { 'Field',      'EntryField_Field' },
        { 'Prompt',     'EntryField_Prompt' },
        { 'Selection',  'EntryField_Selection' },
    };
}

object LIST {
    color {
        { 'Status',       'List_Status' },
        { 'Normal',       'List_Normal' },
        { 'Selected',     'List_Selected' },
        { 'Hilited',      'List_Hilited' },
        { 'HilitSelect',  'List_HilitSelect' },
        { 'Marked',       'List_Marked' },
        { 'MarkSelect',   'List_MarkSelect' },
        { 'MarkHilit',    'List_MarkHilit' },
        { 'MarkHilitSel', 'List_MarkHilitSel' },
    };
}

object ASCII {
    color {
        { 'Chars',      'ASCII_Chars' },
    };
}

object Menu {
    color {
        { 'Background',  'Menu_Background' },
        { 'ActiveItem',  'Menu_ActiveItem' },
        { 'ActiveChar',  'Menu_ActiveChar' },
        { 'NormalItem',  'Menu_NormalItem' },
        { 'NormalChar',  'Menu_NormalChar' },
    };
}

object Choice {
    color {
        { "Title",       'Choice_Title' },
        { "Param",       'Choice_Param' },
        { "Background",  'Choice_Background' },
        { "ActiveItem",  'Choice_ActiveItem' },
        { "ActiveChar",  'Choice_ActiveChar' },
        { "NormalItem",  'Choice_NormalItem' },
        { "NormalChar",  'Choice_NormalChar' },
    };
}

object PLAIN {
    color {
        { 'Background', 'Editor_Default' },
        { 'Selected',   'Editor_Selected' },
        { 'Markers',    'Editor_Markers' },
        { 'Found',      'Editor_FoundText' },
        { 'Keyword',    'Editor_Keywords' },
        { 'Folds0',     'Editor_Folds0' },
        { 'Folds1',     'Editor_Folds1' },
        { 'Folds2',     'Editor_Folds2' },
        { 'Folds3',     'Editor_Folds3' },
        { 'Folds4',     'Editor_Folds4' },
        { 'HilitWord',  'Editor_HilitWord' },
    };
}