Skip to content

Releases: jamiewilson/predawn

New Grey Folder Option

12 Jun 16:58
Compare
Choose a tag to compare

Change the folder icons in the sidebar to grey:

"predawn_sidebar_folder_gray": true

Revised JS Syntax Highlighting

10 Feb 17:39
Compare
Choose a tag to compare

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

09 Feb 19:56
Compare
Choose a tag to compare

Fixes JS Syntax Highlighting for ST 3103 Release

09 Feb 16:59
Compare
Choose a tag to compare

ST2 Sidebar Icons and Alignment

23 Oct 14:47
Compare
Choose a tag to compare

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]

20 Oct 16:17
Compare
Choose a tag to compare

BREAKING CHANGES!

  1. All Predawn options are prefixed with predawn_ now.
  2. A new tab underline option has been added
  3. A narrower sidebar option is now available
  4. Smaller quick panel option
  5. 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

26 Aug 12:48
Compare
Choose a tag to compare

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

26 Aug 00:07
Compare
Choose a tag to compare

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

25 Aug 20:45
Compare
Choose a tag to compare

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

25 Aug 13:30
Compare
Choose a tag to compare

Sorry everybody! :/