Theme - Arzy
A minimal, yet beautiful theme for Sublime Text.
Labels theme
Details
Installs
- Total 18K
- Win 11K
- Mac 4K
- Linux 3K
Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Arzy
A minimal, yet beautiful theme for Sublime Text. Sidebar like Spacegray. Larger tabs like Predawn. Background color closer to true gray. Color schemes closer to, but not exactly like Monokai with varying contrasts.
Themes
Olympus
Heliopolis
How to Install
Via Package Control
Sublime Package Control is the best way to install. Find the Arzy theme by searching for Theme - Arzy
.
- Open Command Palette using menu item
Tools -> Command Palette...
(⇧⌘P on Mac) - Choose
Package Control: Install Package
- Find
Theme - Arzy
and press Enter
Manual
To install the Arzy theme manually:
- Download the .zip
- Unzip and rename the folder to
Theme - Arzy
- Copy the folder into
Packages
directory. Find that by clickingSublime Text -> Preferences -> Browse Packages...
How to Activate
Activate the UI theme and color scheme by modifying your user preferences file. Find that by clicking Sublime Text -> Preferences -> Settings - User
(⌘, on Mac).
Remember to restart Sublime after switching to the Arzy theme.
Settings for Olympus
{
"theme": "Arzy.sublime-theme",
"color_scheme": "Packages/Theme - Arzy/Olympus.tmTheme"
}
Settings for Heliopolis
{
"theme": "Arzy.sublime-theme",
"color_scheme": "Packages/Theme - Arzy/Heliopolis.tmTheme"
}
Settings
Tab labels font size
Copy and paste one of four options in your user preferences file:
"arzy_tabs_font_small": true
"arzy_tabs_font_normal": true
"arzy_tabs_font_large": true
"arzy_tabs_font_xlarge": true
Tabs size
Tabs height:
"arzy_tabs_small": true
"arzy_tabs_normal": true
"arzy_tabs_large": true
"arzy_tabs_xlarge": true
Tabs width:
"arzy_tabs_auto_width": true
Sidebar labels font size
"arzy_sidebar_font_small": true
"arzy_sidebar_font_normal": true
"arzy_sidebar_font_large": true
"arzy_sidebar_font_xlarge": true
Sidebar tree rows height
"arzy_sidebar_tree_xsmall": true
"arzy_sidebar_tree_small": true
"arzy_sidebar_tree_normal": true
"arzy_sidebar_tree_large": true
"arzy_sidebar_tree_xlarge": true