Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Dark Modern FlowNew to Visual Studio Code? Get it now.
Dark Modern Flow

Dark Modern Flow

u-kitazawa

|
58 installs
| (0) | Free
A theme based on dark modern and light modern themes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dark Modern Flow

Dark Modern をもとにしたテーマです。 独自のCSSに合うようにしています。

おすすめ

カスタムCSSを適用するといい感じになります。 (あくまで自己責任でお願いします)

https://marketplace.visualstudio.com/items?itemName=subframe7536.custom-ui-style

setting.json

{
  ".slider": {
    "border-radius": "7px"
  },

  ".scrollbar" : {
    "display" : "flex ",
    "flex-direction" : "column",
    "justify-content" : "center !important",
    "align-items" : "center !important",
  },

  ".scrollbar.vertical>.slider": {
    "width": "50% !important",
    "margin": "0 0 !important",
    "transition": "width 0.2s",
    "left": "auto !important",
    "&.active": {
      "width": "100% !important",
    }
  },
  ".horizontal>.slider": {
    "height": "50% !important",
    "transition": "height 0.2s",
    "top": "auto !important",
    "&.active": {
      "height": "100% !important"
    }
  },
  ".content": {
    "border-radius": "7px !important"
  },

}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft