@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.
@@ -74,7 +74,7 @@ const C = [
74
74
  infoForeground: "#FFFFFF",
75
75
  note: "#6847A0",
76
76
  tip: "#1E6F73"
77
- }, p = {
77
+ }, b = {
78
78
  success: "#72D39C",
79
79
  successForeground: "#07160E",
80
80
  warning: "#F0C36A",
@@ -87,7 +87,7 @@ const C = [
87
87
  tip: "#71C8C0"
88
88
  };
89
89
  function o(r) {
90
- const e = r.mode === "light" ? l : p, n = r.mode === "light" ? { background: "#F4C95D", foreground: "#243447" } : {
90
+ const e = r.mode === "light" ? l : b, n = r.mode === "light" ? { background: "#F4C95D", foreground: "#243447" } : {
91
91
  background: r.background,
92
92
  foreground: r.foreground
93
93
  }, [t, d, F, c, g] = r.chart, a = r.syntax ?? {
@@ -241,7 +241,7 @@ function o(r) {
241
241
  tokens: r.mode === "light" ? { light: u } : { dark: u }
242
242
  };
243
243
  }
244
- const b = {
244
+ const p = {
245
245
  ...o({
246
246
  name: "classic-light",
247
247
  displayName: "Classic Light",
@@ -310,7 +310,7 @@ const b = {
310
310
  semanticTokens: m,
311
311
  tokens: void 0
312
312
  }, E = [
313
- b,
313
+ p,
314
314
  o({
315
315
  name: "paper",
316
316
  displayName: "Paper",
@@ -825,23 +825,23 @@ const b = {
825
825
  o({
826
826
  name: "studio",
827
827
  displayName: "Studio",
828
- description: "Deep code workspace: near-black with a crisp cool edge and zero color cast.",
828
+ description: "Neutral near-black workspace: clean dark surfaces with zero color cast.",
829
829
  mode: "dark",
830
- background: "#0E1117",
831
- foreground: "#E8ECF3",
832
- card: "#161B24",
833
- muted: "#1E2430",
834
- mutedForeground: "#7A8899",
835
- primary: "#E8ECF3",
836
- primaryForeground: "#0E1117",
837
- border: "#2A3240",
838
- input: "#5C6E88",
839
- sidebar: "#0B0F15",
840
- terminalBackground: "#080C10",
841
- terminalForeground: "#D4D8E0",
842
- selectionBackground: "#2040A0",
830
+ background: "#1A1A1C",
831
+ foreground: "#E0E0E4",
832
+ card: "#222226",
833
+ muted: "#2C2C30",
834
+ mutedForeground: "#909098",
835
+ primary: "#E0E0E4",
836
+ primaryForeground: "#1A1A1C",
837
+ border: "#323236",
838
+ input: "#888890",
839
+ sidebar: "#141416",
840
+ terminalBackground: "#0E0E10",
841
+ terminalForeground: "#CCCCCC",
842
+ selectionBackground: "#2060C0",
843
843
  selectionForeground: "#FFFFFF",
844
- chart: ["#E8ECF3", "#7A8899", "#4E7FC4", "#4CAF80", "#E8A030"],
844
+ chart: ["#E0E0E4", "#B0B0B8", "#7AB7FF", "#4E7FC4", "#E8A430"],
845
845
  syntax: {
846
846
  comment: "#5A6880",
847
847
  keyword: "#7AB7FF",