@lumincinta
2017-01-31T16:05:57.000000Z
字数 2449
阅读 545
SublimeTheme Markdown
// 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
Search for predawn in the Packages section of your Atom settings tab. Install both:
predawn-uipredawn-syntaxOr from the command-line run:
apm install predawn-ui
and
apm install predawn-syntax
Also, you can view on the repo on Atom.io at http://atom.io/packages/predawn-ui
For easy installation, install with Package Control.
Package Control: Install PackagepredawnOther Methods
You can clone the repo to your Packages folder. Just make sure the repo folder is named Predawn.
Of course, you can always install manually, too.
*Note: File icons are only supported for **DEV BUILDS 3062+**.*
Open your user settings file preferences.sublime-settings as shown below:
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"}
Make sure to restart Sublime after installing and activating Predawn
After enabling the smaller size, you'll need to drag the height of the Find/Replace panel up and down to adjust it to the new dimemension.
First, open a markdown(.md) file, then navigate to Sublime Text > Preferences > Settings - More > Syntax Specific - User in the menu bar.
{"color_scheme": "Packages/Predawn/predawn-markdown.tmTheme","draw_centered": true, // Centers the column in the window"draw_indent_guides": false,"font_size": 15,"trim_trailing_white_space_on_save": false,"word_wrap": true,"wrap_width": 80 // Sets the # of characters per line}
The source files for the interface icons are located in the jamiewilson/predawn-icons.
There are also some dock icons for you to choose from:
