Skip to content

sdeering/Sublime3-Theme-NotepadPlusPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Sublime 3 Notepad++ Theme

For those who like the look & feel of Notepad++ but the awesomeness of Sublime Text ❤. then this is for you! Load together with Soda Theme (light) for the ultimate Sublime experience!

look & feel of Notepad++

1 Minute Setup

  1. Download & Install Sublime 3.
  2. Install Sublime Package Manager (https://sublime.wbond.net/installation)
  3. Add Soda Theme (https://github.com/buymeasoda/soda-theme)
  4. Go to Preferences > Browse Packages... and clone this theme into there (~/AppData/Roaming/Sublime Text 3/Packages/)
  5. Add the following into Preferences > Settings > User

{
       "autoIndent": true,
       "color_scheme": "Packages/Theme - NotepadPlusPlus/Notepad-Plus-Plus.tmTheme",
       "copyOnMouseSelect": false,
       "drawWhiteSpace": "none",
       "font_face": "Courier New",
       "font_size": 10,
       "gutter": true,
       "highlightLine": true,
       "rulers": false,
       "tab_size": 4,
       "translate_tabs_to_spaces": true,
       "trim_trailing_white_space_on_save": true,
       "use_tab_stops": true,
       "wantVerticalScrollBar": false,
       "theme": "Soda Light.sublime-theme",
       "ignored_packages": ["Vintage"]
}
  1. Restart Sublime

Star ★ me!!! Enjoy =)

Note: It's also compatiable with Sublime 2.

Releases

No releases published

Packages

No packages published