@floegence/floe-webapp-core 0.40.1 → 0.40.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ui/CommandPalette.d.ts +5 -1
- package/dist/components/ui/CommandPalette.js +80 -77
- package/dist/components/ui/Dialog.d.ts +4 -0
- package/dist/components/ui/Dialog.js +89 -84
- package/dist/styles/themes/presets.js +19 -19
- package/dist/styles.css +1 -1
- package/dist/themes/shell-presets.generated.css +46 -46
- package/package.json +1 -1
|
@@ -1300,28 +1300,28 @@
|
|
|
1300
1300
|
--glow: #005a8d;
|
|
1301
1301
|
}
|
|
1302
1302
|
:root[data-floe-shell-theme='studio'] {
|
|
1303
|
-
--background: #
|
|
1304
|
-
--foreground: #
|
|
1305
|
-
--primary: #
|
|
1306
|
-
--primary-foreground: #
|
|
1307
|
-
--secondary: #
|
|
1308
|
-
--secondary-foreground: #
|
|
1309
|
-
--muted: #
|
|
1310
|
-
--muted-foreground: #
|
|
1311
|
-
--accent: #
|
|
1312
|
-
--accent-foreground: #
|
|
1313
|
-
--border: #
|
|
1314
|
-
--input: #
|
|
1315
|
-
--ring: #
|
|
1316
|
-
--chrome-border: #
|
|
1317
|
-
--top-bar-border: #
|
|
1318
|
-
--activity-bar-border: #
|
|
1319
|
-
--bottom-bar-border: #
|
|
1320
|
-
--terminal-panel-border: #
|
|
1321
|
-
--card: #
|
|
1322
|
-
--card-foreground: #
|
|
1323
|
-
--popover: #
|
|
1324
|
-
--popover-foreground: #
|
|
1303
|
+
--background: #1a1a1c;
|
|
1304
|
+
--foreground: #e0e0e4;
|
|
1305
|
+
--primary: #e0e0e4;
|
|
1306
|
+
--primary-foreground: #1a1a1c;
|
|
1307
|
+
--secondary: #2c2c30;
|
|
1308
|
+
--secondary-foreground: #e0e0e4;
|
|
1309
|
+
--muted: #2c2c30;
|
|
1310
|
+
--muted-foreground: #909098;
|
|
1311
|
+
--accent: #2c2c30;
|
|
1312
|
+
--accent-foreground: #e0e0e4;
|
|
1313
|
+
--border: #323236;
|
|
1314
|
+
--input: #888890;
|
|
1315
|
+
--ring: #e0e0e4;
|
|
1316
|
+
--chrome-border: #323236;
|
|
1317
|
+
--top-bar-border: #323236;
|
|
1318
|
+
--activity-bar-border: #323236;
|
|
1319
|
+
--bottom-bar-border: #323236;
|
|
1320
|
+
--terminal-panel-border: #323236;
|
|
1321
|
+
--card: #222226;
|
|
1322
|
+
--card-foreground: #e0e0e4;
|
|
1323
|
+
--popover: #222226;
|
|
1324
|
+
--popover-foreground: #e0e0e4;
|
|
1325
1325
|
--success: #72d39c;
|
|
1326
1326
|
--success-foreground: #07160e;
|
|
1327
1327
|
--warning: #f0c36a;
|
|
@@ -1336,33 +1336,33 @@
|
|
|
1336
1336
|
--highlight-block-error-accent: #ff8a82;
|
|
1337
1337
|
--highlight-block-note-accent: #c19be8;
|
|
1338
1338
|
--highlight-block-tip-accent: #71c8c0;
|
|
1339
|
-
--sidebar: #
|
|
1340
|
-
--sidebar-foreground: #
|
|
1341
|
-
--sidebar-primary: #
|
|
1342
|
-
--sidebar-primary-foreground: #
|
|
1343
|
-
--sidebar-accent: #
|
|
1344
|
-
--sidebar-accent-foreground: #
|
|
1345
|
-
--sidebar-border: #
|
|
1346
|
-
--sidebar-ring: #
|
|
1347
|
-
--activity-bar: #
|
|
1348
|
-
--activity-bar-foreground: #
|
|
1349
|
-
--activity-bar-foreground-active: #
|
|
1350
|
-
--activity-bar-badge: #
|
|
1351
|
-
--activity-bar-badge-foreground: #
|
|
1352
|
-
--terminal-background: #
|
|
1353
|
-
--terminal-foreground: #
|
|
1354
|
-
--chart-1: #
|
|
1355
|
-
--chart-2: #
|
|
1356
|
-
--chart-3: #
|
|
1357
|
-
--chart-4: #
|
|
1358
|
-
--chart-5: #
|
|
1359
|
-
--selection-bg: #
|
|
1339
|
+
--sidebar: #141416;
|
|
1340
|
+
--sidebar-foreground: #e0e0e4;
|
|
1341
|
+
--sidebar-primary: #e0e0e4;
|
|
1342
|
+
--sidebar-primary-foreground: #1a1a1c;
|
|
1343
|
+
--sidebar-accent: #2c2c30;
|
|
1344
|
+
--sidebar-accent-foreground: #e0e0e4;
|
|
1345
|
+
--sidebar-border: #323236;
|
|
1346
|
+
--sidebar-ring: #e0e0e4;
|
|
1347
|
+
--activity-bar: #141416;
|
|
1348
|
+
--activity-bar-foreground: #909098;
|
|
1349
|
+
--activity-bar-foreground-active: #e0e0e4;
|
|
1350
|
+
--activity-bar-badge: #e0e0e4;
|
|
1351
|
+
--activity-bar-badge-foreground: #1a1a1c;
|
|
1352
|
+
--terminal-background: #0e0e10;
|
|
1353
|
+
--terminal-foreground: #cccccc;
|
|
1354
|
+
--chart-1: #e0e0e4;
|
|
1355
|
+
--chart-2: #b0b0b8;
|
|
1356
|
+
--chart-3: #7ab7ff;
|
|
1357
|
+
--chart-4: #4e7fc4;
|
|
1358
|
+
--chart-5: #e8a430;
|
|
1359
|
+
--selection-bg: #2060c0;
|
|
1360
1360
|
--selection-fg: #ffffff;
|
|
1361
|
-
--selection-on-primary-bg: #
|
|
1362
|
-
--selection-on-primary-fg: #
|
|
1361
|
+
--selection-on-primary-bg: #1a1a1c;
|
|
1362
|
+
--selection-on-primary-fg: #e0e0e4;
|
|
1363
1363
|
--selection-code-bg: #58a6ff;
|
|
1364
1364
|
--selection-code-fg: #08111d;
|
|
1365
|
-
--glow: #
|
|
1365
|
+
--glow: #2060c0;
|
|
1366
1366
|
}
|
|
1367
1367
|
:root[data-floe-shell-theme='graphite'] {
|
|
1368
1368
|
--background: #1c1c1e;
|