-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTradingView.css
192 lines (156 loc) · 6.19 KB
/
TradingView.css
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
.theme-dark{
background-color: #0a21f1;
}
html.theme-dark .group-2_so5thS {
background-color: transparent ;
}
.chart-page.on-widget {
/* chart TODO
background-color: #191b2e; */
background-color: transparent ;
/* border: 1px solid rgba(255, 255, 255, 0.062745098); */
border-radius: 4px;
}
.isActive-5-QHyx-s .bg-5-QHyx-s {
background-color: #34f5ae ;
}
.isActive-5-QHyx-s .bg-5-QHyx-s .icon-5-QHyx-s {
color: #101233 ;
}
.bg-5-QHyx-s .icon-5-QHyx-s:hover {
color: unset ;
}
html.theme-dark .button-5-QHyx-s:hover .bg-5-QHyx-s {
background-color: #101233 ;
}
html.theme-dark .fill-2_so5thS {
background-color: #101233;
}
.group-3uonVBsm,
.chart-toolbar.chart-controls-bar {
background-color: transparent ;
}
.layout__area--center {
border: 1px solid rgba(255, 255, 255, 0.062745098);
}
.theme-light .layout__area--center {
border: 1px solid rgba(13, 26, 22, 0.07);
}
.group-wWM3zP_M- {
background-color: #101233 ;
}
.group-wWM3zP_M- .apply-common-tooltip {
cursor: pointer;
}
html.theme-light .button-263WXsg--.isActive-2mI1-NUL- .icon-1Y-3MM9F- {
color: #34f5ae;
}
.icon-1Y-3MM9F- svg:hover {
fill: #34f5ae ;
}
.menuBox-20sJGjtG- {
background-color: #101233 ;
}
.menuBox-20sJGjtG- * {
cursor: pointer;
}
.common-tooltip__body-356XFpBj- {
background-color: #34f5ae ;
color: #080715 ;
}
.tv-spinner {
color: #34f5ae ;
}
.common-tooltip__hotkey-block-2gS_uAOl- {
color: #080715;
}
.common-tooltip__hotkey-block-2gS_uAOl- * {
color: #080715;
}
html.theme-dark .button-2ioYhFEY-.isInteractive-20uLObIc-.isActive-22S-lGpa-,
html.feature-no-touch.theme-dark .button-2ioYhFEY-.isInteractive-20uLObIc-.isActive-22S-lGpa-:hover,
html.feature-no-touch.theme-dark .button-2ioYhFEY-.isInteractive-20uLObIc-.isActive-22S-lGpa-:active,
html.feature-touch.theme-dark .button-2ioYhFEY-.isInteractive-20uLObIc-.isActive-22S-lGpa-:active {
color: #34f5ae;
}
html.theme-dark .button-2Vpz_LXc.isInteractive-2Vpz_LXc.isGrouped-2Vpz_LXc:hover:before,
html.theme-dark .button-2pZNJ24z:hover:before,
html.theme-dark .button-1SoiPS-f:hover:before,
html.theme-dark .item-3SbREAgE:hover:before,
html.theme-dark .button-yLOygoSG:hover:before,
html.theme-dark .button-2Vpz_LXc.isInteractive-2Vpz_LXc:hover:before {
background-color: rgba(255, 255, 255, 0.1);
cursor: pointer;
}
div[data-role="button"] {
cursor: pointer;
}
html.theme-dark #widget-container{
background-color: #f0eff9 ;
border-color: #f0eff9;
}
html.theme-dark .chart-page {
background-color: var(--tv-color-platform-background, #2b5ada);
}
:root:not(.theme-dark) {
--tv-color-platform-background: #d1c4e9;
--tv-color-pane-background: rgb(251, 223, 244);
--tv-color-toolbar-button-background-hover: rgb(244, 143, 177);
--tv-color-toolbar-button-background-expanded: rgb(244, 143, 177);
--tv-color-toolbar-button-background-active: rgb(249, 185, 233);
--tv-color-toolbar-button-background-active-hover: rgb(244, 143, 177);
--tv-color-toolbar-button-text: rgb(136, 24, 79);
--tv-color-toolbar-button-text-hover: rgb(74, 20, 140);
--tv-color-toolbar-button-text-active: red;
--tv-color-toolbar-button-text-active-hover: red;
--tv-color-item-active-text: rgb(6, 6, 255);
--tv-color-toolbar-toggle-button-background-active: red;
--tv-color-toolbar-toggle-button-background-active-hover: magenta;
--tv-color-toolbar-divider-background: rgb(251, 223, 244);
--tv-color-toolbar-save-layout-loader: rgb(106, 109, 120);
--tv-color-popup-background: rgb(241, 188, 225);
--tv-color-popup-element-text: rgb(136, 24, 79);
--tv-color-popup-element-text-hover: rgb(74, 20, 140);
--tv-color-popup-element-background-hover: rgb(244, 143, 177);
--tv-color-popup-element-divider-background: rgb(251, 223, 244);
--tv-color-popup-element-secondary-text: rgb(74, 20, 140);
--tv-color-popup-element-hint-text: rgb(74, 20, 140);
--tv-color-popup-element-text-active: rgb(6, 6, 255);
--tv-color-popup-element-background-active: red;
--tv-color-popup-element-toolbox-text: rgb(136, 24, 79);
--tv-color-popup-element-toolbox-text-hover: rgb(74, 20, 140);
--tv-color-popup-element-toolbox-text-active-hover: rgb(74, 20, 140);
--tv-color-popup-element-toolbox-background-hover: rgb(222, 89, 132);
--tv-color-popup-element-toolbox-background-active-hover: magenta;
}
.theme-dark:root {
--tv-color-platform-background: #d1c4e9;
--tv-color-pane-background: rgb(251, 223, 244);
--tv-color-toolbar-button-background-hover: rgb(244, 143, 177);
--tv-color-toolbar-button-background-expanded: rgb(244, 143, 177);
--tv-color-toolbar-button-background-active: rgb(249, 185, 233);
--tv-color-toolbar-button-background-active-hover: rgb(244, 143, 177);
--tv-color-toolbar-button-text: rgb(136, 24, 79);
--tv-color-toolbar-button-text-hover: rgb(74, 20, 140);
--tv-color-toolbar-button-text-active: red;
--tv-color-toolbar-button-text-active-hover: red;
--tv-color-item-active-text: rgb(6, 255, 6);
--tv-color-toolbar-toggle-button-background-active: red;
--tv-color-toolbar-toggle-button-background-active-hover: magenta;
--tv-color-toolbar-divider-background: rgb(251, 223, 244);
--tv-color-toolbar-save-layout-loader: rgb(134, 137, 147);
--tv-color-popup-background: rgb(241, 188, 225);
--tv-color-popup-element-text: rgb(136, 24, 79);
--tv-color-popup-element-text-hover: rgb(74, 20, 140);
--tv-color-popup-element-background-hover: rgb(244, 143, 177);
--tv-color-popup-element-divider-background: rgb(251, 223, 244);
--tv-color-popup-element-secondary-text: rgb(74, 20, 140);
--tv-color-popup-element-hint-text: rgb(74, 20, 140);
--tv-color-popup-element-text-active: rgb(6, 6, 255);
--tv-color-popup-element-background-active: red;
--tv-color-popup-element-toolbox-text: rgb(136, 24, 79);
--tv-color-popup-element-toolbox-text-hover: rgb(74, 20, 140);
--tv-color-popup-element-toolbox-text-active-hover: rgb(74, 20, 140);
--tv-color-popup-element-toolbox-background-hover: rgb(222, 89, 132);
--tv-color-popup-element-toolbox-background-active-hover: magenta;
}