Rimmosso impostazioni inutili da settings.json nei config files di VSCodium.

Cambiate icone nei file .desktop di dendron-workspace e python-lab-workspace
This commit is contained in:
Luca Pellegrini 2022-11-24 20:43:41 +01:00
parent 7555025ff6
commit a02664bc0d
3 changed files with 4 additions and 32 deletions

View File

@ -2,37 +2,9 @@
"extensions.autoUpdate": false,
"workbench.colorTheme": "Monokai",
"editor.minimap.enabled": false,
"editor.fontSize": 18,
"editor.fontSize": 16,
"zenMode.hideLineNumbers": false,
"breadcrumbs.enabled": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorCustomizations": {
"[Material Theme Ocean High Contrast]": {
"activityBarBadge.background": "#80CBC4",
"activityBar.activeBorder": "#80CBC4",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionForeground": "#80CBC4",
"list.highlightForeground": "#80CBC4",
"scrollbarSlider.activeBackground": "#80CBC450",
"editorSuggestWidget.highlightForeground": "#80CBC4",
"textLink.foreground": "#80CBC4",
"progressBar.background": "#80CBC4",
"pickerGroup.foreground": "#80CBC4",
"tab.activeBorder": "#80CBC4",
"notificationLink.foreground": "#80CBC4",
"editorWidget.resizeBorder": "#80CBC4",
"editorWidget.border": "#80CBC4",
"settings.modifiedItemIndicator": "#80CBC4",
"settings.headerForeground": "#80CBC4",
"panelTitle.activeBorder": "#80CBC4",
"breadcrumb.activeSelectionForeground": "#80CBC4",
"menu.selectionForeground": "#80CBC4",
"menubar.selectionForeground": "#80CBC4",
"editor.findMatchBorder": "#80CBC4",
"selection.background": "#80CBC440",
"statusBarItem.remoteBackground": "#80CBC4"
}
},
"materialTheme.accent": "Teal",
"workbench.statusBar.visible": false
}
}

View File

@ -3,6 +3,6 @@ Name=dendron (workspace)
Exec=codium --new-window /Data/Dendron/dendron.code-workspace
Comment=Quaderno di appunti personale
Terminal=false
Icon=notes
Icon=/home/luca/.icons/dendron-logo-256.png
Type=Application
Categories=Office;

View File

@ -3,6 +3,6 @@ Name=Python-Lab (workspace)
Exec=codium --new-window /Data/Git/python-lab/python-lab.code-workspace
Comment=VSCodium Workspace per il repository Git 'python-lab'
Terminal=false
Icon=gitg
Icon=web-github
Type=Application
Categories=Development;