kbrose / vsc-python-indent

Correctly indent python code on the fly, in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent
MIT License
82 stars 19 forks source link

Which theme does demo.gif use? #86

Closed guoaoo closed 3 years ago

guoaoo commented 3 years ago

What a comfortable theme, could I know its name? 😆 demo

kbrose commented 3 years ago

Sure thing! I use "Palenight" from community material themes. I've also tweaked the contrast of some border lines with the following settings:

    "workbench.colorCustomizations": {
        "[Community Material Theme Palenight]": {
            "panel.border": "#00000030",
            "sideBar.border": "#00000030",
            "activityBar.border": "#00000030"
        }
    }
guoaoo commented 3 years ago

Sure thing! I use "Palenight" from community material themes. I've also tweaked the contrast of some border lines with the following settings:

    "workbench.colorCustomizations": {
        "[Community Material Theme Palenight]": {
            "panel.border": "#00000030",
            "sideBar.border": "#00000030",
            "activityBar.border": "#00000030"
        }
    }

Thank you! I will download this theme and close this issue 😗