All Projects → SeanCline → Npp Vs2012 Dark

SeanCline / Npp Vs2012 Dark

Visual Studio 2012 Dark Theme for Notepad++

Projects that are alternatives of or similar to Npp Vs2012 Dark

Zsh Syntax Highlighting
Fish shell like syntax highlighting for Zsh.
Stars: ✭ 13,245 (+5512.29%)
Mutual labels:  syntax-highlighting
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (-26.27%)
Mutual labels:  syntax-highlighting
Highlight
Source code to formatted text converter
Stars: ✭ 191 (-19.07%)
Mutual labels:  syntax-highlighting
Modern Cpp Font Lock
C++ font-lock for Emacs
Stars: ✭ 159 (-32.63%)
Mutual labels:  syntax-highlighting
Biosyntax
Syntax highlighting for computational biology
Stars: ✭ 164 (-30.51%)
Mutual labels:  syntax-highlighting
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (-24.58%)
Mutual labels:  syntax-highlighting
Jupyter themes
A plugin to select syntax highlighting on Jupyter
Stars: ✭ 151 (-36.02%)
Mutual labels:  syntax-highlighting
Intellij Hcl
HCL language support for IntelliJ platform based IDEs
Stars: ✭ 207 (-12.29%)
Mutual labels:  syntax-highlighting
Qt Creator Darcula
Darcula color scheme for Qt Creator GUI and syntax highlighting theme
Stars: ✭ 163 (-30.93%)
Mutual labels:  syntax-highlighting
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (-19.49%)
Mutual labels:  syntax-highlighting
Dot Hugo Documentation Theme
Dot - Hugo Documentation Theme
Stars: ✭ 162 (-31.36%)
Mutual labels:  syntax-highlighting
Brackeys Ide
👨‍💻 Brackeys IDE is a fast and free multi-language code editor for Android.
Stars: ✭ 154 (-34.75%)
Mutual labels:  syntax-highlighting
Zerobranestudio
Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
Stars: ✭ 2,255 (+855.51%)
Mutual labels:  syntax-highlighting
Kilua
A minimal text-editor with lua scripting.
Stars: ✭ 158 (-33.05%)
Mutual labels:  syntax-highlighting
Prettyprint
Beautifully formatted output for your terminal 🌈
Stars: ✭ 195 (-17.37%)
Mutual labels:  syntax-highlighting
Glsl
VSIX Project that provides GLSL language integration.
Stars: ✭ 155 (-34.32%)
Mutual labels:  syntax-highlighting
Bim
small terminal text editor with syntax highlighting
Stars: ✭ 174 (-26.27%)
Mutual labels:  syntax-highlighting
Notehighlight2016
Source code syntax highlighting for OneNote 2016 and OneNote for O365 . NoteHighlight 2013 port for OneNote 2016 (32-bit and 64-bit)
Stars: ✭ 2,907 (+1131.78%)
Mutual labels:  syntax-highlighting
Codeview
Android Code Highlighter
Stars: ✭ 204 (-13.56%)
Mutual labels:  syntax-highlighting
Ngx Highlightjs
Angular syntax highlighting module
Stars: ✭ 187 (-20.76%)
Mutual labels:  syntax-highlighting

VS2012/2013 Dark Theme for Notepad++

This is as close as I can get to a replica of the Visual Studio 2012's Dark theme in Notepad++. I created it to ease switching between files opened in Visual Studio and Notepad++. Particularly close attention has been paid to C, C++, and XML but a number of other languages have been tested.

Installation (per-machine)

  1. Download VS2012-Dark.xml, making sure to get the raw version, to %PROGRAMFILES%\Notepad++\themes (%PROGRAMFILES(X86)%\Notepad++\themes on 64-bit systems).
  2. Restart Notepad++.
  3. Open Settings->Style Configurator.
  4. Select VS2012-Dark from the theme drop-down box.
  5. Click Save & Close

Issues

While the colours are very close, if not spot on, there are some differences in appearance between this theme and VS2012. Visual Studio uses information from Intelisense to differentiate between class identifiers and variable identifiers. Notepad++'s lexer is more primitive and cannot make this distinction. Notepad++ is also not as good as interpreting precompiler statements. But that's OK, you don't use them anyway, right?

If you find anything else wrong, feel free to let me know.

Screenshot

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].