UNPKG

4.09 kBtext/lessView Raw
1/******************************************************************************
2 *
3 * Copyright (c) 2017, the Perspective Authors.
4 *
5 * This file is part of the Perspective library, distributed under the terms of
6 * the Apache License 2.0. The full license can be found in the LICENSE file.
7 *
8 */
9
10@import "../less/fonts";
11@import "../less/variables";
12@import (reference) "material";
13
14
15perspective-viewer, .perspective-viewer-material-dark{
16 .perspective-viewer-material-base();
17 background-color: @coolgrey800;
18 color: #cfd8dc;
19
20 --plugin--background: @coolgrey700;
21 --select--background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0LjkgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQuOSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM0NDQ0NDQ7fQo8L3N0eWxlPgo8dGl0bGU+YXJyb3dzPC90aXRsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxLjQsNC43IDIuNSwzLjIgMy41LDQuNyAiLz4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIzLjUsNS4zIDIuNSw2LjggMS40LDUuMyAiLz4KPC9zdmc+Cg==) no-repeat 95% 50%;
22
23 --inactive--color: #666;
24 --active--background: @blue900;
25 --active--color: @lightblue600;
26 --column_type-float--color: @lightblue600;
27 --column_type-string--color: rgb(255, 136, 136);
28
29 --hypergrid--color: #eee;
30 --hypergrid-tree-header--background: @coolgrey700;
31 --hypergrid--background: @coolgrey700;
32 --hypergrid-tree-header--color: #eee;
33 --hypergrid-header--background: @coolgrey700;
34 --hypergrid-separator--color: #eee;
35 --hypergrid-header--color: #eee;
36
37 --hypergrid-selection--background: rgba(255, 255, 255, 0.25);
38
39 --hypergrid-positive--color: @lightblue600;
40 --hypergrid-negative--color: rgb(255, 136, 136);
41
42 --hypergrid-row-hover--background: #555;
43 --hypergrid-row-hover--color: #eee;
44 --hypergrid-cell-hover--background: #444;
45 --hypergrid-cell-hover--color: #eee;
46
47 --highcharts-label--fill: @coolgrey200;
48 --highcharts-rect--opacity: 0.85;
49 --highcharts-grid-line--stroke: @coolgrey600;
50 --highcharts-tooltip--background: @coolgrey800;
51
52 --d3fc-legend--text: rgb(187, 187, 187);
53 --d3fc-treedata--labels: rgb(187, 187, 187);
54 --d3fc-treedata--hover-highlight: rgb(255, 255, 255);
55 --d3fc-axis--ticks: rgb(187, 187, 187);
56 --d3fc-axis--lines: rgb(85, 85, 85);
57 --d3fc-tooltip--background: #333333;
58 --d3fc-tooltip--color: rgb(207, 216, 220);
59 --d3fc-series: rgba(31, 119, 180, 0.8);
60 --d3fc-series-1: #0366d6;
61 --d3fc-series-2: #ff7f0e;
62 --d3fc-series-3: #2ca02c;
63 --d3fc-series-4: #d62728;
64 --d3fc-series-5: #9467bd;
65 --d3fc-series-6: #8c564b;
66 --d3fc-series-7: #e377c2;
67 --d3fc-series-8: #7f7f7f;
68 --d3fc-series-9: #bcbd22;
69 --d3fc-series-10: #17becf;
70 --d3fc-full--gradient: linear-gradient(
71 #feeb65 0%,
72 #e4521b 22.5%,
73 #4d342f 42.5%,
74 #222222 50%,
75 #1a237e 57.5%,
76 #42b3d5 67.5%,
77 #dcedc8 100%
78 );
79 --d3fc-positive--gradient: linear-gradient(
80 #222222 0%,
81 #1a237e 35%,
82 #42b3d5 70%,
83 #dcedc8 100%
84 );
85 --d3fc-negative--gradient: linear-gradient(
86 #feeb65 0%,
87 #e4521b 35%,
88 #4d342f 70%,
89 #222222 100%
90 );
91 --highcharts-full--gradient: linear-gradient(
92 #feeb65 0%,
93 #e4521b 22.5%,
94 #4d342f 42.5%,
95 #222222 50%,
96 #1a237e 57.5%,
97 #42b3d5 67.5%,
98 #dcedc8 100%
99 );
100 --highcharts-positive--gradient: linear-gradient(
101 #222222 0%,
102 #1a237e 35%,
103 #42b3d5 70%,
104 #dcedc8 100%
105 );
106 --highcharts-negative--gradient: linear-gradient(
107 #feeb65 0%,
108 #e4521b 35%,
109 #4d342f 70%,
110 #222222 100%
111 );
112 --warning--color: #333;
113}