@nghyane/arcane 0.1.10 → 0.1.11

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.
Files changed (109) hide show
  1. package/package.json +4 -4
  2. package/src/main.ts +3 -0
  3. package/src/modes/components/model-selector.ts +1 -1
  4. package/src/modes/components/status-line.ts +15 -40
  5. package/src/modes/components/user-message.ts +2 -0
  6. package/src/modes/components/welcome.ts +1 -1
  7. package/src/modes/interactive-mode.ts +2 -0
  8. package/src/modes/theme/dark.json +56 -59
  9. package/src/modes/theme/defaults/dark-catppuccin.json +47 -56
  10. package/src/modes/theme/defaults/dark-dracula.json +24 -32
  11. package/src/modes/theme/defaults/dark-gruvbox.json +53 -74
  12. package/src/modes/theme/defaults/dark-solarized.json +33 -35
  13. package/src/modes/theme/defaults/dark-tokyo-night.json +57 -67
  14. package/src/modes/theme/defaults/index.ts +3 -179
  15. package/src/modes/theme/defaults/light-catppuccin.json +42 -50
  16. package/src/modes/theme/defaults/light-github.json +68 -94
  17. package/src/modes/theme/defaults/light-solarized.json +41 -49
  18. package/src/modes/theme/light.json +14 -12
  19. package/src/modes/theme/theme-schema.json +4 -0
  20. package/src/modes/theme/theme.ts +89 -6
  21. package/src/tui/output-block.ts +2 -12
  22. package/src/modes/theme/defaults/alabaster.json +0 -93
  23. package/src/modes/theme/defaults/amethyst.json +0 -96
  24. package/src/modes/theme/defaults/anthracite.json +0 -93
  25. package/src/modes/theme/defaults/basalt.json +0 -91
  26. package/src/modes/theme/defaults/birch.json +0 -95
  27. package/src/modes/theme/defaults/dark-abyss.json +0 -91
  28. package/src/modes/theme/defaults/dark-arctic.json +0 -104
  29. package/src/modes/theme/defaults/dark-aurora.json +0 -95
  30. package/src/modes/theme/defaults/dark-cavern.json +0 -91
  31. package/src/modes/theme/defaults/dark-copper.json +0 -95
  32. package/src/modes/theme/defaults/dark-cosmos.json +0 -90
  33. package/src/modes/theme/defaults/dark-cyberpunk.json +0 -102
  34. package/src/modes/theme/defaults/dark-eclipse.json +0 -91
  35. package/src/modes/theme/defaults/dark-ember.json +0 -95
  36. package/src/modes/theme/defaults/dark-equinox.json +0 -90
  37. package/src/modes/theme/defaults/dark-forest.json +0 -96
  38. package/src/modes/theme/defaults/dark-github.json +0 -105
  39. package/src/modes/theme/defaults/dark-lavender.json +0 -95
  40. package/src/modes/theme/defaults/dark-lunar.json +0 -89
  41. package/src/modes/theme/defaults/dark-midnight.json +0 -95
  42. package/src/modes/theme/defaults/dark-monochrome.json +0 -94
  43. package/src/modes/theme/defaults/dark-monokai.json +0 -98
  44. package/src/modes/theme/defaults/dark-nebula.json +0 -90
  45. package/src/modes/theme/defaults/dark-nord.json +0 -97
  46. package/src/modes/theme/defaults/dark-ocean.json +0 -101
  47. package/src/modes/theme/defaults/dark-one.json +0 -100
  48. package/src/modes/theme/defaults/dark-rainforest.json +0 -91
  49. package/src/modes/theme/defaults/dark-reef.json +0 -91
  50. package/src/modes/theme/defaults/dark-retro.json +0 -92
  51. package/src/modes/theme/defaults/dark-rose-pine.json +0 -96
  52. package/src/modes/theme/defaults/dark-sakura.json +0 -95
  53. package/src/modes/theme/defaults/dark-slate.json +0 -95
  54. package/src/modes/theme/defaults/dark-solstice.json +0 -90
  55. package/src/modes/theme/defaults/dark-starfall.json +0 -91
  56. package/src/modes/theme/defaults/dark-sunset.json +0 -99
  57. package/src/modes/theme/defaults/dark-swamp.json +0 -90
  58. package/src/modes/theme/defaults/dark-synthwave.json +0 -103
  59. package/src/modes/theme/defaults/dark-taiga.json +0 -91
  60. package/src/modes/theme/defaults/dark-terminal.json +0 -95
  61. package/src/modes/theme/defaults/dark-tundra.json +0 -91
  62. package/src/modes/theme/defaults/dark-twilight.json +0 -91
  63. package/src/modes/theme/defaults/dark-volcanic.json +0 -91
  64. package/src/modes/theme/defaults/graphite.json +0 -92
  65. package/src/modes/theme/defaults/light-arctic.json +0 -107
  66. package/src/modes/theme/defaults/light-aurora-day.json +0 -91
  67. package/src/modes/theme/defaults/light-canyon.json +0 -91
  68. package/src/modes/theme/defaults/light-cirrus.json +0 -90
  69. package/src/modes/theme/defaults/light-coral.json +0 -95
  70. package/src/modes/theme/defaults/light-cyberpunk.json +0 -96
  71. package/src/modes/theme/defaults/light-dawn.json +0 -90
  72. package/src/modes/theme/defaults/light-dunes.json +0 -91
  73. package/src/modes/theme/defaults/light-eucalyptus.json +0 -95
  74. package/src/modes/theme/defaults/light-forest.json +0 -100
  75. package/src/modes/theme/defaults/light-frost.json +0 -95
  76. package/src/modes/theme/defaults/light-glacier.json +0 -91
  77. package/src/modes/theme/defaults/light-gruvbox.json +0 -108
  78. package/src/modes/theme/defaults/light-haze.json +0 -90
  79. package/src/modes/theme/defaults/light-honeycomb.json +0 -95
  80. package/src/modes/theme/defaults/light-lagoon.json +0 -91
  81. package/src/modes/theme/defaults/light-lavender.json +0 -95
  82. package/src/modes/theme/defaults/light-meadow.json +0 -91
  83. package/src/modes/theme/defaults/light-mint.json +0 -95
  84. package/src/modes/theme/defaults/light-monochrome.json +0 -101
  85. package/src/modes/theme/defaults/light-ocean.json +0 -99
  86. package/src/modes/theme/defaults/light-one.json +0 -99
  87. package/src/modes/theme/defaults/light-opal.json +0 -91
  88. package/src/modes/theme/defaults/light-orchard.json +0 -91
  89. package/src/modes/theme/defaults/light-paper.json +0 -95
  90. package/src/modes/theme/defaults/light-prism.json +0 -90
  91. package/src/modes/theme/defaults/light-retro.json +0 -98
  92. package/src/modes/theme/defaults/light-sand.json +0 -95
  93. package/src/modes/theme/defaults/light-savanna.json +0 -91
  94. package/src/modes/theme/defaults/light-soleil.json +0 -90
  95. package/src/modes/theme/defaults/light-sunset.json +0 -99
  96. package/src/modes/theme/defaults/light-synthwave.json +0 -98
  97. package/src/modes/theme/defaults/light-tokyo-night.json +0 -111
  98. package/src/modes/theme/defaults/light-wetland.json +0 -91
  99. package/src/modes/theme/defaults/light-zenith.json +0 -89
  100. package/src/modes/theme/defaults/limestone.json +0 -94
  101. package/src/modes/theme/defaults/mahogany.json +0 -97
  102. package/src/modes/theme/defaults/marble.json +0 -93
  103. package/src/modes/theme/defaults/obsidian.json +0 -91
  104. package/src/modes/theme/defaults/onyx.json +0 -91
  105. package/src/modes/theme/defaults/pearl.json +0 -93
  106. package/src/modes/theme/defaults/porcelain.json +0 -91
  107. package/src/modes/theme/defaults/quartz.json +0 -96
  108. package/src/modes/theme/defaults/sandstone.json +0 -95
  109. package/src/modes/theme/defaults/titanium.json +0 -90
@@ -2,107 +2,86 @@
2
2
  "$schema": "https://raw.githubusercontent.com/nghyane/arcane/main/packages/coding-agent/theme-schema.json",
3
3
  "name": "dark-gruvbox",
4
4
  "vars": {
5
- "bg0": "#282828",
6
- "bg1": "#3c3836",
7
- "bg2": "#504945",
8
- "bg3": "#665c54",
9
- "bg4": "#7c6f64",
10
- "gray": "#928374",
11
- "fg0": "#fbf1c7",
12
- "fg1": "#ebdbb2",
13
- "fg2": "#d5c4a1",
14
- "fg3": "#bdae93",
15
- "fg4": "#a89984",
16
- "red": "#fb4934",
17
- "green": "#b8bb26",
18
- "yellow": "#fabd2f",
19
- "blue": "#83a598",
5
+ "red": "#ea6962",
6
+ "green": "#a9b665",
7
+ "yellow": "#d8a657",
8
+ "blue": "#7daea3",
20
9
  "purple": "#d3869b",
21
- "aqua": "#8ec07c",
22
- "orange": "#fe8019",
23
- "neutralRed": "#cc241d",
24
- "neutralGreen": "#98971a",
25
- "neutralYellow": "#d79921",
26
- "neutralBlue": "#458588",
27
- "neutralPurple": "#b16286",
28
- "neutralAqua": "#689d6a",
29
- "neutralOrange": "#d65d0e",
30
- "selectedBg": "#3c3836",
31
- "userMsgBg": "#1d2021",
32
- "toolPendingBg": "#32302f",
33
- "toolSuccessBg": "#1d2021",
34
- "toolErrorBg": "#3c2021",
35
- "customMsgBg": "#3c2f36"
10
+ "aqua": "#89b482",
11
+ "orange": "#e78a4e",
12
+ "gray": "#928374",
13
+ "bg1": "#3c3836",
14
+ "fg4": "#a89984"
36
15
  },
37
16
  "colors": {
38
17
  "accent": "orange",
39
- "border": "neutralBlue",
40
- "borderAccent": "aqua",
41
- "borderMuted": "bg2",
18
+ "border": "blue",
19
+ "borderAccent": "orange",
20
+ "borderMuted": "bg1",
42
21
  "success": "green",
43
22
  "error": "red",
44
23
  "warning": "yellow",
45
24
  "muted": "gray",
46
- "dim": "bg4",
25
+ "dim": "#665c54",
47
26
  "text": "",
48
27
  "thinkingText": "gray",
49
- "selectedBg": "selectedBg",
50
- "userMessageBg": "userMsgBg",
28
+ "selectedBg": "^2",
29
+ "userMessageBg": "^2",
51
30
  "userMessageText": "",
52
- "customMessageBg": "customMsgBg",
31
+ "customMessageBg": "^2",
53
32
  "customMessageText": "",
54
- "customMessageLabel": "purple",
55
- "toolPendingBg": "toolPendingBg",
56
- "toolSuccessBg": "toolSuccessBg",
57
- "toolErrorBg": "toolErrorBg",
58
- "toolText": "",
33
+ "customMessageLabel": "orange",
34
+ "toolPendingBg": "^3",
35
+ "toolSuccessBg": "^2",
36
+ "toolErrorBg": "^3",
59
37
  "toolTitle": "",
60
38
  "toolOutput": "gray",
61
- "mdHeading": "yellow",
62
- "mdLink": "aqua",
63
- "mdLinkUrl": "bg4",
64
- "mdCode": "purple",
65
- "mdCodeBlock": "fg1",
66
- "mdCodeBlockBorder": "bg2",
39
+ "mdHeading": "orange",
40
+ "mdLink": "blue",
41
+ "mdLinkUrl": "gray",
42
+ "mdCode": "yellow",
43
+ "mdCodeBlock": "green",
44
+ "mdCodeBlockBorder": "bg1",
67
45
  "mdQuote": "gray",
68
- "mdQuoteBorder": "bg2",
69
- "mdHr": "bg2",
46
+ "mdQuoteBorder": "bg1",
47
+ "mdHr": "bg1",
70
48
  "mdListBullet": "orange",
71
49
  "toolDiffAdded": "green",
72
50
  "toolDiffRemoved": "red",
73
51
  "toolDiffContext": "gray",
74
- "link": "aqua",
52
+ "link": "blue",
75
53
  "syntaxComment": "gray",
76
54
  "syntaxKeyword": "red",
77
- "syntaxFunction": "yellow",
55
+ "syntaxFunction": "green",
78
56
  "syntaxVariable": "blue",
79
- "syntaxString": "green",
57
+ "syntaxString": "yellow",
80
58
  "syntaxNumber": "purple",
81
59
  "syntaxType": "aqua",
82
- "syntaxOperator": "orange",
83
- "syntaxPunctuation": "fg2",
84
- "thinkingOff": "bg2",
85
- "thinkingMinimal": "bg4",
86
- "thinkingLow": "neutralBlue",
87
- "thinkingMedium": "blue",
88
- "thinkingHigh": "neutralPurple",
89
- "thinkingXhigh": "purple",
60
+ "syntaxOperator": "fg4",
61
+ "syntaxPunctuation": "fg4",
62
+ "thinkingOff": "bg1",
63
+ "thinkingMinimal": "gray",
64
+ "thinkingLow": "blue",
65
+ "thinkingMedium": "aqua",
66
+ "thinkingHigh": "orange",
67
+ "thinkingXhigh": "red",
90
68
  "bashMode": "aqua",
91
- "statusLineBg": "#1d2021",
92
- "statusLineSep": "bg3",
93
- "statusLineModel": "purple",
94
- "statusLinePath": "aqua",
95
- "statusLineGitClean": "neutralGreen",
96
- "statusLineGitDirty": "neutralYellow",
97
- "statusLineContext": "blue",
69
+ "statusLineBg": "^-2",
70
+ "statusLineSep": "bg1",
71
+ "statusLineModel": "orange",
72
+ "statusLinePath": "blue",
73
+ "statusLineGitClean": "green",
74
+ "statusLineGitDirty": "yellow",
75
+ "statusLineContext": "gray",
98
76
  "statusLineSpend": "aqua",
99
- "statusLineStaged": "neutralGreen",
100
- "statusLineDirty": "neutralYellow",
101
- "statusLineUntracked": "blue",
102
- "statusLineOutput": "purple",
103
- "statusLineCost": "purple",
77
+ "statusLineStaged": 142,
78
+ "statusLineDirty": 214,
79
+ "statusLineUntracked": 175,
80
+ "statusLineOutput": 175,
81
+ "statusLineCost": 142,
104
82
  "statusLineSubagents": "orange",
105
- "pythonMode": "yellow"
83
+ "pythonMode": "yellow",
84
+ "appBg": "^0"
106
85
  },
