@iaforged/context-code 1.2.3 → 1.2.4
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/src/utils/theme.js +2 -0
- package/package.json +1 -1
package/dist/src/utils/theme.js
CHANGED
|
@@ -10,6 +10,8 @@ export const BUILT_IN_THEME_NAMES = [
|
|
|
10
10
|
];
|
|
11
11
|
/** Kept as a re-export so existing imports keep working. */
|
|
12
12
|
export const THEME_NAMES = BUILT_IN_THEME_NAMES;
|
|
13
|
+
/** Theme settings exposed to config tools; includes the runtime `auto` option. */
|
|
14
|
+
export const THEME_SETTINGS = ['auto', ...BUILT_IN_THEME_NAMES];
|
|
13
15
|
/**
|
|
14
16
|
* Light theme using explicit RGB values to avoid inconsistencies
|
|
15
17
|
* from users' custom terminal ANSI color definitions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iaforged/context-code",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Context Code es un asistente de desarrollo para la terminal. Puede revisar tu proyecto, editar archivos, ejecutar comandos y apoyarte en tareas reales de programacion.",
|
|
5
5
|
"author": "Context AI",
|
|
6
6
|
"license": "MIT",
|