alms-cli 0.1.2__tar.gz → 0.1.3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alms-cli
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: ALMS CLI - Beautiful project scaffolding tool for AI-first backends
5
5
  Project-URL: Homepage, https://github.com/KJ-AIML/alms
6
6
  Project-URL: Repository, https://github.com/KJ-AIML/alms
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "alms-cli"
3
- version = "0.1.2"
3
+ version = "0.1.3"
4
4
  description = "ALMS CLI - Beautiful project scaffolding tool for AI-first backends"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"
@@ -23,18 +23,18 @@ from alms_cli.templates import TemplateGenerator
23
23
  console = Console()
24
24
 
25
25
  custom_style = Style([
26
- ("qmark", "fg:#5B8DEF bold"),
27
- ("question", "fg:#FFFFFF bold"),
28
- ("answer", "fg:#5B8DEF bold"),
29
- ("pointer", "fg:#5B8DEF bold"),
30
- ("highlighted", "fg:#5B8DEF bold"),
31
- ("selected", "fg:#5B8DEF"),
26
+ ("qmark", "fg:#5B8DEF"),
27
+ ("question", "fg:#FFFFFF"),
28
+ ("answer", "fg:#5B8DEF"),
29
+ ("pointer", "fg:#5B8DEF"),
30
+ ("highlighted", "fg:#FFFFFF"),
31
+ ("selected", "fg:#FFFFFF"),
32
32
  ("separator", "fg:#666666"),
33
33
  ("instruction", "fg:#888888"),
34
34
  ("text", "fg:#FFFFFF"),
35
35
  ("disabled", "fg:#666666 italic"),
36
36
  ("checkbox", "fg:#5B8DEF"),
37
- ("checkbox.selected", "fg:#5B8DEF bold"),
37
+ ("checkbox.selected", "fg:#5B8DEF"),
38
38
  ])
39
39
 
40
40
 
File without changes
File without changes
File without changes
File without changes