File tree 3 files changed +8
-3
lines changed
extensions/theme-defaults/themes
src/vs/gitpod/browser/workbench
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 23
23
"minimapSlider.activeBackground" : " #44403C" ,
24
24
"tab.inactiveBackground" : " #1C1917" ,
25
25
"editor.selectionBackground" : " #A35800" ,
26
- "editor.inactiveSelectionBackground" : " #7A4200"
26
+ "editor.inactiveSelectionBackground" : " #7A4200" ,
27
+ "textLink.foreground" : " #ffb45b" ,
28
+ "textLink.activeForeground" : " #ff8a00"
27
29
}
28
30
}
Original file line number Diff line number Diff line change 23
23
"minimapSlider.activeBackground" : " #F9F9F9" ,
24
24
"tab.inactiveBackground" : " #F9F9F9" ,
25
25
"editor.selectionBackground" : " #FFE4BC" ,
26
- "editor.inactiveSelectionBackground" : " #FFE4BC"
26
+ "editor.inactiveSelectionBackground" : " #FFE4BC" ,
27
+ "textLink.foreground" : " #ffb45b" ,
28
+ "textLink.activeForeground" : " #ff8a00"
27
29
}
28
30
}
Original file line number Diff line number Diff line change @@ -826,7 +826,8 @@ async function doStart(): Promise<IDisposable> {
826
826
'minimapSlider.activeBackground' : '#F9F9F9' ,
827
827
'tab.inactiveBackground' : '#F9F9F9' ,
828
828
'editor.selectionBackground' : '#FFE4BC' ,
829
- 'editor.inactiveSelectionBackground' : '#FFE4BC'
829
+ 'editor.inactiveSelectionBackground' : '#FFE4BC' ,
830
+ 'textLink.foreground' : '#ffb45b'
830
831
}
831
832
} ,
832
833
configurationDefaults : {
You can’t perform that action at this time.
0 commit comments