@nghyane/arcane 0.1.10 → 0.1.12

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 (117) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +4 -4
  3. package/src/extensibility/plugins/installer.ts +6 -21
  4. package/src/extensibility/plugins/manager.ts +8 -29
  5. package/src/main.ts +3 -0
  6. package/src/modes/components/model-selector.ts +1 -1
  7. package/src/modes/components/status-line.ts +15 -40
  8. package/src/modes/components/user-message.ts +2 -0
  9. package/src/modes/components/welcome.ts +9 -10
  10. package/src/modes/controllers/event-controller.ts +51 -12
  11. package/src/modes/interactive-mode.ts +2 -0
  12. package/src/modes/theme/dark.json +56 -59
  13. package/src/modes/theme/defaults/dark-catppuccin.json +47 -56
  14. package/src/modes/theme/defaults/dark-dracula.json +24 -32
  15. package/src/modes/theme/defaults/dark-gruvbox.json +53 -74
  16. package/src/modes/theme/defaults/dark-solarized.json +33 -35
  17. package/src/modes/theme/defaults/dark-tokyo-night.json +57 -67
  18. package/src/modes/theme/defaults/index.ts +3 -179
  19. package/src/modes/theme/defaults/light-catppuccin.json +42 -50
  20. package/src/modes/theme/defaults/light-github.json +68 -94
  21. package/src/modes/theme/defaults/light-solarized.json +41 -49
  22. package/src/modes/theme/light.json +14 -12
  23. package/src/modes/theme/theme-schema.json +4 -0
  24. package/src/modes/theme/theme.ts +89 -6
  25. package/src/patch/index.ts +1 -1
  26. package/src/stt/downloader.ts +1 -4
  27. package/src/stt/setup.ts +2 -4
  28. package/src/tui/output-block.ts +2 -12
  29. package/src/utils/open.ts +2 -1
  30. package/src/modes/theme/defaults/alabaster.json +0 -93
  31. package/src/modes/theme/defaults/amethyst.json +0 -96
  32. package/src/modes/theme/defaults/anthracite.json +0 -93
  33. package/src/modes/theme/defaults/basalt.json +0 -91
  34. package/src/modes/theme/defaults/birch.json +0 -95
  35. package/src/modes/theme/defaults/dark-abyss.json +0 -91
  36. package/src/modes/theme/defaults/dark-arctic.json +0 -104
  37. package/src/modes/theme/defaults/dark-aurora.json +0 -95
  38. package/src/modes/theme/defaults/dark-cavern.json +0 -91
  39. package/src/modes/theme/defaults/dark-copper.json +0 -95
  40. package/src/modes/theme/defaults/dark-cosmos.json +0 -90
  41. package/src/modes/theme/defaults/dark-cyberpunk.json +0 -102
  42. package/src/modes/theme/defaults/dark-eclipse.json +0 -91
  43. package/src/modes/theme/defaults/dark-ember.json +0 -95
  44. package/src/modes/theme/defaults/dark-equinox.json +0 -90
  45. package/src/modes/theme/defaults/dark-forest.json +0 -96
  46. package/src/modes/theme/defaults/dark-github.json +0 -105
  47. package/src/modes/theme/defaults/dark-lavender.json +0 -95
  48. package/src/modes/theme/defaults/dark-lunar.json +0 -89
  49. package/src/modes/theme/defaults/dark-midnight.json +0 -95
  50. package/src/modes/theme/defaults/dark-monochrome.json +0 -94
  51. package/src/modes/theme/defaults/dark-monokai.json +0 -98
  52. package/src/modes/theme/defaults/dark-nebula.json +0 -90
  53. package/src/modes/theme/defaults/dark-nord.json +0 -97
  54. package/src/modes/theme/defaults/dark-ocean.json +0 -101
  55. package/src/modes/theme/defaults/dark-one.json +0 -100
  56. package/src/modes/theme/defaults/dark-rainforest.json +0 -91
  57. package/src/modes/theme/defaults/dark-reef.json +0 -91
  58. package/src/modes/theme/defaults/dark-retro.json +0 -92
  59. package/src/modes/theme/defaults/dark-rose-pine.json +0 -96
  60. package/src/modes/theme/defaults/dark-sakura.json +0 -95
  61. package/src/modes/theme/defaults/dark-slate.json +0 -95
  62. package/src/modes/theme/defaults/dark-solstice.json +0 -90
  63. package/src/modes/theme/defaults/dark-starfall.json +0 -91
  64. package/src/modes/theme/defaults/dark-sunset.json +0 -99
  65. package/src/modes/theme/defaults/dark-swamp.json +0 -90
  66. package/src/modes/theme/defaults/dark-synthwave.json +0 -103
  67. package/src/modes/theme/defaults/dark-taiga.json +0 -91
  68. package/src/modes/theme/defaults/dark-terminal.json +0 -95
  69. package/src/modes/theme/defaults/dark-tundra.json +0 -91
  70. package/src/modes/theme/defaults/dark-twilight.json +0 -91
  71. package/src/modes/theme/defaults/dark-volcanic.json +0 -91
  72. package/src/modes/theme/defaults/graphite.json +0 -92
  73. package/src/modes/theme/defaults/light-arctic.json +0 -107
  74. package/src/modes/theme/defaults/light-aurora-day.json +0 -91
  75. package/src/modes/theme/defaults/light-canyon.json +0 -91
  76. package/src/modes/theme/defaults/light-cirrus.json +0 -90
  77. package/src/modes/theme/defaults/light-coral.json +0 -95
  78. package/src/modes/theme/defaults/light-cyberpunk.json +0 -96
  79. package/src/modes/theme/defaults/light-dawn.json +0 -90
  80. package/src/modes/theme/defaults/light-dunes.json +0 -91
  81. package/src/modes/theme/defaults/light-eucalyptus.json +0 -95
  82. package/src/modes/theme/defaults/light-forest.json +0 -100
  83. package/src/modes/theme/defaults/light-frost.json +0 -95
  84. package/src/modes/theme/defaults/light-glacier.json +0 -91
  85. package/src/modes/theme/defaults/light-gruvbox.json +0 -108
  86. package/src/modes/theme/defaults/light-haze.json +0 -90
  87. package/src/modes/theme/defaults/light-honeycomb.json +0 -95
  88. package/src/modes/theme/defaults/light-lagoon.json +0 -91
  89. package/src/modes/theme/defaults/light-lavender.json +0 -95
  90. package/src/modes/theme/defaults/light-meadow.json +0 -91
  91. package/src/modes/theme/defaults/light-mint.json +0 -95
  92. package/src/modes/theme/defaults/light-monochrome.json +0 -101
  93. package/src/modes/theme/defaults/light-ocean.json +0 -99
  94. package/src/modes/theme/defaults/light-one.json +0 -99
  95. package/src/modes/theme/defaults/light-opal.json +0 -91
  96. package/src/modes/theme/defaults/light-orchard.json +0 -91
  97. package/src/modes/theme/defaults/light-paper.json +0 -95
  98. package/src/modes/theme/defaults/light-prism.json +0 -90
  99. package/src/modes/theme/defaults/light-retro.json +0 -98
  100. package/src/modes/theme/defaults/light-sand.json +0 -95
  101. package/src/modes/theme/defaults/light-savanna.json +0 -91
  102. package/src/modes/theme/defaults/light-soleil.json +0 -90
  103. package/src/modes/theme/defaults/light-sunset.json +0 -99
  104. package/src/modes/theme/defaults/light-synthwave.json +0 -98
  105. package/src/modes/theme/defaults/light-tokyo-night.json +0 -111
  106. package/src/modes/theme/defaults/light-wetland.json +0 -91
  107. package/src/modes/theme/defaults/light-zenith.json +0 -89
  108. package/src/modes/theme/defaults/limestone.json +0 -94
  109. package/src/modes/theme/defaults/mahogany.json +0 -97
  110. package/src/modes/theme/defaults/marble.json +0 -93
  111. package/src/modes/theme/defaults/obsidian.json +0 -91
  112. package/src/modes/theme/defaults/onyx.json +0 -91
  113. package/src/modes/theme/defaults/pearl.json +0 -93
  114. package/src/modes/theme/defaults/porcelain.json +0 -91
  115. package/src/modes/theme/defaults/quartz.json +0 -96
  116. package/src/modes/theme/defaults/sandstone.json +0 -95
  117. package/src/modes/theme/defaults/titanium.json +0 -90
@@ -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
  };
@@ -12,95 +12,87 @@
12
12
  "yellow": "#df8e1d",
13
13
  "green": "#40a02b",
14
14
  "teal": "#179299",
15
- "sky": "#04a5e5",
16
15
  "sapphire": "#209fb5",
17
16
  "blue": "#1e66f5",
18
17
  "lavender": "#7287fd",
19
- "text": "#4c4f69",
20
- "subtext1": "#5c5f77",
21
18
  "subtext0": "#6c6f85",
22
- "overlay2": "#7c7f93",
23
- "overlay1": "#8c8fa1",
24
19
  "overlay0": "#9ca0b0",
25
- "surface2": "#acb0be",
26
20
  "surface1": "#bcc0cc",
27
- "surface0": "#ccd0da",
28
- "base": "#eff1f5",
29
- "mantle": "#e6e9ef",
30
- "crust": "#dce0e8"
21
+ "surface0": "#ccd0da"
31
22
  },
32
23
  "colors": {
33
24
  "accent": "mauve",
34
25
  "border": "lavender",
35
- "borderAccent": "sapphire",
26
+ "borderAccent": "mauve",
36
27
  "borderMuted": "surface1",
37
28
  "success": "green",
38
29
  "error": "red",
39
30
  "warning": "yellow",
40
31
  "muted": "subtext0",
41
- "dim": "overlay1",
32
+ "dim": "overlay0",
42
33
  "text": "",
43
- "thinkingText": "overlay0",
44
- "selectedBg": "surface0",
45
- "userMessageBg": "mantle",
34
+ "thinkingText": "subtext0",
35
+ "selectedBg": "^-2",
36
+ "userMessageBg": "^-2",
46
37
  "userMessageText": "",
47
- "customMessageBg": "surface0",
38
+ "customMessageBg": "^-2",
48
39
  "customMessageText": "",
49
40
  "customMessageLabel": "mauve",
50
- "toolPendingBg": "surface0",
51
- "toolSuccessBg": "mantle",
52
- "toolErrorBg": "mantle",
53
- "toolTitle": "blue",
41
+ "toolPendingBg": "^-3",
42
+ "toolSuccessBg": "^-2",
43
+ "toolErrorBg": "^-3",
44
+ "toolTitle": "",
54
45
  "toolOutput": "subtext0",
55
- "mdHeading": "peach",
46
+ "mdHeading": "mauve",
56
47
  "mdLink": "blue",
57
- "mdLinkUrl": "overlay1",
58
- "mdCode": "teal",
48
+ "mdLinkUrl": "subtext0",
49
+ "mdCode": "peach",
59
50
  "mdCodeBlock": "green",
60
- "mdCodeBlockBorder": "surface2",
51
+ "mdCodeBlockBorder": "surface1",
61
52
  "mdQuote": "subtext0",
62
- "mdQuoteBorder": "surface2",
63
- "mdHr": "surface2",
64
- "mdListBullet": "sapphire",
53
+ "mdQuoteBorder": "surface0",
54
+ "mdHr": "surface1",
55
+ "mdListBullet": "mauve",
65
56
  "toolDiffAdded": "green",
66
57
  "toolDiffRemoved": "red",
67
- "toolDiffContext": "overlay0",
58
+ "toolDiffContext": "subtext0",
68
59
  "link": "blue",
69
- "syntaxComment": "overlay1",
60
+ "syntaxComment": "overlay0",
70
61
  "syntaxKeyword": "mauve",
71
62
  "syntaxFunction": "blue",
72
- "syntaxVariable": "text",
63
+ "syntaxVariable": "teal",
73
64
  "syntaxString": "green",
74
65
  "syntaxNumber": "peach",
75
66
  "syntaxType": "yellow",
76
- "syntaxOperator": "sky",
77
- "syntaxPunctuation": "overlay2",
78
- "thinkingOff": "surface1",
67
+ "syntaxOperator": "subtext0",
68
+ "syntaxPunctuation": "subtext0",
69
+ "thinkingOff": "surface0",
79
70
  "thinkingMinimal": "overlay0",
80
- "thinkingLow": "blue",
81
- "thinkingMedium": "sapphire",
71
+ "thinkingLow": "sapphire",
72
+ "thinkingMedium": "blue",
82
73
  "thinkingHigh": "mauve",
83
74
  "thinkingXhigh": "pink",
84
75
  "bashMode": "green",
85
- "statusLineBg": "crust",
76
+ "statusLineBg": "^2",
86
77
  "statusLineSep": "surface1",
87
- "statusLineModel": "pink",
88
- "statusLinePath": "teal",
78
+ "statusLineModel": "mauve",
79
+ "statusLinePath": "blue",
89
80
  "statusLineGitClean": "green",
90
- "statusLineGitDirty": "yellow",
91
- "statusLineContext": "lavender",
92
- "statusLineSpend": "sapphire",
93
- "statusLineStaged": "green",
94
- "statusLineDirty": "peach",
95
- "statusLineUntracked": "sky",
96
- "statusLineOutput": "mauve",
97
- "statusLineCost": "maroon",
81
+ "statusLineGitDirty": "peach",
82
+ "statusLineContext": "subtext0",
83
+ "statusLineSpend": "teal",
84
+ "statusLineStaged": 35,
85
+ "statusLineDirty": 208,
86
+ "statusLineUntracked": 133,
87
+ "statusLineOutput": 133,
88
+ "statusLineCost": 35,
98
89
  "statusLineSubagents": "mauve",
99
- "pythonMode": "yellow"
90
+ "pythonMode": "yellow",
91
+ "appBg": "^0"
100
92
  },
101
93
  "export": {
102
- "pageBg": "base",
103
- "cardBg": "mantle",
104
- "infoBg": "surface0"
94
+ "pageBg": "#eff1f5",
95
+ "cardBg": "#ffffff",
96
+ "infoBg": "#e6e9ef"
105
97
  }
106
98
  }