107
86
  "export": {
108
87
  "pageBg": "#1d2021",
@@ -8,8 +8,6 @@
8
8
  "base00": "#657b83",
9
9
  "base0": "#839496",
10
10
  "base1": "#93a1a1",
11
- "base2": "#eee8d5",
12
- "base3": "#fdf6e3",
13
11
  "yellow": "#b58900",
14
12
  "orange": "#cb4b16",
15
13
  "red": "#dc322f",
@@ -21,48 +19,47 @@
21
19
  },
22
20
  "colors": {
23
21
  "accent": "blue",
24
- "border": "base01",
25
- "borderAccent": "cyan",
22
+ "border": "cyan",
23
+ "borderAccent": "blue",
26
24
  "borderMuted": "base02",
27
25
  "success": "green",
28
26
  "error": "red",
29
27
  "warning": "yellow",
30
28
  "muted": "base01",
31
- "dim": "base00",
29
+ "dim": "#3d5a63",
32
30
  "text": "",
33
31
  "thinkingText": "base01",
34
- "selectedBg": "base02",
35
- "userMessageBg": "base02",
32
+ "selectedBg": "^2",
33
+ "userMessageBg": "^2",
36
34
  "userMessageText": "",
37
- "customMessageBg": "base02",
35
+ "customMessageBg": "^2",
38
36
  "customMessageText": "",
39
- "customMessageLabel": "violet",
40
- "toolPendingBg": "base03",
41
- "toolSuccessBg": "base03",
42
- "toolErrorBg": "base03",
43
- "toolText": "base0",
37
+ "customMessageLabel": "blue",
38
+ "toolPendingBg": "^3",
39
+ "toolSuccessBg": "^2",
40
+ "toolErrorBg": "^3",
44
41
  "toolTitle": "",
45
42
  "toolOutput": "base01",
46
43
  "mdHeading": "yellow",
47
44
  "mdLink": "blue",
48
45
  "mdLinkUrl": "base01",
49
46
  "mdCode": "cyan",
50
- "mdCodeBlock": "base0",
51
- "mdCodeBlockBorder": "base01",
47
+ "mdCodeBlock": "green",
48
+ "mdCodeBlockBorder": "base02",
52
49
  "mdQuote": "base01",
53
- "mdQuoteBorder": "base01",
54
- "mdHr": "base01",
55
- "mdListBullet": "yellow",
50
+ "mdQuoteBorder": "base02",
51
+ "mdHr": "base02",
52
+ "mdListBullet": "cyan",
56
53
  "toolDiffAdded": "green",
57
54
  "toolDiffRemoved": "red",
58
55
  "toolDiffContext": "base01",
59
56
  "link": "blue",
60
57
  "syntaxComment": "base01",
61
- "syntaxKeyword": "green",
58
+ "syntaxKeyword": "orange",
62
59
  "syntaxFunction": "blue",
63
60
  "syntaxVariable": "cyan",
64
- "syntaxString": "cyan",
65
- "syntaxNumber": "violet",
61
+ "syntaxString": "green",
62
+ "syntaxNumber": "magenta",
66
63
  "syntaxType": "yellow",
67
64
  "syntaxOperator": "base0",
68
65
  "syntaxPunctuation": "base0",
@@ -72,26 +69,27 @@
72
69
  "thinkingMedium": "blue",
73
70
  "thinkingHigh": "violet",
74
71
  "thinkingXhigh": "magenta",
75
- "bashMode": "cyan",
76
- "statusLineBg": "base03",
77
- "statusLineSep": "base01",
78
- "statusLineModel": "magenta",
72
+ "bashMode": "green",
73
+ "statusLineBg": "^-2",
74
+ "statusLineSep": "base02",
75
+ "statusLineModel": "blue",
79
76
  "statusLinePath": "cyan",
80
77
  "statusLineGitClean": "green",
81
78
  "statusLineGitDirty": "yellow",
82
- "statusLineContext": "violet",
79
+ "statusLineContext": "base01",
83
80
  "statusLineSpend": "cyan",
84
- "statusLineStaged": "green",
85
- "statusLineDirty": "yellow",
86
- "statusLineUntracked": "blue",
87
- "statusLineOutput": "magenta",
88
- "statusLineCost": "orange",
81
+ "statusLineStaged": 64,
82
+ "statusLineDirty": 136,
83
+ "statusLineUntracked": 37,
84
+ "statusLineOutput": 37,
85
+ "statusLineCost": 64,
89
86
  "statusLineSubagents": "blue",
90
- "pythonMode": "yellow"
87
+ "pythonMode": "yellow",
88
+ "appBg": "^0"
91
89
  },
