|
27 | 27 | &--light { |
28 | 28 | --pf-color-void: white; |
29 | 29 | --pf-color-background: white; |
30 | | - --pf-color-background-secondary: #f4f6fa; |
| 30 | + --pf-color-background-secondary: #edf0f1; |
31 | 31 | --pf-color-background-tertiary: #e3e9eb; |
32 | 32 | --pf-color-interactive-base: rgb(4, 33, 56); |
33 | 33 | --pf-color-text: #333; |
34 | | - --pf-color-text-hint: #808080; |
35 | | - --pf-color-text-muted: #989ea2; |
| 34 | + --pf-color-text-muted: #75797c; |
36 | 35 | --pf-color-text-disabled: gray; |
37 | 36 | --pf-color-border: #ccc; |
38 | 37 | --pf-color-border-secondary: #e0e0e0; |
| 38 | + --pf-color-text-hint: #808080; |
39 | 39 | --pf-color-box-shadow: rgba(0, 0, 0, 0.2); |
40 | 40 | --pf-color-neutral: gray; |
41 | 41 | --pf-color-accent: #2667e7; |
|
51 | 51 | --pf-color-warning: rgb(232, 158, 0); |
52 | 52 | --pf-color-text-on-warning: var(--pf-color-text); |
53 | 53 |
|
54 | | - // Chart color palette for data visualization. Original teal→orange ramp, |
55 | | - // extended around the hue circle to cover the full spectrum. |
56 | | - // Series wrap modulo this palette. |
57 | | - --pf-chart-color-1: #1a8a8f; // Teal |
58 | | - --pf-chart-color-2: #bc4f24; // Orange |
59 | | - --pf-chart-color-3: #3373bf; // Blue |
60 | | - --pf-chart-color-4: #3f8a4a; // Green |
61 | | - --pf-chart-color-5: #8a3f7a; // Magenta |
62 | | - --pf-chart-color-6: #b8901a; // Goldenrod |
63 | | - --pf-chart-color-7: #4d62a8; // Slate Blue |
64 | | - --pf-chart-color-8: #95463f; // Rust |
65 | | - --pf-chart-color-9: #2382b9; // Cyan-Blue |
66 | | - --pf-chart-color-10: #8a9520; // Olive |
67 | | - --pf-chart-color-11: #5a3f8a; // Purple |
68 | | - --pf-chart-color-12: #cd6f1a; // Amber Orange |
69 | | - --pf-chart-color-13: #685572; // Warm Slate |
70 | | - --pf-chart-color-neutral: #9e9e9e; // Gray (for unknown/other) |
71 | | - // Foreground color for text/icons drawn on top of any --pf-chart-color-*. |
72 | | - --pf-chart-color-on: #f5f5f5; |
| 54 | + // Chart color palette for data visualization |
| 55 | + --pf-chart-color-1: #4285f4; // Google Blue |
| 56 | + --pf-chart-color-2: #ea4335; // Google Red |
| 57 | + --pf-chart-color-3: #fbbc04; // Google Yellow |
| 58 | + --pf-chart-color-4: #34a853; // Google Green |
| 59 | + --pf-chart-color-5: #ff6d01; // Orange |
| 60 | + --pf-chart-color-6: #46bdc6; // Cyan |
| 61 | + --pf-chart-color-7: #9334e6; // Purple |
| 62 | + --pf-chart-color-8: #185abc; // Dark Blue |
73 | 63 |
|
74 | 64 | --pf-color-track-summary-collapsed: #f4fafb; |
75 | 65 | --pf-color-track-summary-expanded: #262f3b; |
|
88 | 78 | &--dark { |
89 | 79 | --pf-color-void: #181818; |
90 | 80 | --pf-color-background: #202020; |
91 | | - --pf-color-background-secondary: #2c2c2c; |
| 81 | + --pf-color-background-secondary: #343434; |
92 | 82 | --pf-color-background-tertiary: #4a4a4a; |
93 | 83 | --pf-color-interactive-base: white; |
94 | 84 | --pf-color-text: #dce0e2; |
95 | | - --pf-color-text-hint: #9aa0a6; |
96 | | - --pf-color-text-muted: #8c8e91; |
97 | | - --pf-color-text-disabled: #727272; |
| 85 | + --pf-color-text-muted: #a0a2a5; |
| 86 | + --pf-color-text-disabled: #8d8d8e; |
98 | 87 | --pf-color-border: #484848; |
99 | | - --pf-color-border-secondary: #3a3a3a; |
| 88 | + --pf-color-border-secondary: #383838; |
| 89 | + --pf-color-text-hint: #9aa0a6; |
100 | 90 | --pf-color-box-shadow: rgba(0, 0, 0, 0.4); |
101 | 91 | --pf-color-neutral: gray; |
102 | | - --pf-color-accent: oklch(0.66 0.14 245); |
| 92 | + --pf-color-accent: #2667e7; |
103 | 93 | --pf-color-text-on-accent: white; |
104 | 94 | --pf-color-highlight: #5f4d06; |
105 | 95 |
|
106 | | - --pf-color-primary: oklch(0.66 0.14 245); |
| 96 | + --pf-color-primary: #598bed; |
107 | 97 | --pf-color-text-on-primary: #333; |
108 | | - --pf-color-danger: oklch(0.68 0.18 25); |
| 98 | + --pf-color-danger: rgb(230, 90, 90); |
109 | 99 | --pf-color-text-on-danger: #333; |
110 | | - --pf-color-success: oklch(0.74 0.13 155); |
| 100 | + --pf-color-success: rgb(99, 192, 99); |
111 | 101 | --pf-color-text-on-success: #333; |
112 | | - --pf-color-warning: oklch(0.78 0.13 80); |
| 102 | + --pf-color-warning: rgb(244, 188, 67); |
113 | 103 | --pf-color-text-on-warning: #333; |
114 | 104 |
|
115 | | - // Chart color palette for data visualization. Ordered ramp: teal → blue → |
116 | | - // slate → orange. Tuned brighter for the dark theme. |
117 | | - --pf-chart-color-1: #5cc8c4; // Teal |
118 | | - --pf-chart-color-2: #e57038; // Orange |
119 | | - --pf-chart-color-3: #759ce3; // Blue |
120 | | - --pf-chart-color-4: #6fbf7a; // Green |
121 | | - --pf-chart-color-5: #c270b0; // Magenta |
122 | | - --pf-chart-color-6: #e0b550; // Goldenrod |
123 | | - --pf-chart-color-7: #9085c6; // Slate Blue |
124 | | - --pf-chart-color-8: #c2675a; // Rust |
125 | | - --pf-chart-color-9: #5cb8da; // Cyan-Blue |
126 | | - --pf-chart-color-10: #b8c060; // Olive |
127 | | - --pf-chart-color-11: #9078c2; // Purple |
128 | | - --pf-chart-color-12: #f08c33; // Amber Orange |
129 | | - --pf-chart-color-13: #9d7480; // Warm Slate |
130 | | - --pf-chart-color-neutral: #9e9e9e; // Gray (for unknown/other) |
131 | | - // Foreground color for text/icons drawn on top of any --pf-chart-color-*. |
132 | | - --pf-chart-color-on: #1a1a1a; |
| 105 | + // Chart color palette for data visualization (brighter for dark mode) |
| 106 | + --pf-chart-color-1: #5e97f6; // Lighter Blue |
| 107 | + --pf-chart-color-2: #f28b82; // Lighter Red |
| 108 | + --pf-chart-color-3: #fdd663; // Lighter Yellow |
| 109 | + --pf-chart-color-4: #81c995; // Lighter Green |
| 110 | + --pf-chart-color-5: #ff8866; // Lighter Orange |
| 111 | + --pf-chart-color-6: #78d9e4; // Lighter Cyan |
| 112 | + --pf-chart-color-7: #c58af9; // Lighter Purple |
| 113 | + --pf-chart-color-8: #669df6; // Lighter Dark Blue |
133 | 114 |
|
134 | 115 | --pf-color-track-summary-collapsed: #2f3437; |
135 | 116 | --pf-color-track-summary-expanded: #454d55; |
|
0 commit comments