Skip to content
Subway SeatSubway SeatSubway Seat
← All ports

Palettes & formats

Shiki

The VS Code theme repackaged for Shiki: the same TextMate token colors as the editor. Shiki doesn't run a language server, so the extra coloring VS Code adds from semantic tokens isn't there.

Showing WalnutTunnelEnamelMoquetteDeep LevelPortlandGuimardCatacombesCarrelage. Switch flavors with the bullets up top.

Shiki Report a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this port

Turn it on

In your build script (Astro, VitePress, Next.js and others take the same theme object)
import { codeToHtml } from "shiki";
import theme from "./themes/subway-seat.json" with { type: "json" };

const html = await codeToHtml(code, { lang: "ts", theme });
In your build script (Astro, VitePress, Next.js and others take the same theme object)
import { codeToHtml } from "shiki";
import theme from "./themes/subway-seat-tunnel.json" with { type: "json" };

const html = await codeToHtml(code, { lang: "ts", theme });
In your build script (Astro, VitePress, Next.js and others take the same theme object)
import { codeToHtml } from "shiki";
import theme from "./themes/subway-seat-enamel.json" with { type: "json" };

const html = await codeToHtml(code, { lang: "ts", theme });
In your build script (Astro, VitePress, Next.js and others take the same theme object)
import { codeToHtml } from "shiki";
import theme from "./themes/london-moquette.json" with { type: "json" };

const html = await codeToHtml(code, { lang: "ts", theme });
In your build script (Astro, VitePress, Next.js and others take the same theme object)
import { codeToHtml } from "shiki";
import theme from "./themes/london-deep-level.json" with { type: "json" };

const html = await codeToHtml(code, { lang: "ts", theme });
In your build script (Astro, VitePress, Next.js and others take the same theme object)
import { codeToHtml } from "shiki";
import theme from "./themes/london-portland.json" with { type: "json" };

const html = await codeToHtml(code, { lang: "ts", theme });
In your build script (Astro, VitePress, Next.js and others take the same theme object)
import { codeToHtml } from "shiki";
import theme from "./themes/paris-guimard.json" with { type: "json" };

const html = await codeToHtml(code, { lang: "ts", theme });
In your build script (Astro, VitePress, Next.js and others take the same theme object)
import { codeToHtml } from "shiki";
import theme from "./themes/paris-catacombes.json" with { type: "json" };

const html = await codeToHtml(code, { lang: "ts", theme });
In your build script (Astro, VitePress, Next.js and others take the same theme object)
import { codeToHtml } from "shiki";
import theme from "./themes/paris-carrelage.json" with { type: "json" };

const html = await codeToHtml(code, { lang: "ts", theme });

Follow light and dark

One setting that changes with your system’s light and dark mode, no switching by hand.

In your build script, plus color-scheme: light dark on the page
import { codeToHtml } from "shiki";
import light from "./themes/subway-seat-enamel.json" with { type: "json" };
import dark from "./themes/subway-seat.json" with { type: "json" };

// light-dark() (Shiki 3.5+) picks a color from the page's color-scheme
const html = await codeToHtml(code, { lang: "ts", themes: { light, dark }, defaultColor: "light-dark()" });

The files

