industrial-coding-theme
Hyper Super Duper sublime text 3 theme for industrial coding.
Details
Installs
- Total 3K
- Win 2K
- Mac 532
- Linux 726
May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
industrial-coding-theme
industrial_coding is a minimal dark Theme for Sublime Text 3. Also it is a syntax color scheme.
Design & Colors
supa
bleak
Installation:
via Package Control
- Make sure you already have Package Control installed.
- Choose Install Package from the Command Palette (via
Tools > Coomand Palette
from the main menu or cmd/ctrl + shift + p). - Select
industrial coding theme
and press Enter.
or Manual Installation
- 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.git
into your Sublime TextPackages/User/
directory.
Activation
Via Command Palette (Recommended)
Open command palette via Tools > Command Palette
(or cmd/ctrl + shift + p) and type ICT: Activate theme
.
Via Preferences
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",
Configuration
Settings
"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 bar
LICENSE
Copyright © 2018 ZaizuPro
See LICENSE
for details.