highlighter-theme.json — ui Source File
Architecture documentation for highlighter-theme.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"name": "Lambda Studio — Blackout",
"semanticHighlighting": true,
"colors": {
"editorLink.activeForeground": "#ca8a0488",
"foreground": "#fff8",
"button.background": "#fff",
"button.foreground": "#000",
"button.hoverBackground": "#fffb",
"list.highlightForeground": "#fff",
"textLink.foreground": "#fff",
"scrollbar.shadow": "#000",
"textLink.activeForeground": "#fff8",
"editor.lineHighlightBackground": "#8881",
"editor.lineHighlightBorder": "#8882",
"editorCursor.foreground": "#fff",
"editor.findMatchBackground": "#fff8",
"editor.findMatchHighlightBackground": "#fff2",
"list.activeSelectionForeground": "#fff",
"list.focusForeground": "#fff",
"list.hoverForeground": "#fff",
"list.inactiveSelectionForeground": "#fff",
"list.inactiveSelectionBackground": "#000",
"list.focusBackground": "#000",
"list.focusAndSelectionOutline": "#000",
"list.focusHighlightForeground": "#fff",
"list.hoverBackground": "#000",
"list.focusOutline": "#000",
"list.activeSelectionBackground": "#000",
"editorIndentGuide.background": "#fff2",
"editor.background": "#000",
"editor.foreground": "#fff",
"editor.foldBackground": "#000",
"editor.hoverHighlightBackground": "#000",
"editor.selectionBackground": "#8888",
"editor.inactiveSelectionBackground": "#8882",
"gitDecoration.modifiedResourceForeground": "#fff",
"gitDecoration.untrackedResourceForeground": "#a7cb7b",
"gitDecoration.conflictingResourceForeground": "#ca8a04",
"gitDecoration.deletedResourceForeground": "#c97b89",
"listFilterWidget.background": "#000",
"input.background": "#fff1",
"titleBar.activeForeground": "#fff",
"editorWidget.background": "#000",
"editorGutter.background": "#000",
"debugToolBar.background": "#000",
"commandCenter.background": "#000",
"sideBarSectionHeader.background": "#000",
"focusBorder": "#fff8",
"titleBar.activeBackground": "#000",
"titleBar.inactiveBackground": "#000",
"breadcrumb.background": "#000",
"activityBar.background": "#000",
"activityBar.foreground": "#fff8",
"panel.background": "#000",
"sideBar.background": "#000",
"sideBarTitle.foreground": "#fff8",
"tab.hoverBackground": "#000",
"terminal.background": "#000",
"statusBar.background": "#000",
// ... (321 more lines)
Source
Frequently Asked Questions
What does highlighter-theme.json do?
highlighter-theme.json is a source file in the ui codebase, written in json.
Where is highlighter-theme.json in the architecture?
highlighter-theme.json is located at deprecated/www/lib/highlighter-theme.json (directory: deprecated/www/lib).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free