blob: 062cfc8fa71e22f408401eef8c3ddef5f5996241 (
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
|
[Colors]
Accent=#4d4d5f
DesktopBackground=#202020
ActiveWindowBorder1=#3d3d4f
ActiveWindowBorder2=#b7b7da
ActiveWindowTitle=white
InactiveWindowBorder1=#606060
InactiveWindowBorder2=#a0a0a0
InactiveWindowTitle=#d5d0c7
MovingWindowBorder1=#49496c
MovingWindowBorder2=#9c9cd5
MovingWindowTitle=white
HighlightWindowBorder1=#47394f
HighlightWindowBorder2=#8282d9
HighlightWindowTitle=white
HighlightSearching=#ffff00
HighlightSearchingText=black
MenuBase=#444444
MenuBaseText=white
MenuStripe=#323232
MenuSelection=#666666
MenuSelectionText=white
Window=#323232
WindowText=white
Button=#555555
ButtonText=white
Base=#424242
BaseText=white
DisabledTextFront=#a0a0a0
DisabledTextBack=#14141a
ThreedHighlight=#6f6f6f
ThreedShadow1=#3d3e40
ThreedShadow2=#2e2f30
HoverHighlight=#696969
Selection=#14141a
SelectionText=white
InactiveSelection=#606060
InactiveSelectionText=white
RubberBandFill=#8080803c
RubberBandBorder=black
Link=#88c
ActiveLink=#c88
VisitedLink=#c8c
PlaceholderText=#d5d0c7
Gutter=#505050
GutterBorder=#666666
Ruler=#505050
RulerBorder=#666666
RulerActiveText=white
RulerInactiveText=#d5d0c7
TextCursor=#9c9cd5
FocusOutline=#606060
SyntaxComment=olivedrab
SyntaxNumber=greenyellow
SyntaxString=orange
SyntaxType=violet
SyntaxPunctuation=white
SyntaxOperator=white
SyntaxKeyword=deepskyblue
SyntaxControlKeyword=orchid
SyntaxIdentifier=lightskyblue
SyntaxPreprocessorStatement=darkgray
SyntaxPreprocessorValue=orange
Tooltip=#444444
TooltipText=white
Tray=#323232
TrayText=white
[Alignments]
TitleAlignment=Left
[Flags]
IsDark=true
|