blob: f53c07b4aa826240bf64b695447212eb1e0baf5f (
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
[Colors]
DesktopBackground=#888a85
Accent=#284b63
ActiveWindowBorder1=#284b63
ActiveWindowBorder2=#3c6e71
ActiveWindowTitle=white
ActiveWindowTitleShadow=black
ActiveWindowTitleStripes=#3c6e71
InactiveWindowBorder1=#8c8c8c
InactiveWindowBorder2=#8c8c8c
InactiveWindowTitle=#fafafa
InactiveWindowTitleShadow=#8c8c8c
InactiveWindowTitleStripes=#a0a0a0
MovingWindowBorder1=#284b63
MovingWindowBorder2=#284b63
MovingWindowTitle=white
MovingWindowTitleShadow=#1a4231
MovingWindowTitleStripes=#284b63
HighlightWindowBorder1=#284b63
HighlightWindowBorder2=#284b63
HighlightWindowTitle=white
HighlightWindowTitleShadow=#1a4231
HighlightWindowTitleStripes=#284b63
HighlightSearching=#ffff00
HighlightSearchingText=black
MenuBase=#cfdbd5
MenuBaseText=#0a0a0a
MenuStripe=#3c6e71
MenuSelection=#3c6e71
MenuSelectionText=#fdfdff
Window=#cfdbd5
WindowText=#353535
Button=#cfdbd5
ButtonText=#353535
Base=#fdfdff
BaseText=#353535
DisabledTextFront=#999999
DisabledTextBack=white
ThreedHighlight=#e7f5ee
ThreedShadow1=#aeb8b3
ThreedShadow2=#616663
HoverHighlight=#3c6e71
Selection=#3c6e71
SelectionText=#fdfdff
InactiveSelection=#9e9e9e
InactiveSelectionText=#353535
PlaceholderText=#999999
RubberBandFill=#3c6e713c
RubberBandBorder=#284b63
Link=blue
ActiveLink=red
VisitedLink=magenta
Gutter=#cfdbd5
GutterBorder=cfdbd5
Ruler=#d4e0da
RulerBorder=#d4e0da
RulerActiveText=#606060
RulerInactiveText=#999999
TextCursor=#153627
FocusOutline=#909090
SyntaxComment=#a0a1a7
SyntaxNumber=#396a8c
SyntaxString=#402afc
SyntaxType=#414d8a
SyntaxPunctuation=black
SyntaxOperator=black
SyntaxKeyword=#515fab
SyntaxControlKeyword=#515fab
SyntaxIdentifier=#000000
SyntaxPreprocessorStatement=#00a0a0
SyntaxPreprocessorValue=#2e5b87
SyntaxFunction=#620ecf
SyntaxVariable=black
SyntaxCustomType=orange
SyntaxNamespace=orange
SyntaxMember=red
SyntaxParameter=#2954b3
Tooltip=#ffffe1
TooltipText=#0c1f16
Tray=#cfdbd5
TrayText=#353535
[Alignments]
TitleAlignment=Left
[Flags]
IsDark=false
[Metrics]
BorderThickness=4
BorderRadius=0
TitleHeight=19
TitleButtonWidth=15
TitleButtonHeight=15
[Paths]
ActiveWindowShadow=/res/icons/themes/Chillychilly/frame-shadow-dark.png
InactiveWindowShadow=/res/icons/themes/Chillychilly/frame-shadow-light.png
MenuShadow=/res/icons/themes/Chillychilly/frame-shadow-light.png
TaskBarShadow=/res/icons/themes/Chillychilly/frame-shadow-light.png
TooltipShadow=/res/icons/themes/Chillychilly/frame-shadow-light.png
TitleButtonIcons=/res/icons/themes/Chillychilly/16x16/
|