workbench.shared
Shared helpers used by all workbench variant functions.
Centralises the three pieces of logic that are identical across all workbench token generators: cursor color resolution, diagnostic opacity mapping, and selection background color resolution.
Variables
Section titled “Variables”CURSOR_COLORS
Section titled “CURSOR_COLORS”
constCURSOR_COLORS:Record<string,string>
Defined in: workbench/shared.ts:22
Maps cursor color setting values to their neutral or chromatic scale position.
"white" and "black" resolve to "975" — the most prominent neutral step,
which is effectively white in dark mode and black in light mode. All
chromatic options resolve to "500" — the full-weight chromatic step.
OPACITY_MAP
Section titled “OPACITY_MAP”
constOPACITY_MAP:Record<string,string>
Defined in: workbench/shared.ts:38
Maps the diagnosticTextBackgroundOpacity setting value to a two-digit hex
alpha suffix suitable for appending to a 6-digit hex color.
Functions
Section titled “Functions”resolveSelection()
Section titled “resolveSelection()”resolveSelection(
palette,prefix,color,greyOpacities):object
Defined in: workbench/shared.ts:64
Resolves the three selection background color variants used by the editor.
When color is "grey" or empty, the neutral 600 step is used with the
provided opacity suffixes. For chromatic colors, the muted 300 step of the
appropriate hue family is used at fixed opacities (60/40/20).
Parameters
Section titled “Parameters”palette
Section titled “palette”– The full palette object.
dark-aqua-300
Section titled “dark-aqua-300”"#4a98a2" = "#4a98a2"
dark-aqua-500
Section titled “dark-aqua-500”"#56b6c2" = "#56b6c2"
dark-blue-300
Section titled “dark-blue-300”"#4d8fcc" = "#4d8fcc"
dark-blue-500
Section titled “dark-blue-500”"#61aeee" = "#61aeee"
dark-cool-balanced-100
Section titled “dark-cool-balanced-100”"#181a1e" = "#181a1e"
dark-cool-balanced-200
Section titled “dark-cool-balanced-200”"#1d1e21" = "#1d1e21"
dark-cool-balanced-300
Section titled “dark-cool-balanced-300”"#232428" = "#232428"
dark-cool-balanced-400
Section titled “dark-cool-balanced-400”"#292b2f" = "#292b2f"
dark-cool-balanced-500
Section titled “dark-cool-balanced-500”"#2f3135" = "#2f3135"
dark-cool-balanced-600
Section titled “dark-cool-balanced-600”"#383b40" = "#383b40"
dark-cool-balanced-700
Section titled “dark-cool-balanced-700”"#42464c" = "#42464c"
dark-cool-balanced-750
Section titled “dark-cool-balanced-750”"#4e5258" = "#4e5258"
dark-cool-balanced-800
Section titled “dark-cool-balanced-800”"#686c74" = "#686c74"
dark-cool-balanced-900
Section titled “dark-cool-balanced-900”"#7c8088" = "#7c8088"
dark-cool-balanced-950
Section titled “dark-cool-balanced-950”"#9a9ea6" = "#9a9ea6"
dark-cool-balanced-975
Section titled “dark-cool-balanced-975”"#ced1d8" = "#ced1d8"
dark-cool-crisp-100
Section titled “dark-cool-crisp-100”"#121316" = "#121316"
dark-cool-crisp-200
Section titled “dark-cool-crisp-200”"#181a1e" = "#181a1e"
dark-cool-crisp-300
Section titled “dark-cool-crisp-300”"#1d1e21" = "#1d1e21"
dark-cool-crisp-400
Section titled “dark-cool-crisp-400”"#232428" = "#232428"
dark-cool-crisp-500
Section titled “dark-cool-crisp-500”"#292b2f" = "#292b2f"
dark-cool-crisp-600
Section titled “dark-cool-crisp-600”"#2f3135" = "#2f3135"
dark-cool-crisp-700
Section titled “dark-cool-crisp-700”"#383b40" = "#383b40"
dark-cool-crisp-750
Section titled “dark-cool-crisp-750”"#444850" = "#444850"
dark-cool-crisp-800
Section titled “dark-cool-crisp-800”"#686c74" = "#686c74"
dark-cool-crisp-900
Section titled “dark-cool-crisp-900”"#7c8088" = "#7c8088"
dark-cool-crisp-950
Section titled “dark-cool-crisp-950”"#9a9ea6" = "#9a9ea6"
dark-cool-crisp-975
Section titled “dark-cool-crisp-975”"#ced1d8" = "#ced1d8"
dark-cool-soft-100
Section titled “dark-cool-soft-100”"#1d1e21" = "#1d1e21"
dark-cool-soft-200
Section titled “dark-cool-soft-200”"#232428" = "#232428"
dark-cool-soft-300
Section titled “dark-cool-soft-300”"#292b2f" = "#292b2f"
dark-cool-soft-400
Section titled “dark-cool-soft-400”"#2f3135" = "#2f3135"
dark-cool-soft-500
Section titled “dark-cool-soft-500”"#383b40" = "#383b40"
dark-cool-soft-600
Section titled “dark-cool-soft-600”"#42464c" = "#42464c"
dark-cool-soft-700
Section titled “dark-cool-soft-700”"#4c5058" = "#4c5058"
dark-cool-soft-750
Section titled “dark-cool-soft-750”"#585d66" = "#585d66"
dark-cool-soft-800
Section titled “dark-cool-soft-800”"#686c74" = "#686c74"
dark-cool-soft-900
Section titled “dark-cool-soft-900”"#7c8088" = "#7c8088"
dark-cool-soft-950
Section titled “dark-cool-soft-950”"#9a9ea6" = "#9a9ea6"
dark-cool-soft-975
Section titled “dark-cool-soft-975”"#ced1d8" = "#ced1d8"
dark-green-300
Section titled “dark-green-300”"#7a9f5a" = "#7a9f5a"
dark-green-400
Section titled “dark-green-400”"#a3b87a" = "#a3b87a"
dark-green-500
Section titled “dark-green-500”"#98c379" = "#98c379"
dark-neutral-balanced-100
Section titled “dark-neutral-balanced-100”"#1a1918" = "#1a1918"
dark-neutral-balanced-200
Section titled “dark-neutral-balanced-200”"#1f1e1c" = "#1f1e1c"
dark-neutral-balanced-300
Section titled “dark-neutral-balanced-300”"#252422" = "#252422"
dark-neutral-balanced-400
Section titled “dark-neutral-balanced-400”"#2b2a27" = "#2b2a27"
dark-neutral-balanced-500
Section titled “dark-neutral-balanced-500”"#302f2c" = "#302f2c"
dark-neutral-balanced-600
Section titled “dark-neutral-balanced-600”"#3a3936" = "#3a3936"
dark-neutral-balanced-700
Section titled “dark-neutral-balanced-700”"#444240" = "#444240"
dark-neutral-balanced-750
Section titled “dark-neutral-balanced-750”"#525050" = "#525050"
dark-neutral-balanced-800
Section titled “dark-neutral-balanced-800”"#6b6862" = "#6b6862"
dark-neutral-balanced-900
Section titled “dark-neutral-balanced-900”"#7e7b74" = "#7e7b74"
dark-neutral-balanced-950
Section titled “dark-neutral-balanced-950”"#9c9890" = "#9c9890"
dark-neutral-balanced-975
Section titled “dark-neutral-balanced-975”"#d3cfc6" = "#d3cfc6"
dark-neutral-crisp-100
Section titled “dark-neutral-crisp-100”"#141413" = "#141413"
dark-neutral-crisp-200
Section titled “dark-neutral-crisp-200”"#1a1918" = "#1a1918"
dark-neutral-crisp-300
Section titled “dark-neutral-crisp-300”"#1f1e1c" = "#1f1e1c"
dark-neutral-crisp-400
Section titled “dark-neutral-crisp-400”"#252422" = "#252422"
dark-neutral-crisp-500
Section titled “dark-neutral-crisp-500”"#2b2a27" = "#2b2a27"
dark-neutral-crisp-600
Section titled “dark-neutral-crisp-600”"#302f2c" = "#302f2c"
dark-neutral-crisp-700
Section titled “dark-neutral-crisp-700”"#3a3936" = "#3a3936"
dark-neutral-crisp-750
Section titled “dark-neutral-crisp-750”"#484644" = "#484644"
dark-neutral-crisp-800
Section titled “dark-neutral-crisp-800”"#6b6862" = "#6b6862"
dark-neutral-crisp-900
Section titled “dark-neutral-crisp-900”"#7e7b74" = "#7e7b74"
dark-neutral-crisp-950
Section titled “dark-neutral-crisp-950”"#9c9890" = "#9c9890"
dark-neutral-crisp-975
Section titled “dark-neutral-crisp-975”"#d3cfc6" = "#d3cfc6"
dark-neutral-soft-100
Section titled “dark-neutral-soft-100”"#1f1e1c" = "#1f1e1c"
dark-neutral-soft-200
Section titled “dark-neutral-soft-200”"#252422" = "#252422"
dark-neutral-soft-300
Section titled “dark-neutral-soft-300”"#2b2a27" = "#2b2a27"
dark-neutral-soft-400
Section titled “dark-neutral-soft-400”"#302f2c" = "#302f2c"
dark-neutral-soft-500
Section titled “dark-neutral-soft-500”"#3a3936" = "#3a3936"
dark-neutral-soft-600
Section titled “dark-neutral-soft-600”"#444240" = "#444240"
dark-neutral-soft-700
Section titled “dark-neutral-soft-700”"#4e4c49" = "#4e4c49"
dark-neutral-soft-750
Section titled “dark-neutral-soft-750”"#5c5a56" = "#5c5a56"
dark-neutral-soft-800
Section titled “dark-neutral-soft-800”"#6b6862" = "#6b6862"
dark-neutral-soft-900
Section titled “dark-neutral-soft-900”"#7e7b74" = "#7e7b74"
dark-neutral-soft-950
Section titled “dark-neutral-soft-950”"#9c9890" = "#9c9890"
dark-neutral-soft-975
Section titled “dark-neutral-soft-975”"#d3cfc6" = "#d3cfc6"
dark-orange-300
Section titled “dark-orange-300”"#b86035" = "#b86035"
dark-orange-500
Section titled “dark-orange-500”"#d97757" = "#d97757"
dark-purple-300
Section titled “dark-purple-300”"#a05fb8" = "#a05fb8"
dark-purple-500
Section titled “dark-purple-500”"#c678dd" = "#c678dd"
dark-red-300
Section titled “dark-red-300”"#c45c65" = "#c45c65"
dark-red-500
Section titled “dark-red-500”"#e06c75" = "#e06c75"
dark-red-600
Section titled “dark-red-600”"#a84850" = "#a84850"
dark-warm-balanced-100
Section titled “dark-warm-balanced-100”"#1d1b17" = "#1d1b17"
dark-warm-balanced-200
Section titled “dark-warm-balanced-200”"#221f1b" = "#221f1b"
dark-warm-balanced-300
Section titled “dark-warm-balanced-300”"#28251f" = "#28251f"
dark-warm-balanced-400
Section titled “dark-warm-balanced-400”"#2e2b24" = "#2e2b24"
dark-warm-balanced-500
Section titled “dark-warm-balanced-500”"#342f28" = "#342f28"
dark-warm-balanced-600
Section titled “dark-warm-balanced-600”"#3e3930" = "#3e3930"
dark-warm-balanced-700
Section titled “dark-warm-balanced-700”"#484238" = "#484238"
dark-warm-balanced-750
Section titled “dark-warm-balanced-750”"#564e46" = "#564e46"
dark-warm-balanced-800
Section titled “dark-warm-balanced-800”"#6e6558" = "#6e6558"
dark-warm-balanced-900
Section titled “dark-warm-balanced-900”"#817870" = "#817870"
dark-warm-balanced-950
Section titled “dark-warm-balanced-950”"#9e9488" = "#9e9488"
dark-warm-balanced-975
Section titled “dark-warm-balanced-975”"#d6d0c4" = "#d6d0c4"
dark-warm-crisp-100
Section titled “dark-warm-crisp-100”"#171410" = "#171410"
dark-warm-crisp-200
Section titled “dark-warm-crisp-200”"#1d1b17" = "#1d1b17"
dark-warm-crisp-300
Section titled “dark-warm-crisp-300”"#221f1b" = "#221f1b"
dark-warm-crisp-400
Section titled “dark-warm-crisp-400”"#28251f" = "#28251f"
dark-warm-crisp-500
Section titled “dark-warm-crisp-500”"#2e2b24" = "#2e2b24"
dark-warm-crisp-600
Section titled “dark-warm-crisp-600”"#342f28" = "#342f28"
dark-warm-crisp-700
Section titled “dark-warm-crisp-700”"#3e3930" = "#3e3930"
dark-warm-crisp-750
Section titled “dark-warm-crisp-750”"#4c4540" = "#4c4540"
dark-warm-crisp-800
Section titled “dark-warm-crisp-800”"#6e6558" = "#6e6558"
dark-warm-crisp-900
Section titled “dark-warm-crisp-900”"#817870" = "#817870"
dark-warm-crisp-950
Section titled “dark-warm-crisp-950”"#9e9488" = "#9e9488"
dark-warm-crisp-975
Section titled “dark-warm-crisp-975”"#d6d0c4" = "#d6d0c4"
dark-warm-soft-100
Section titled “dark-warm-soft-100”"#221f1b" = "#221f1b"
dark-warm-soft-200
Section titled “dark-warm-soft-200”"#28251f" = "#28251f"
dark-warm-soft-300
Section titled “dark-warm-soft-300”"#2e2b24" = "#2e2b24"
dark-warm-soft-400
Section titled “dark-warm-soft-400”"#342f28" = "#342f28"
dark-warm-soft-500
Section titled “dark-warm-soft-500”"#3e3930" = "#3e3930"
dark-warm-soft-600
Section titled “dark-warm-soft-600”"#484238" = "#484238"
dark-warm-soft-700
Section titled “dark-warm-soft-700”"#524b40" = "#524b40"
dark-warm-soft-750
Section titled “dark-warm-soft-750”"#605850" = "#605850"
dark-warm-soft-800
Section titled “dark-warm-soft-800”"#6e6558" = "#6e6558"
dark-warm-soft-900
Section titled “dark-warm-soft-900”"#817870" = "#817870"
dark-warm-soft-950
Section titled “dark-warm-soft-950”"#9e9488" = "#9e9488"
dark-warm-soft-975
Section titled “dark-warm-soft-975”"#d6d0c4" = "#d6d0c4"
dark-yellow-300
Section titled “dark-yellow-300”"#d19a66" = "#d19a66"
dark-yellow-500
Section titled “dark-yellow-500”"#e6c07b" = "#e6c07b"
light-aqua-300
Section titled “light-aqua-300”"#4a98a2" = "#4a98a2"
light-aqua-500
Section titled “light-aqua-500”"#3a8a94" = "#3a8a94"
light-blue-300
Section titled “light-blue-300”"#4d8fcc" = "#4d8fcc"
light-blue-500
Section titled “light-blue-500”"#3a7fbb" = "#3a7fbb"
light-cool-balanced-100
Section titled “light-cool-balanced-100”"#f0f1f5" = "#f0f1f5"
light-cool-balanced-200
Section titled “light-cool-balanced-200”"#e8e9ed" = "#e8e9ed"
light-cool-balanced-300
Section titled “light-cool-balanced-300”"#f8f9fc" = "#f8f9fc"
light-cool-balanced-400
Section titled “light-cool-balanced-400”"#e8e9ed" = "#e8e9ed"
light-cool-balanced-500
Section titled “light-cool-balanced-500”"#e0e2e7" = "#e0e2e7"
light-cool-balanced-600
Section titled “light-cool-balanced-600”"#d8dadf" = "#d8dadf"
light-cool-balanced-700
Section titled “light-cool-balanced-700”"#cdd0d6" = "#cdd0d6"
light-cool-balanced-750
Section titled “light-cool-balanced-750”"#bbbec6" = "#bbbec6"
light-cool-balanced-800
Section titled “light-cool-balanced-800”"#9a9ca4" = "#9a9ca4"
light-cool-balanced-900
Section titled “light-cool-balanced-900”"#888b94" = "#888b94"
light-cool-balanced-950
Section titled “light-cool-balanced-950”"#767880" = "#767880"
light-cool-balanced-975
Section titled “light-cool-balanced-975”"#3b3c40" = "#3b3c40"
light-cool-crisp-100
Section titled “light-cool-crisp-100”"#f8f9fc" = "#f8f9fc"
light-cool-crisp-200
Section titled “light-cool-crisp-200”"#f0f1f5" = "#f0f1f5"
light-cool-crisp-300
Section titled “light-cool-crisp-300”"#ffffff" = "#ffffff"
light-cool-crisp-400
Section titled “light-cool-crisp-400”"#f0f1f5" = "#f0f1f5"
light-cool-crisp-500
Section titled “light-cool-crisp-500”"#e8e9ed" = "#e8e9ed"
light-cool-crisp-600
Section titled “light-cool-crisp-600”"#e0e2e7" = "#e0e2e7"
light-cool-crisp-700
Section titled “light-cool-crisp-700”"#d8dadf" = "#d8dadf"
light-cool-crisp-750
Section titled “light-cool-crisp-750”"#c6c8ce" = "#c6c8ce"
light-cool-crisp-800
Section titled “light-cool-crisp-800”"#9a9ca4" = "#9a9ca4"
light-cool-crisp-900
Section titled “light-cool-crisp-900”"#888b94" = "#888b94"
light-cool-crisp-950
Section titled “light-cool-crisp-950”"#767880" = "#767880"
light-cool-crisp-975
Section titled “light-cool-crisp-975”"#3b3c40" = "#3b3c40"
light-cool-soft-100
Section titled “light-cool-soft-100”"#e8e9ed" = "#e8e9ed"
light-cool-soft-200
Section titled “light-cool-soft-200”"#e0e2e7" = "#e0e2e7"
light-cool-soft-300
Section titled “light-cool-soft-300”"#f0f1f5" = "#f0f1f5"
light-cool-soft-400
Section titled “light-cool-soft-400”"#e0e2e7" = "#e0e2e7"
light-cool-soft-500
Section titled “light-cool-soft-500”"#d8dadf" = "#d8dadf"
light-cool-soft-600
Section titled “light-cool-soft-600”"#cdd0d6" = "#cdd0d6"
light-cool-soft-700
Section titled “light-cool-soft-700”"#c2c5cc" = "#c2c5cc"
light-cool-soft-750
Section titled “light-cool-soft-750”"#b0b4bc" = "#b0b4bc"
light-cool-soft-800
Section titled “light-cool-soft-800”"#9a9ca4" = "#9a9ca4"
light-cool-soft-900
Section titled “light-cool-soft-900”"#888b94" = "#888b94"
light-cool-soft-950
Section titled “light-cool-soft-950”"#767880" = "#767880"
light-cool-soft-975
Section titled “light-cool-soft-975”"#3b3c40" = "#3b3c40"
light-green-300
Section titled “light-green-300”"#7a9f5a" = "#7a9f5a"
light-green-400
Section titled “light-green-400”"#8daa52" = "#8daa52"
light-green-500
Section titled “light-green-500”"#5a8a3a" = "#5a8a3a"
light-neutral-balanced-100
Section titled “light-neutral-balanced-100”"#f3f1ea" = "#f3f1ea"
light-neutral-balanced-200
Section titled “light-neutral-balanced-200”"#ebe9e1" = "#ebe9e1"
light-neutral-balanced-300
Section titled “light-neutral-balanced-300”"#faf9f5" = "#faf9f5"
light-neutral-balanced-400
Section titled “light-neutral-balanced-400”"#ebe9e1" = "#ebe9e1"
light-neutral-balanced-500
Section titled “light-neutral-balanced-500”"#e3e1d8" = "#e3e1d8"
light-neutral-balanced-600
Section titled “light-neutral-balanced-600”"#dad8cf" = "#dad8cf"
light-neutral-balanced-700
Section titled “light-neutral-balanced-700”"#d0cec5" = "#d0cec5"
light-neutral-balanced-750
Section titled “light-neutral-balanced-750”"#bab8b0" = "#bab8b0"
light-neutral-balanced-800
Section titled “light-neutral-balanced-800”"#9c9890" = "#9c9890"
light-neutral-balanced-900
Section titled “light-neutral-balanced-900”"#8a877f" = "#8a877f"
light-neutral-balanced-950
Section titled “light-neutral-balanced-950”"#78766f" = "#78766f"
light-neutral-balanced-975
Section titled “light-neutral-balanced-975”"#3d3c39" = "#3d3c39"
light-neutral-crisp-100
Section titled “light-neutral-crisp-100”"#faf9f5" = "#faf9f5"
light-neutral-crisp-200
Section titled “light-neutral-crisp-200”"#f3f1ea" = "#f3f1ea"
light-neutral-crisp-300
Section titled “light-neutral-crisp-300”"#fffefb" = "#fffefb"
light-neutral-crisp-400
Section titled “light-neutral-crisp-400”"#f3f1ea" = "#f3f1ea"
light-neutral-crisp-500
Section titled “light-neutral-crisp-500”"#ebe9e1" = "#ebe9e1"
light-neutral-crisp-600
Section titled “light-neutral-crisp-600”"#e3e1d8" = "#e3e1d8"
light-neutral-crisp-700
Section titled “light-neutral-crisp-700”"#dad8cf" = "#dad8cf"
light-neutral-crisp-750
Section titled “light-neutral-crisp-750”"#c4c2ba" = "#c4c2ba"
light-neutral-crisp-800
Section titled “light-neutral-crisp-800”"#9c9890" = "#9c9890"
light-neutral-crisp-900
Section titled “light-neutral-crisp-900”"#8a877f" = "#8a877f"
light-neutral-crisp-950
Section titled “light-neutral-crisp-950”"#78766f" = "#78766f"
light-neutral-crisp-975
Section titled “light-neutral-crisp-975”"#3d3c39" = "#3d3c39"
light-neutral-soft-100
Section titled “light-neutral-soft-100”"#ebe9e1" = "#ebe9e1"
light-neutral-soft-200
Section titled “light-neutral-soft-200”"#e3e1d8" = "#e3e1d8"
light-neutral-soft-300
Section titled “light-neutral-soft-300”"#f3f1ea" = "#f3f1ea"
light-neutral-soft-400
Section titled “light-neutral-soft-400”"#e3e1d8" = "#e3e1d8"
light-neutral-soft-500
Section titled “light-neutral-soft-500”"#dad8cf" = "#dad8cf"
light-neutral-soft-600
Section titled “light-neutral-soft-600”"#d0cec5" = "#d0cec5"
light-neutral-soft-700
Section titled “light-neutral-soft-700”"#c6c4bb" = "#c6c4bb"
light-neutral-soft-750
Section titled “light-neutral-soft-750”"#b4b2aa" = "#b4b2aa"
light-neutral-soft-800
Section titled “light-neutral-soft-800”"#9c9890" = "#9c9890"
light-neutral-soft-900
Section titled “light-neutral-soft-900”"#8a877f" = "#8a877f"
light-neutral-soft-950
Section titled “light-neutral-soft-950”"#78766f" = "#78766f"
light-neutral-soft-975
Section titled “light-neutral-soft-975”"#3d3c39" = "#3d3c39"
light-orange-300
Section titled “light-orange-300”"#d97757" = "#d97757"
light-orange-500
Section titled “light-orange-500”"#c96442" = "#c96442"
light-purple-300
Section titled “light-purple-300”"#a05fb8" = "#a05fb8"
light-purple-500
Section titled “light-purple-500”"#8a45aa" = "#8a45aa"
light-red-300
Section titled “light-red-300”"#e06c75" = "#e06c75"
light-red-500
Section titled “light-red-500”"#d44a55" = "#d44a55"
light-red-600
Section titled “light-red-600”"#b03a44" = "#b03a44"
light-warm-balanced-100
Section titled “light-warm-balanced-100”"#f5f0e6" = "#f5f0e6"
light-warm-balanced-200
Section titled “light-warm-balanced-200”"#ede8dc" = "#ede8dc"
light-warm-balanced-300
Section titled “light-warm-balanced-300”"#fdfaf2" = "#fdfaf2"
light-warm-balanced-400
Section titled “light-warm-balanced-400”"#ede8dc" = "#ede8dc"
light-warm-balanced-500
Section titled “light-warm-balanced-500”"#e5dfd2" = "#e5dfd2"
light-warm-balanced-600
Section titled “light-warm-balanced-600”"#dcd5c8" = "#dcd5c8"
light-warm-balanced-700
Section titled “light-warm-balanced-700”"#d2cabc" = "#d2cabc"
light-warm-balanced-750
Section titled “light-warm-balanced-750”"#c0b8a8" = "#c0b8a8"
light-warm-balanced-800
Section titled “light-warm-balanced-800”"#9e9888" = "#9e9888"
light-warm-balanced-900
Section titled “light-warm-balanced-900”"#8c8678" = "#8c8678"
light-warm-balanced-950
Section titled “light-warm-balanced-950”"#7a7468" = "#7a7468"
light-warm-balanced-975
Section titled “light-warm-balanced-975”"#3e3b34" = "#3e3b34"
light-warm-crisp-100
Section titled “light-warm-crisp-100”"#fdfaf2" = "#fdfaf2"
light-warm-crisp-200
Section titled “light-warm-crisp-200”"#f5f0e6" = "#f5f0e6"
light-warm-crisp-300
Section titled “light-warm-crisp-300”"#fffef8" = "#fffef8"
light-warm-crisp-400
Section titled “light-warm-crisp-400”"#f5f0e6" = "#f5f0e6"
light-warm-crisp-500
Section titled “light-warm-crisp-500”"#ede8dc" = "#ede8dc"
light-warm-crisp-600
Section titled “light-warm-crisp-600”"#e5dfd2" = "#e5dfd2"
light-warm-crisp-700
Section titled “light-warm-crisp-700”"#dcd5c8" = "#dcd5c8"
light-warm-crisp-750
Section titled “light-warm-crisp-750”"#cac2b4" = "#cac2b4"
light-warm-crisp-800
Section titled “light-warm-crisp-800”"#9e9888" = "#9e9888"
light-warm-crisp-900
Section titled “light-warm-crisp-900”"#8c8678" = "#8c8678"
light-warm-crisp-950
Section titled “light-warm-crisp-950”"#7a7468" = "#7a7468"
light-warm-crisp-975
Section titled “light-warm-crisp-975”"#3e3b34" = "#3e3b34"
light-warm-soft-100
Section titled “light-warm-soft-100”"#ede8dc" = "#ede8dc"
light-warm-soft-200
Section titled “light-warm-soft-200”"#e5dfd2" = "#e5dfd2"
light-warm-soft-300
Section titled “light-warm-soft-300”"#f5f0e6" = "#f5f0e6"
light-warm-soft-400
Section titled “light-warm-soft-400”"#e5dfd2" = "#e5dfd2"
light-warm-soft-500
Section titled “light-warm-soft-500”"#dcd5c8" = "#dcd5c8"
light-warm-soft-600
Section titled “light-warm-soft-600”"#d2cabc" = "#d2cabc"
light-warm-soft-700
Section titled “light-warm-soft-700”"#c8bfb0" = "#c8bfb0"
light-warm-soft-750
Section titled “light-warm-soft-750”"#b6ac9c" = "#b6ac9c"
light-warm-soft-800
Section titled “light-warm-soft-800”"#9e9888" = "#9e9888"
light-warm-soft-900
Section titled “light-warm-soft-900”"#8c8678" = "#8c8678"
light-warm-soft-950
Section titled “light-warm-soft-950”"#7a7468" = "#7a7468"
light-warm-soft-975
Section titled “light-warm-soft-975”"#3e3b34" = "#3e3b34"
light-yellow-300
Section titled “light-yellow-300”"#c49040" = "#c49040"
light-yellow-500
Section titled “light-yellow-500”"#b07d2a" = "#b07d2a"
prefix
Section titled “prefix”string
– The resolved variant + temperature + contrast prefix, e.g.
"dark-neutral-balanced". The mode ("dark" or "light") is extracted as
the first --delimited segment.
string
– The selection color setting value, e.g. "blue" or
"grey".
greyOpacities
Section titled “greyOpacities”[string, string, string]
– Tuple of three hex alpha suffixes applied to the
grey neutral step for selectionBg, editorSelectionBg, and
editorSelectionBgHl.
Returns
Section titled “Returns”object
An object with the three resolved hex color strings.
editorSelectionBg
Section titled “editorSelectionBg”editorSelectionBg:
string
editorSelectionBgHl
Section titled “editorSelectionBgHl”editorSelectionBgHl:
string
selectionBg
Section titled “selectionBg”selectionBg:
string