docs(xmake): correct style color from blue to green (#6974)

This commit is contained in:
Martin Grigorov
2025-09-14 22:41:19 +03:00
committed by GitHub
parent 678ce4758b
commit 3d5efd039c
+2 -2
View File
@@ -4912,14 +4912,14 @@ the module will be activated if any of the following conditions are met:
| `detect_extensions` | `[]` | Which extensions should trigger this module |
| `detect_files` | `['xmake.lua']` | Which filenames should trigger this module |
| `detect_folders` | `[]` | Which folders should trigger this module |
| `style` | `'bold blue'` | The style for the module. |
| `style` | `'bold green'` | The style for the module. |
| `disabled` | `false` | Disables the `xmake` module. |
### Variables
| Variable | Example | Description |
| -------- | -------- | ------------------------------------ |
| version | `v2.9.5` | The version of cmake |
| version | `v2.9.5` | The version of xmake |
| symbol | | Mirrors the value of option `symbol` |
| style\* | | Mirrors the value of option `style` |