92
90
  "export": {
93
- "pageBg": "base03",
94
- "cardBg": "base02",
95
- "infoBg": "base02"
91
+ "pageBg": "#002b36",
92
+ "cardBg": "#073642",
93
+ "infoBg": "#0a4050"
96
94
  }
97
95
  }
@@ -2,100 +2,90 @@
2
2
  "$schema": "https://raw.githubusercontent.com/nghyane/arcane/main/packages/coding-agent/theme-schema.json",
3
3
  "name": "dark-tokyo-night",
4
4
  "vars": {
5
- "bg": "#1a1b26",
6
- "bgDark": "#16161e",
7
- "fg": "#a9b1d6",
8
- "comment": "#51597d",
9
- "cyan": "#7dcfff",
10
5
  "blue": "#7aa2f7",
11
- "purple": "#bb9af7",
12
- "magenta": "#bb9af7",
6
+ "cyan": "#7dcfff",
13
7
  "green": "#9ece6a",
14
- "teal": "#73daca",
15
- "darkTeal": "#2ac3de",
8
+ "magenta": "#bb9af7",
16
9
  "orange": "#ff9e64",
17
- "yellow": "#e0af68",
18
10
  "red": "#f7768e",
19
- "darkRed": "#db4b4b",
20
- "gray": "#363b54",
21
- "dimGray": "#51597d",
22
- "lightBlue": "#c0caf5",
23
- "cyan2": "#0db9d7",
24
- "statusBg": "#0f1019",
25
- "selectedBg": "#2a2f41"
11
+ "yellow": "#e0af68",
12
+ "comment": "#565f89",
13
+ "darkBlue": "#3d59a1",
14
+ "fg": "#a9b1d6"
26
15
  },
27
16
  "colors": {
28
- "accent": "purple",
29
- "border": "blue",
30
- "borderAccent": "cyan",
31
- "borderMuted": "gray",
17
+ "accent": "blue",
18
+ "border": "darkBlue",
19
+ "borderAccent": "blue",
20
+ "borderMuted": "comment",
32
21
  "success": "green",
33
- "error": "darkRed",
22
+ "error": "red",
34
23
  "warning": "yellow",
35
24
  "muted": "comment",
36
- "dim": "dimGray",
25
+ "dim": "#4c5480",
37
26
  "text": "",
38
- "thinkingText": "dimGray",
39
- "selectedBg": "selectedBg",
40
- "userMessageBg": "bgDark",
27
+ "thinkingText": "comment",
28
+ "selectedBg": "^2",
29
+ "userMessageBg": "^2",
41
30
  "userMessageText": "",
42
- "customMessageBg": "#221d2e",
31
+ "customMessageBg": "^2",
43
32
  "customMessageText": "",
44
- "customMessageLabel": "purple",
45
- "toolPendingBg": "#1a1e2e",
46
- "toolSuccessBg": "#16191f",
47
- "toolErrorBg": "#291d1d",
48
- "toolTitle": "purple",
49
- "toolOutput": "dimGray",
50
- "mdHeading": "purple",
33
+ "customMessageLabel": "magenta",
34
+ "toolPendingBg": "^3",
35
+ "toolSuccessBg": "^2",
36
+ "toolErrorBg": "^3",
37
+ "toolTitle": "",
38
+ "toolOutput": "comment",
39
+ "mdHeading": "blue",
51
40
  "mdLink": "cyan",
52
- "mdLinkUrl": "dimGray",
53
- "mdCode": "lightBlue",
54
- "mdCodeBlock": "fg",
55
- "mdCodeBlockBorder": "gray",
41
+ "mdLinkUrl": "comment",
42
+ "mdCode": "magenta",
43
+ "mdCodeBlock": "green",
44
+ "mdCodeBlockBorder": "comment",
56
45
  "mdQuote": "comment",
57
- "mdQuoteBorder": "gray",
58
- "mdHr": "gray",
59
- "mdListBullet": "cyan",
46
+ "mdQuoteBorder": "#414868",
47
+ "mdHr": "#414868",
48
+ "mdListBullet": "blue",
60
49
  "toolDiffAdded": "green",
61
50
  "toolDiffRemoved": "red",
62
51
  "toolDiffContext": "comment",
63
52
  "link": "cyan",
64
53
  "syntaxComment": "comment",
65
- "syntaxKeyword": "purple",
54
+ "syntaxKeyword": "magenta",
66
55
  "syntaxFunction": "blue",
67
- "syntaxVariable": "lightBlue",
56
+ "syntaxVariable": "cyan",
68
57
  "syntaxString": "green",
69
58
  "syntaxNumber": "orange",
70
- "syntaxType": "cyan2",
71
- "syntaxOperator": "fg",
59
+ "syntaxType": "cyan",
60
+ "syntaxOperator": "comment",
72
61
  "syntaxPunctuation": "fg",
73
- "thinkingOff": "gray",
74
- "thinkingMinimal": "dimGray",
75
- "thinkingLow": "blue",
76
- "thinkingMedium": "cyan",
77
- "thinkingHigh": "purple",
78
- "thinkingXhigh": "#c9a0ff",
79
- "bashMode": "cyan",
80
- "statusLineBg": "statusBg",
81
- "statusLineSep": 238,
82
- "statusLineModel": "purple",
83
- "statusLinePath": "cyan",
62
+ "thinkingOff": "#414868",
63
+ "thinkingMinimal": "comment",
64
+ "thinkingLow": "darkBlue",
65
+ "thinkingMedium": "blue",
66
+ "thinkingHigh": "magenta",
67
+ "thinkingXhigh": "orange",
68
+ "bashMode": "green",
69
+ "statusLineBg": "^-2",
70
+ "statusLineSep": "comment",
71
+ "statusLineModel": "magenta",
72
+ "statusLinePath": "blue",
84
73
  "statusLineGitClean": "green",
85
- "statusLineGitDirty": "yellow",
86
- "statusLineContext": "blue",
87
- "statusLineSpend": "teal",
88
- "statusLineStaged": 70,
89
- "statusLineDirty": 178,
90
- "statusLineUntracked": 39,
91
- "statusLineOutput": 205,
92
- "statusLineCost": 205,
93
- "statusLineSubagents": "orange",
94
- "pythonMode": "yellow"
74
+ "statusLineGitDirty": "orange",
75
+ "statusLineContext": "comment",
76
+ "statusLineSpend": "cyan",
77
+ "statusLineStaged": 107,
78
+ "statusLineDirty": 209,
79
+ "statusLineUntracked": 141,
80
+ "statusLineOutput": 141,
81
+ "statusLineCost": 107,
82
+ "statusLineSubagents": "blue",
83
+ "pythonMode": "yellow",
84
+ "appBg": "^0"
95
85
  },
