🎨 ux(vscodium): overwrite some colors from the ui
This commit is contained in:
parent
7111964212
commit
12e91a85f4
1 changed files with 9 additions and 9 deletions
|
@ -13,16 +13,17 @@
|
||||||
"catppuccin.italicKeywords": false,
|
"catppuccin.italicKeywords": false,
|
||||||
"terminal.integrated.minimumContrastRatio": 1,
|
"terminal.integrated.minimumContrastRatio": 1,
|
||||||
"editor.semanticHighlighting.enabled": true,
|
"editor.semanticHighlighting.enabled": true,
|
||||||
"catppuccin.workbenchMode": "minimal",
|
|
||||||
/*
|
|
||||||
"catppuccin.customUIColors": {
|
"catppuccin.customUIColors": {
|
||||||
"all": {
|
"all": {
|
||||||
"activityBar.background": "mantle",
|
"activityBar.background": "base",
|
||||||
"activityBar.activeBorder": "mantle",
|
"activityBar.border": "base",
|
||||||
"editorGroupHeader.tabsBackground": "mantle"
|
"sideBar.background": "base",
|
||||||
|
"editorGroupHeader.tabsBackground": "mantle",
|
||||||
|
"tab.inactiveBackground": "mantle",
|
||||||
|
"tab.unfocusedActiveBackground": "mantle",
|
||||||
|
"tab.unfocusedInactiveBackground": "mantle"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
*/
|
|
||||||
|
|
||||||
// Font
|
// Font
|
||||||
"editor.fontFamily": "JetBrainsMono Nerd Font",
|
"editor.fontFamily": "JetBrainsMono Nerd Font",
|
||||||
|
@ -119,7 +120,7 @@
|
||||||
},
|
},
|
||||||
// Custom css
|
// Custom css
|
||||||
"apc.stylesheet": {
|
"apc.stylesheet": {
|
||||||
".title-actions": "display: none !important",
|
// ".title-actions": "display: none !important",
|
||||||
".tabs-and-actions-container > .editor-actions": "display: none !important",
|
".tabs-and-actions-container > .editor-actions": "display: none !important",
|
||||||
".titlebar-center": "display: none !important",
|
".titlebar-center": "display: none !important",
|
||||||
".titlebar-right": "display: none !important",
|
".titlebar-right": "display: none !important",
|
||||||
|
@ -1118,6 +1119,5 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editor.matchBrackets": "never",
|
"editor.matchBrackets": "never",
|
||||||
"workbench.statusBar.visible": false,
|
"workbench.statusBar.visible": false
|
||||||
"workbench.activityBar.location": "hidden"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue