Theme - LP
Light interface theme for SublimeText
Details
Installs
- Total 5K
- Win 3K
- Mac 783
- Linux 886
Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Theme - LP
Light and Purple (LP) theme for Sublime Text 2/3. Project site - github.com/dubeg/theme-lp
Screenshots
Visual Studio Light Style
Installation
Using Sublime Package Control
Using Will Bond's Sublime Package Control,
- Open the Command Palette
Tools -> Command Palette...
. - Type
Package Control: Install Package
. - Search for
Theme - LP
in the packages list.
Download Manually
- Download the files using the GitHub .zip download option
- Unzip the files and rename the folder to
Theme - LP
- Find your
Packages
directory using the menu itemPreferences -> Browse Packages...
- Copy the folder into your Sublime Text
Packages
directory
Activation
To configure Sublime Text to use the theme, follow the instructions below.
- Open your User Settings Preferences file
Sublime Text -> Preferences -> Settings - User
. - Add (or update) your theme entry according to your version of Sublime text.
ST3
"theme": "LP3.sublime-theme"
ST2
"theme": "LP2.sublime-theme"
Visual Studio Style
To use the vs style, you must add a file named 'Widget - LP3.sublime-settings' (OR 'Widget - LP2.sublime-settings' for ST2) in your User directory, with the following content:
{
"color_scheme": "Packages/Theme - LP/assets/Widget_VS.stTheme"
}
In your User Settings, add the following line:
"lp_use_vs" : true
Note that this style overrides settings for tabs and the active sidebar row. To use the vs folder icon, add this line to your User settings:
"lp_use_folder_icon2": true
Configuration
You can use the settings below to customize the theme to your liking.
All possible User Settings
"lp_hide_btn_close_tab" : true,
"lp_always_show_minimap_viewport" : true,
"lp_autohide_scrollbars" : true,
"lp_bold_folder_labels" : true,
"lp_mouse_wheel_switches_tabs" : true,
"lp_highlight_active_sidebar_row" : true,
"lp_hide_file_icons" : true,
"lp_hide_folders" : true,
"lp_hide_group_icons" : true,
"lp_hide_scrollbars" : true,
"lp_use_folder_icon1" : true, // Default
"lp_use_folder_icon2" : true,
"lp_use_folder_icon3" : true,
"lp_use_folder_icon4" : true,
"lp_use_group_icon1" : true, // Default
"lp_use_group_icon2" : true,
"lp_use_group_icon3" : true,
"lp_use_group_icon4" : true,
"lp_use_sidebar_active_row_style1": true, // Default
"lp_use_sidebar_active_row_style2": true,
"lp_use_sidebar_active_row_style3": true,
"lp_use_tab_dirty_icon1": true, // Default
"lp_use_tab_dirty_icon2": true,
"lp_use_tab_style0" : true, // Default
"lp_use_tab_style1" : true,
"lp_use_tab_style2" : true,
"lp_use_tab_style3" : true,
"lp_use_tab_style4" : true,
"lp_use_tab_style5" : true,
"lp_use_small_tabs": true,
"lp_use_mini_tabs": true,
// -----------------------------------------------
// New with 1.1.0
// -----------------------------------------------
"lp_use_vs" : true, // Visual Studio UI Style
// -----------------------------------------------
// New with 1.2.0
// -----------------------------------------------
"lp_use_vs_medium_tabs" : true , // Medium height
"lp_use_vs_medium_wide_tabs" : true, // Medium height and width
Resolution Support
No support for High DPI displays yet. If you have issues with some UI parts, please tell me.
Bonus
Color Scheme
The color scheme seen in the screenshots is simply called Visual Studio, available at mihaifm's github page..
Credits
Some assets used in this theme are from (or modified from):
- Soda theme, by Ian Hill (buymeasoda.com)
- Numix project (Numix - ST3)
- Seti project (Seti UI - Atom) (Seti - ST3)
- Visual Studio 2013
License
LP Theme is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. You are free to share and remix the theme, however please abide by the license terms when doing so.
The following details apply to the Creative Commons license “author specified” components:
Attribution example: Based on LP Theme.
Naming guidelines: If you create and distribute a derivative theme, please give your theme a unique and original name that does not directly include “LP Theme” (or a close variant) in the main project title, repo name or Package Control name.