ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

lioshi​Theme

by lioshi ALL

A dark theme for sublime text

Details

  • 2016.11.29.12.00.38
  • github.​com
  • github.​com
  • 8 years ago
  • 1 hour ago
  • 12 years ago

Installs

  • Total 4K
  • Win 2K
  • Mac 862
  • Linux 801
Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6
Windows 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Mac 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 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 0

Readme

Source
raw.​githubusercontent.​com

lioshiTheme

A dark scheme for sublime text based on Tommorrow night by http://chriskempson.com . Theme added with help of Material Theme by Mattia Astorino http://equinusocio.github.io/material-theme .

screenshot 1 lioshiTheme on sublime Text 3 screenshot 2 lioshiTheme on sublime Text 3 screenshot 3 lioshiTheme on sublime Text 3 screenshot 4 lioshiTheme on sublime Text 3

Easy installation

You can install this theme through the Package Control : https://packagecontrol.io/installation. Search for “lioshiTheme”, install, restart Sublime Text.

Edit user settings like followed

{
    "color_scheme": "Packages/lioshiTheme/schemes/lioshi.tmTheme",
    "theme": "lioshi.sublime-theme",
    "lioshi_big_tab": false,              // default option value
    "lioshi_disable_fileicons": false,    // default option value 
    // smart options
    "always_show_minimap_viewport": true,                               
    "bold_folder_labels": true,           
    "font_size": 10,
    "indent_guide_options":
        [
        "draw_normal",
        "draw_active"
        ],
    "overlay_scroll_bars": "enabled" 
}