ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - Arzy

by rzProjects ALL Missing

A minimal, yet beautiful theme for Sublime Text.

Labels theme

Details

Installs

  • Total 18K
  • Win 11K
  • Mac 4K
  • Linux 3K
Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 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
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

image

Heliopolis

image


How to Install

Via Package Control

Sublime Package Control is the best way to install. Find the Arzy theme by searching for Theme - Arzy.

  1. Open Command Palette using menu item Tools -> Command Palette... (P on Mac)
  2. Choose Package Control: Install Package
  3. Find Theme - Arzy and press Enter

Manual

To install the Arzy theme manually:

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Arzy
  3. Copy the folder into Packages directory. Find that by clicking Sublime 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

Enjoy.