Edge Theme
Superb theme for Sublime Text 3
Details
Installs
- Total 10K
- Win 6K
- Mac 2K
- Linux 2K
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
Edge
is a simple theme with bright colors. Edge comes in three versions — Night Sky, Serene and Ocean for all day long comfortable work. The theme has a few customisable options to help you personalise your experience with it.
Installation
Recommended
You can install Edge
via Package Control.
- Press cmd/ctrl + shift + p to open the command palette.
- Type
Install package
and press enter. Then search forEdge
Manual
- Download the latest release, extract and rename the directory to
Edge Theme
. - Move the directory inside your Sublime
/Packages
directory. (Preferences > Browse packages…)
Activation
Recommended
Open command palette via Tools > Command Palette
(or cmd/ctrl + shift + p) and type Edge: Activate theme
.
With Skins package
Skins provides a simple and efficient way to change themes, save your own presets and quickly try out new looks. Activation is as simple as opening up the command palette, running Select Skin
and choosing Edge Night Sky
, Edge Serene
or Edge Ocean
from the list.
Via Preferences
Add these lines to your user settings Preferences > Setting - User:
For the Night Sky theme:
"theme": "Edge Night Sky.sublime-theme",
"color_scheme": "Packages/Edge Theme/Edge Night Sky.tmTheme",
For the Serene theme:
"theme": "Edge Serene.sublime-theme",
"color_scheme": "Packages/Edge Theme/Edge Serene.tmTheme",
For the Ocean theme:
"theme": "Edge Ocean.sublime-theme",
"color_scheme": "Packages/Edge Theme/Edge Ocean.tmTheme",
NOTE: Restart Sublime Text after activation of the theme to avoid any glitches.
Settings
Preferences
"edge_sidebar_font_small": false, // use a small font in the sidebar
"edge_sidebar_font_normal": false, // use a normal font in the sidebar
"edge_sidebar_font_large": false, // use a large font in the sidebar
"edge_sidebar_font_xlarge": false, // use an extra large font in the sidebar
"edge_use_sidebar_folder_icons": true, // use folder icons in the sidebar
"edge_use_font_face": true // use the custom font for the UI
Font
Edge
uses Hack as main font and it's highly recommended to install it to get a monospaced font in the filetree. But if you don't have it then the UI theme will downgrade to standard UI font used in Sublime Text. You can also disable it via Edge Theme: Preferences
.
File Icons
Edge
is built from its initial release to support customization via A File Icon package. Please install it and restart Sublime for a better user expereince.
Screenshots
Edge Night Sky
Edge Serene
Edge Ocean
Contributing to Edge
Please check the CONTRIBUTING.md file before forking this repo!