96
86
  "export": {
97
87
  "pageBg": "#16161e",
98
88
  "cardBg": "#1a1b26",
99
- "infoBg": "#2a2639"
89
+ "infoBg": "#24283b"
100
90
  }
101
91
  }
@@ -1,195 +1,19 @@
1
- import alabaster from "./alabaster.json" with { type: "json" };
2
- import amethyst from "./amethyst.json" with { type: "json" };
3
- import anthracite from "./anthracite.json" with { type: "json" };
4
- import basalt from "./basalt.json" with { type: "json" };
5
- import birch from "./birch.json" with { type: "json" };
6
- import dark_abyss from "./dark-abyss.json" with { type: "json" };
7
- import dark_arctic from "./dark-arctic.json" with { type: "json" };
8
- import dark_aurora from "./dark-aurora.json" with { type: "json" };
9
1
  import dark_catppuccin from "./dark-catppuccin.json" with { type: "json" };
10
- import dark_cavern from "./dark-cavern.json" with { type: "json" };
11
- import dark_copper from "./dark-copper.json" with { type: "json" };
12
- import dark_cosmos from "./dark-cosmos.json" with { type: "json" };
13
- import dark_cyberpunk from "./dark-cyberpunk.json" with { type: "json" };
14
2
  import dark_dracula from "./dark-dracula.json" with { type: "json" };
15
- import dark_eclipse from "./dark-eclipse.json" with { type: "json" };
16
- import dark_ember from "./dark-ember.json" with { type: "json" };
17
- import dark_equinox from "./dark-equinox.json" with { type: "json" };
18
- import dark_forest from "./dark-forest.json" with { type: "json" };
19
- import dark_github from "./dark-github.json" with { type: "json" };
20
3
  import dark_gruvbox from "./dark-gruvbox.json" with { type: "json" };
21
- import dark_lavender from "./dark-lavender.json" with { type: "json" };
22
- import dark_lunar from "./dark-lunar.json" with { type: "json" };
23
- import dark_midnight from "./dark-midnight.json" with { type: "json" };
24
- import dark_monochrome from "./dark-monochrome.json" with { type: "json" };
25
- import dark_monokai from "./dark-monokai.json" with { type: "json" };
26
- import dark_nebula from "./dark-nebula.json" with { type: "json" };
27
- import dark_nord from "./dark-nord.json" with { type: "json" };
28
- import dark_ocean from "./dark-ocean.json" with { type: "json" };
29
- import dark_one from "./dark-one.json" with { type: "json" };
30
- import dark_rainforest from "./dark-rainforest.json" with { type: "json" };
31
- import dark_reef from "./dark-reef.json" with { type: "json" };
32
- import dark_retro from "./dark-retro.json" with { type: "json" };
33
- import dark_rose_pine from "./dark-rose-pine.json" with { type: "json" };
34
- import dark_sakura from "./dark-sakura.json" with { type: "json" };
35
- import dark_slate from "./dark-slate.json" with { type: "json" };
36
4
  import dark_solarized from "./dark-solarized.json" with { type: "json" };
37
- import dark_solstice from "./dark-solstice.json" with { type: "json" };
38
- import dark_starfall from "./dark-starfall.json" with { type: "json" };
39
- import dark_sunset from "./dark-sunset.json" with { type: "json" };
40
- import dark_swamp from "./dark-swamp.json" with { type: "json" };
41
- import dark_synthwave from "./dark-synthwave.json" with { type: "json" };
42
- import dark_taiga from "./dark-taiga.json" with { type: "json" };
43
- import dark_terminal from "./dark-terminal.json" with { type: "json" };
44
5
  import dark_tokyo_night from "./dark-tokyo-night.json" with { type: "json" };
45
- import dark_tundra from "./dark-tundra.json" with { type: "json" };
46
- import dark_twilight from "./dark-twilight.json" with { type: "json" };
47
- import dark_volcanic from "./dark-volcanic.json" with { type: "json" };
48
- import graphite from "./graphite.json" with { type: "json" };
49
- import light_arctic from "./light-arctic.json" with { type: "json" };
50
- import light_aurora_day from "./light-aurora-day.json" with { type: "json" };
51
- import light_canyon from "./light-canyon.json" with { type: "json" };
52
6
  import light_catppuccin from "./light-catppuccin.json" with { type: "json" };
53
- import light_cirrus from "./light-cirrus.json" with { type: "json" };
54
- import light_coral from "./light-coral.json" with { type: "json" };
55
- import light_cyberpunk from "./light-cyberpunk.json" with { type: "json" };
56
- import light_dawn from "./light-dawn.json" with { type: "json" };
57
- import light_dunes from "./light-dunes.json" with { type: "json" };
58
- import light_eucalyptus from "./light-eucalyptus.json" with { type: "json" };
59
- import light_forest from "./light-forest.json" with { type: "json" };
60
- import light_frost from "./light-frost.json" with { type: "json" };
61
7
  import light_github from "./light-github.json" with { type: "json" };
62
- import light_glacier from "./light-glacier.json" with { type: "json" };
63
- import light_gruvbox from "./light-gruvbox.json" with { type: "json" };
64
- import light_haze from "./light-haze.json" with { type: "json" };
65
- import light_honeycomb from "./light-honeycomb.json" with { type: "json" };
66
- import light_lagoon from "./light-lagoon.json" with { type: "json" };
67
- import light_lavender from "./light-lavender.json" with { type: "json" };
68
- import light_meadow from "./light-meadow.json" with { type: "json" };
69
- import light_mint from "./light-mint.json" with { type: "json" };
70
- import light_monochrome from "./light-monochrome.json" with { type: "json" };
71
- import light_ocean from "./light-ocean.json" with { type: "json" };
72
- import light_one from "./light-one.json" with { type: "json" };
73
- import light_opal from "./light-opal.json" with { type: "json" };
74
- import light_orchard from "./light-orchard.json" with { type: "json" };
75
- import light_paper from "./light-paper.json" with { type: "json" };
76
- import light_prism from "./light-prism.json" with { type: "json" };
77
- import light_retro from "./light-retro.json" with { type: "json" };
78
- import light_sand from "./light-sand.json" with { type: "json" };
79
- import light_savanna from "./light-savanna.json" with { type: "json" };
80
8
  import light_solarized from "./light-solarized.json" with { type: "json" };
81
- import light_soleil from "./light-soleil.json" with { type: "json" };
82
- import light_sunset from "./light-sunset.json" with { type: "json" };
83
- import light_synthwave from "./light-synthwave.json" with { type: "json" };
84
- import light_tokyo_night from "./light-tokyo-night.json" with { type: "json" };
85
- import light_wetland from "./light-wetland.json" with { type: "json" };
86
- import light_zenith from "./light-zenith.json" with { type: "json" };
87
- import limestone from "./limestone.json" with { type: "json" };
88
- import mahogany from "./mahogany.json" with { type: "json" };
89
- import marble from "./marble.json" with { type: "json" };
90
- import obsidian from "./obsidian.json" with { type: "json" };
91
- import onyx from "./onyx.json" with { type: "json" };
92
- import pearl from "./pearl.json" with { type: "json" };
93
- import porcelain from "./porcelain.json" with { type: "json" };
94
- import quartz from "./quartz.json" with { type: "json" };
95
- import sandstone from "./sandstone.json" with { type: "json" };
96
- import titanium from "./titanium.json" with { type: "json" };
97
9
 
