blob: b8d422452a337c04f767d325ced97ee4be832b4b (
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
|
[Colors]
DesktopBackground=#3a6ea5
ActiveWindowBorder1=#09226e
ActiveWindowBorder2=#9ecaf4
ActiveWindowTitle=white
ActiveWindowTitleStripes=#00000000
InactiveWindowBorder1=#808080
InactiveWindowBorder2=#c0c0c0
InactiveWindowTitle=#d5d0c7
InactiveWindowTitleStripes=#00000000
MovingWindowBorder1=#0d32a1
MovingWindowBorder2=#bbdcfa
MovingWindowTitle=white
MovingWindowTitleStripes=#00000000
HighlightWindowBorder1=#0d0da1
HighlightWindowBorder2=#bbbbfa
HighlightWindowTitle=white
HighlightWindowTitleStripes=#00000000
MenuBase=white
MenuBaseText=black
MenuStripe=#bbb7b0
MenuSelection=#4f71ad
MenuSelectionText=white
Window=#d4d0c8
WindowText=black
Button=#d4d0c8
ButtonText=black
Base=white
BaseText=black
ThreedHighlight=white
ThreedShadow1=#808080
ThreedShadow2=#404040
HoverHighlight=#e3dfdb
Selection=#1a3584
SelectionText=white
InactiveSelection=#606060
InactiveSelectionText=white
PlaceholderText=#808080
RubberBandFill=#9ecaf43c
RubberBandBorder=#09226e
Link=blue
ActiveLink=red
VisitedLink=magenta
Ruler=#d4d0c8
RulerBorder=#404040
RulerActiveText=#404040
RulerInactiveText=#808080
TextCursor=red
FocusOutline=#909090
SyntaxComment=#008000
SyntaxNumber=#800000
SyntaxString=#800000
SyntaxType=#800080
SyntaxPunctuation=black
SyntaxOperator=black
SyntaxKeyword=black
SyntaxControlKeyword=black
SyntaxIdentifier=#092e64
SyntaxPreprocessorStatement=#008080
SyntaxPreprocessorValue=#800000
[Metrics]
TitleButtonWidth=17
TitleButtonHeight=15
[Paths]
TitleButtonIcons=/res/icons/themes/Redmond/16x16/
|