├── CHANGELOG.md ├── README.md └── img ├── monokai-pro-icons.png └── monokai-pro.png /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Monokai Pro for Visual Studio Code Changelog 2 | 3 | ## 2.0.6 (15-01-25) 4 | 5 | - [fix] UI checkbox, button color tweaks 6 | - [new] cuda c++ icons 7 | - [new] bun.lock icon 8 | 9 | ## 2.0.5 (04-12-24) 10 | 11 | - [fix] rust improvements 12 | - [fix] ansible improvements 13 | 14 | ## 2.0.2 (03-11-24) 15 | 16 | - [fix] light theme categorization 17 | - [fix] UI tweaks 18 | 19 | ## 2.0.1 (24-10-24) 20 | 21 | - [fix] Light activity bar fix 22 | 23 | ## 2.0.0 (23-10-24) 24 | 25 | - [new] Monokai Pro Light 26 | - [new] Monokai Pro Light (filter Sun) 27 | - [new] next.config.ts icon 28 | - [new] bun.lockb icon 29 | - [new] kotlin icon 30 | 31 | ## 1.3.2 (21-04-24) 32 | 33 | - [new] gulpfile icon 34 | 35 | ## 1.3.1 (18-04-24) 36 | 37 | - [fix] command center debug background 38 | - [fix] vue icon 39 | - [fix] various file icon syntax scoping fixes 40 | 41 | ## 1.3.0 (17-04-24) 42 | 43 | - [new] adonisjs icon 44 | - [new] ansible icon 45 | - [new] archive icon 46 | - [new] bun icon 47 | - [new] composer icon 48 | - [new] gruntfile icon 49 | - [new] license icon 50 | - [new] next icon 51 | - [new] nextjs icon 52 | - [new] nginx icon 53 | - [new] nodejs icon 54 | - [new] opengl icon 55 | - [new] postcss icon 56 | - [new] rollup icon 57 | - [new] settings icon 58 | - [new] stylelint icon 59 | - [new] sublime icon 60 | - [new] tailwind icon 61 | - [new] visualstudio icon 62 | - [new] webpack icon 63 | - [new] yarn icon 64 | - [fix] various color fixes 65 | 66 | ## 1.2.2 (22-12-23) 67 | 68 | - [new] inlay hints colors 69 | - [new] astro icon 70 | - [new] mdx icon 71 | - [fix] typescript color improvements 72 | - [fix] java import color fix 73 | - [fix] various color fixes 74 | 75 | ## 1.2.1 (03-05-23) 76 | 77 | - [new] profile badge color 78 | - [fix] trailing comma fix 79 | - [fix] link tailwind syntax to css icon 80 | - [fix] transparent scroll bar in diff view 81 | - [fix] markdown punctuation in links 82 | 83 | ## 1.2.0 (27-11-22) 84 | 85 | - [new] web extension compatible 86 | 87 | ## 1.1.21 (27-08-22) 88 | 89 | - [new] added hare icon 90 | - [new] added clojure icon 91 | - [new] added notebook colors 92 | - [new] added test colors 93 | - [new] added menu colors 94 | - [new] added inline value colors 95 | - [fix] fixed various user interface colors 96 | 97 | ## 1.1.20 (19-01-22) 98 | 99 | - [fix] constants in python 100 | - [fix] docstrings in python 101 | - [new] added svelte icon 102 | - [new] added rescript icon 103 | - [new] added support for untrusted workspaces 104 | - [new] added support for colored bracket pairs 105 | 106 | ## 1.1.19 (06-04-21) 107 | 108 | - [fix] editor theme additions 109 | - [fix] ruby syntax highlight improvements 110 | 111 | ## 1.1.18 (18-11-20) 112 | 113 | - [new] chart colors 114 | - [new] crystal icon 115 | - [fix] git decoration colors 116 | - [fix] vue custom component color 117 | 118 | ## 1.1.17 (09-06-20) 119 | 120 | - [fix] constant variable highlighting 121 | 122 | ## 1.1.16 (06-06-20) 123 | 124 | - [new] haxe icon 125 | - [new] elm icon 126 | - [fix] elm highlight improvements 127 | - [fix] python highlight improvements 128 | - [fix] constant variable highlight improvements 129 | - [fix] remote icon color 130 | - [fix] list selection color 131 | 132 | ## 1.1.15 (17-02-20) 133 | 134 | - [fix] diff highlight text offset 135 | - [fix] updated extension kind 136 | - [new] rust syntax highlighting updates 137 | - [new] toml icon 138 | - [new] dart icon 139 | - [new] matlab icon 140 | - [new] symbol icon colors 141 | - [new] light bulb icon colors 142 | - [new] debug icon colors 143 | 144 | ## 1.1.14 (24-08-19) 145 | 146 | - [new] stylus icon 147 | - [new] added c++ intellisense scopes 148 | - [fix] set extension kind to 'ui' 149 | - [fix] cls python variable color 150 | - [fix] url opener package update 151 | 152 | ## 1.1.13 (26-04-19) 153 | 154 | - [new] classes in html syntax 155 | - [new] ids in html syntax 156 | - [fix] block cursor character color fix 157 | - [fix] julia icon fix 158 | - [fix] closing quote color in style attributes of html tags 159 | 160 | ## 1.1.12 (06-03-19) 161 | 162 | - [fix] italics are back 163 | - [fix] python syntax highlighting 164 | 165 | ## 1.1.11 (03-03-19) 166 | 167 | - [fix] c++ syntax fixes 168 | 169 | ## 1.1.10 (18-02-19) 170 | 171 | - [fix] changed inactive focus background in lists 172 | - [fix] fixed function arguments color in c++ 173 | - [new] added terraform icon 174 | - [new] changed git icon from octocat to official git icon 175 | - [new] added colors for search field in lists 176 | - [new] active color for activity bar 177 | - [new] modified tab colors 178 | - [new] webp images show image icon 179 | 180 | ## 1.1.9 (12-11-18) 181 | 182 | - [fix] SCSS updates 183 | - [fix] show blade icon for laravel blade files 184 | - [fix] increased contrast diff background colors 185 | - [fix] user interface color tweaks 186 | - [new] settings view colors 187 | - [new] todo icon 188 | - [new] julia icon 189 | - [new] fortran icon 190 | 191 | ## 1.1.8 (11-06-18) 192 | 193 | - [fix] reverted highlighting class scopes 194 | 195 | ## 1.1.7 (10-06-18) 196 | 197 | - [fix] updates for new visual code style definitions 198 | - [fix] list hover more prominent 199 | - [fix] current file in sidebar gets subtle background 200 | - [fix] ruby syntax highlighting fixes 201 | - [fix] javascript class name colors 202 | - [fix] github icon 203 | - [fix] go icon 204 | - [new] root folder icons 205 | - [new] npm icon 206 | - [new] angular icon 207 | - [new] erlang icon 208 | - [new] typescript icon 209 | - [new] reason icon 210 | - [new] eslint icon 211 | - [new] .env icon 212 | 213 | ## 1.1.6 (11-04-18) 214 | 215 | - [fix] updates for new visual code style definitions 216 | - [fix] highlight color non-opaque 217 | - [fix] embedded entities fix 218 | - [fix] invisibles a bit less prominent 219 | - [fix] closing bracket color for script tags in html 220 | - [fix] closing php tag 221 | - [new] git status syntax highlighting 222 | - [new] pug icon 223 | - [new] elixir icon 224 | - [new] graphql icon 225 | 226 | ## 1.1.5 (31-12-17) 227 | 228 | - [new] handlebars icon 229 | - [fix] sass / scss updates 230 | - [fix] removed dashed border in diff views 231 | - [fix] ruby syntax highlighting updates 232 | - [fix] react syntax highlighting updates 233 | - [fix] c++ syntax highlighting updates 234 | 235 | ## 1.1.2 (04-10-17) 236 | 237 | - [new] add transparency to tab drop background 238 | - [new] todo / fixme highlighting in python comments 239 | - [fix] sass / scss updates 240 | - [fix] react jsx updates 241 | - [fix] removed dashed borders in version control status 242 | - [fix] find all references files color fix 243 | 244 | ## 1.1.1 (21-09-17) 245 | 246 | - [new] csv and sql icons 247 | - [new] added some JSDoc highlighting 248 | - [new] added underline on active tabs 249 | - [new] defined colors for new editor overview ruler settings 250 | - [fix] changed focus border color 251 | - [fix] debug toolbar background color 252 | - [fix] various syntax highlighting fixes 253 | - [fix] when selecting a Monokai Pro theme, the icon theme will change along only if the current icon theme is already a Monokai Pro icon theme 254 | 255 | ## 1.1.0 (30-08-17) 256 | 257 | - [new] scope selectors rewrite for better syntax highlighting in more languages 258 | - [new] icon and syntax highlighting for restructuredtext 259 | - [new] bold & italic in markdown and other markup languages 260 | - [fix] slightly more contrast for all themes 261 | - [fix] better alignment of icons 262 | - [fix] removed underlines in stylesheet class names 263 | - [fix] fixed notification background colors in vscode insiders 264 | - [fix] removed border around current line in vscode insiders 265 | - [fix] fixed colors in command palette in vscode insiders 266 | - [fix] increased workbench title contrast 267 | - [fix] adjusted dropdown background colors 268 | - [fix] adjusted terminal ansi color for bright black 269 | 270 | ## 1.0.0 (20-08-17) 271 | 272 | Initial release -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Monokai Pro for Visual Studio Code 2 | ================================== 3 | 4 | Beautiful functionality for professional developers 5 | --------------------------------------------------- 6 | 7 | **Monokai Pro** is a color scheme, user interface theme and icon pack for code editors. It has been designed with **beautiful functionality** in mind. Carefully selected shades of color are the foundation of an uncompromising, non-distractive user interface. 8 | 9 | Monokai Pro comes in a **dark theme** and a **light theme**. Regardless of your coding environment, the single goal of Monokai Pro is to let you focus on your code. 10 | 11 | ### ☞ How to install free evaluation for Visual Studio Code: 12 | 13 | ``` 14 | 1. Extensions ‣ Search for 'Monokai Pro' ‣ Install 15 | 2. Command Palette ‣ Monokai Pro: select theme 16 | ``` 17 | 18 | Find out more here: [monokai.pro](https://monokai.pro) 19 | 20 | ![Monokai Pro](https://raw.githubusercontent.com/Monokai/monokai-pro-vscode/main/img/monokai-pro.png) 21 | 22 | Pixel-perfect file icons 23 | ------------------------ 24 | 25 | The icons of Monokai Pro have all been created from scratch to ensure they are easily recognizable on small sizes in the side bar. They are designed to help you quickly find the right files in your project. 26 | 27 | ![Monokai Pro Icons](https://raw.githubusercontent.com/Monokai/monokai-pro-vscode/main/img/monokai-pro-icons.png) 28 | 29 | Color filters 30 | ------------- 31 | 32 | Monokai Pro offers a set of color filters for the dark and light theme. Whatever your mood, there's a color setting that's right for you. 33 | 34 | History of Monokai 35 | ------------------ 36 | 37 | Monokai Pro was created by the same author of the iconic Monokai color palette, first introduced back in 2006. While the classic Monokai remains popular and has inspired many variations over the years, Monokai Pro is its official modern successor, offering a more refined and balanced color scheme. Today, it's the go-to choice for professional developers around the world. -------------------------------------------------------------------------------- /img/monokai-pro-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monokai-pro/vscode/2a6013dbd5ea13a746cd93190d3ef5d4ce7c6f70/img/monokai-pro-icons.png -------------------------------------------------------------------------------- /img/monokai-pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monokai-pro/vscode/2a6013dbd5ea13a746cd93190d3ef5d4ce7c6f70/img/monokai-pro.png --------------------------------------------------------------------------------