Skip to content

Predawn Version 2.0 [BREAKING CHANGES]

Compare
Choose a tag to compare
@jamiewilson jamiewilson released this 20 Oct 16:17
· 31 commits to master since this release

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