Skip to main content

Module: color

Overview​

Module

This module introduces style tags in some places.

Configurations​

The following JSON content is provided for reference only. It must NOT be copied directly into the configuration directory, as it does not represent valid JSON syntax.

Config
  • File Name: config.json
  • File Content:
Click to see the default content...
config/fuji/modules/color/config.json
{
"rewrite": {
"rules": [
{
/* The `pattern string` used to match the `target string`. */
"regex": "&0"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<black>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&1"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<dark_blue>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&2"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<dark_green>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&3"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<dark_aqua>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&4"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<dark_red>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&5"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<dark_purple>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&6"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<gold>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&7"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<gray>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&8"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<dark_gray>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&9"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<blue>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&a"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<green>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&b"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<aqua>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&c"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<red>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&d"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<light_purple>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&e"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<yellow>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&f"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<white>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&k"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<obf>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&l"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<b>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&m"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<st>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&n"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<u>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&o"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<i>"
},
{
/* The `pattern string` used to match the `target string`. */
"regex": "&r"
/* The `replacement string` used to replace the `matched target string`. */,
"replacement": "<r>"
}
]
}
}