From 12e91a85f43d9f7e648bd62f0bf7836f5027a7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 10 Aug 2024 00:31:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(vscodium):=20overwrite=20some?= =?UTF-8?q?=20colors=20from=20the=20ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/VSCodium/User/settings.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index af3873f2..6724b708 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -13,16 +13,17 @@ "catppuccin.italicKeywords": false, "terminal.integrated.minimumContrastRatio": 1, "editor.semanticHighlighting.enabled": true, - "catppuccin.workbenchMode": "minimal", - /* "catppuccin.customUIColors": { "all": { - "activityBar.background": "mantle", - "activityBar.activeBorder": "mantle", - "editorGroupHeader.tabsBackground": "mantle" + "activityBar.background": "base", + "activityBar.border": "base", + "sideBar.background": "base", + "editorGroupHeader.tabsBackground": "mantle", + "tab.inactiveBackground": "mantle", + "tab.unfocusedActiveBackground": "mantle", + "tab.unfocusedInactiveBackground": "mantle" } }, - */ // Font "editor.fontFamily": "JetBrainsMono Nerd Font", @@ -119,7 +120,7 @@ }, // Custom css "apc.stylesheet": { - ".title-actions": "display: none !important", + // ".title-actions": "display: none !important", ".tabs-and-actions-container > .editor-actions": "display: none !important", ".titlebar-center": "display: none !important", ".titlebar-right": "display: none !important", @@ -1118,6 +1119,5 @@ } ], "editor.matchBrackets": "never", - "workbench.statusBar.visible": false, - "workbench.activityBar.location": "hidden" + "workbench.statusBar.visible": false }