Hi! I saw somewhere that there's a snippet for VSC...
# questions
y
Hi! I saw somewhere that there's a snippet for VSCode settings to apply
kedro
style to the IDE. Anyone has it close by?
j
here is the relevant
settings.json
piece:
Copy code
"workbench.colorCustomizations": {
        "[Default Dark+]": {
            "activityBarBadge.background": "#ffc900",
            "activityBarBadge.foreground": "#000",
            "button.background": "#ffc900",
            "button.foreground": "#000",
            "textLink.foreground": "#ffc900",
            "textLink.activeForeground": "#ffc900",
            "statusBar.background": "#00ffbc",
            "statusBar.foreground": "#000",
            "statusBar.noFolderBackground": "#00ffbc",
            "statusBar.noFolderForeground": "#000",
        }
    },
let me know what you think! 😁
👍 2
👍🏼 1
🆒 2
y
Thanks - that's what I was looking for.
d
We need this on the docs 💪
j
and we have @Stephanie Kaiser's Slack theme too! #202020,#121016,#FFC900,#000000,#000000,#FFFFFF,#00FFBC,#000000,#202020,#FFFFFF
❤️ 1
y
@datajoely yes - in this section
💯 2