Skip to content

Commit

Permalink
Consider to use dots instead of camel-case (fixes #25428) (#25621)
Browse files Browse the repository at this point in the history
* Consider to use dots instead of camel-case (fixes #25428)

* 💄
  • Loading branch information
bpasero authored Apr 28, 2017
1 parent ccdc5fa commit ff9f7b3
Show file tree
Hide file tree
Showing 26 changed files with 680 additions and 680 deletions.
46 changes: 23 additions & 23 deletions build/npm/update-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@ var fs = require('fs');
var plist = require('fast-plist');

var mappings = {
"background": ["editorBackground"],
"foreground": ["editorForeground"],
"hoverHighlight": ["editorHoverHighlight"],
"linkForeground": ["editorLinkForeground"],
"selection": ["editorSelection"],
"inactiveSelection": ["editorInactiveSelection"],
"selectionHighlightColor": ["editorSelectionHighlight"],
"wordHighlight": ["editorWordHighlight"],
"wordHighlightStrong": ["editorWordHighlightStrong"],
"findMatchHighlight": ["editorFindMatchHighlight", "peekViewEditorMatchHighlight"],
"currentFindMatchHighlight": ["editorFindMatch"],
"findRangeHighlight": ["editorFindRangeHighlight"],
"referenceHighlight": ["peekViewResultsMatchForeground"],
"lineHighlight": ["editorLineHighlight"],
"rangeHighlight": ["editorRangeHighlight"],
"caret": ["editorCursor"],
"invisibles": ["editorWhitespaces"],
"guide": ["editorIndentGuides"],
"ansiBlack": ["terminalAnsiBlack"], "ansiRed": ["terminalAnsiRed"], "ansiGreen": ["terminalAnsiGreen"], "ansiYellow": ["terminalAnsiYellow"],
"ansiBlue": ["terminalAnsiBlue"], "ansiMagenta": ["terminalAnsiMagenta"], "ansiCyan": ["terminalAnsiCyan"], "ansiWhite": ["terminalAnsiWhite"],
"ansiBrightBlack": ["terminalAnsiBrightBlack"], "ansiBrightRed": ["terminalAnsiBrightRed"], "ansiBrightGreen": ["terminalAnsiBrightGreen"],
"ansiBrightYellow": ["terminalAnsiBrightYellow"], "ansiBrightBlue": ["terminalAnsiBrightBlue"], "ansiBrightMagenta": ["terminalAnsiBrightMagenta"],
"ansiBrightCyan": ["terminalAnsiBrightCyan"], "ansiBrightWhite": ["terminalAnsiBrightWhite"]
"background": ["editor.background"],
"foreground": ["editor.foreground"],
"hoverHighlight": ["editor.hoverHighlightBackground"],
"linkForeground": ["editorLink.foreground"],
"selection": ["editor.selectionBackground"],
"inactiveSelection": ["editor.inactiveSelectionBackground"],
"selectionHighlightColor": ["editor.selectionHighlightBackground"],
"wordHighlight": ["editor.wordHighlightBackground"],
"wordHighlightStrong": ["editor.wordHighlightStrongBackground"],
"findMatchHighlight": ["editor.findMatchHighlightBackground", "peekViewEditor.matchHighlightBackground"],
"currentFindMatchHighlight": ["editor.findMatchBackground"],
"findRangeHighlight": ["editor.findRangeHighlightBackground"],
"referenceHighlight": ["peekViewResult.lineForeground"],
"lineHighlight": ["editor.lineHighlightBackground"],
"rangeHighlight": ["editor.rangeHighlightBackground"],
"caret": ["editorCursor.foreground"],
"invisibles": ["editorWhitespace.foreground"],
"guide": ["editorIndentGuide.background"],
"ansiBlack": ["terminal.ansiBlack"], "ansiRed": ["terminal.ansiRed"], "ansiGreen": ["terminal.ansiGreen"], "ansiYellow": ["terminal.ansiYellow"],
"ansiBlue": ["terminal.ansiBlue"], "ansiMagenta": ["terminal.ansiMagenta"], "ansiCyan": ["terminal.ansiCyan"], "ansiWhite": ["terminal.ansiWhite"],
"ansiBrightBlack": ["terminal.ansiBrightBlack"], "ansiBrightRed": ["terminal.ansiBrightRed"], "ansiBrightGreen": ["terminal.ansiBrightGreen"],
"ansiBrightYellow": ["terminal.ansiBrightYellow"], "ansiBrightBlue": ["terminal.ansiBrightBlue"], "ansiBrightMagenta": ["terminal.ansiBrightMagenta"],
"ansiBrightCyan": ["terminal.ansiBrightCyan"], "ansiBrightWhite": ["terminal.ansiBrightWhite"]
};

exports.update = function (srcName, destName) {
Expand Down
270 changes: 135 additions & 135 deletions extensions/theme-abyss/themes/abyss-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,173 +255,173 @@
// "foreground": "",
"focusBorder": "#596F99",

// "widgetShadow": "",
// "widget.shadow": "",

"inputBoxBackground": "#181f2f",
// "inputBoxBorder": "",
// "inputBoxForeground": "",
"inputBoxActiveOptionBorder": "#1D4A87",
"inputValidationInfoBorder": "#384078",
"inputValidationInfoBackground": "#051336",
"inputValidationWarningBackground": "#5B7E7A",
"inputValidationWarningBorder": "#5B7E7A",
"inputValidationErrorBackground": "#A22D44",
"inputValidationErrorBorder": "#AB395B",
"input.background": "#181f2f",
// "input.border": "",
// "input.foreground": "",
"inputOption.activeBorder": "#1D4A87",
"inputValidation.infoBorder": "#384078",
"inputValidation.infoBackground": "#051336",
"inputValidation.warningBackground": "#5B7E7A",
"inputValidation.warningBorder": "#5B7E7A",
"inputValidation.errorBackground": "#A22D44",
"inputValidation.errorBorder": "#AB395B",

// "dropdownBackground": "#181f2f",
// "dropdownForeground": "",
// "dropdownBorder": "",
// "dropdown.background": "#181f2f",
// "dropdown.foreground": "",
// "dropdown.border": "",

"buttonBackground": "#455064",
"buttonHoverBackground": "#4A5C6B",
// "buttonForeground": "",
"button.background": "#455064",
"button.hoverBackground": "#4A5C6B",
// "button.foreground": "",

"listFocusAndSelectionBackground": "#08286b",
// "listFocusAndSelectionForeground": "",
"listActiveSelectionBackground": "#011B51",
// "listActiveSelectionForeground": "",
"listFocusBackground": "#08286b",
"listHoverBackground": "#041D52",
"listInactiveSelectionBackground": "#152037",
"listDropBackground": "#041D52",
// "listHighlightForeground": "",
"list.focusAndSelectionBackground": "#08286b",
// "list.focusAndSelectionForeground": "",
"list.activeSelectionBackground": "#011B51",
// "list.activeSelectionForeground": "",
"list.focusBackground": "#08286b",
"list.hoverBackground": "#041D52",
"list.inactiveSelectionBackground": "#152037",
"list.dropBackground": "#041D52",
// "list.highlightForeground": "",

"scrollbarShadow": "#515E91AA",
"scrollbarSliderActiveBackground": "#3B3F5188",
"scrollbarSliderBackground": "#1F223088",
"scrollbarSliderHoverBackground": "#3B3F5188",
"scrollbar.shadow": "#515E91AA",
"scrollbarSlider.activeBackground": "#3B3F5188",
"scrollbarSlider.background": "#1F223088",
"scrollbarSlider.hoverBackground": "#3B3F5188",

// Editor
"editorBackground": "#000c18",
"editorForeground": "#6688cc",
"editorWidgetBackground": "#262641",
"editorCursor": "#ddbb88",
"editorWhitespaces": "#103050",
"editorLineHighlight": "#082050",
"editorSelection": "#770811",
"editorIndentGuides": "#002952",
"editorHoverBackground": "#000c38",
"editorHoverBorder": "#004c18",
"editorLineNumbers": "#406385",
"editorMarkerNavigationBackground": "#060621",
"editorMarkerNavigationError": "#FF0000",
"editorMarkerNavigationWarning": "#00FF00",
"editorActiveLinkForeground": "#0063a5",
// "editorFindMatch": "",
"editorFindMatchHighlight": "#eeeeee44",
// "editorFindRangeHighlight": "",
// "editorHoverHighlight": "",
// "editorInactiveSelection": "",
// "editorLineHighlightBorder": "",
"editorLinkForeground": "#0063a5",
// "editorRangeHighlight": "",
// "editorSelectionHighlight": "",
// "editorSuggestWidgetBackground": "",
// "editorSuggestWidgetBorder": "",
// "editorWordHighlight": "",
// "editorWordHighlightStrong": "",
"editor.background": "#000c18",
"editor.foreground": "#6688cc",
"editorWidget.background": "#262641",
"editorCursor.foreground": "#ddbb88",
"editorWhitespace.foreground": "#103050",
"editor.lineHighlightBackground": "#082050",
"editor.selectionBackground": "#770811",
"editorIndentGuide.background": "#002952",
"editorHoverWidget.background": "#000c38",
"editorHoverWidget.border": "#004c18",
"editorLineNumber.foreground": "#406385",
"editorMarkerNavigation.background": "#060621",
"editorMarkerNavigationError.background": "#FF0000",
"editorMarkerNavigationWarning.background": "#00FF00",
"editorLink.activeForeground": "#0063a5",
// "editor.findMatchBackground": "",
"editor.findMatchHighlightBackground": "#eeeeee44",
// "editor.findRangeHighlightBackground": "",
// "editor.hoverHighlightBackground": "",
// "editor.inactiveSelectionBackground": "",
// "editor.lineHighlightBorder": "",
"editorLink.foreground": "#0063a5",
// "editor.rangeHighlightBackground": "",
// "editor.selectionHighlightBackground": "",
// "editorSuggestWidget.background": "",
// "editorSuggestWidget.border": "",
// "editor.wordHighlightBackground": "",
// "editor.wordHighlightStrongBackground": "",

// Editor: Peek View
"peekViewResultsBackground": "#060621",
// "peekViewResultsMatchForeground": "",
// "peekViewResultsSelectionBackground": "",
// "peekViewResultsSelectionForeground": "",
"peekViewEditorBackground": "#10192c",
"peekViewTitleBackground": "#10192c",
"peekViewBorder": "#2b2b4a",
"peekViewEditorMatchHighlight": "#eeeeee33",
// "peekViewResultsFileForeground": "",
"peekViewResultsMatchHighlight": "#eeeeee44",
// "peekViewTitleForeground": "",
// "peekViewTitleInfoForeground": "",
"peekViewResult.background": "#060621",
// "peekViewResult.lineForeground": "",
// "peekViewResult.selectionBackground": "",
// "peekViewResult.selectionForeground": "",
"peekViewEditor.background": "#10192c",
"peekViewTitle.background": "#10192c",
"peekView.border": "#2b2b4a",
"peekViewEditor.matchHighlightBackground": "#eeeeee33",
// "peekViewResult.fileForeground": "",
"peekViewResult.matchHighlightBackground": "#eeeeee44",
// "peekViewTitleLabel.foreground": "",
// "peekViewTitleDescription.foreground": "",

// Editor: Diff
"diffEditorInserted": "#31958A55",
// "diffEditorInsertedOutline": "",
"diffEditorRemoved": "#892F4688",
// "diffEditorRemovedOutline": "",
"diffEditor.insertedTextBackground": "#31958A55",
// "diffEditor.insertedTextBorder": "",
"diffEditor.removedTextBackground": "#892F4688",
// "diffEditor.removedTextBorder": "",

// Workbench: Title
"titleBarActiveBackground": "#10192c",
// "titleBarActiveForeground": "",
"titleBarInactiveBackground": "#10192caa",
// "titleBarInactiveForeground": "",
"titleBar.activeBackground": "#10192c",
// "titleBar.activeForeground": "",
"titleBar.inactiveBackground": "#10192caa",
// "titleBar.inactiveForeground": "",

// Workbench: Editors
// "editorGroupHeaderBackground": "",
"editorGroupBorder": "#2b2b4a",
"editorGroupBackground": "#1c1c2a",
"editorMasterDetailsBorder": "#10192c",
"editorDragAndDropBackground": "#25375daa",
// "editorGroupHeader.noTabsBackground": "",
"editorGroup.border": "#2b2b4a",
"editorGroup.background": "#1c1c2a",
"masterDetailsEditor.border": "#10192c",
"editorGroup.dropBackground": "#25375daa",

// Workbench: Tabs
"tabsContainerBackground": "#1c1c2a",
"tabBorder": "#2b2b4a",
// "tabActiveBackground": "",
"tabInactiveBackground": "#10192c",
// "tabActiveEditorGroupActiveForeground": "",
// "tabActiveEditorGroupInactiveForeground": "",
// "tabInactiveEditorGroupActiveForeground": "",
// "tabInactiveEditorGroupInactiveForeground": "",
"editorGroupHeader.tabsBackground": "#1c1c2a",
"tab.border": "#2b2b4a",
// "tab.activeBackground": "",
"tab.inactiveBackground": "#10192c",
// "tab.activeForeground": "",
// "tab.activeWithInactiveEditorGroupForeground": "",
// "tab.inactiveForeground": "",
// "tab.inactiveWithInactiveEditorGroupForeground": "",

// Workbench: Activity Bar
"activityBarBackground": "#051336",
// "activityBarForeground": "",
"activityBarBadgeBackground": "#0063a5",
// "activityBarBadgeForeground": "",
// "activityBarDragAndDropBackground": "#25375daa",
"activityBar.background": "#051336",
// "activityBar.foreground": "",
"activityBarBadge.background": "#0063a5",
// "activityBarBadge.foreground": "",
// "activityBar.dropBackground": "#25375daa",

// Workbench: Panel
// "panelBackground": "",
"panelBorder": "#2b2b4a",
// "panelActiveTitleBorder": "",
// "panelActiveTitleForeground": "",
// "panelInactiveTitleForeground": "",
// "panel.background": "",
"panel.border": "#2b2b4a",
// "panelTitle.activeBorder": "",
// "panelTitle.activeForeground": "",
// "panelTitle.inactiveForeground": "",

// Workbench: Side Bar
"sideBarBackground": "#060621",
// "sideBarTitleForeground": "",
"sideBarSectionHeaderBackground": "#10192c",
"sideBar.background": "#060621",
// "sideBarTitle.foreground": "",
"sideBarSectionHeader.background": "#10192c",

// Workbench: Status Bar
"statusBarBackground": "#10192c",
"statusBarNoFolderBackground": "#10192c",
"statusBarDebuggingBackground": "#10192c",
// "statusBarForeground": "",
"statusBarProminentItemBackground": "#0063a5",
"statusBarProminentItemHoverBackground": "#0063a5dd",
"statusBarItemActiveBackground": "#ffffff33",
"statusBarItemHoverBackground": "#ffffff22",
"statusBar.background": "#10192c",
"statusBar.noFolderBackground": "#10192c",
"statusBar.debuggingBackground": "#10192c",
// "statusBar.foreground": "",
"statusBarItem.prominentBackground": "#0063a5",
"statusBarItem.prominentHoverBackground": "#0063a5dd",
"statusBarItem.activeBackground": "#ffffff33",
"statusBarItem.hoverBackground": "#ffffff22",

// Workbench: Debug
"debugToolBarBackground": "#051336",
"debugExceptionWidgetBackground": "#051336",
// "debugExceptionWidgetBorder": "",
"debugToolBar.background": "#051336",
"debugExceptionWidget.background": "#051336",
// "debugExceptionWidget.border": "",

// Workbench: Notifications
"notificationsBackground": "#051336",
// "notificationsForeground": "",
"notification.background": "#051336",
// "notification.foreground": "",

// Workbench: Quick Open
"pickerGroupBorder": "#596F99",
"pickerGroupForeground": "#596F99"
"pickerGroup.border": "#596F99",
"pickerGroup.foreground": "#596F99"

// Workbench: Terminal
// "terminalAnsiBlack": "",
// "terminalAnsiBlue": "",
// "terminalAnsiBrightBlack": "",
// "terminalAnsiBrightBlue": "",
// "terminalAnsiBrightCyan": "",
// "terminalAnsiBrightGreen": "",
// "terminalAnsiBrightMagenta": "",
// "terminalAnsiBrightRed": "",
// "terminalAnsiBrightWhite": "",
// "terminalAnsiBrightYellow": "",
// "terminalAnsiCyan": "",
// "terminalAnsiGreen": "",
// "terminalAnsiMagenta": "",
// "terminalAnsiRed": "",
// "terminalAnsiWhite": "",
// "terminalAnsiYellow": ""
// "terminal.ansiBlack": "",
// "terminal.ansiBlue": "",
// "terminal.ansiBrightBlack": "",
// "terminal.ansiBrightBlue": "",
// "terminal.ansiBrightCyan": "",
// "terminal.ansiBrightGreen": "",
// "terminal.ansiBrightMagenta": "",
// "terminal.ansiBrightRed": "",
// "terminal.ansiBrightWhite": "",
// "terminal.ansiBrightYellow": "",
// "terminal.ansiCyan": "",
// "terminal.ansiGreen": "",
// "terminal.ansiMagenta": "",
// "terminal.ansiRed": "",
// "terminal.ansiWhite": "",
// "terminal.ansiYellow": ""
}
}
10 changes: 5 additions & 5 deletions extensions/theme-defaults/themes/dark_defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "vscode://schemas/color-theme",
"name": "Dark Default Colors",
"colors": {
"editorBackground": "#1e1e1e",
"editorForeground": "#D4D4D4",
"editorInactiveSelection": "#3A3D41",
"editorIndentGuides": "#404040",
"editorSelectionHighlight": "#add6ff26"
"editor.background": "#1e1e1e",
"editor.foreground": "#D4D4D4",
"editor.inactiveSelectionBackground": "#3A3D41",
"editorIndentGuide.background": "#404040",
"editor.selectionHighlightBackground": "#add6ff26"
}
}
6 changes: 3 additions & 3 deletions extensions/theme-defaults/themes/hc_black_defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "vscode://schemas/color-theme",
"name": "High Contrast Default Colors",
"colors": {
"editorBackground": "#000000",
"editorForeground": "#FFFFFF",
"editorIndentGuides": "#FFFFFF"
"editor.background": "#000000",
"editor.foreground": "#FFFFFF",
"editorIndentGuide.background": "#FFFFFF"
}
}
Loading

0 comments on commit ff9f7b3

Please sign in to comment.