File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
extensions/theme-defaults/themes
src/vs/gitpod/browser/workbench Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2323 "minimapSlider.activeBackground" : " #44403C" ,
2424 "tab.inactiveBackground" : " #1C1917" ,
2525 "editor.selectionBackground" : " #A35800" ,
26- "editor.inactiveSelectionBackground" : " #7A4200"
26+ "editor.inactiveSelectionBackground" : " #7A4200" ,
27+ "textLink.foreground" : " #ffb45b" ,
28+ "textLink.activeForeground" : " #ff8a00"
2729 }
2830}
Original file line number Diff line number Diff line change 2323 "minimapSlider.activeBackground" : " #F9F9F9" ,
2424 "tab.inactiveBackground" : " #F9F9F9" ,
2525 "editor.selectionBackground" : " #FFE4BC" ,
26- "editor.inactiveSelectionBackground" : " #FFE4BC"
26+ "editor.inactiveSelectionBackground" : " #FFE4BC" ,
27+ "textLink.foreground" : " #ffb45b" ,
28+ "textLink.activeForeground" : " #ff8a00"
2729 }
2830}
Original file line number Diff line number Diff line change @@ -826,7 +826,8 @@ async function doStart(): Promise<IDisposable> {
826826 'minimapSlider.activeBackground' : '#F9F9F9' ,
827827 'tab.inactiveBackground' : '#F9F9F9' ,
828828 'editor.selectionBackground' : '#FFE4BC' ,
829- 'editor.inactiveSelectionBackground' : '#FFE4BC'
829+ 'editor.inactiveSelectionBackground' : '#FFE4BC' ,
830+ 'textLink.foreground' : '#ffb45b'
830831 }
831832 } ,
832833 configurationDefaults : {
You can’t perform that action at this time.
0 commit comments