Skip to content

Commit cc4a82f

Browse files
Minimap background, slider and Git state colors (#179)
Added support for the new minimap background, slider and Git state colors [1] that were introduced in VSCode version 1.43.0 [2] (February 2020) and version 1.41.0 [3] (November 2019). [1]: https://code.visualstudio.com/api/references/theme-color#minimap [2]: https://code.visualstudio.com/updates/v1_43#_minimap-background-and-slider-colors [3]: https://code.visualstudio.com/updates/v1_41#_minimap-decorations-for-errors-warnings-and-content-changes Resolves GH-178
1 parent f6d5ea5 commit cc4a82f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

themes/nord-color-theme.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,17 @@
135135
"merge.incomingHeaderBackground": "#8fbcbb66",
136136
"merge.incomingContentBackground": "#8fbcbb4d",
137137
"merge.border": "#3b425200",
138+
"minimap.background": "#2e3440",
139+
"minimap.errorHighlight": "#bf616acc",
138140
"minimap.findMatchHighlight": "#88c0d0",
141+
"minimap.selectionHighlight": "#88c0d0cc",
142+
"minimap.warningHighlight": "#ebcb8bcc",
143+
"minimapGutter.addedBackground": "#a3be8c",
144+
"minimapGutter.deletedBackground": "#bf616a",
145+
"minimapGutter.modifiedBackground": "#ebcb8b",
146+
"minimapSlider.activeBackground": "#434c5eaa",
147+
"minimapSlider.background": "#434c5e99",
148+
"minimapSlider.hoverBackground": "#434c5eaa",
139149

140150
/* `notification.*` keys are legacy support for VS Code versions >1.21.0 */
141151
"notification.background": "#3b4252",

0 commit comments

Comments
 (0)