/* 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/. * * nord — a third, community-style theme. It sets ONLY the documented --fb-* * tokens (docs/theming.md) and nothing else, which is the themeability * acceptance test: a complete, coherent UI from tokens alone, no base.css edits. */ :root { --fb-color-scheme: dark; /* Surfaces & text */ --fb-bg: #2e3440; --fb-bg-raised: #3b4252; --fb-bg-inset: #434c5e; --fb-border: #4c566a; --fb-fg: #eceff4; --fb-fg-muted: #99a3b3; /* Accents & status */ --fb-accent: #88c0d0; --fb-accent-fg: #2e3440; --fb-success: #a3be8c; --fb-warning: #ebcb8b; --fb-danger: #bf616a; /* Diff row backgrounds & gutters */ --fb-diff-add-bg: rgba(163, 190, 140, 0.16); --fb-diff-del-bg: rgba(191, 97, 106, 0.16); --fb-diff-add-fg: #a3be8c; --fb-diff-del-fg: #bf616a; /* Syntax highlighting */ --fb-hl-keyword: #81a1c1; --fb-hl-function: #88c0d0; --fb-hl-type: #8fbcbb; --fb-hl-string: #a3be8c; --fb-hl-number: #b48ead; --fb-hl-comment: #616e88; --fb-hl-constant: #b48ead; --fb-hl-variable: #d8dee9; --fb-hl-operator: #81a1c1; --fb-hl-punctuation: #eceff4; --fb-hl-attribute: #8fbcbb; --fb-hl-tag: #81a1c1; }