98
10
  export const defaultThemes = {
99
- alabaster: alabaster,
100
- amethyst: amethyst,
101
- anthracite: anthracite,
102
- basalt: basalt,
103
- birch: birch,
104
- "dark-abyss": dark_abyss,
105
- "dark-arctic": dark_arctic,
106
- "dark-aurora": dark_aurora,
107
- "dark-catppuccin": dark_catppuccin,
108
- "dark-cavern": dark_cavern,
109
- "dark-copper": dark_copper,
110
- "dark-cosmos": dark_cosmos,
111
- "dark-cyberpunk": dark_cyberpunk,
112
11
  "dark-dracula": dark_dracula,
113
- "dark-eclipse": dark_eclipse,
114
- "dark-ember": dark_ember,
115
- "dark-equinox": dark_equinox,
116
- "dark-forest": dark_forest,
117
- "dark-github": dark_github,
118
12
  "dark-gruvbox": dark_gruvbox,
119
- "dark-lavender": dark_lavender,
120
- "dark-lunar": dark_lunar,
121
- "dark-midnight": dark_midnight,
122
- "dark-monochrome": dark_monochrome,
123
- "dark-monokai": dark_monokai,
124
- "dark-nebula": dark_nebula,
125
- "dark-nord": dark_nord,
126
- "dark-ocean": dark_ocean,
127
- "dark-one": dark_one,
128
- "dark-rainforest": dark_rainforest,
129
- "dark-reef": dark_reef,
130
- "dark-retro": dark_retro,
131
- "dark-rose-pine": dark_rose_pine,
132
- "dark-sakura": dark_sakura,
133
- "dark-slate": dark_slate,
134
- "dark-solarized": dark_solarized,
135
- "dark-solstice": dark_solstice,
136
- "dark-starfall": dark_starfall,
137
- "dark-sunset": dark_sunset,
138
- "dark-swamp": dark_swamp,
139
- "dark-synthwave": dark_synthwave,
140
- "dark-taiga": dark_taiga,
141
- "dark-terminal": dark_terminal,
142
13
  "dark-tokyo-night": dark_tokyo_night,
143
- "dark-tundra": dark_tundra,
144
- "dark-twilight": dark_twilight,
145
- "dark-volcanic": dark_volcanic,
146
- graphite: graphite,
147
- "light-arctic": light_arctic,
148
- "light-aurora-day": light_aurora_day,
149
- "light-canyon": light_canyon,
14
+ "dark-catppuccin": dark_catppuccin,
15
+ "dark-solarized": dark_solarized,
16
+ "light-solarized": light_solarized,
150
17
  "light-catppuccin": light_catppuccin,
151
- "light-cirrus": light_cirrus,
152
- "light-coral": light_coral,
153
- "light-cyberpunk": light_cyberpunk,
154
- "light-dawn": light_dawn,
155
- "light-dunes": light_dunes,
156
- "light-eucalyptus": light_eucalyptus,
157
- "light-forest": light_forest,
158
- "light-frost": light_frost,
159
18
  "light-github": light_github,
160
- "light-glacier": light_glacier,
161
- "light-gruvbox": light_gruvbox,
162
- "light-haze": light_haze,
163
- "light-honeycomb": light_honeycomb,
164
- "light-lagoon": light_lagoon,
165
- "light-lavender": light_lavender,
166
- "light-meadow": light_meadow,
167
- "light-mint": light_mint,
168
- "light-monochrome": light_monochrome,
169
- "light-ocean": light_ocean,
170
- "light-one": light_one,
171
- "light-opal": light_opal,
172
- "light-orchard": light_orchard,
173
- "light-paper": light_paper,
174
- "light-prism": light_prism,
175
- "light-retro": light_retro,
176
- "light-sand": light_sand,
177
- "light-savanna": light_savanna,
178
- "light-solarized": light_solarized,
179
- "light-soleil": light_soleil,
180
- "light-sunset": light_sunset,
181
- "light-synthwave": light_synthwave,
182
- "light-tokyo-night": light_tokyo_night,
183
- "light-wetland": light_wetland,
184
- "light-zenith": light_zenith,
185
- limestone: limestone,
186
- mahogany: mahogany,
187
- marble: marble,
188
- obsidian: obsidian,
189
- onyx: onyx,
190
- pearl: pearl,
191
- porcelain: porcelain,
192
- quartz: quartz,
193
- sandstone: sandstone,
194
- titanium: titanium,
195
19
  };