Releases: jamiewilson/predawn
New Grey Folder Option
Change the folder icons in the sidebar to grey:
"predawn_sidebar_folder_gray": true
Revised JS Syntax Highlighting
These updates should bring syntax highlighting, primarily for JS files, back to (or very close to) what they were before ST 3103 was released.
Fixing Issues with Scrollbars
Fixes JS Syntax Highlighting for ST 3103 Release
ST2 Sidebar Icons and Alignment
I decided to remove the sidebar folder icon from ST2 and just use the Default theme's arrow icons due to alignment issues.
So, ST3 defaults to folder icons in the sidebar. If you're on ST2 you can still use Predawn's new collapsed/expanded arrows with the setting:
"predawn_sidebar_arrows": true
Predawn Version 2.0 [BREAKING CHANGES]
BREAKING CHANGES!
- All Predawn options are prefixed with
predawn_
now. - A new tab underline option has been added
- A narrower sidebar option is now available
- Smaller quick panel option
- other small refinements
List of all options and defaults:
// Panel Options
"predawn_findreplace_small": false,
"predawn_quick_panel_small": false,
// Sidebar Options
"predawn_sidebar_arrows": false,
"predawn_sidebar_large": false,
"predawn_sidebar_medium": false,
"predawn_sidebar_narrow": false,
"predawn_sidebar_small": false,
"predawn_sidebar_xlarge": false,
"predawn_sidebar_xsmall": false,
// Tabs Options
"predawn_tabs_active_underline": false,
"predawn_tabs_large": false,
"predawn_tabs_medium": false,
"predawn_tabs_small": false
Fix for Open Folder icon on Builds ≤ 3059
1.3.4 Fix for Open Folder Icon on Builds ≤ 3059
New Installation Instructions!
{
"theme": "predawn.sublime-theme",
"color_scheme": "Packages/Predawn/predawn.tmTheme"
}
FOR ALL DEV BUILDS 3062+ use,
{
"theme": "predawn-DEV.sublime-theme",
"color_scheme": "Packages/Predawn/predawn.tmTheme"
}
*** IMPORTANT - MAKE SURE TO RESTART SUBLIME AFTER INSTALLING AND ACTIVATING PREDAWN ***
Updated Installation Instructions
1.3.3 NEW Installation Instructions
To activate the theme, add or replace your current theme settings with the code below.
{
"theme": "predawn.sublime-theme",
"color_scheme": "Packages/Predawn/predawn.tmTheme"
}
FOR ALL DEV BUILDS 3062+ use,
{
"theme": "predawn-DEV.sublime-theme",
"color_scheme": "Packages/Predawn/predawn.tmTheme"
}
*** IMPORTANT ***
PLEASE MAKE SURE TO RESTART SUBLIME AFTER INSTALLING AND ACTIVATING PREDAWN
Create DEV versions to fix issues with sidebar icons between versions
To activate the theme, add or replace your current theme settings with the code below.
{
"theme": "predawn.sublime-theme",
"color_scheme": "Packages/Predawn/predawn.tmTheme"
}
FOR ALL DEV BUILDS 3062+ use,
{
"theme": "predawn.sublime-theme",
"color_scheme": "Packages/Predawn/predawn-DEV.tmTheme"
}
Fixes for Sidebar Icon Issues
Sorry everybody! :/