|
# Tomorrow Night — dark dashboard theme |
|
# Palette derived from Tomorrow Night (Chris Kempson) |
|
# https://terminalcolors.com/themes/tomorrow/night/ |
|
name: tomorrow-night |
|
label: "Tomorrow Night" |
|
description: "Readable dark theme — Tomorrow Night palette with Lato + Ubuntu Sans Mono" |
|
|
|
# ------- palette (3-layer) ------- |
|
palette: |
|
background: "#1d1f21" |
|
midground: "#c5c8c6" |
|
foreground: |
|
hex: "#ffffff" |
|
alpha: 0 |
|
warmGlow: "rgba(129, 162, 190, 0.14)" |
|
noiseOpacity: 0 |
|
|
|
# ------- typography ------- |
|
typography: |
|
fontSans: '"Lato", system-ui, sans-serif' |
|
fontMono: '"Ubuntu Sans Mono", ui-monospace, monospace' |
|
fontDisplay: '"Lato", system-ui, sans-serif' |
|
fontUrl: "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Ubuntu+Sans+Mono:ital,wght@0,400..700;1,400..700&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap" |
|
baseSize: "18px" |
|
lineHeight: "1.6" |
|
letterSpacing: "normal" |
|
|
|
# ------- layout ------- |
|
layout: |
|
radius: "0.375rem" |
|
density: "comfortable" |
|
|
|
layoutVariant: standard |
|
|
|
# ------- component chrome ------- |
|
componentStyles: |
|
card: |
|
background: "#282a2e" |
|
boxShadow: "0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.2)" |
|
header: |
|
background: "#282a2e" |
|
borderBottom: "1px solid #373b41" |
|
|
|
# ------- color overrides ------- |
|
colorOverrides: |
|
primary: "#81a2be" |
|
primaryForeground: "#1d1f21" |
|
accent: "#8abeb7" |
|
accentForeground: "#1d1f21" |
|
ring: "#81a2be" |
|
success: "#b5bd68" |
|
successForeground: "#1d1f21" |
|
warning: "#f0c674" |
|
warningForeground: "#1d1f21" |
|
destructive: "#cc6666" |
|
destructiveForeground: "#1d1f21" |
|
border: "#373b41" |
|
muted: "#969896" |
|
mutedForeground: "#c5c8c6" |
|
card: "#282a2e" |
|
cardForeground: "#c5c8c6" |
|
popover: "#282a2e" |
|
popoverForeground: "#c5c8c6" |
|
secondary: "#282a2e" |
|
secondaryForeground: "#c5c8c6" |
|
input: "#373b41" |
|
|
|
# ------- customCSS ------- |
|
customCSS: | |
|
/* Tomorrow Night — clean, no transform abuse */ |
|
body { |
|
-webkit-font-smoothing: antialiased; |
|
-moz-osx-font-smoothing: grayscale; |
|
text-transform: none; |
|
font-variant: normal; |
|
} |
|
h1, h2, h3, h4, h5, h6 { |
|
text-transform: none; |
|
letter-spacing: normal; |
|
font-family: "Lato", "Ubuntu Sans", system-ui, sans-serif; |
|
} |
|
code, pre, kbd, samp { |
|
text-transform: none; |
|
} |
|
p { margin-bottom: 0.75rem; } |