subway-seat.jsonsave as themes/subway-seat.json
in your project
{
  "name": "subway-seat",
  "type": "dark",
  "semanticHighlighting": true,
  "colors": {
    "editor.background": "#362619",
    "editorGutter.background": "#362619",
    "editorPane.background": "#362619",
    "breadcrumb.background": "#362619",
    "editorGroupHeader.tabsBackground": "#2A1D13",
    "editorGroupHeader.noTabsBackground": "#362619",
    "tab.activeBackground": "#362619",
    "tab.unfocusedActiveBackground": "#302216",
    "tab.inactiveBackground": "#2A1D13",
    "tab.hoverBackground": "#EDDCBC0A",
    "tab.unfocusedHoverBackground": "#EDDCBC08",
    "sideBar.background": "#2A1D13",
    "sideBarTitle.background": "#2A1D13",
    "sideBarSectionHeader.background": "#2A1D13",
    "sideBarStickyScroll.background": "#2A1D13",
    "activityBar.background": "#2A1D13",
    "titleBar.activeBackground": "#2A1D13",
    "titleBar.inactiveBackground": "#20160E",
    "statusBar.background": "#2A1D13",
    "statusBar.noFolderBackground": "#2A1D13",
    "panel.background": "#2A1D13",
    "panelStickyScroll.background": "#2A1D13",
    "panelSectionHeader.background": "#2A1D13",
    "outputView.background": "#2A1D13",
    "outputViewStickyScroll.background": "#2A1D13",
    "editorStickyScroll.background": "#362619",
    "editorStickyScrollGutter.background": "#362619",
    "editorStickyScrollHover.background": "#EDDCBC0A",
    "welcomePage.background": "#362619",
    "walkThrough.embeddedEditorBackground": "#2A1D13",
    "sideBar.border": "#20160E",
    "activityBar.border": "#2A1D13",
    "sideBarActivityBarTop.border": "#20160E",
    "titleBar.border": "#20160E",
    "statusBar.border": "#20160E",
    "statusBar.noFolderBorder": "#20160E",
    "panel.border": "#20160E",
    "panelSection.border": "#20160E",
    "panelSectionHeader.border": "#20160E",
    "editorGroup.border": "#20160E",
    "editorGroupHeader.tabsBorder": "#20160E",
    "sideBySideEditor.horizontalBorder": "#20160E",
    "sideBySideEditor.verticalBorder": "#20160E",
    "tab.border": "#2A1D13",
    "tab.activeBorder": "#362619",
    "tab.activeBorderTop": "#EC7F31",
    "tab.unfocusedActiveBorder": "#362619",
    "tab.unfocusedActiveBorderTop": "#EC7F3159",
    "tab.lastPinnedBorder": "#EDDCBC1F",
    "tab.dragAndDropBorder": "#EC7F31",
    "sideBarSectionHeader.border": "#EDDCBC0F",
    "sideBarStickyScroll.shadow": "#100B0773",
    "editorStickyScroll.shadow": "#100B0773",
    "panelStickyScroll.shadow": "#100B0773",
    "scrollbar.shadow": "#100B0773",
    "focusBorder": "#EC7F3180",
    "sash.hoverBorder": "#EC7F31B2",
    "profiles.sashBorder": "#20160E",
    "settings.sashBorder": "#20160E",
    "simpleFindWidget.sashBorder": "#EDDCBC1F",
    "widget.shadow": "#100B0799",
    "widget.border": "#EDDCBC1F",
    "editorWidget.background": "#43301F",
    "editorWidget.foreground": "#EDDCBC",
    "editorWidget.border": "#EDDCBC1F",
    "editorWidget.resizeBorder": "#EC7F3199",
    "editorSuggestWidget.background": "#43301F",
    "editorSuggestWidget.border": "#EDDCBC1F",
    "editorSuggestWidget.selectedBackground": "#EDDCBC1F",
    "editorSuggestWidgetStatus.foreground": "#967B5C",
    "editorHoverWidget.background": "#43301F",
    "editorHoverWidget.foreground": "#EDDCBC",
    "editorHoverWidget.border": "#EDDCBC1F",
    "editorHoverWidget.statusBarBackground": "#EDDCBC0A",
    "editorHoverWidget.highlightForeground": "#F3BF45",
    "editorActionList.background": "#43301F",
    "editorActionList.foreground": "#EDDCBC",
    "editorActionList.focusBackground": "#EDDCBC1F",
    "editorActionList.focusForeground": "#F8ECD4",
    "quickInput.background": "#43301F",
    "quickInputTitle.background": "#EDDCBC0A",
    "quickInputList.focusBackground": "#EDDCBC1F",
    "pickerGroup.foreground": "#EC7F31",
    "pickerGroup.border": "#EDDCBC14",
    "menu.background": "#43301F",
    "menu.border": "#EDDCBC1F",
    "menu.selectionBackground": "#EDDCBC1F",
    "menu.selectionBorder": "#00000000",
    "menu.separatorBackground": "#EDDCBC14",
    "menubar.selectionBackground": "#EDDCBC14",
    "menubar.selectionForeground": "#F8ECD4",
    "menubar.selectionBorder": "#00000000",
    "notifications.background": "#43301F",
    "notifications.border": "#EDDCBC1F",
    "notificationToast.border": "#EDDCBC1F",
    "notificationCenter.border": "#EDDCBC1F",
    "notificationCenterHeader.background": "#EDDCBC0A",
    "notificationCenterHeader.foreground": "#D9C6A3",
    "notificationLink.foreground": "#7F9BAE",
    "debugToolBar.background": "#43301F",
    "debugToolBar.border": "#EDDCBC1F",
    "breadcrumbPicker.background": "#43301F",
    "listFilterWidget.background": "#43301F",
    "listFilterWidget.outline": "#EC7F3199",
    "listFilterWidget.noMatchesOutline": "#FF8373",
    "listFilterWidget.shadow": "#100B0773",
    "editorGroup.dropIntoPromptBackground": "#43301F",
    "editorGroup.dropIntoPromptForeground": "#EDDCBC",
    "peekView.border": "#EC7F3180",
    "peekViewTitle.background": "#43301F",
    "peekViewTitleLabel.foreground": "#F8ECD4",
    "peekViewTitleDescription.foreground": "#967B5C",
    "peekViewEditor.background": "#2A1D13",
    "peekViewEditorGutter.background": "#2A1D13",
    "peekViewEditorStickyScroll.background": "#2A1D13",
    "peekViewEditorStickyScrollGutter.background": "#2A1D13",
    "peekViewResult.background": "#2A1D13",
    "peekViewResult.selectionBackground": "#EDDCBC1F",
    "peekViewResult.selectionForeground": "#F8ECD4",
    "peekViewResult.fileForeground": "#EDDCBC",
    "peekViewResult.lineForeground": "#C4AE8C",
    "debugExceptionWidget.background": "#533423",
    "debugExceptionWidget.border": "#E05C45",
    "editorMarkerNavigation.background": "#43301F",
    "editorMarkerNavigationError.background": "#FF8373",
    "editorMarkerNavigationError.headerBackground": "#E05C451F",
    "editorMarkerNavigationWarning.background": "#F3BF45",
    "editorMarkerNavigationWarning.headerBackground": "#F3BF451F",
    "editorMarkerNavigationInfo.background": "#7F9BAE",
    "editorMarkerNavigationInfo.headerBackground": "#7F9BAE24",
    "input.background": "#362619",
    "input.border": "#EDDCBC1A",
    "inputOption.activeBackground": "#EC7F3133",
    "inputOption.activeBorder": "#EC7F3199",
    "inputOption.hoverBackground": "#EDDCBC14",
    "inputValidation.errorBackground": "#563524",
    "inputValidation.errorForeground": "#EDDCBC",
    "inputValidation.errorBorder": "#FF8373",
    "inputValidation.warningBackground": "#584124",
    "inputValidation.warningForeground": "#EDDCBC",
    "inputValidation.warningBorder": "#F3BF45",
    "inputValidation.infoBackground": "#4A3D30",
    "inputValidation.infoForeground": "#EDDCBC",
    "inputValidation.infoBorder": "#7F9BAE",
    "panelInput.border": "#EDDCBC1A",

Showing 150 of 1,620 lines.

subway-seat-tunnel.jsonsave as themes/subway-seat-tunnel.json
in your project
{
  "name": "subway-seat-tunnel",
  "type": "dark",
  "semanticHighlighting": true,
  "colors": {
    "editor.background": "#24180E",
    "editorGutter.background": "#24180E",
    "editorPane.background": "#24180E",
    "breadcrumb.background": "#24180E",
    "editorGroupHeader.tabsBackground": "#1B120A",
    "editorGroupHeader.noTabsBackground": "#24180E",
    "tab.activeBackground": "#24180E",
    "tab.unfocusedActiveBackground": "#20150C",
    "tab.inactiveBackground": "#1B120A",
    "tab.hoverBackground": "#E9D8B60A",
    "tab.unfocusedHoverBackground": "#E9D8B608",
    "sideBar.background": "#1B120A",
    "sideBarTitle.background": "#1B120A",
    "sideBarSectionHeader.background": "#1B120A",
    "sideBarStickyScroll.background": "#1B120A",
    "activityBar.background": "#1B120A",
    "titleBar.activeBackground": "#1B120A",
    "titleBar.inactiveBackground": "#140D07",
    "statusBar.background": "#1B120A",
    "statusBar.noFolderBackground": "#1B120A",
    "panel.background": "#1B120A",
    "panelStickyScroll.background": "#1B120A",
    "panelSectionHeader.background": "#1B120A",
    "outputView.background": "#1B120A",
    "outputViewStickyScroll.background": "#1B120A",
    "editorStickyScroll.background": "#24180E",
    "editorStickyScrollGutter.background": "#24180E",
    "editorStickyScrollHover.background": "#E9D8B60A",
    "welcomePage.background": "#24180E",
    "walkThrough.embeddedEditorBackground": "#1B120A",
    "sideBar.border": "#140D07",
    "activityBar.border": "#1B120A",
    "sideBarActivityBarTop.border": "#140D07",
    "titleBar.border": "#140D07",
    "statusBar.border": "#140D07",
    "statusBar.noFolderBorder": "#140D07",
    "panel.border": "#140D07",
    "panelSection.border": "#140D07",
    "panelSectionHeader.border": "#140D07",
    "editorGroup.border": "#140D07",
    "editorGroupHeader.tabsBorder": "#140D07",
    "sideBySideEditor.horizontalBorder": "#140D07",
    "sideBySideEditor.verticalBorder": "#140D07",
    "tab.border": "#1B120A",
    "tab.activeBorder": "#24180E",
    "tab.activeBorderTop": "#EC7F31",
    "tab.unfocusedActiveBorder": "#24180E",
    "tab.unfocusedActiveBorderTop": "#EC7F3159",
    "tab.lastPinnedBorder": "#E9D8B61F",
    "tab.dragAndDropBorder": "#EC7F31",
    "sideBarSectionHeader.border": "#E9D8B60F",
    "sideBarStickyScroll.shadow": "#0A060473",
    "editorStickyScroll.shadow": "#0A060473",
    "panelStickyScroll.shadow": "#0A060473",
    "scrollbar.shadow": "#0A060473",
    "focusBorder": "#EC7F3180",
    "sash.hoverBorder": "#EC7F31B2",
    "profiles.sashBorder": "#140D07",
    "settings.sashBorder": "#140D07",
    "simpleFindWidget.sashBorder": "#E9D8B61F",
    "widget.shadow": "#0A060499",
    "widget.border": "#E9D8B61F",
    "editorWidget.background": "#302115",
    "editorWidget.foreground": "#E9D8B6",
    "editorWidget.border": "#E9D8B61F",
    "editorWidget.resizeBorder": "#EC7F3199",
    "editorSuggestWidget.background": "#302115",
    "editorSuggestWidget.border": "#E9D8B61F",
    "editorSuggestWidget.selectedBackground": "#E9D8B61F",
    "editorSuggestWidgetStatus.foreground": "#917759",
    "editorHoverWidget.background": "#302115",
    "editorHoverWidget.foreground": "#E9D8B6",
    "editorHoverWidget.border": "#E9D8B61F",
    "editorHoverWidget.statusBarBackground": "#E9D8B60A",
    "editorHoverWidget.highlightForeground": "#F3BF45",
    "editorActionList.background": "#302115",
    "editorActionList.foreground": "#E9D8B6",
    "editorActionList.focusBackground": "#E9D8B61F",
    "editorActionList.focusForeground": "#F6EAD1",
    "quickInput.background": "#302115",
    "quickInputTitle.background": "#E9D8B60A",
    "quickInputList.focusBackground": "#E9D8B61F",
    "pickerGroup.foreground": "#EC7F31",
    "pickerGroup.border": "#E9D8B614",
    "menu.background": "#302115",
    "menu.border": "#E9D8B61F",
    "menu.selectionBackground": "#E9D8B61F",
    "menu.selectionBorder": "#00000000",
    "menu.separatorBackground": "#E9D8B614",
    "menubar.selectionBackground": "#E9D8B614",
    "menubar.selectionForeground": "#F6EAD1",
    "menubar.selectionBorder": "#00000000",
    "notifications.background": "#302115",
    "notifications.border": "#E9D8B61F",
    "notificationToast.border": "#E9D8B61F",
    "notificationCenter.border": "#E9D8B61F",
    "notificationCenterHeader.background": "#E9D8B60A",
    "notificationCenterHeader.foreground": "#D6C3A0",
    "notificationLink.foreground": "#7F9BAE",
    "debugToolBar.background": "#302115",
    "debugToolBar.border": "#E9D8B61F",
    "breadcrumbPicker.background": "#302115",
    "listFilterWidget.background": "#302115",
    "listFilterWidget.outline": "#EC7F3199",
    "listFilterWidget.noMatchesOutline": "#FF8373",
    "listFilterWidget.shadow": "#0A060473",
    "editorGroup.dropIntoPromptBackground": "#302115",
    "editorGroup.dropIntoPromptForeground": "#E9D8B6",
    "peekView.border": "#EC7F3180",
    "peekViewTitle.background": "#302115",
    "peekViewTitleLabel.foreground": "#F6EAD1",
    "peekViewTitleDescription.foreground": "#917759",
    "peekViewEditor.background": "#1B120A",
    "peekViewEditorGutter.background": "#1B120A",
    "peekViewEditorStickyScroll.background": "#1B120A",
    "peekViewEditorStickyScrollGutter.background": "#1B120A",
    "peekViewResult.background": "#1B120A",
    "peekViewResult.selectionBackground": "#E9D8B61F",
    "peekViewResult.selectionForeground": "#F6EAD1",
    "peekViewResult.fileForeground": "#E9D8B6",
    "peekViewResult.lineForeground": "#C0AA88",
    "debugExceptionWidget.background": "#42271A",
    "debugExceptionWidget.border": "#E05C45",
    "editorMarkerNavigation.background": "#302115",
    "editorMarkerNavigationError.background": "#FF8373",
    "editorMarkerNavigationError.headerBackground": "#E05C451F",
    "editorMarkerNavigationWarning.background": "#F3BF45",
    "editorMarkerNavigationWarning.headerBackground": "#F3BF451F",
    "editorMarkerNavigationInfo.background": "#7F9BAE",
    "editorMarkerNavigationInfo.headerBackground": "#7F9BAE24",
    "input.background": "#24180E",
    "input.border": "#E9D8B61A",
    "inputOption.activeBackground": "#EC7F3133",
    "inputOption.activeBorder": "#EC7F3199",
    "inputOption.hoverBackground": "#E9D8B614",
    "inputValidation.errorBackground": "#45281B",
    "inputValidation.errorForeground": "#E9D8B6",
    "inputValidation.errorBorder": "#FF8373",
    "inputValidation.warningBackground": "#47341B",
    "inputValidation.warningForeground": "#E9D8B6",
    "inputValidation.warningBorder": "#F3BF45",
    "inputValidation.infoBackground": "#393027",
    "inputValidation.infoForeground": "#E9D8B6",
    "inputValidation.infoBorder": "#7F9BAE",
    "panelInput.border": "#E9D8B61A",

Showing 150 of 1,620 lines.

subway-seat-enamel.jsonsave as themes/subway-seat-enamel.json
in your project
{
  "name": "subway-seat-enamel",
  "type": "light",
  "semanticHighlighting": true,
  "colors": {
    "editor.background": "#F8EFDF",
    "editorGutter.background": "#F8EFDF",
    "editorPane.background": "#F8EFDF",
    "breadcrumb.background": "#F8EFDF",
    "editorGroupHeader.tabsBackground": "#EEE4D0",
    "editorGroupHeader.noTabsBackground": "#F8EFDF",
    "tab.activeBackground": "#F8EFDF",
    "tab.unfocusedActiveBackground": "#F3EAD8",
    "tab.inactiveBackground": "#EEE4D0",
    "tab.hoverBackground": "#3E2C1E0A",
    "tab.unfocusedHoverBackground": "#3E2C1E08",
    "sideBar.background": "#EEE4D0",
    "sideBarTitle.background": "#EEE4D0",
    "sideBarSectionHeader.background": "#EEE4D0",
    "sideBarStickyScroll.background": "#EEE4D0",
    "activityBar.background": "#EEE4D0",
    "titleBar.activeBackground": "#EEE4D0",
    "titleBar.inactiveBackground": "#E4D8C0",
    "statusBar.background": "#EEE4D0",
    "statusBar.noFolderBackground": "#EEE4D0",
    "panel.background": "#EEE4D0",
    "panelStickyScroll.background": "#EEE4D0",
    "panelSectionHeader.background": "#EEE4D0",
    "outputView.background": "#EEE4D0",
    "outputViewStickyScroll.background": "#EEE4D0",
    "editorStickyScroll.background": "#F8EFDF",
    "editorStickyScrollGutter.background": "#F8EFDF",
    "editorStickyScrollHover.background": "#3E2C1E0A",
    "welcomePage.background": "#F8EFDF",
    "walkThrough.embeddedEditorBackground": "#EEE4D0",
    "sideBar.border": "#3E2C1E24",
    "activityBar.border": "#EEE4D0",
    "sideBarActivityBarTop.border": "#3E2C1E24",
    "titleBar.border": "#3E2C1E24",
    "statusBar.border": "#3E2C1E24",
    "statusBar.noFolderBorder": "#3E2C1E24",
    "panel.border": "#3E2C1E24",
    "panelSection.border": "#3E2C1E24",
    "panelSectionHeader.border": "#3E2C1E24",
    "editorGroup.border": "#3E2C1E24",
    "editorGroupHeader.tabsBorder": "#3E2C1E24",
    "sideBySideEditor.horizontalBorder": "#3E2C1E24",
    "sideBySideEditor.verticalBorder": "#3E2C1E24",
    "tab.border": "#EEE4D0",
    "tab.activeBorder": "#F8EFDF",
    "tab.activeBorderTop": "#A04800",
    "tab.unfocusedActiveBorder": "#F8EFDF",
    "tab.unfocusedActiveBorderTop": "#A0480059",
    "tab.lastPinnedBorder": "#3E2C1E1A",
    "tab.dragAndDropBorder": "#A04800",
    "sideBarSectionHeader.border": "#3E2C1E14",
    "sideBarStickyScroll.shadow": "#3E2C1E1A",
    "editorStickyScroll.shadow": "#3E2C1E1A",
    "panelStickyScroll.shadow": "#3E2C1E1A",
    "scrollbar.shadow": "#3E2C1E1A",
    "focusBorder": "#A0480099",
    "sash.hoverBorder": "#A04800B2",
    "profiles.sashBorder": "#3E2C1E24",
    "settings.sashBorder": "#3E2C1E24",
    "simpleFindWidget.sashBorder": "#3E2C1E1A",
    "widget.shadow": "#3E2C1E24",
    "widget.border": "#3E2C1E24",
    "editorWidget.background": "#FCF7EF",
    "editorWidget.foreground": "#3E2C1E",
    "editorWidget.border": "#3E2C1E24",
    "editorWidget.resizeBorder": "#A0480099",
    "editorSuggestWidget.background": "#FCF7EF",
    "editorSuggestWidget.border": "#3E2C1E24",
    "editorSuggestWidget.selectedBackground": "#3E2C1E1A",
    "editorSuggestWidgetStatus.foreground": "#8C7254",
    "editorHoverWidget.background": "#FCF7EF",
    "editorHoverWidget.foreground": "#3E2C1E",
    "editorHoverWidget.border": "#3E2C1E24",
    "editorHoverWidget.statusBarBackground": "#3E2C1E0A",
    "editorHoverWidget.highlightForeground": "#976608",
    "editorActionList.background": "#FCF7EF",
    "editorActionList.foreground": "#3E2C1E",
    "editorActionList.focusBackground": "#3E2C1E1A",
    "editorActionList.focusForeground": "#2A1D13",
    "quickInput.background": "#FCF7EF",
    "quickInputTitle.background": "#3E2C1E0A",
    "quickInputList.focusBackground": "#3E2C1E1A",
    "pickerGroup.foreground": "#A04800",
    "pickerGroup.border": "#3E2C1E12",
    "menu.background": "#FCF7EF",
    "menu.border": "#3E2C1E24",
    "menu.selectionBackground": "#3E2C1E1A",
    "menu.selectionBorder": "#00000000",
    "menu.separatorBackground": "#3E2C1E12",
    "menubar.selectionBackground": "#3E2C1E12",
    "menubar.selectionForeground": "#2A1D13",
    "menubar.selectionBorder": "#00000000",
    "notifications.background": "#FCF7EF",
    "notifications.border": "#3E2C1E24",
    "notificationToast.border": "#3E2C1E24",
    "notificationCenter.border": "#3E2C1E24",
    "notificationCenterHeader.background": "#3E2C1E0A",
    "notificationCenterHeader.foreground": "#54402F",
    "notificationLink.foreground": "#3F6480",
    "debugToolBar.background": "#FCF7EF",
    "debugToolBar.border": "#3E2C1E24",
    "breadcrumbPicker.background": "#FCF7EF",
    "listFilterWidget.background": "#FCF7EF",
    "listFilterWidget.outline": "#A0480099",
    "listFilterWidget.noMatchesOutline": "#992418",
    "listFilterWidget.shadow": "#3E2C1E1A",
    "editorGroup.dropIntoPromptBackground": "#FCF7EF",
    "editorGroup.dropIntoPromptForeground": "#3E2C1E",
    "peekView.border": "#A0480080",
    "peekViewTitle.background": "#FCF7EF",
    "peekViewTitleLabel.foreground": "#2A1D13",
    "peekViewTitleDescription.foreground": "#8C7254",
    "peekViewEditor.background": "#EEE4D0",
    "peekViewEditorGutter.background": "#EEE4D0",
    "peekViewEditorStickyScroll.background": "#EEE4D0",
    "peekViewEditorStickyScrollGutter.background": "#EEE4D0",
    "peekViewResult.background": "#EEE4D0",
    "peekViewResult.selectionBackground": "#3E2C1E1A",
    "peekViewResult.selectionForeground": "#2A1D13",
    "peekViewResult.fileForeground": "#3E2C1E",
    "peekViewResult.lineForeground": "#654F3B",
    "debugExceptionWidget.background": "#F2E2DA",
    "debugExceptionWidget.border": "#992418",
    "editorMarkerNavigation.background": "#FCF7EF",
    "editorMarkerNavigationError.background": "#992418",
    "editorMarkerNavigationError.headerBackground": "#9924181F",
    "editorMarkerNavigationWarning.background": "#976608",
    "editorMarkerNavigationWarning.headerBackground": "#9766081F",
    "editorMarkerNavigationInfo.background": "#3F6480",
    "editorMarkerNavigationInfo.headerBackground": "#3F648024",
    "input.background": "#FCF7EF",
    "input.border": "#3E2C1E24",
    "inputOption.activeBackground": "#A0480029",
    "inputOption.activeBorder": "#A0480099",
    "inputOption.hoverBackground": "#3E2C1E12",
    "inputValidation.errorBackground": "#F0DED5",
    "inputValidation.errorForeground": "#3E2C1E",
    "inputValidation.errorBorder": "#992418",
    "inputValidation.warningBackground": "#F0E6D3",
    "inputValidation.warningForeground": "#3E2C1E",
    "inputValidation.warningBorder": "#976608",
    "inputValidation.infoBackground": "#E5E5E2",
    "inputValidation.infoForeground": "#3E2C1E",
    "inputValidation.infoBorder": "#3F6480",
    "panelInput.border": "#3E2C1E24",

Showing 150 of 1,620 lines.

london-moquette.jsonsave as themes/london-moquette.json
in your project
{
  "name": "london-moquette",
  "type": "dark",
  "semanticHighlighting": true,
  "colors": {
    "editor.background": "#1E2941",
    "editorGutter.background": "#1E2941",
    "editorPane.background": "#1E2941",
    "breadcrumb.background": "#1E2941",
    "editorGroupHeader.tabsBackground": "#172032",
    "editorGroupHeader.noTabsBackground": "#1E2941",
    "tab.activeBackground": "#1E2941",
    "tab.unfocusedActiveBackground": "#1A243A",
    "tab.inactiveBackground": "#172032",
    "tab.hoverBackground": "#D8DEEA0A",
    "tab.unfocusedHoverBackground": "#D8DEEA08",
    "sideBar.background": "#172032",
    "sideBarTitle.background": "#172032",
    "sideBarSectionHeader.background": "#172032",
    "sideBarStickyScroll.background": "#172032",
    "activityBar.background": "#172032",
    "titleBar.activeBackground": "#172032",
    "titleBar.inactiveBackground": "#121826",
    "statusBar.background": "#172032",
    "statusBar.noFolderBackground": "#172032",
    "panel.background": "#172032",
    "panelStickyScroll.background": "#172032",
    "panelSectionHeader.background": "#172032",
    "outputView.background": "#172032",
    "outputViewStickyScroll.background": "#172032",
    "editorStickyScroll.background": "#1E2941",
    "editorStickyScrollGutter.background": "#1E2941",
    "editorStickyScrollHover.background": "#D8DEEA0A",
    "welcomePage.background": "#1E2941",
    "walkThrough.embeddedEditorBackground": "#172032",
    "sideBar.border": "#121826",
    "activityBar.border": "#172032",
    "sideBarActivityBarTop.border": "#121826",
    "titleBar.border": "#121826",
    "statusBar.border": "#121826",
    "statusBar.noFolderBorder": "#121826",
    "panel.border": "#121826",
    "panelSection.border": "#121826",
    "panelSectionHeader.border": "#121826",
    "editorGroup.border": "#121826",
    "editorGroupHeader.tabsBorder": "#121826",
    "sideBySideEditor.horizontalBorder": "#121826",
    "sideBySideEditor.verticalBorder": "#121826",
    "tab.border": "#172032",
    "tab.activeBorder": "#1E2941",
    "tab.activeBorderTop": "#DE8946",
    "tab.unfocusedActiveBorder": "#1E2941",
    "tab.unfocusedActiveBorderTop": "#DE894659",
    "tab.lastPinnedBorder": "#D8DEEA1F",
    "tab.dragAndDropBorder": "#DE8946",
    "sideBarSectionHeader.border": "#D8DEEA0F",
    "sideBarStickyScroll.shadow": "#090C1373",
    "editorStickyScroll.shadow": "#090C1373",
    "panelStickyScroll.shadow": "#090C1373",
    "scrollbar.shadow": "#090C1373",
    "focusBorder": "#DE894680",
    "sash.hoverBorder": "#DE8946B2",
    "profiles.sashBorder": "#121826",
    "settings.sashBorder": "#121826",
    "simpleFindWidget.sashBorder": "#D8DEEA1F",
    "widget.shadow": "#090C1399",
    "widget.border": "#D8DEEA1F",
    "editorWidget.background": "#263451",
    "editorWidget.foreground": "#D8DEEA",
    "editorWidget.border": "#D8DEEA1F",
    "editorWidget.resizeBorder": "#DE894699",
    "editorSuggestWidget.background": "#263451",
    "editorSuggestWidget.border": "#D8DEEA1F",
    "editorSuggestWidget.selectedBackground": "#D8DEEA1F",
    "editorSuggestWidgetStatus.foreground": "#73819C",
    "editorHoverWidget.background": "#263451",
    "editorHoverWidget.foreground": "#D8DEEA",
    "editorHoverWidget.border": "#D8DEEA1F",
    "editorHoverWidget.statusBarBackground": "#D8DEEA0A",
    "editorHoverWidget.highlightForeground": "#F2C03F",
    "editorActionList.background": "#263451",
    "editorActionList.foreground": "#D8DEEA",
    "editorActionList.focusBackground": "#D8DEEA1F",
    "editorActionList.focusForeground": "#E9EDF5",
    "quickInput.background": "#263451",
    "quickInputTitle.background": "#D8DEEA0A",
    "quickInputList.focusBackground": "#D8DEEA1F",
    "pickerGroup.foreground": "#DE8946",
    "pickerGroup.border": "#D8DEEA14",
    "menu.background": "#263451",
    "menu.border": "#D8DEEA1F",
    "menu.selectionBackground": "#D8DEEA1F",
    "menu.selectionBorder": "#00000000",
    "menu.separatorBackground": "#D8DEEA14",
    "menubar.selectionBackground": "#D8DEEA14",
    "menubar.selectionForeground": "#E9EDF5",
    "menubar.selectionBorder": "#00000000",
    "notifications.background": "#263451",
    "notifications.border": "#D8DEEA1F",
    "notificationToast.border": "#D8DEEA1F",
    "notificationCenter.border": "#D8DEEA1F",
    "notificationCenterHeader.background": "#D8DEEA0A",
    "notificationCenterHeader.foreground": "#C1C9D8",
    "notificationLink.foreground": "#7595DA",
    "debugToolBar.background": "#263451",
    "debugToolBar.border": "#D8DEEA1F",
    "breadcrumbPicker.background": "#263451",
    "listFilterWidget.background": "#263451",
    "listFilterWidget.outline": "#DE894699",
    "listFilterWidget.noMatchesOutline": "#FE8474",
    "listFilterWidget.shadow": "#090C1373",
    "editorGroup.dropIntoPromptBackground": "#263451",
    "editorGroup.dropIntoPromptForeground": "#D8DEEA",
    "peekView.border": "#DE894680",
    "peekViewTitle.background": "#263451",
    "peekViewTitleLabel.foreground": "#E9EDF5",
    "peekViewTitleDescription.foreground": "#73819C",
    "peekViewEditor.background": "#172032",
    "peekViewEditorGutter.background": "#172032",
    "peekViewEditorStickyScroll.background": "#172032",
    "peekViewEditorStickyScrollGutter.background": "#172032",
    "peekViewResult.background": "#172032",
    "peekViewResult.selectionBackground": "#D8DEEA1F",
    "peekViewResult.selectionForeground": "#E9EDF5",
    "peekViewResult.fileForeground": "#D8DEEA",
    "peekViewResult.lineForeground": "#A9B2C4",
    "debugExceptionWidget.background": "#383851",
    "debugExceptionWidget.border": "#DB6052",
    "editorMarkerNavigation.background": "#263451",
    "editorMarkerNavigationError.background": "#FE8474",
    "editorMarkerNavigationError.headerBackground": "#DB60521F",
    "editorMarkerNavigationWarning.background": "#F2C03F",
    "editorMarkerNavigationWarning.headerBackground": "#F2C03F1F",
    "editorMarkerNavigationInfo.background": "#7595DA",
    "editorMarkerNavigationInfo.headerBackground": "#7595DA24",
    "input.background": "#1E2941",
    "input.border": "#D8DEEA1A",
    "inputOption.activeBackground": "#DE894633",
    "inputOption.activeBorder": "#DE894699",
    "inputOption.hoverBackground": "#D8DEEA14",
    "inputValidation.errorBackground": "#3C3951",
    "inputValidation.errorForeground": "#D8DEEA",
    "inputValidation.errorBorder": "#FE8474",
    "inputValidation.warningBackground": "#3E454F",
    "inputValidation.warningForeground": "#D8DEEA",
    "inputValidation.warningBorder": "#F2C03F",
    "inputValidation.infoBackground": "#2F4061",
    "inputValidation.infoForeground": "#D8DEEA",
    "inputValidation.infoBorder": "#7595DA",
    "panelInput.border": "#D8DEEA1A",

Showing 150 of 1,620 lines.

london-deep-level.jsonsave as themes/london-deep-level.json
in your project
{
  "name": "london-deep-level",
  "type": "dark",
  "semanticHighlighting": true,
  "colors": {
    "editor.background": "#121A2D",
    "editorGutter.background": "#121A2D",
    "editorPane.background": "#121A2D",
    "breadcrumb.background": "#121A2D",
    "editorGroupHeader.tabsBackground": "#0D1421",
    "editorGroupHeader.noTabsBackground": "#121A2D",
    "tab.activeBackground": "#121A2D",
    "tab.unfocusedActiveBackground": "#101727",
    "tab.inactiveBackground": "#0D1421",
    "tab.hoverBackground": "#D4DAE70A",
    "tab.unfocusedHoverBackground": "#D4DAE708",
    "sideBar.background": "#0D1421",
    "sideBarTitle.background": "#0D1421",
    "sideBarSectionHeader.background": "#0D1421",
    "sideBarStickyScroll.background": "#0D1421",
    "activityBar.background": "#0D1421",
    "titleBar.activeBackground": "#0D1421",
    "titleBar.inactiveBackground": "#0A0E18",
    "statusBar.background": "#0D1421",
    "statusBar.noFolderBackground": "#0D1421",
    "panel.background": "#0D1421",
    "panelStickyScroll.background": "#0D1421",
    "panelSectionHeader.background": "#0D1421",
    "outputView.background": "#0D1421",
    "outputViewStickyScroll.background": "#0D1421",
    "editorStickyScroll.background": "#121A2D",
    "editorStickyScrollGutter.background": "#121A2D",
    "editorStickyScrollHover.background": "#D4DAE70A",
    "welcomePage.background": "#121A2D",
    "walkThrough.embeddedEditorBackground": "#0D1421",
    "sideBar.border": "#0A0E18",
    "activityBar.border": "#0D1421",
    "sideBarActivityBarTop.border": "#0A0E18",
    "titleBar.border": "#0A0E18",
    "statusBar.border": "#0A0E18",
    "statusBar.noFolderBorder": "#0A0E18",
    "panel.border": "#0A0E18",
    "panelSection.border": "#0A0E18",
    "panelSectionHeader.border": "#0A0E18",
    "editorGroup.border": "#0A0E18",
    "editorGroupHeader.tabsBorder": "#0A0E18",
    "sideBySideEditor.horizontalBorder": "#0A0E18",
    "sideBySideEditor.verticalBorder": "#0A0E18",
    "tab.border": "#0D1421",
    "tab.activeBorder": "#121A2D",
    "tab.activeBorderTop": "#DE8946",
    "tab.unfocusedActiveBorder": "#121A2D",
    "tab.unfocusedActiveBorderTop": "#DE894659",
    "tab.lastPinnedBorder": "#D4DAE71F",
    "tab.dragAndDropBorder": "#DE8946",
    "sideBarSectionHeader.border": "#D4DAE70F",
    "sideBarStickyScroll.shadow": "#05070C73",
    "editorStickyScroll.shadow": "#05070C73",
    "panelStickyScroll.shadow": "#05070C73",
    "scrollbar.shadow": "#05070C73",
    "focusBorder": "#DE894680",
    "sash.hoverBorder": "#DE8946B2",
    "profiles.sashBorder": "#0A0E18",
    "settings.sashBorder": "#0A0E18",
    "simpleFindWidget.sashBorder": "#D4DAE71F",
    "widget.shadow": "#05070C99",
    "widget.border": "#D4DAE71F",
    "editorWidget.background": "#1A243A",
    "editorWidget.foreground": "#D4DAE7",
    "editorWidget.border": "#D4DAE71F",
    "editorWidget.resizeBorder": "#DE894699",
    "editorSuggestWidget.background": "#1A243A",
    "editorSuggestWidget.border": "#D4DAE71F",
    "editorSuggestWidget.selectedBackground": "#D4DAE71F",
    "editorSuggestWidgetStatus.foreground": "#6F7C97",
    "editorHoverWidget.background": "#1A243A",
    "editorHoverWidget.foreground": "#D4DAE7",
    "editorHoverWidget.border": "#D4DAE71F",
    "editorHoverWidget.statusBarBackground": "#D4DAE70A",
    "editorHoverWidget.highlightForeground": "#F2C03F",
    "editorActionList.background": "#1A243A",
    "editorActionList.foreground": "#D4DAE7",
    "editorActionList.focusBackground": "#D4DAE71F",
    "editorActionList.focusForeground": "#E7EBF3",
    "quickInput.background": "#1A243A",
    "quickInputTitle.background": "#D4DAE70A",
    "quickInputList.focusBackground": "#D4DAE71F",
    "pickerGroup.foreground": "#DE8946",
    "pickerGroup.border": "#D4DAE714",
    "menu.background": "#1A243A",
    "menu.border": "#D4DAE71F",
    "menu.selectionBackground": "#D4DAE71F",
    "menu.selectionBorder": "#00000000",
    "menu.separatorBackground": "#D4DAE714",
    "menubar.selectionBackground": "#D4DAE714",
    "menubar.selectionForeground": "#E7EBF3",
    "menubar.selectionBorder": "#00000000",
    "notifications.background": "#1A243A",
    "notifications.border": "#D4DAE71F",
    "notificationToast.border": "#D4DAE71F",
    "notificationCenter.border": "#D4DAE71F",
    "notificationCenterHeader.background": "#D4DAE70A",
    "notificationCenterHeader.foreground": "#BEC6D5",
    "notificationLink.foreground": "#7595DA",
    "debugToolBar.background": "#1A243A",
    "debugToolBar.border": "#D4DAE71F",
    "breadcrumbPicker.background": "#1A243A",
    "listFilterWidget.background": "#1A243A",
    "listFilterWidget.outline": "#DE894699",
    "listFilterWidget.noMatchesOutline": "#FE8474",
    "listFilterWidget.shadow": "#05070C73",
    "editorGroup.dropIntoPromptBackground": "#1A243A",
    "editorGroup.dropIntoPromptForeground": "#D4DAE7",
    "peekView.border": "#DE894680",
    "peekViewTitle.background": "#1A243A",
    "peekViewTitleLabel.foreground": "#E7EBF3",
    "peekViewTitleDescription.foreground": "#6F7C97",
    "peekViewEditor.background": "#0D1421",
    "peekViewEditorGutter.background": "#0D1421",
    "peekViewEditorStickyScroll.background": "#0D1421",
    "peekViewEditorStickyScrollGutter.background": "#0D1421",
    "peekViewResult.background": "#0D1421",
    "peekViewResult.selectionBackground": "#D4DAE71F",
    "peekViewResult.selectionForeground": "#E7EBF3",
    "peekViewResult.fileForeground": "#D4DAE7",
    "peekViewResult.lineForeground": "#A5AEC0",
    "debugExceptionWidget.background": "#2D2A3C",
    "debugExceptionWidget.border": "#DB6052",
    "editorMarkerNavigation.background": "#1A243A",
    "editorMarkerNavigationError.background": "#FE8474",
    "editorMarkerNavigationError.headerBackground": "#DB60521F",
    "editorMarkerNavigationWarning.background": "#F2C03F",
    "editorMarkerNavigationWarning.headerBackground": "#F2C03F1F",
    "editorMarkerNavigationInfo.background": "#7595DA",
    "editorMarkerNavigationInfo.headerBackground": "#7595DA24",
    "input.background": "#121A2D",
    "input.border": "#D4DAE71A",
    "inputOption.activeBackground": "#DE894633",
    "inputOption.activeBorder": "#DE894699",
    "inputOption.hoverBackground": "#D4DAE714",
    "inputValidation.errorBackground": "#312B3D",
    "inputValidation.errorForeground": "#D4DAE7",
    "inputValidation.errorBorder": "#FE8474",
    "inputValidation.warningBackground": "#34373B",
    "inputValidation.warningForeground": "#D4DAE7",
    "inputValidation.warningBorder": "#F2C03F",
    "inputValidation.infoBackground": "#25324D",
    "inputValidation.infoForeground": "#D4DAE7",
    "inputValidation.infoBorder": "#7595DA",
    "panelInput.border": "#D4DAE71A",

Showing 150 of 1,620 lines.

london-portland.jsonsave as themes/london-portland.json
in your project
{
  "name": "london-portland",
  "type": "light",
  "semanticHighlighting": true,
  "colors": {
    "editor.background": "#E8F0FF",
    "editorGutter.background": "#E8F0FF",
    "editorPane.background": "#E8F0FF",
    "breadcrumb.background": "#E8F0FF",
    "editorGroupHeader.tabsBackground": "#DCE5F7",
    "editorGroupHeader.noTabsBackground": "#E8F0FF",
    "tab.activeBackground": "#E8F0FF",
    "tab.unfocusedActiveBackground": "#E2EAFB",
    "tab.inactiveBackground": "#DCE5F7",
    "tab.hoverBackground": "#2930400A",
    "tab.unfocusedHoverBackground": "#29304008",
    "sideBar.background": "#DCE5F7",
    "sideBarTitle.background": "#DCE5F7",
    "sideBarSectionHeader.background": "#DCE5F7",
    "sideBarStickyScroll.background": "#DCE5F7",
    "activityBar.background": "#DCE5F7",
    "titleBar.activeBackground": "#DCE5F7",
    "titleBar.inactiveBackground": "#CCDAF2",
    "statusBar.background": "#DCE5F7",
    "statusBar.noFolderBackground": "#DCE5F7",
    "panel.background": "#DCE5F7",
    "panelStickyScroll.background": "#DCE5F7",
    "panelSectionHeader.background": "#DCE5F7",
    "outputView.background": "#DCE5F7",
    "outputViewStickyScroll.background": "#DCE5F7",
    "editorStickyScroll.background": "#E8F0FF",
    "editorStickyScrollGutter.background": "#E8F0FF",
    "editorStickyScrollHover.background": "#2930400A",
    "welcomePage.background": "#E8F0FF",
    "walkThrough.embeddedEditorBackground": "#DCE5F7",
    "sideBar.border": "#29304024",
    "activityBar.border": "#DCE5F7",
    "sideBarActivityBarTop.border": "#29304024",
    "titleBar.border": "#29304024",
    "statusBar.border": "#29304024",
    "statusBar.noFolderBorder": "#29304024",
    "panel.border": "#29304024",
    "panelSection.border": "#29304024",
    "panelSectionHeader.border": "#29304024",
    "editorGroup.border": "#29304024",
    "editorGroupHeader.tabsBorder": "#29304024",
    "sideBySideEditor.horizontalBorder": "#29304024",
    "sideBySideEditor.verticalBorder": "#29304024",
    "tab.border": "#DCE5F7",
    "tab.activeBorder": "#E8F0FF",
    "tab.activeBorderTop": "#A54300",
    "tab.unfocusedActiveBorder": "#E8F0FF",
    "tab.unfocusedActiveBorderTop": "#A5430059",
    "tab.lastPinnedBorder": "#2930401A",
    "tab.dragAndDropBorder": "#A54300",
    "sideBarSectionHeader.border": "#29304014",
    "sideBarStickyScroll.shadow": "#2930401A",
    "editorStickyScroll.shadow": "#2930401A",
    "panelStickyScroll.shadow": "#2930401A",
    "scrollbar.shadow": "#2930401A",
    "focusBorder": "#A5430099",
    "sash.hoverBorder": "#A54300B2",
    "profiles.sashBorder": "#29304024",
    "settings.sashBorder": "#29304024",
    "simpleFindWidget.sashBorder": "#2930401A",
    "widget.shadow": "#29304024",
    "widget.border": "#29304024",
    "editorWidget.background": "#F4F8FF",
    "editorWidget.foreground": "#293040",
    "editorWidget.border": "#29304024",
    "editorWidget.resizeBorder": "#A5430099",
    "editorSuggestWidget.background": "#F4F8FF",
    "editorSuggestWidget.border": "#29304024",
    "editorSuggestWidget.selectedBackground": "#2930401A",
    "editorSuggestWidgetStatus.foreground": "#697794",
    "editorHoverWidget.background": "#F4F8FF",
    "editorHoverWidget.foreground": "#293040",
    "editorHoverWidget.border": "#29304024",
    "editorHoverWidget.statusBarBackground": "#2930400A",
    "editorHoverWidget.highlightForeground": "#8D6C08",
    "editorActionList.background": "#F4F8FF",
    "editorActionList.foreground": "#293040",
    "editorActionList.focusBackground": "#2930401A",
    "editorActionList.focusForeground": "#1B202B",
    "quickInput.background": "#F4F8FF",
    "quickInputTitle.background": "#2930400A",
    "quickInputList.focusBackground": "#2930401A",
    "pickerGroup.foreground": "#A54300",
    "pickerGroup.border": "#29304012",
    "menu.background": "#F4F8FF",
    "menu.border": "#29304024",
    "menu.selectionBackground": "#2930401A",
    "menu.selectionBorder": "#00000000",
    "menu.separatorBackground": "#29304012",
    "menubar.selectionBackground": "#29304012",
    "menubar.selectionForeground": "#1B202B",
    "menubar.selectionBorder": "#00000000",
    "notifications.background": "#F4F8FF",
    "notifications.border": "#29304024",
    "notificationToast.border": "#29304024",
    "notificationCenter.border": "#29304024",
    "notificationCenterHeader.background": "#2930400A",
    "notificationCenterHeader.foreground": "#3C4557",
    "notificationLink.foreground": "#0019A8",
    "debugToolBar.background": "#F4F8FF",
    "debugToolBar.border": "#29304024",
    "breadcrumbPicker.background": "#F4F8FF",
    "listFilterWidget.background": "#F4F8FF",
    "listFilterWidget.outline": "#A5430099",
    "listFilterWidget.noMatchesOutline": "#9B211A",
    "listFilterWidget.shadow": "#2930401A",
    "editorGroup.dropIntoPromptBackground": "#F4F8FF",
    "editorGroup.dropIntoPromptForeground": "#293040",
    "peekView.border": "#A5430080",
    "peekViewTitle.background": "#F4F8FF",
    "peekViewTitleLabel.foreground": "#1B202B",
    "peekViewTitleDescription.foreground": "#697794",
    "peekViewEditor.background": "#DCE5F7",
    "peekViewEditorGutter.background": "#DCE5F7",
    "peekViewEditorStickyScroll.background": "#DCE5F7",
    "peekViewEditorStickyScrollGutter.background": "#DCE5F7",
    "peekViewResult.background": "#DCE5F7",
    "peekViewResult.selectionBackground": "#2930401A",
    "peekViewResult.selectionForeground": "#1B202B",
    "peekViewResult.fileForeground": "#293040",
    "peekViewResult.lineForeground": "#4A5469",
    "debugExceptionWidget.background": "#EBE3E8",
    "debugExceptionWidget.border": "#9B211A",
    "editorMarkerNavigation.background": "#F4F8FF",
    "editorMarkerNavigationError.background": "#9B211A",
    "editorMarkerNavigationError.headerBackground": "#9B211A1F",
    "editorMarkerNavigationWarning.background": "#8D6C08",
    "editorMarkerNavigationWarning.headerBackground": "#8D6C081F",
    "editorMarkerNavigationInfo.background": "#0019A8",
    "editorMarkerNavigationInfo.headerBackground": "#0019A824",
    "input.background": "#F4F8FF",
    "input.border": "#29304024",
    "inputOption.activeBackground": "#A5430029",
    "inputOption.activeBorder": "#A5430099",
    "inputOption.hoverBackground": "#29304012",
    "inputValidation.errorBackground": "#E9DEE4",
    "inputValidation.errorForeground": "#293040",
    "inputValidation.errorBorder": "#9B211A",
    "inputValidation.warningBackground": "#E8E7E1",
    "inputValidation.warningForeground": "#293040",
    "inputValidation.warningBorder": "#8D6C08",
    "inputValidation.infoBackground": "#D7DDF5",
    "inputValidation.infoForeground": "#293040",
    "inputValidation.infoBorder": "#0019A8",
    "panelInput.border": "#29304024",

Showing 150 of 1,620 lines.

paris-guimard.jsonsave as themes/paris-guimard.json
in your project
{
  "name": "paris-guimard",
  "type": "dark",
  "semanticHighlighting": true,
  "colors": {
    "editor.background": "#1E2E26",
    "editorGutter.background": "#1E2E26",
    "editorPane.background": "#1E2E26",
    "breadcrumb.background": "#1E2E26",
    "editorGroupHeader.tabsBackground": "#18241D",
    "editorGroupHeader.noTabsBackground": "#1E2E26",
    "tab.activeBackground": "#1E2E26",
    "tab.unfocusedActiveBackground": "#1B2922",
    "tab.inactiveBackground": "#18241D",
    "tab.hoverBackground": "#D9E1DB0A",
    "tab.unfocusedHoverBackground": "#D9E1DB08",
    "sideBar.background": "#18241D",
    "sideBarTitle.background": "#18241D",
    "sideBarSectionHeader.background": "#18241D",
    "sideBarStickyScroll.background": "#18241D",
    "activityBar.background": "#18241D",
    "titleBar.activeBackground": "#18241D",
    "titleBar.inactiveBackground": "#131A17",
    "statusBar.background": "#18241D",
    "statusBar.noFolderBackground": "#18241D",
    "panel.background": "#18241D",
    "panelStickyScroll.background": "#18241D",
    "panelSectionHeader.background": "#18241D",
    "outputView.background": "#18241D",
    "outputViewStickyScroll.background": "#18241D",
    "editorStickyScroll.background": "#1E2E26",
    "editorStickyScrollGutter.background": "#1E2E26",
    "editorStickyScrollHover.background": "#D9E1DB0A",
    "welcomePage.background": "#1E2E26",
    "walkThrough.embeddedEditorBackground": "#18241D",
    "sideBar.border": "#131A17",
    "activityBar.border": "#18241D",
    "sideBarActivityBarTop.border": "#131A17",
    "titleBar.border": "#131A17",
    "statusBar.border": "#131A17",
    "statusBar.noFolderBorder": "#131A17",
    "panel.border": "#131A17",
    "panelSection.border": "#131A17",
    "panelSectionHeader.border": "#131A17",
    "editorGroup.border": "#131A17",
    "editorGroupHeader.tabsBorder": "#131A17",
    "sideBySideEditor.horizontalBorder": "#131A17",
    "sideBySideEditor.verticalBorder": "#131A17",
    "tab.border": "#18241D",
    "tab.activeBorder": "#1E2E26",
    "tab.activeBorderTop": "#CA9245",
    "tab.unfocusedActiveBorder": "#1E2E26",
    "tab.unfocusedActiveBorderTop": "#CA924559",
    "tab.lastPinnedBorder": "#D9E1DB1F",
    "tab.dragAndDropBorder": "#CA9245",
    "sideBarSectionHeader.border": "#D9E1DB0F",
    "sideBarStickyScroll.shadow": "#0A0D0C73",
    "editorStickyScroll.shadow": "#0A0D0C73",
    "panelStickyScroll.shadow": "#0A0D0C73",
    "scrollbar.shadow": "#0A0D0C73",
    "focusBorder": "#CA924580",
    "sash.hoverBorder": "#CA9245B2",
    "profiles.sashBorder": "#131A17",
    "settings.sashBorder": "#131A17",
    "simpleFindWidget.sashBorder": "#D9E1DB1F",
    "widget.shadow": "#0A0D0C99",
    "widget.border": "#D9E1DB1F",
    "editorWidget.background": "#263930",
    "editorWidget.foreground": "#D9E1DB",
    "editorWidget.border": "#D9E1DB1F",
    "editorWidget.resizeBorder": "#CA924599",
    "editorSuggestWidget.background": "#263930",
    "editorSuggestWidget.border": "#D9E1DB1F",
    "editorSuggestWidget.selectedBackground": "#D9E1DB1F",
    "editorSuggestWidgetStatus.foreground": "#74857C",
    "editorHoverWidget.background": "#263930",
    "editorHoverWidget.foreground": "#D9E1DB",
    "editorHoverWidget.border": "#D9E1DB1F",
    "editorHoverWidget.statusBarBackground": "#D9E1DB0A",
    "editorHoverWidget.highlightForeground": "#F1BF4B",
    "editorActionList.background": "#263930",
    "editorActionList.foreground": "#D9E1DB",
    "editorActionList.focusBackground": "#D9E1DB1F",
    "editorActionList.focusForeground": "#E9EEEC",
    "quickInput.background": "#263930",
    "quickInputTitle.background": "#D9E1DB0A",
    "quickInputList.focusBackground": "#D9E1DB1F",
    "pickerGroup.foreground": "#CA9245",
    "pickerGroup.border": "#D9E1DB14",
    "menu.background": "#263930",
    "menu.border": "#D9E1DB1F",
    "menu.selectionBackground": "#D9E1DB1F",
    "menu.selectionBorder": "#00000000",
    "menu.separatorBackground": "#D9E1DB14",
    "menubar.selectionBackground": "#D9E1DB14",
    "menubar.selectionForeground": "#E9EEEC",
    "menubar.selectionBorder": "#00000000",
    "notifications.background": "#263930",
    "notifications.border": "#D9E1DB1F",
    "notificationToast.border": "#D9E1DB1F",
    "notificationCenter.border": "#D9E1DB1F",
    "notificationCenterHeader.background": "#D9E1DB0A",
    "notificationCenterHeader.foreground": "#C2CBC5",
    "notificationLink.foreground": "#709BC8",
    "debugToolBar.background": "#263930",
    "debugToolBar.border": "#D9E1DB1F",
    "breadcrumbPicker.background": "#263930",
    "listFilterWidget.background": "#263930",
    "listFilterWidget.outline": "#CA924599",
    "listFilterWidget.noMatchesOutline": "#E7877B",
    "listFilterWidget.shadow": "#0A0D0C73",
    "editorGroup.dropIntoPromptBackground": "#263930",
    "editorGroup.dropIntoPromptForeground": "#D9E1DB",
    "peekView.border": "#CA924580",
    "peekViewTitle.background": "#263930",
    "peekViewTitleLabel.foreground": "#E9EEEC",
    "peekViewTitleDescription.foreground": "#74857C",
    "peekViewEditor.background": "#18241D",
    "peekViewEditorGutter.background": "#18241D",
    "peekViewEditorStickyScroll.background": "#18241D",
    "peekViewEditorStickyScrollGutter.background": "#18241D",
    "peekViewResult.background": "#18241D",
    "peekViewResult.selectionBackground": "#D9E1DB1F",
    "peekViewResult.selectionForeground": "#E9EEEC",
    "peekViewResult.fileForeground": "#D9E1DB",
    "peekViewResult.lineForeground": "#A9B5AE",
    "debugExceptionWidget.background": "#363E34",
    "debugExceptionWidget.border": "#C7665B",
    "editorMarkerNavigation.background": "#263930",
    "editorMarkerNavigationError.background": "#E7877B",
    "editorMarkerNavigationError.headerBackground": "#C7665B1F",
    "editorMarkerNavigationWarning.background": "#F1BF4B",
    "editorMarkerNavigationWarning.headerBackground": "#F1BF4B1F",
    "editorMarkerNavigationInfo.background": "#709BC8",
    "editorMarkerNavigationInfo.headerBackground": "#709BC824",
    "input.background": "#1E2E26",
    "input.border": "#D9E1DB1A",
    "inputOption.activeBackground": "#CA924533",
    "inputOption.activeBorder": "#CA924599",
    "inputOption.hoverBackground": "#D9E1DB14",
    "inputValidation.errorBackground": "#393E35",
    "inputValidation.errorForeground": "#D9E1DB",
    "inputValidation.errorBorder": "#E7877B",
    "inputValidation.warningBackground": "#3E4933",
    "inputValidation.warningForeground": "#D9E1DB",
    "inputValidation.warningBorder": "#F1BF4B",
    "inputValidation.infoBackground": "#2F4542",
    "inputValidation.infoForeground": "#D9E1DB",
    "inputValidation.infoBorder": "#709BC8",
    "panelInput.border": "#D9E1DB1A",

Showing 150 of 1,620 lines.

paris-catacombes.jsonsave as themes/paris-catacombes.json
in your project
{
  "name": "paris-catacombes",
  "type": "dark",
  "semanticHighlighting": true,
  "colors": {
    "editor.background": "#121E19",
    "editorGutter.background": "#121E19",
    "editorPane.background": "#121E19",
    "breadcrumb.background": "#121E19",
    "editorGroupHeader.tabsBackground": "#0D1711",
    "editorGroupHeader.noTabsBackground": "#121E19",
    "tab.activeBackground": "#121E19",
    "tab.unfocusedActiveBackground": "#101A15",
    "tab.inactiveBackground": "#0D1711",
    "tab.hoverBackground": "#D4DDD70A",
    "tab.unfocusedHoverBackground": "#D4DDD708",
    "sideBar.background": "#0D1711",
    "sideBarTitle.background": "#0D1711",
    "sideBarSectionHeader.background": "#0D1711",
    "sideBarStickyScroll.background": "#0D1711",
    "activityBar.background": "#0D1711",
    "titleBar.activeBackground": "#0D1711",
    "titleBar.inactiveBackground": "#0A100D",
    "statusBar.background": "#0D1711",
    "statusBar.noFolderBackground": "#0D1711",
    "panel.background": "#0D1711",
    "panelStickyScroll.background": "#0D1711",
    "panelSectionHeader.background": "#0D1711",
    "outputView.background": "#0D1711",
    "outputViewStickyScroll.background": "#0D1711",
    "editorStickyScroll.background": "#121E19",
    "editorStickyScrollGutter.background": "#121E19",
    "editorStickyScrollHover.background": "#D4DDD70A",
    "welcomePage.background": "#121E19",
    "walkThrough.embeddedEditorBackground": "#0D1711",
    "sideBar.border": "#0A100D",
    "activityBar.border": "#0D1711",
    "sideBarActivityBarTop.border": "#0A100D",
    "titleBar.border": "#0A100D",
    "statusBar.border": "#0A100D",
    "statusBar.noFolderBorder": "#0A100D",
    "panel.border": "#0A100D",
    "panelSection.border": "#0A100D",
    "panelSectionHeader.border": "#0A100D",
    "editorGroup.border": "#0A100D",
    "editorGroupHeader.tabsBorder": "#0A100D",
    "sideBySideEditor.horizontalBorder": "#0A100D",
    "sideBySideEditor.verticalBorder": "#0A100D",
    "tab.border": "#0D1711",
    "tab.activeBorder": "#121E19",
    "tab.activeBorderTop": "#CA9245",
    "tab.unfocusedActiveBorder": "#121E19",
    "tab.unfocusedActiveBorderTop": "#CA924559",
    "tab.lastPinnedBorder": "#D4DDD71F",
    "tab.dragAndDropBorder": "#CA9245",
    "sideBarSectionHeader.border": "#D4DDD70F",
    "sideBarStickyScroll.shadow": "#05080673",
    "editorStickyScroll.shadow": "#05080673",
    "panelStickyScroll.shadow": "#05080673",
    "scrollbar.shadow": "#05080673",
    "focusBorder": "#CA924580",
    "sash.hoverBorder": "#CA9245B2",
    "profiles.sashBorder": "#0A100D",
    "settings.sashBorder": "#0A100D",
    "simpleFindWidget.sashBorder": "#D4DDD71F",
    "widget.shadow": "#05080699",
    "widget.border": "#D4DDD71F",
    "editorWidget.background": "#1A2921",
    "editorWidget.foreground": "#D4DDD7",
    "editorWidget.border": "#D4DDD71F",
    "editorWidget.resizeBorder": "#CA924599",
    "editorSuggestWidget.background": "#1A2921",
    "editorSuggestWidget.border": "#D4DDD71F",
    "editorSuggestWidget.selectedBackground": "#D4DDD71F",
    "editorSuggestWidgetStatus.foreground": "#708178",
    "editorHoverWidget.background": "#1A2921",
    "editorHoverWidget.foreground": "#D4DDD7",
    "editorHoverWidget.border": "#D4DDD71F",
    "editorHoverWidget.statusBarBackground": "#D4DDD70A",
    "editorHoverWidget.highlightForeground": "#F1BF4B",
    "editorActionList.background": "#1A2921",
    "editorActionList.foreground": "#D4DDD7",
    "editorActionList.focusBackground": "#D4DDD71F",
    "editorActionList.focusForeground": "#E7ECEA",
    "quickInput.background": "#1A2921",
    "quickInputTitle.background": "#D4DDD70A",
    "quickInputList.focusBackground": "#D4DDD71F",
    "pickerGroup.foreground": "#CA9245",
    "pickerGroup.border": "#D4DDD714",
    "menu.background": "#1A2921",
    "menu.border": "#D4DDD71F",
    "menu.selectionBackground": "#D4DDD71F",
    "menu.selectionBorder": "#00000000",
    "menu.separatorBackground": "#D4DDD714",
    "menubar.selectionBackground": "#D4DDD714",
    "menubar.selectionForeground": "#E7ECEA",
    "menubar.selectionBorder": "#00000000",
    "notifications.background": "#1A2921",
    "notifications.border": "#D4DDD71F",
    "notificationToast.border": "#D4DDD71F",
    "notificationCenter.border": "#D4DDD71F",
    "notificationCenterHeader.background": "#D4DDD70A",
    "notificationCenterHeader.foreground": "#BFC8C2",
    "notificationLink.foreground": "#709BC8",
    "debugToolBar.background": "#1A2921",
    "debugToolBar.border": "#D4DDD71F",
    "breadcrumbPicker.background": "#1A2921",
    "listFilterWidget.background": "#1A2921",
    "listFilterWidget.outline": "#CA924599",
    "listFilterWidget.noMatchesOutline": "#E7877B",
    "listFilterWidget.shadow": "#05080673",
    "editorGroup.dropIntoPromptBackground": "#1A2921",
    "editorGroup.dropIntoPromptForeground": "#D4DDD7",
    "peekView.border": "#CA924580",
    "peekViewTitle.background": "#1A2921",
    "peekViewTitleLabel.foreground": "#E7ECEA",
    "peekViewTitleDescription.foreground": "#708178",
    "peekViewEditor.background": "#0D1711",
    "peekViewEditorGutter.background": "#0D1711",
    "peekViewEditorStickyScroll.background": "#0D1711",
    "peekViewEditorStickyScrollGutter.background": "#0D1711",
    "peekViewResult.background": "#0D1711",
    "peekViewResult.selectionBackground": "#D4DDD71F",
    "peekViewResult.selectionForeground": "#E7ECEA",
    "peekViewResult.fileForeground": "#D4DDD7",
    "peekViewResult.lineForeground": "#A5B1AA",
    "debugExceptionWidget.background": "#2B2F27",
    "debugExceptionWidget.border": "#C7665B",
    "editorMarkerNavigation.background": "#1A2921",
    "editorMarkerNavigationError.background": "#E7877B",
    "editorMarkerNavigationError.headerBackground": "#C7665B1F",
    "editorMarkerNavigationWarning.background": "#F1BF4B",
    "editorMarkerNavigationWarning.headerBackground": "#F1BF4B1F",
    "editorMarkerNavigationInfo.background": "#709BC8",
    "editorMarkerNavigationInfo.headerBackground": "#709BC824",
    "input.background": "#121E19",
    "input.border": "#D4DDD71A",
    "inputOption.activeBackground": "#CA924533",
    "inputOption.activeBorder": "#CA924599",
    "inputOption.hoverBackground": "#D4DDD714",
    "inputValidation.errorBackground": "#2F3028",
    "inputValidation.errorForeground": "#D4DDD7",
    "inputValidation.errorBorder": "#E7877B",
    "inputValidation.warningBackground": "#343B26",
    "inputValidation.warningForeground": "#D4DDD7",
    "inputValidation.warningBorder": "#F1BF4B",
    "inputValidation.infoBackground": "#243735",
    "inputValidation.infoForeground": "#D4DDD7",
    "inputValidation.infoBorder": "#709BC8",
    "panelInput.border": "#D4DDD71A",

Showing 150 of 1,620 lines.

paris-carrelage.jsonsave as themes/paris-carrelage.json
in your project
{
  "name": "paris-carrelage",
  "type": "light",
  "semanticHighlighting": true,
  "colors": {
    "editor.background": "#EEF2F1",
    "editorGutter.background": "#EEF2F1",
    "editorPane.background": "#EEF2F1",
    "breadcrumb.background": "#EEF2F1",
    "editorGroupHeader.tabsBackground": "#E1E6E5",
    "editorGroupHeader.noTabsBackground": "#EEF2F1",
    "tab.activeBackground": "#EEF2F1",
    "tab.unfocusedActiveBackground": "#E8ECEB",
    "tab.inactiveBackground": "#E1E6E5",
    "tab.hoverBackground": "#27342F0A",
    "tab.unfocusedHoverBackground": "#27342F08",
    "sideBar.background": "#E1E6E5",
    "sideBarTitle.background": "#E1E6E5",
    "sideBarSectionHeader.background": "#E1E6E5",
    "sideBarStickyScroll.background": "#E1E6E5",
    "activityBar.background": "#E1E6E5",
    "titleBar.activeBackground": "#E1E6E5",
    "titleBar.inactiveBackground": "#D5DBDA",
    "statusBar.background": "#E1E6E5",
    "statusBar.noFolderBackground": "#E1E6E5",
    "panel.background": "#E1E6E5",
    "panelStickyScroll.background": "#E1E6E5",
    "panelSectionHeader.background": "#E1E6E5",
    "outputView.background": "#E1E6E5",
    "outputViewStickyScroll.background": "#E1E6E5",
    "editorStickyScroll.background": "#EEF2F1",
    "editorStickyScrollGutter.background": "#EEF2F1",
    "editorStickyScrollHover.background": "#27342F0A",
    "welcomePage.background": "#EEF2F1",
    "walkThrough.embeddedEditorBackground": "#E1E6E5",
    "sideBar.border": "#27342F24",
    "activityBar.border": "#E1E6E5",
    "sideBarActivityBarTop.border": "#27342F24",
    "titleBar.border": "#27342F24",
    "statusBar.border": "#27342F24",
    "statusBar.noFolderBorder": "#27342F24",
    "panel.border": "#27342F24",
    "panelSection.border": "#27342F24",
    "panelSectionHeader.border": "#27342F24",
    "editorGroup.border": "#27342F24",
    "editorGroupHeader.tabsBorder": "#27342F24",
    "sideBySideEditor.horizontalBorder": "#27342F24",
    "sideBySideEditor.verticalBorder": "#27342F24",
    "tab.border": "#E1E6E5",
    "tab.activeBorder": "#EEF2F1",
    "tab.activeBorderTop": "#764C00",
    "tab.unfocusedActiveBorder": "#EEF2F1",
    "tab.unfocusedActiveBorderTop": "#764C0059",
    "tab.lastPinnedBorder": "#27342F1A",
    "tab.dragAndDropBorder": "#764C00",
    "sideBarSectionHeader.border": "#27342F14",
    "sideBarStickyScroll.shadow": "#27342F1A",
    "editorStickyScroll.shadow": "#27342F1A",
    "panelStickyScroll.shadow": "#27342F1A",
    "scrollbar.shadow": "#27342F1A",
    "focusBorder": "#764C0099",
    "sash.hoverBorder": "#764C00B2",
    "profiles.sashBorder": "#27342F24",
    "settings.sashBorder": "#27342F24",
    "simpleFindWidget.sashBorder": "#27342F1A",
    "widget.shadow": "#27342F24",
    "widget.border": "#27342F24",
    "editorWidget.background": "#F6F8F8",
    "editorWidget.foreground": "#27342F",
    "editorWidget.border": "#27342F24",
    "editorWidget.resizeBorder": "#764C0099",
    "editorSuggestWidget.background": "#F6F8F8",
    "editorSuggestWidget.border": "#27342F24",
    "editorSuggestWidget.selectedBackground": "#27342F1A",
    "editorSuggestWidgetStatus.foreground": "#6C7C76",
    "editorHoverWidget.background": "#F6F8F8",
    "editorHoverWidget.foreground": "#27342F",
    "editorHoverWidget.border": "#27342F24",
    "editorHoverWidget.statusBarBackground": "#27342F0A",
    "editorHoverWidget.highlightForeground": "#916D07",
    "editorActionList.background": "#F6F8F8",
    "editorActionList.foreground": "#27342F",
    "editorActionList.focusBackground": "#27342F1A",
    "editorActionList.focusForeground": "#19221E",
    "quickInput.background": "#F6F8F8",
    "quickInputTitle.background": "#27342F0A",
    "quickInputList.focusBackground": "#27342F1A",
    "pickerGroup.foreground": "#764C00",
    "pickerGroup.border": "#27342F12",
    "menu.background": "#F6F8F8",
    "menu.border": "#27342F24",
    "menu.selectionBackground": "#27342F1A",
    "menu.selectionBorder": "#00000000",
    "menu.separatorBackground": "#27342F12",
    "menubar.selectionBackground": "#27342F12",
    "menubar.selectionForeground": "#19221E",
    "menubar.selectionBorder": "#00000000",
    "notifications.background": "#F6F8F8",
    "notifications.border": "#27342F24",
    "notificationToast.border": "#27342F24",
    "notificationCenter.border": "#27342F24",
    "notificationCenterHeader.background": "#27342F0A",
    "notificationCenterHeader.foreground": "#3B4742",
    "notificationLink.foreground": "#25629B",
    "debugToolBar.background": "#F6F8F8",
    "debugToolBar.border": "#27342F24",
    "breadcrumbPicker.background": "#F6F8F8",
    "listFilterWidget.background": "#F6F8F8",
    "listFilterWidget.outline": "#764C0099",
    "listFilterWidget.noMatchesOutline": "#88251E",
    "listFilterWidget.shadow": "#27342F1A",
    "editorGroup.dropIntoPromptBackground": "#F6F8F8",
    "editorGroup.dropIntoPromptForeground": "#27342F",
    "peekView.border": "#764C0080",
    "peekViewTitle.background": "#F6F8F8",
    "peekViewTitleLabel.foreground": "#19221E",
    "peekViewTitleDescription.foreground": "#6C7C76",
    "peekViewEditor.background": "#E1E6E5",
    "peekViewEditorGutter.background": "#E1E6E5",
    "peekViewEditorStickyScroll.background": "#E1E6E5",
    "peekViewEditorStickyScrollGutter.background": "#E1E6E5",
    "peekViewResult.background": "#E1E6E5",
    "peekViewResult.selectionBackground": "#27342F1A",
    "peekViewResult.selectionForeground": "#19221E",
    "peekViewResult.fileForeground": "#27342F",
    "peekViewResult.lineForeground": "#4A5752",
    "debugExceptionWidget.background": "#EBE3E2",
    "debugExceptionWidget.border": "#88251E",
    "editorMarkerNavigation.background": "#F6F8F8",
    "editorMarkerNavigationError.background": "#88251E",
    "editorMarkerNavigationError.headerBackground": "#88251E1F",
    "editorMarkerNavigationWarning.background": "#916D07",
    "editorMarkerNavigationWarning.headerBackground": "#916D071F",
    "editorMarkerNavigationInfo.background": "#25629B",
    "editorMarkerNavigationInfo.headerBackground": "#25629B24",
    "input.background": "#F6F8F8",
    "input.border": "#27342F24",
    "inputOption.activeBackground": "#764C0029",
    "inputOption.activeBorder": "#764C0099",
    "inputOption.hoverBackground": "#27342F12",
    "inputValidation.errorBackground": "#E9DFDE",
    "inputValidation.errorForeground": "#27342F",
    "inputValidation.errorBorder": "#88251E",
    "inputValidation.warningBackground": "#EAE7DB",
    "inputValidation.warningForeground": "#27342F",
    "inputValidation.warningBorder": "#916D07",
    "inputValidation.infoBackground": "#DDE6ED",
    "inputValidation.infoForeground": "#27342F",
    "inputValidation.infoBorder": "#25629B",
    "panelInput.border": "#27342F24",

Showing 150 of 1,620 lines.