Fixes tradingview/charting_library#60 Fixes tradingview/charting_library#65 Fixes tradingview/charting_library#70 Fixes tradingview/charting_library#71 Fixes tradingview/charting_library#75 Fixes tradingview/charting_library#76 Fixes tradingview/charting_library#78 Fixes tradingview/charting_library#79 Fixes tradingview/charting_library#81 Fixes tradingview/charting_library#82 Fixes tradingview/charting_library#84 Fixes tradingview/charting_library#86 Fixes tradingview/charting_library#89 Fixes tradingview/charting_library#90 Fixes tradingview/charting_library#91 Fixes tradingview/charting_library#92 Fixes tradingview/charting_library#94 Fixes tradingview/charting_library#99 Fixes tradingview/charting_library#100 Fixes tradingview/charting_library#101 Fixes tradingview/charting_library#102 Fixes tradingview/charting_library#103 Fixes tradingview/charting_library#1995 Fixes tradingview/charting_library#5726 Fixes tradingview/charting_library#6025 Fixes tradingview/charting_library#6406 Fixes tradingview/charting_library#6636 Fixes tradingview/charting_library#6767 Fixes tradingview/charting_library#6775 Fixes tradingview/charting_library#6783 Fixes tradingview/charting_library#6864 Fixes tradingview/charting_library#6926 Fixes tradingview/charting_library#7060 Fixes tradingview/charting_library#7169 Fixes tradingview/charting_library#7307
36 lines
1.7 KiB
CSS
36 lines
1.7 KiB
CSS
: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);
|
|
}
|
|
|
|
.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);
|
|
}
|