These are my current sublime text 3 settings.
Once you've installed Package Control, download the following packages:
- Material Theme
- Colorsublime
- Facebook color scheme, via Colorsublime package.
- PackageResourceViewer
- Sass
- Laravel Blade Highlighter
- Babel
- DocBlockr
- Emmet
- GitGutter
- SideBarEnhancements
- TrailingSpaces
- AdvancedNewFile
Add the settings.json
file contents to your User Settings found within Sublime Text > Preferences > Settings - User
.
- Use PackageResourceViewer to extract your Material Theme so that you can modify its contents.
- Go to
Sublime Text > Preferences > Browse Packages
, locate theMaterial Theme
folder.
Change every reference of 38, 50, 56
to 37, 43, 57
.
Under @ TABS
:
- Go to
// Tabs
, comment out"layer1.texture": "Material Theme/assets/default/tab_current.png",
and underneath add"layer1.tint": [30, 34, 45],
. - Go to
// Selected current tab
and change thelayer1.opacity
to1
.
Go into Sublime Text > Preferences > Package Settings > Trailing Spaces > Settings - User
and add the following:
{
"trailing_spaces_highlight_color": "invalid.illegal"
}