4949}
5050
5151: root {
52- --background : oklch ( 1 0 0 );
53- --foreground : oklch ( 0.145 0 0 ) ;
54- --card : oklch ( 1 0 0 ) ;
55- --card-foreground : oklch ( 0.145 0 0 ) ;
56- --popover : oklch ( 1 0 0 ) ;
57- --popover-foreground : oklch ( 0.145 0 0 ) ;
58- --primary : oklch ( 0.205 0 0 ) ;
59- --primary-foreground : oklch ( 0.985 0 0 ) ;
60- --secondary : oklch ( 0.97 0 0 ) ;
61- --secondary-foreground : oklch ( 0.205 0 0 ) ;
62- --muted : oklch ( 0.97 0 0 ) ;
63- --muted-foreground : oklch ( 0.556 0 0 ) ;
64- --accent : oklch ( 0.97 0 0 ) ;
65- --accent-foreground : oklch ( 0.205 0 0 ) ;
66- --destructive : oklch ( 0.577 0.245 27.325 ) ;
67- --border : oklch ( 0.922 0 0 ) ;
68- --input : oklch ( 0.922 0 0 ) ;
69- --ring : oklch ( 0.708 0 0 ) ;
70- --chart-1 : oklch ( 0.87 0 0 ) ;
71- --chart-2 : oklch ( 0.556 0 0 ) ;
72- --chart-3 : oklch ( 0.439 0 0 ) ;
73- --chart-4 : oklch ( 0.371 0 0 ) ;
74- --chart-5 : oklch ( 0.269 0 0 ) ;
75- --radius : 0.625 rem ;
76- --sidebar : oklch ( 0.985 0 0 ) ;
77- --sidebar-foreground : oklch ( 0.145 0 0 ) ;
78- --sidebar-primary : oklch ( 0.205 0 0 ) ;
79- --sidebar-primary-foreground : oklch ( 0.985 0 0 ) ;
80- --sidebar-accent : oklch ( 0.97 0 0 ) ;
81- --sidebar-accent-foreground : oklch ( 0.205 0 0 ) ;
82- --sidebar-border : oklch ( 0.922 0 0 ) ;
83- --sidebar-ring : oklch ( 0.708 0 0 ) ;
84- }
52+ /* Grafana-inspired dark theme */
53+ --background : # 1a1d24 ;
54+ --foreground : # eef0f4 ;
55+ --card : # 22262e ;
56+ --card-foreground : # eef0f4 ;
57+ --popover : # 22262e ;
58+ --popover-foreground : # eef0f4 ;
59+ --primary : # 7aadff ;
60+ --primary-foreground : # 1a1d24 ;
61+ --secondary : # 2a2f38 ;
62+ --secondary-foreground : # eef0f4 ;
63+ --muted : # 2a2f38 ;
64+ --muted-foreground : # a4a8b2 ;
65+ --accent : # 2a2f38 ;
66+ --accent-foreground : # eef0f4 ;
67+ --destructive : # ff6b7f ;
68+ --border : # 3a3f4a ;
69+ --input : # 3a3f4a ;
70+ --ring : # 7aadff ;
71+ --chart-1 : # 7aadff ;
72+ --chart-2 : # 96d88d ;
73+ --chart-3 : # ffb347 ;
74+ --chart-4 : # d4a4f5 ;
75+ --chart-5 : # a8d4ff ;
76+ --radius : 0.25 rem ;
77+ --sidebar : # 22262e ;
78+ --sidebar-foreground : # eef0f4 ;
79+ --sidebar-primary : # 7aadff ;
80+ --sidebar-primary-foreground : # 1a1d24 ;
81+ --sidebar-accent : # 2a2f38 ;
82+ --sidebar-accent-foreground : # eef0f4 ;
83+ --sidebar-border : # 3a3f4a ;
84+ --sidebar-ring : # 7aadff ;
8585
86- .dark {
87- --background : oklch (0.145 0 0 );
88- --foreground : oklch (0.985 0 0 );
89- --card : oklch (0.205 0 0 );
90- --card-foreground : oklch (0.985 0 0 );
91- --popover : oklch (0.205 0 0 );
92- --popover-foreground : oklch (0.985 0 0 );
93- --primary : oklch (0.922 0 0 );
94- --primary-foreground : oklch (0.205 0 0 );
95- --secondary : oklch (0.269 0 0 );
96- --secondary-foreground : oklch (0.985 0 0 );
97- --muted : oklch (0.269 0 0 );
98- --muted-foreground : oklch (0.708 0 0 );
99- --accent : oklch (0.269 0 0 );
100- --accent-foreground : oklch (0.985 0 0 );
101- --destructive : oklch (0.704 0.191 22.216 );
102- --border : oklch (1 0 0 / 10% );
103- --input : oklch (1 0 0 / 15% );
104- --ring : oklch (0.556 0 0 );
105- --chart-1 : oklch (0.87 0 0 );
106- --chart-2 : oklch (0.556 0 0 );
107- --chart-3 : oklch (0.439 0 0 );
108- --chart-4 : oklch (0.371 0 0 );
109- --chart-5 : oklch (0.269 0 0 );
110- --sidebar : oklch (0.205 0 0 );
111- --sidebar-foreground : oklch (0.985 0 0 );
112- --sidebar-primary : oklch (0.488 0.243 264.376 );
113- --sidebar-primary-foreground : oklch (0.985 0 0 );
114- --sidebar-accent : oklch (0.269 0 0 );
115- --sidebar-accent-foreground : oklch (0.985 0 0 );
116- --sidebar-border : oklch (1 0 0 / 10% );
117- --sidebar-ring : oklch (0.556 0 0 );
86+ /* Dashboard-creator accent palette */
87+ --g-bg-canvas : # 1a1d24 ;
88+ --g-bg-primary : # 22262e ;
89+ --g-bg-secondary : # 2a2f38 ;
90+ --g-border : # 3a3f4a ;
91+ --g-text-primary : # eef0f4 ;
92+ --g-text-secondary : # a4a8b2 ;
93+ --g-text-disabled : # 7a7e88 ;
94+ --g-green : # 96d88d ;
95+ --g-red : # ff6b7f ;
96+ --g-orange : # ffb347 ;
97+ --g-blue : # 7aadff ;
98+ --g-yellow : # ffe66d ;
99+ --g-purple : # d4a4f5 ;
100+ --g-cyan : # a8d4ff ;
101+ --g-teal : # 6ddcb2 ;
118102}
119103
120104@layer base {
123107 }
124108 body {
125109 @apply bg-background text-foreground;
110+ font-size : 16px ;
126111 }
127112 html {
128113 @apply font-sans;
129114 }
130- }
115+ tr .g-row-hover : hover {
116+ background-color : var (--g-bg-secondary );
117+ }
118+ .g-hover : hover {
119+ background-color : var (--g-bg-secondary );
120+ }
121+ }
0 commit comments