Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposition colors for super-dark theme #144

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 31 additions & 22 deletions themes/shades-of-purple-color-theme-super-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"editor.inactiveSelectionBackground": "#7580B8C0", // Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.
"editor.selectionHighlightBackground": "#7E46DF46", // Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.
"editor.linkedEditingBackground": "#7E46DFAA", // HTML Matching Elements.
"editor.wordHighlightBackground": "#FFFFFF0D", // Same words other places.
"editor.wordHighlightStrongBackground": "#FFFFFF0D", // Cursor inside current variable.
"editor.wordHighlightBackground": "#A599E925", // Same words other places.
"editor.wordHighlightStrongBackground": "#A599E930", // Cursor inside current variable.
"editor.findMatchBackground": "#ff7300ab", // #FF7200 Color of the current search match.
"editor.findMatchHighlightBackground": "#FFFF0336", // #FF7200A0 #FFFF0336 #FF730056 Color of the other search matches.The color must not be opaque to not hide underlying decorations.
"editor.findRangeHighlightBackground": "#FFFF0336", // #FF730056 No idea. Color the range limiting the search (Enable 'Find in Selection' in the find widget). The color must not be opaque to not hide underlying decorations.
Expand All @@ -96,7 +96,7 @@
"editor.rangeHighlightBackground": "#1F1F41",
"editorLink.activeForeground": "#A599E9",
"editorIndentGuide.background": "#A599E90F",
"editorIndentGuide.activeBackground": "#A599E942",
"editorIndentGuide.activeBackground1": "#A599E9",
"editorRuler.foreground": "#A599E91C", // Editor Ruler.
"editorOverviewRuler.border": "#A599E91C",
"editorCodeLens.foreground": "#A599E9",
Expand All @@ -122,8 +122,12 @@

// Diff Editor.
// https: //code.visualstudio.com/docs/getstarted/theme-color-reference#_diff-editor-colors
"diffEditor.insertedTextBackground": "#3AD90020",
"diffEditor.removedTextBackground": "#EE3A4320",
"diffEditor.insertedLineBackground": "#00FF0020",
"diffEditor.insertedTextBackground": "#00FF0020",
"diffEditor.insertedTextBorder": "#FFFFFF00",
"diffEditor.removedLineBackground": "#FF000D3C",
"diffEditor.removedTextBackground": "#FF000D3C",
"diffEditor.removedTextBorder": "#FFFFFF00",

// Editor Groups & Tabs.
// "editorGroup.background": "#EC3A37F5", // Deprecated in v1.25
Expand Down Expand Up @@ -153,8 +157,8 @@
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_editor-widget-colors
"editorWidget.background": "#131327",
"editorWidget.border": "#1F1F41",
"editorHoverWidget.background": "#161633",
"editorHoverWidget.border": "#161633",
"editorHoverWidget.background": "#1E1E3F",
"editorHoverWidget.border": "#4D21FC",
"editorSuggestWidget.background": "#1F1F41",
"editorSuggestWidget.border": "#1F1F41",
"editorSuggestWidget.foreground": "#A599E9",
Expand Down Expand Up @@ -203,15 +207,15 @@
// Lists and Trees.
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_lists-and-trees
"list.dropBackground": "#191830",
"list.activeSelectionBackground": "#191830",
"list.activeSelectionBackground": "#2D2B55",
"list.activeSelectionForeground": "#FFFFFF",
"list.focusBackground": "#191830",
"list.focusForeground": "#FFFFFF",
"list.highlightForeground": "#FAD000",
"list.hoverBackground": "#191830",
"list.hoverForeground": "#CEC5FF",
"list.inactiveSelectionBackground": "#191830",
"list.inactiveSelectionForeground": "#AAA",
"list.hoverBackground": "#1E1E3F",
"list.hoverForeground": "#D5CDFF",
"list.inactiveSelectionBackground": "#2D2B55",
"list.inactiveSelectionForeground": "#FFFFFF",

// Merge Conflicts.
"merge.currentHeaderBackground": "#3AD90070",
Expand Down Expand Up @@ -245,13 +249,13 @@
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_peek-view-colors
"peekView.border": "#FAD000",
"peekViewEditor.background": "#15152b",
"peekViewEditor.matchHighlightBackground": "#19354900",
"peekViewEditor.matchHighlightBackground": "#FF73007B",
"peekViewEditorGutter.background": "#191935",
"peekViewResult.background": "#15152b",
"peekViewResult.fileForeground": "#AAA",
"peekViewResult.lineForeground": "#FFFFFF",
"peekViewResult.matchHighlightBackground": "#191830",
"peekViewResult.selectionBackground": "#191830",
"peekViewResult.matchHighlightBackground": "#FF73007B",
"peekViewResult.selectionBackground": "#282854",
"peekViewResult.selectionForeground": "#FFFFFF",
"peekViewTitle.background": "#1F1F41",
"peekViewTitleDescription.foreground": "#AAA",
Expand All @@ -268,10 +272,10 @@

// Scroll Bar Control.
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_scroll-bar-control
"scrollbar.shadow": "#a599e981",
"scrollbarSlider.background": "#a599e981",
"scrollbarSlider.hoverBackground": "#4D21FC",
"scrollbarSlider.activeBackground": "#FAD000",
"scrollbar.shadow": "#1E1E3F",
"scrollbarSlider.background": "#FAD00020",
"scrollbarSlider.hoverBackground": "#FAD00025",
"scrollbarSlider.activeBackground": "#FAD00040",

// Status Bar Colors.
// The Status Bar is shown in the bottom of the workbench.
Expand Down Expand Up @@ -324,8 +328,8 @@
"textBlockQuote.background": "#15152b",
"textBlockQuote.border": "#6943FF",
"textCodeBlock.background": "#15152b",
"textLink.activeForeground": "#5706a2",
"textLink.foreground": "#5706a2",
"textLink.activeForeground": "#FFEE80",
"textLink.foreground": "#FFEE80",
"textPreformat.foreground": "#FAD000",
"textSeparator.foreground": "#15152b",

Expand Down Expand Up @@ -367,6 +371,8 @@

// Customizable menu.
"menu.separatorBackground": "#A599E9",
"menu.background": "#1E1E3F",
"menu.selectionBorder": "#FAD000B3",

// Tab stops.
"editor.snippetTabstopHighlightBackground": "#6943ff62",
Expand All @@ -380,7 +386,10 @@
"listFilterWidget.noMatchesOutline": "#EC3A37F5",

// Border color of active sashes.
"sash.hoverBorder": "#FAD000"
"sash.hoverBorder": "#FAD000",

// Command center
"commandCenter.activeBorder": "#FAD000B3",

// TODO: Colors to be added.
// "inputValidation.infoForeground": "#FAD000", // Input validation foreground color for information severity.
Expand Down