Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>soft sightNew to Visual Studio Code? Get it now.

soft sight

Sajidur Rahman

|
3,423 installs
| (6) | Free
A color theme that feels soft in the eyes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

banner

Soft sight

A color theme for vscode that feels soft and pleasant to eyes.

go-sample


version   installs   ratings

Languages

While most languages should work out of the box, it's currently optimized for:

  • HTML, CSS, JSON
  • JavaScript, TypeScript, JSX
  • Go, PHP, Ruby, Python
  • More language support are being added.

Installation

1. Using marketplace

  • This color theme is freely available in the visual studio code marketplace.

2. Using vscode

  • Press Ctrl+P
  • Copy & paste
ext install sajibsrs.soft-sight
  • Enter

Recommended settings

Here are vscode settings if you want your editor to look similar to preview screenshots.

1. Titlebar settings

{
    "workbench.colorCustomizations": {
            "[soft sight]": {
                "titleBar.activeBackground": "#1b1e2b",
                "titleBar.activeForeground": "#53677a",
            }
        },
        "window.titleBarStyle": "custom"
}

2. Editor settings.

{
    "editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
    "editor.fontSize": 18,
    "editor.lineHeight": 25,
    "editor.fontLigatures": true,
    "editor.cursorWidth": 3,
    "editor.cursorBlinking": "phase",
    "editor.renderWhitespace": "none",
    "editor.cursorSmoothCaretAnimation": true,
    "editor.scrollbar.vertical": "hidden",
    "editor.scrollbar.verticalScrollbarSize": 0
}

What's new

Click here to view the changelog

Notes

  • Still in beta version. So there might be some issues.
  • Please feel to submit your opinion and problem as issue.
  • You can send modifications and improvements as PR.
  • Licensed under MIT License.

Made with ❤️ by Sajidur Rahman. If you like it, then please rate it.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft