Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions apps/desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@codemirror/merge": "^6.12.1",
"@codemirror/search": "^6.7.0",
"@codemirror/state": "^6.6.0",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.41.1",
"@excalidraw/excalidraw": "^0.18.1",
"@iconify-json/catppuccin": "^1.2.17",
Expand Down
28 changes: 28 additions & 0 deletions apps/desktop/src/app/themes/amber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ export const amberTheme: ThemePalette = {
accent: "#d97706",
iconMuted: "#8a7a60",
shadowSoft: "0 18px 48px rgba(28, 20, 8, 0.07)",
codeAnchors: {
comment: "#8a7a60",
constant: "#9a3412",
escape: "#be185d",
function: "#b45309",
keyword: "#7e22ce",
markup: "#9f1239",
parameter: "#854d0e",
property: "#92400e",
string: "#166534",
type: "#78350f",
typeParameter: "#1e40af",
variable: "#1c1408",
},
},
dark: {
bgPrimary: "#1a1710",
Expand All @@ -29,5 +43,19 @@ export const amberTheme: ThemePalette = {
accent: "#f59e0b",
iconMuted: "#9e9278",
shadowSoft: "0 24px 56px rgba(0, 0, 0, 0.30)",
codeAnchors: {
comment: "#a89e8a",
constant: "#fb923c",
escape: "#f9a8d4",
function: "#fcd34d",
keyword: "#c4b5fd",
markup: "#fecaca",
parameter: "#fed7aa",
property: "#fde68a",
string: "#bef264",
type: "#fdba74",
typeParameter: "#86efac",
variable: "#eae4d8",
},
},
};
28 changes: 28 additions & 0 deletions apps/desktop/src/app/themes/ayu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ export const ayuTheme: ThemePalette = {
accent: "#f29718",
iconMuted: "#828e9f",
shadowSoft: "0 18px 48px rgba(92, 97, 102, 0.08)",
codeAnchors: {
comment: "#adaeb1",
constant: "#a37acc",
escape: "#4cbf99",
function: "#eba400",
keyword: "#fa8532",
markup: "#86b300",
parameter: "#a37acc",
property: "#f07171",
string: "#86b300",
type: "#22a4e6",
typeParameter: "#55b4d4",
variable: "#5c6166",
},
},
dark: {
bgPrimary: "#10141c",
Expand All @@ -29,5 +43,19 @@ export const ayuTheme: ThemePalette = {
accent: "#e6b450",
iconMuted: "#8a97ad",
shadowSoft: "0 24px 56px rgba(0, 0, 0, 0.35)",
codeAnchors: {
comment: "#5a6673",
constant: "#d2a6ff",
escape: "#95e6cb",
function: "#ffb454",
keyword: "#ff8f40",
markup: "#aad94c",
parameter: "#d2a6ff",
property: "#f07178",
string: "#aad94c",
type: "#59c2ff",
typeParameter: "#59c2ff",
variable: "#bfbdb6",
},
},
};
28 changes: 28 additions & 0 deletions apps/desktop/src/app/themes/catppuccin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ export const catppuccinTheme: ThemePalette = {
accent: "#8839ef",
iconMuted: "#6c6f85",
shadowSoft: "0 18px 48px rgba(76, 79, 105, 0.08)",
codeAnchors: {
comment: "#7c7f93",
constant: "#fe640b",
escape: "#ea76cb",
function: "#1e66f5",
keyword: "#8839ef",
markup: "#1e66f5",
parameter: "#e64553",
property: "#179299",
string: "#40a02b",
type: "#df8e1d",
typeParameter: "#04a5e5",
variable: "#4c4f69",
},
},
dark: {
bgPrimary: "#1e1e2e",
Expand All @@ -29,5 +43,19 @@ export const catppuccinTheme: ThemePalette = {
accent: "#cba6f7",
iconMuted: "#9399b2",
shadowSoft: "0 24px 56px rgba(0, 0, 0, 0.35)",
codeAnchors: {
comment: "#9399b2",
constant: "#fab387",
escape: "#f5c2e7",
function: "#89b4fa",
keyword: "#cba6f7",
markup: "#89b4fa",
parameter: "#eba0ac",
property: "#94e2d5",
string: "#a6e3a1",
type: "#f9e2af",
typeParameter: "#89dceb",
variable: "#cdd6f4",
},
},
};
28 changes: 28 additions & 0 deletions apps/desktop/src/app/themes/claude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ export const claudeTheme: ThemePalette = {
accent: "#c15f3c",
iconMuted: "#8a8780",
shadowSoft: "0 18px 48px rgba(20, 20, 19, 0.07)",
codeAnchors: {
comment: "#8a8780",
constant: "#9a3412",
escape: "#be185d",
function: "#c2410c",
keyword: "#991b1b",
markup: "#7c2d12",
parameter: "#b45309",
property: "#be123c",
string: "#166534",
type: "#854d0e",
typeParameter: "#0e7490",
variable: "#141413",
},
},
dark: {
bgPrimary: "#1a1917",
Expand All @@ -29,5 +43,19 @@ export const claudeTheme: ThemePalette = {
accent: "#d97757",
iconMuted: "#908d86",
shadowSoft: "0 24px 56px rgba(0, 0, 0, 0.32)",
codeAnchors: {
comment: "#a09d95",
constant: "#f97316",
escape: "#ec4899",
function: "#fb923c",
keyword: "#fca5a5",
markup: "#fcd34d",
parameter: "#fed7aa",
property: "#fbcfe8",
string: "#bef264",
type: "#facc15",
typeParameter: "#67e8f9",
variable: "#f4f3ee",
},
},
};
28 changes: 28 additions & 0 deletions apps/desktop/src/app/themes/codex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ export const codexTheme: ThemePalette = {
accent: "#10a37f",
iconMuted: "#6e6e80",
shadowSoft: "0 18px 48px rgba(0, 0, 0, 0.06)",
codeAnchors: {
comment: "#6e6e80",
constant: "#9a3412",
escape: "#be185d",
function: "#047857",
keyword: "#065f46",
markup: "#166534",
parameter: "#15803d",
property: "#0e7490",
string: "#854d0e",
type: "#0f766e",
typeParameter: "#1d4ed8",
variable: "#1a1a1a",
},
},
dark: {
bgPrimary: "#1e1e20",
Expand All @@ -29,5 +43,19 @@ export const codexTheme: ThemePalette = {
accent: "#10a37f",
iconMuted: "#8e8ea0",
shadowSoft: "0 24px 56px rgba(0, 0, 0, 0.35)",
codeAnchors: {
comment: "#8e8ea0",
constant: "#fba17e",
escape: "#f472b6",
function: "#6ee7b7",
keyword: "#86efac",
markup: "#a7f3d0",
parameter: "#bbf7d0",
property: "#67e8f9",
string: "#fde68a",
type: "#5eead4",
typeParameter: "#93c5fd",
variable: "#ececf1",
},
},
};
28 changes: 28 additions & 0 deletions apps/desktop/src/app/themes/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ export const defaultTheme: ThemePalette = {
accent: "#6366f1",
iconMuted: "#737373",
shadowSoft: "0 18px 48px rgba(15, 23, 42, 0.08)",
codeAnchors: {
comment: "#737373",
constant: "#9a3412",
escape: "#be185d",
function: "#1d4ed8",
keyword: "#6d28d9",
markup: "#b42318",
parameter: "#b45309",
property: "#1e3a8a",
string: "#0b6b3a",
type: "#8a5a00",
typeParameter: "#15803d",
variable: "#1f2937",
},
},
dark: {
bgPrimary: "#1c1c1c",
Expand All @@ -29,5 +43,19 @@ export const defaultTheme: ThemePalette = {
accent: "#818cf8",
iconMuted: "#9a9a9a",
shadowSoft: "0 24px 56px rgba(0, 0, 0, 0.28)",
codeAnchors: {
comment: "#8a8a8a",
constant: "#fdba74",
escape: "#f472b6",
function: "#93c5fd",
keyword: "#c4b5fd",
markup: "#fca5a5",
parameter: "#fed7aa",
property: "#fda4af",
string: "#a7f3d0",
type: "#fde68a",
typeParameter: "#86efac",
variable: "#e5e7eb",
},
},
};
28 changes: 28 additions & 0 deletions apps/desktop/src/app/themes/everforest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ export const everforestTheme: ThemePalette = {
accent: "#8da101",
iconMuted: "#829181",
shadowSoft: "0 18px 48px rgba(92, 106, 114, 0.08)",
codeAnchors: {
comment: "#939f91",
constant: "#35a77c",
escape: "#f57d26",
function: "#8da101",
keyword: "#f85552",
markup: "#f57d26",
parameter: "#5c6a72",
property: "#3a94c5",
string: "#8da101",
type: "#dfa000",
typeParameter: "#dfa000",
variable: "#5c6a72",
},
},
dark: {
bgPrimary: "#2D353B",
Expand All @@ -29,5 +43,19 @@ export const everforestTheme: ThemePalette = {
accent: "#A7C080",
iconMuted: "#9AA79C",
shadowSoft: "0 24px 56px rgba(0, 0, 0, 0.30)",
codeAnchors: {
comment: "#859289",
constant: "#83c092",
escape: "#e69875",
function: "#a7c080",
keyword: "#e67e80",
markup: "#e69875",
parameter: "#d3c6aa",
property: "#7fbbb3",
string: "#a7c080",
type: "#dbbc7f",
typeParameter: "#dbbc7f",
variable: "#d3c6aa",
},
},
};
28 changes: 28 additions & 0 deletions apps/desktop/src/app/themes/forest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ export const forestTheme: ThemePalette = {
accent: "#10b981",
iconMuted: "#78716c",
shadowSoft: "0 18px 48px rgba(28, 25, 23, 0.06)",
codeAnchors: {
comment: "#78716c",
constant: "#b45309",
escape: "#be185d",
function: "#047857",
keyword: "#7e22ce",
markup: "#854d0e",
parameter: "#166534",
property: "#15803d",
string: "#166534",
type: "#854d0e",
typeParameter: "#0369a1",
variable: "#1c1917",
},
},
dark: {
bgPrimary: "#1a1a18",
Expand All @@ -29,5 +43,19 @@ export const forestTheme: ThemePalette = {
accent: "#34d399",
iconMuted: "#958e88",
shadowSoft: "0 24px 56px rgba(0, 0, 0, 0.3)",
codeAnchors: {
comment: "#a8a29e",
constant: "#fdba74",
escape: "#f9a8d4",
function: "#6ee7b7",
keyword: "#c4b5fd",
markup: "#fcd34d",
parameter: "#d6f0a2",
property: "#a7f3d0",
string: "#bef264",
type: "#fde68a",
typeParameter: "#67e8f9",
variable: "#e7e5e4",
},
},
};
Loading
Loading