/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. * * light — the embedded light theme, based on the IBM Carbon White palette. * Defines every documented --fb-* token. */ :root { --fb-color-scheme: light; /* Surfaces & text (Carbon White layers) */ --fb-bg: #ffffff; --fb-bg-raised: #f4f4f4; --fb-bg-inset: #e0e0e0; --fb-border: #e0e0e0; --fb-fg: #161616; --fb-fg-muted: #525252; /* Accents & status */ --fb-accent: #0f62fe; --fb-accent-fg: #ffffff; --fb-success: #24a148; --fb-warning: #b28600; --fb-danger: #da1e28; /* Diff row backgrounds & gutters */ --fb-diff-add-bg: rgba(36, 161, 72, 0.12); --fb-diff-del-bg: rgba(218, 30, 40, 0.12); --fb-diff-add-fg: #0e6027; --fb-diff-del-fg: #da1e28; /* Syntax highlighting */ --fb-hl-keyword: #d12771; --fb-hl-function: #0f62fe; --fb-hl-type: #007d79; --fb-hl-string: #0e6027; --fb-hl-number: #8a3ffc; --fb-hl-comment: #6f6f6f; --fb-hl-constant: #8a3ffc; --fb-hl-variable: #a2191f; --fb-hl-operator: #d12771; --fb-hl-punctuation: #161616; --fb-hl-attribute: #007d79; --fb-hl-tag: #0f62fe; }