industrial_coding is a minimal dark Theme for Sublime Text 3. Also it is a syntax color scheme.
- Make sure you already have Package Control installed.
- Choose Install Package from the Command Palette (via
Tools > Coomand Palettefrom the main menu or cmd/ctrl + shift + p). - Select
industrial coding themeand press Enter.
- Find your 'Packages' directory using the menu item
Preferences -> Browse Packages... - Download the GitHub .zip
- Unzip the files into your Sublime Text
Packages/User/directory.
or
- Clone the repository
git clone https://github.com/zaizupro/industrial-coding-theme.gitinto your Sublime TextPackages/User/directory.
Open command palette via Tools > Command Palette (or cmd/ctrl + shift + p) and type ICT: Activate theme.
Activate this theme and color scheme by modifying your user preferences file, which you can find using the menu item 'Sublime Text -> Preferences -> Settings - User'.
Then add the following code settings.
normal colors
"theme": "industrial_coding.sublime-theme",
"color_scheme": "Packages/User/industrial-coding-theme/industrial_coding_normal.tmTheme"bleak colors
"theme": "industrial_coding.sublime-theme",
"color_scheme": "Packages/User/industrial-coding-theme/industrial_coding_bleak.tmTheme"For supableak theme:
"theme": "industrial_coding.sublime-theme",
"color_scheme": "Packages/User/industrial-coding-theme/industrial_coding_supableak.tmTheme", "mouse_wheel_switches_tabs": true, // comment
"font_terminus": true, // set custom font and size for elements
// marked as "MARKER FOR REPLACING WITH UR FONT"
// in 'industrial_coding.sublime-theme' file
// default - Terminus
"show_tab_close_buttons": true, // show x on tabs
"bold_folder_labels": true, // bold font on sidebar folders labels
"bold_sidebar_labels": true, // bold font on sidebar entry labels
"sidebar_font_nobold": true, // no-bold font in side bar
"statusbar_big_bold": true, // big bold status bar font for terminus
"sidebar_no_icon": true, // deprecated
"folder_no_icon": true, // show/hide folder icon in side barCopyright (c) 2018 ZaizuPro
See LICENSE for details.
