Skip to content

Conversation

@Niall47
Copy link
Contributor

@Niall47 Niall47 commented Oct 6, 2025

Config block now accepts a hash of styles to apply to the prefix.
Each component can be styled differently and an overall style applied at the end

DVLA::Herodotus.config do |c|
  c.prefix_colour = {
    system: %w[blue bold],
    date: %w[green],
    time: %w[yellow],
    correlation: %w[magenta],
    pid: %w[cyan],
    level: %w[red bold],
    separator: %w[white],
    overall: %w[underline],
  }
Screenshot 2025-10-06 at 09 59 21

Copy link
Member

@BillyRuffian BillyRuffian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved -- sorry for taking so long

@Niall47 Niall47 merged commit c81f02a into dvla:main Oct 24, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants