databricks-dashboard-colors

databricks-dashboard-colors is a skill for Claude Code, Codex from mexmarv/ai-genie-factory. It costs 164 tokens per session (1,983 once invoked), scanned A, original, MIT.

A color, typography, and theme specification for native Databricks AI/BI Lakeview dashboards, Databricks' built-in data dashboards.

In plain words
What is it for?
Use it when building, reviewing, or theming Lakeview dashboard canvases, widgets, counter tiles, and chart color palettes.
Why use it?
It prevents developers from applying styling intended for other Databricks app types that Lakeview does not use.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when building, reviewing, or theming Lakeview dashboard canvases, widgets, counter tiles, and chart color palettes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mexmarv/ai-genie-factory/databricks-dashboard-colors
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mexmarv/ai-genie-factory --skill databricks-dashboard-colors
Clone the repo
git clone --depth 1 https://github.com/mexmarv/ai-genie-factory

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for databricks-dashboard-colors

README.md
[![agentmods](https://agentmods.dev/badge/skills/mexmarv/ai-genie-factory/databricks-dashboard-colors/github.svg)](https://agentmods.dev/skills/mexmarv/ai-genie-factory/databricks-dashboard-colors)
Your own site
<a href="https://agentmods.dev/skills/mexmarv/ai-genie-factory/databricks-dashboard-colors"><img src="https://agentmods.dev/badge/skills/mexmarv/ai-genie-factory/databricks-dashboard-colors/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for databricks-dashboard-colors

Your own site · 80×15
<a href="https://agentmods.dev/skills/mexmarv/ai-genie-factory/databricks-dashboard-colors"><img src="https://agentmods.dev/badge/skills/mexmarv/ai-genie-factory/databricks-dashboard-colors.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,983 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00164 $0.01983
Opus 5 $0.00082 $0.00992
Sonnet 5 $0.00033 $0.00397
Haiku 4.5 $0.00016 $0.00198

Measured 12d ago against content hash 257acdf9ff3b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

databricks-dashboard-colors scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/databricks-dashboard-colors/SKILL.md · 153 lines

How it starts

The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI/BI Dashboard Theme — Alpura

Native Lakeview Dashboards render through Databricks' own theme engine, not Plotly/Dash CSS. Do not reuse @ui-ux-patterns' Python SHADOW/CARD_STYLE dicts here — they don't apply to Lakeview widgets. Use this skill's tokens in the dashboard's own Settings panel instead.

Provenance: every hex below was read directly from the rendered Dashboard General de Ventas Brutas production dashboard (computed styles + chart fills), not invented. Treat it as the reference "good" Alpura dashboard palette — apply it to new dashboards rather than picking new colors per dashboard.


Where this actually gets enforced

Lakeview dashboards have a real workspace-wide theme, independent of the Genie Code instructions/skills covered by @databricks-app:

  • Workspace-wide (admin, applies to every dashboard by default): Account/workspace Settings → Appearance → AI/BI → Theme. Set canvas colors for light and dark mode, the categorical/visualization palette, fonts, and title alignment once — every new dashboard inherits it, and existing dashboards can "apply workspace theme" to pick it up. This is also reachable via the Settings API for scripted rollout.
  • Per-dashboard override: open the draft dashboard → click empty canvas (no widget selected) → right panel → SettingsTheme. The same panel has Light mode / Dark mode toggles to preview and set both variants together.

Set the values below at the workspace level first. Only override per-dashboard when a dashboard has a real reason to diverge (e.g. an embedded exec-only dashboard).


Theme contract

Every dashboard must support both alpura-dashboard-dark (default) and alpura-dashboard-light. The categorical/visualization palette does not change between modes — only canvas, widget, border, and text tokens do. Never hand-pick a one-off color in a widget; set it at the theme level so every dashboard stays consistent.

Setting (Lakeview Theme panel) alpura-dashboard-dark alpura-dashboard-light
Canvas background #12181d #f4f7fb
Widget background #12181d (seamless — no elevated cards) #ffffff
Widget border #1e2a3a #d7e0ea
Axis / grid color #253040 #c2ceda
Font — Title #eef1f5 #0d1b2a
Font — Default (labels, axis, filters) #8b96a8 #40566f
Font — Field value (counter/KPI numbers) #e6edf3 #0d1b2a
Delta — negative #f85149 #c32645
Delta — neutral/positive pill bg #242a31, text #d1d4d8 bg #edf4fa, text #40566f
Primary series (this period) #00bcd4 #007a8a
Comparison series (prior period/year) #7c4dff #5b32d6

Read the full file on GitHub · 153 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 153 lines · 164 tokens per session scan A 257acdf9ff3b

Subscribe to this mod's changes

databricks-dashboard-colors is a skill published in the GitHub repository mexmarv/ai-genie-factory (5 stars, last pushed 1mo ago), licensed MIT. It adds 164 tokens to every session and 1,983 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

data-divergence

Investigate why two datasets that should agree don't — two pipelines writing the same logical table, a rollup vs the detail it aggregates, a dashboard vs its source, one environment vs another. Use when row counts, totals, or date ranges disagree and the question is what happened rather than just what differs. Covers…

andre-salvati/databricks-template · 123 tokens

sql-diagram

Diagram a SQL query and explain what it shows — either its execution steps (mode=plan) or its column lineage (mode=lineage) — then trace it through small data so the defects the picture cannot show become visible. Use when asked to visualize, diagram, explain or review what a query does, how it joins its tables, or…

andre-salvati/databricks-template · 121 tokens

project-costs

Run the project cost report and write the analysis into it. Use when asked about this project's cloud spend, cost anomalies, spikes or trends, DBU/DSU consumption, per-job or per-pipeline cost, or the AWS vs Databricks split. Runs make project-costs (AWS Cost Explorer + Databricks system.billing), then analyses the…

andre-salvati/databricks-template · 93 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens