Themes
Cruncher ships with four built-in dark colour themes. The active theme is stored in your config file and applied across the entire UI — the editor, log rows, charts, and syntax highlighting all react automatically.
Setting the Theme
Section titled “Setting the Theme”Add (or update) the ui.theme key in ~/.config/cruncher/cruncher.config.yaml:
ui: theme: nordYou can also change the theme at runtime from Settings → General without editing the file manually — the selection is written back to the config file immediately.
Restart is not required; the change takes effect as soon as you save via the UI.
Available Themes
Section titled “Available Themes”Midnight (default)
Section titled “Midnight (default)”ui: theme: midnightA deep blue-black base with indigo accents. Default when ui.theme is not set.
#0d0e14 bg.subtle #13141f bg.muted #1a1b27 bg.emphasized #21223a fg #e2e8f0 fg.muted #8892a4 fg.subtle #4a5568 border #252638 accent #6366f1 accent.muted #818cf8 accent.subtle rgba(99,102,241,0.15) #a78bfa column #34d399 string #f87171 function #c084fc boolean #fbbf24 param #38bdf8 comment #6b7280 #2caf00 error #b91f1f warn #ae9e21 #ffe066 mark text #1a1b27 ui: theme: nordCool Nordic tones inspired by the Nord colour palette. Blue-grey backgrounds with a teal/frost accent.
#2e3440 bg.subtle #3b4252 bg.muted #434c5e bg.emphasized #4c566a fg #eceff4 fg.muted #d8dee9 fg.subtle #81a1c1 border #434c5e accent #88c0d0 accent.muted #81a1c1 accent.subtle rgba(136,192,208,0.15) #81a1c1 column #8fbcbb string #a3be8c function #88c0d0 boolean #ebcb8b param #b48ead comment #616e88 #a3be8c error #bf616a warn #ebcb8b #ebcb8b mark text #2e3440 Dracula
Section titled “Dracula”ui: theme: draculaThe classic Dracula dark theme with a purple accent and vivid syntax colours.
#282a36 bg.subtle #343746 bg.muted #383a4a bg.emphasized #44475a fg #f8f8f2 fg.muted #b0b8c5 fg.subtle #6272a4 border #44475a accent #bd93f9 accent.muted #cba8fb accent.subtle rgba(189,147,249,0.15) #ff79c6 column #50fa7b string #f1fa8c function #8be9fd boolean #ffb86c param #50fa7b comment #6272a4 #50fa7b error #ff5555 warn #ffb86c #f1fa8c mark text #282a36 Catppuccin Mocha
Section titled “Catppuccin Mocha”ui: theme: catppuccinSoft pastel dark tones from the Catppuccin Mocha palette, with a mauve accent.
#1e1e2e bg.subtle #181825 bg.muted #313244 bg.emphasized #45475a fg #cdd6f4 fg.muted #a6adc8 fg.subtle #7f849c border #45475a accent #cba6f7 accent.muted #d0b8ff accent.subtle rgba(203,166,247,0.15) #cba6f7 column #89dceb string #a6e3a1 function #89b4fa boolean #fab387 param #f38ba8 comment #6c7086 #a6e3a1 error #f38ba8 warn #fab387 #f9e2af mark text #1e1e2e Full Example Config
Section titled “Full Example Config”ui: theme: catppuccin
profiles: default: connectors: [main]
connectors: - type: grafana_browser name: main params: grafanaUrl: https://grafana.example.com uid: my-loki-uid