blob: c9047be919e817155733dee87a3cee510e01fba7 (
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
[Colors]
Accent=#a084b8
DesktopBackground=#402840
ActiveWindowBorder1=#484060
ActiveWindowBorder2=#a084b8
ActiveWindowTitle=white
ActiveWindowTitleShadow=#black
ActiveWindowTitleStripes=#302b40
InactiveWindowBorder1=#786058
InactiveWindowBorder2=#a89878
InactiveWindowTitle=#cbc6cf
InactiveWindowTitleShadow=#black
InactiveWindowTitleStripes=#5b4943
MovingWindowBorder1=#5f547d
MovingWindowBorder2=#b9a5ca
MovingWindowTitle=white
MovingWindowTitleShadow=#330760
MovingWindowTitleStripes=#473f5f
HighlightWindowBorder1=#484060
HighlightWindowBorder2=#a89878
HighlightWindowTitle=#cbc6cf
HighlightWindowTitleShadow=#black
HighlightWindowTitleStripes=#5b4943
HighlightSearching=#ffff00
HighlightSearchingText=black
MenuBase=#a89890
MenuBaseText=black
MenuStripe=#75645cFF
MenuSelection=#008080
MenuSelectionText=black
Window=#a89890
WindowText=black
Button=#a89890
ButtonText=black
Base=#d8d0c8
BaseText=black
ThreedHighlight=#d8d0c8
ThreedShadow1=#786058
ThreedShadow2=#201a18
HoverHighlight=#b3a59e
Selection=#008080
SelectionText=white
InactiveSelection=#606060
InactiveSelectionText=white
PlaceholderText=#808080
RubberBandFill=#e39ef43c
RubberBandBorder=#50096e
Link=blue
ActiveLink=red
VisitedLink=magenta
Gutter=#d4d0c8
GutterBorder=#404040
Ruler=#d4d0c8
RulerBorder=#404040
RulerActiveText=#404040
RulerInactiveText=#808080
TextCursor=#4c096e
FocusOutline=#909090
SyntaxComment=#008000
SyntaxNumber=#800000
SyntaxString=#800000
SyntaxType=#800080
SyntaxPunctuation=black
SyntaxOperator=black
SyntaxKeyword=black
SyntaxControlKeyword=black
SyntaxIdentifier=#092e64
SyntaxPreprocessorStatement=#008080
SyntaxPreprocessorValue=#800000
Tooltip=#ffffe1
TooltipText=black
Tray=#808080
TrayText=#ffffff
[Flags]
IsDark=false
[Metrics]
TitleHeight=19
TitleButtonWidth=15
TitleButtonHeight=15
[Paths]
ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png
InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png
MenuShadow=/res/icons/themes/Default/frame-shadow-light.png
TaskBarShadow=/res/icons/themes/Default/frame-shadow-light.png
TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png
|