config-files/codium/.config/VSCodium/User/settings.json

38 lines
1.6 KiB
JSON

{
"extensions.autoUpdate": false,
"workbench.colorTheme": "Monokai",
"editor.minimap.enabled": false,
"editor.fontSize": 18,
"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
}