Release v16.001 (from b46187f9)
Fixes tradingview/charting_library#5047 Fixes tradingview/charting_library#5165
This commit is contained in:
31
themed.css
Normal file
31
themed.css
Normal file
@@ -0,0 +1,31 @@
|
||||
:root:not(.theme-dark) {
|
||||
--tv-color-platform-background: #d1c4e9;
|
||||
--tv-color-pane-background: rgb(251, 223, 244);
|
||||
--tv-color-pane-background-secondary: rgb(249, 185, 233);
|
||||
--tv-color-toolbar-button-background-hover: rgb(244, 143, 177);
|
||||
--tv-color-toolbar-button-background-secondary-hover: red;
|
||||
--tv-color-toolbar-button-background-expanded: 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;
|
||||
}
|
||||
|
||||
.theme-dark:root {
|
||||
--tv-color-platform-background: #d1c4e9;
|
||||
--tv-color-pane-background: rgb(251, 223, 244);
|
||||
--tv-color-pane-background-secondary: rgb(249, 185, 233);
|
||||
--tv-color-toolbar-button-background-hover: rgb(244, 143, 177);
|
||||
--tv-color-toolbar-button-background-secondary-hover: red;
|
||||
--tv-color-toolbar-button-background-expanded: 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;
|
||||
}
|
||||
Reference in New Issue
Block a user