blob: 0bbc068b2a5a5c9df0d3d29eefeb65115538f560 (
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=#161b22
Accent=#1f6feb
ActiveWindowBorder1=#1e4273
ActiveWindowBorder2=#0d1117
ActiveWindowTitle=#ffffdf
ActiveWindowTitleShadow=#0d1117
ActiveWindowTitleStripes=#0d1117
InactiveWindowBorder1=#222222
InactiveWindowBorder2=#0d1117
InactiveWindowTitle=#1f6feb
InactiveWindowTitleShadow=#0d1117
InactiveWindowTitleStripes=#0d1117
MovingWindowBorder1=#1e4273
MovingWindowBorder2=#0d1117
MovingWindowTitle=#ffffdf
MovingWindowTitleShadow=#0d1117
MovingWindowTitleStripes=#0d1117
HighlightWindowBorder1=#21268b
HighlightWindowBorder2=#1f6feb
HighlightWindowTitle=#1f6feb
HighlightWindowTitleShadow=#21268b
HighlightWindowTitleStripes=#1e4273
HighlightSearching=#ffff00
HighlightSearchingText=#0d1117
MenuBase=#0d1117
MenuBaseText=#a9d1d9
MenuStripe=#161b22
MenuSelection=#1f6feb
MenuSelectionText=#ffffdf
Window=#0d1117
WindowText=#8b949e
Button=#0d1117
ButtonText=#ffffdf
Base=#0d1117
BaseText=#a9d1d9
DisabledTextFront=#808080
DisabledTextBack=#8b9493
ThreedHighlight=#333333
ThreedShadow1=#161b22
ThreedShadow2=#161b22
HoverHighlight=#1f6feb
Selection=#1f6feb
SelectionText=#ffffdf
InactiveSelection=#606060
InactiveSelectionText=#ffffdf
PlaceholderText=#808080
RubberBandFill=#21268b3c
RubberBandBorder=#1f6feb
Link=blue
ActiveLink=red
VisitedLink=magenta
Gutter=#21262d
GutterBorder=#404040
Ruler=#21262d
RulerBorder=#404040
RulerActiveText=#cccccc
RulerInactiveText=#808080
TextCursor=#126BD6
FocusOutline=#b3b3b3
SyntaxComment=#8b949e
SyntaxNumber=#2d34bf
SyntaxString=#5eb55e
SyntaxType=#1f6feb
SyntaxPunctuation=#a9d1d9
SyntaxOperator=#ffffdf
SyntaxKeyword=#1f6feb
SyntaxControlKeyword=#1f6feb
SyntaxIdentifier=#a9d1d9
SyntaxPreprocessorStatement=#00a0a0
SyntaxPreprocessorValue=#1f6feb
SyntaxFunction=#1f6feb
SyntaxVariable=#a9d1d9
SyntaxCustomType=#e5fa31
SyntaxNamespace=#e5fa31
SyntaxMember=#1f6feb
SyntaxParameter=#a9d1d9
Tooltip=#ffffe1
TooltipText=#0d1117
Tray=#161b22
TrayText=#1f6feb
[Alignments]
TitleAlignment=Left
[Flags]
IsDark=true
[Metrics]
BorderThickness=4
BorderRadius=0
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
TitleButtonIcons=/res/icons/themes/Durrque/16x16/
|