xtream1101 / Monokai-ST3-theme-for-vscode

Fork Monokai theme from sublime text 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monokai from ST3

Fork Sublime's iconic Monokai Orig theme, and is the most beautiful themes for codding that I've ever seen in my life.

GitHub repository

CHANGELOG

CHANGELOG.MD

History

Many years, I used for developing beautiful Sublime Text, different versions with Monokai theme. After I had started using vscode, I found that default syntax highlighting is a little bit different from ST3. So, I developed this extension to fix it.

Docs & Contribute

To start using your extension with Visual Studio Code copy it into the <user home>/.vscode/extensions folder and restart Code. But I suggest you to use official Marketplace inside vscode. Go to VS code Marketplace

Yep, I can make a mistakes in code or this file and so on. I used to vscode for web developing, writing scripts (Bash, PowerShall) and some experiments with other languages. Sorry, but I can't check all programming languages in the world.

So, if you would have any comment or suggest or you find bugs, I would be happy received pull-request for you. Or, you can create an issue and even send me an email? and we try to find solutions.

Tweaks

If you would like to play around with new colors, use the setting workbench.colorCustomizations to customize the currently selected theme.

I recommend you enable custom titleBar and menu for linux/Windows - add "window.titleBarStyle": "custom" to your settings.

Check my favorites customization example below, you can add this snippet in your "settings.json" file:

Nice black status bar, thanks to acesmndr:

"workbench.colorCustomizations":{
  "statusBar.background" : "#1A1A1A",
  "statusBar.noFolderBackground" : "#212121",
  "statusBar.debuggingBackground": "#263238"
}

tweak_1

If you want return default status bar color:

"workbench.colorCustomizations":{
  "statusBar.background" : "#007acc"
}

tweak_2

PowerShall colors for terminal:

"workbench.colorCustomizations":{
  "terminal.background": "#012456"
}

tweak_3

ScreenShot

Default Monokai in VS Code

screenshot 1

Monokai ST3 in VS Code

screenshot 2

Monokai in Sublime Text 3

screenshot 3

Enjoy!

About

Fork Monokai theme from sublime text 3

License:MIT License


Languages

Language:Go 38.3%Language:PHP 22.6%Language:HTML 15.4%Language:Less 9.9%Language:TypeScript 5.0%Language:JavaScript 4.4%Language:SCSS 2.0%Language:Shell 1.6%Language:Python 0.7%