@@ -171,10 +171,6 @@ const THEMES_REGISTRY: ReadonlyArray<AppThemeDefinition> = [
171171 ...BASE_ICON_THEME . icons [ "git.commit" ] ,
172172 tone : "info" ,
173173 } ,
174- "nav.settings.appearance" : {
175- ...BASE_ICON_THEME . icons [ "nav.settings.appearance" ] ,
176- tone : "accent" ,
177- } ,
178174 } ) ,
179175 monaco : {
180176 base : "vs-dark" ,
@@ -255,10 +251,6 @@ const THEMES_REGISTRY: ReadonlyArray<AppThemeDefinition> = [
255251 ...BASE_ICON_THEME . icons [ "git.commit" ] ,
256252 tone : "info" ,
257253 } ,
258- "nav.settings.appearance" : {
259- ...BASE_ICON_THEME . icons [ "nav.settings.appearance" ] ,
260- tone : "accent" ,
261- } ,
262254 } ) ,
263255 monaco : {
264256 base : "vs" ,
@@ -346,10 +338,6 @@ const THEMES_REGISTRY: ReadonlyArray<AppThemeDefinition> = [
346338 ...BASE_ICON_THEME . icons [ "git.action.refresh" ] ,
347339 tone : "info" ,
348340 } ,
349- "nav.settings.appearance" : {
350- ...BASE_ICON_THEME . icons [ "nav.settings.appearance" ] ,
351- tone : "accent" ,
352- } ,
353341 } ) ,
354342 monaco : {
355343 base : "vs-dark" ,
@@ -437,10 +425,6 @@ const THEMES_REGISTRY: ReadonlyArray<AppThemeDefinition> = [
437425 ...BASE_ICON_THEME . icons [ "git.action.refresh" ] ,
438426 tone : "info" ,
439427 } ,
440- "nav.settings.appearance" : {
441- ...BASE_ICON_THEME . icons [ "nav.settings.appearance" ] ,
442- tone : "accent" ,
443- } ,
444428 } ) ,
445429 monaco : {
446430 base : "vs" ,
@@ -536,10 +520,6 @@ const THEMES_REGISTRY: ReadonlyArray<AppThemeDefinition> = [
536520 ...BASE_ICON_THEME . icons [ "git.commit" ] ,
537521 tone : "accent" ,
538522 } ,
539- "nav.settings.appearance" : {
540- ...BASE_ICON_THEME . icons [ "nav.settings.appearance" ] ,
541- tone : "accent" ,
542- } ,
543523 "nav.settings.providers" : {
544524 ...BASE_ICON_THEME . icons [ "nav.settings.providers" ] ,
545525 tone : "info" ,
@@ -647,10 +627,6 @@ const THEMES_REGISTRY: ReadonlyArray<AppThemeDefinition> = [
647627 ...BASE_ICON_THEME . icons [ "git.commit" ] ,
648628 tone : "accent" ,
649629 } ,
650- "nav.settings.appearance" : {
651- ...BASE_ICON_THEME . icons [ "nav.settings.appearance" ] ,
652- tone : "accent" ,
653- } ,
654630 "nav.settings.providers" : {
655631 ...BASE_ICON_THEME . icons [ "nav.settings.providers" ] ,
656632 tone : "info" ,
0 commit comments