Skip to content

Commit 700780d

Browse files
author
Rachel Macfarlane
authored
Set default colors for 'minimap.selectionHighlight' in other built in themes
1 parent 83e4713 commit 700780d

9 files changed

Lines changed: 18 additions & 6 deletions

File tree

extensions/theme-abyss/themes/abyss-color-theme.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@
358358
"diffEditor.removedTextBackground": "#892F4688",
359359
// "diffEditor.removedTextBorder": "",
360360

361+
362+
// Editor: Minimap
363+
"minimap.selectionHighlight": "#750000",
364+
361365
// Workbench: Title
362366
"titleBar.activeBackground": "#10192c",
363367
// "titleBar.activeForeground": "",
@@ -439,4 +443,4 @@
439443
"terminal.ansiBrightCyan": "#78ffff",
440444
"terminal.ansiBrightWhite": "#ffffff"
441445
}
442-
}
446+
}

extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"inputOption.activeBorder": "#a57a4c",
1818
"selection.background": "#84613daa",
1919
"editor.selectionBackground": "#84613daa",
20+
"minimap.selectionHighlight": "#84613daa",
2021
"editorWidget.background": "#131510",
2122
"editorHoverWidget.background": "#221a14",
2223
"editorGroupHeader.tabsBackground": "#131510",
@@ -398,4 +399,4 @@
398399
}
399400
}
400401
]
401-
}
402+
}

extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"editor.background": "#1e1e1e",
1212
"editor.foreground": "#c5c8c6",
1313
"editor.selectionBackground": "#676b7180",
14+
"minimap.selectionHighlight": "#676b7180",
1415
"editor.selectionHighlightBackground": "#575b6180",
1516
"editor.lineHighlightBackground": "#303030",
1617
"editorLineNumber.activeForeground": "#949494",
@@ -588,4 +589,4 @@
588589
}
589590
}
590591
]
591-
}
592+
}

extensions/theme-monokai/themes/monokai-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"selection.background": "#ccccc7",
2424
"editor.selectionHighlightBackground": "#575b6180",
2525
"editor.selectionBackground": "#878b9180",
26+
"minimap.selectionHighlight": "#878b9180",
2627
"editor.wordHighlightBackground": "#4a4a7680",
2728
"editor.wordHighlightStrongBackground": "#6a6a9680",
2829
"editor.lineHighlightBackground": "#3e3d32",

extensions/theme-quietlight/themes/quietlight-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@
499499
"editor.lineHighlightBackground": "#E4F6D4",
500500
"editorLineNumber.activeForeground": "#9769dc",
501501
"editor.selectionBackground": "#C9D0D9",
502+
"minimap.selectionHighlight": "#C9D0D9",
502503
"tab.modifiedBorder": "#f1897f",
503504
"panel.background": "#F5F5F5",
504505
"sideBar.background": "#F2F2F2",

extensions/theme-red/themes/Red-color-theme.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"editor.foreground": "#F8F8F8",
2222
"editorWhitespace.foreground": "#c10000",
2323
"editor.selectionBackground": "#750000",
24+
"minimap.selectionHighlight": "#750000",
2425
"editorLineNumber.foreground": "#ff777788",
2526
"editorLineNumber.activeForeground": "#ffbbbb88",
2627
"editorWidget.background": "#300000",
@@ -411,4 +412,4 @@
411412
}
412413
}
413414
]
414-
}
415+
}

extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
"editor.lineHighlightBackground": "#073642",
360360
"editorLineNumber.activeForeground": "#949494",
361361
"editor.selectionBackground": "#274642",
362+
"minimap.selectionHighlight": "#274642",
362363
"editorIndentGuide.background": "#93A1A180",
363364
"editorIndentGuide.activeBackground": "#C3E1E180",
364365
"editorHoverWidget.background": "#004052",

extensions/theme-solarized-light/themes/solarized-light-color-theme.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@
350350
"editorWhitespace.foreground": "#586E7580",
351351
"editor.lineHighlightBackground": "#EEE8D5",
352352
"editor.selectionBackground": "#EEE8D5",
353+
"minimap.selectionHighlight": "#EEE8D5",
353354
"editorIndentGuide.background": "#586E7580",
354355
"editorIndentGuide.activeBackground": "#081E2580",
355356
"editorHoverWidget.background": "#CCC4B0",
@@ -486,4 +487,4 @@
486487
// Interactive Playground
487488
"walkThrough.embeddedEditorBackground": "#00000014"
488489
}
489-
}
490+
}

extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-theme.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"editor.background": "#002451",
1515
"editor.foreground": "#ffffff",
1616
"editor.selectionBackground": "#003f8e",
17+
"minimap.selectionHighlight": "#003f8e",
1718
"editor.lineHighlightBackground": "#00346e",
1819
"editorLineNumber.activeForeground": "#949494",
1920
"editorCursor.foreground": "#ffffff",
@@ -255,4 +256,4 @@
255256
}
256257
}
257258
]
258-
}
259+
}

0 commit comments

Comments
 (0)