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

Enki Theme

by enkia ST3

Enki Theme - A dark theme for Sublime Text

Details

Installs

  • Total 22K
  • Win 13K
  • Mac 5K
  • Linux 5K
Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14
Windows 1 0 1 3 1 7 1 4 2 2 0 5 1 1 3 6 4 0 3 2 3 1 2 3 1 2 2 4 4 1 0 2 0 3 5 0 0 4 4 2 3 2 1 1 2 3
Mac 0 0 0 2 0 5 4 1 0 1 1 1 1 1 3 1 1 0 1 2 1 2 2 0 2 3 0 3 0 0 0 1 0 1 1 1 3 3 2 1 2 1 2 0 0 0
Linux 0 0 2 2 0 0 1 1 2 1 3 0 1 1 2 2 1 1 1 1 0 1 0 2 2 1 0 1 2 0 1 1 0 2 1 1 2 4 0 1 2 0 1 2 0 1

Readme

Source
raw.​githubusercontent.​com

Enki Theme

A color scheme and UI theme for Sublime Text with clear, disparate colors to help differentiate between all syntactic aspects of code, including syntax highlighting for the console.

The UI theme itself is a modified version of @equinusocio's amazing work, Material Theme and Material Theme Appbar. Specifically, the overall UI colors have been changed in Material App Bar and Material Theme to better align with this color scheme.

Screenshot - Enki

Tokyo Night color scheme (Ported over from my Vscode theme) Screenshot - Enki - Tokyo Night

Alternate color scheme: Screenshot - Enki - Alt

Aster color scheme: Screenshot - Enki - Alt

Aster Red color scheme: Screenshot - Enki - Alt

Light color scheme and UI theme: Screenshot - Enki - Alt

Installation

  1. Download the package

    Preferred Method: With Package Control installed, open the command palette and type install package and search for Enki Theme.

    Alternate Method: Download or clone this repo into Sublime Text 3/Packages and rename the folder to 'Enki Theme'

  2. Open preferences and change the color scheme and theme lines:

"color_scheme": "Packages/Enki Theme/scheme/Enki.tmTheme",
"theme": "Enki-Theme.sublime-theme",

Alternate Dark Color Scheme

A color scheme for those who prefer something less purple:

"color_scheme": "Packages/Enki Theme/scheme/Enki-Alt.tmTheme",

Aster Color Scheme

A color scheme for those who prefer fewer colors:

"color_scheme": "Packages/Enki Theme/scheme/Enki-Aster.tmTheme",

// red instead of green:
"color_scheme": "Packages/Enki Theme/scheme/Enki-Aster-red.tmTheme",

Light Color Scheme and UI Theme:

A color scheme and UI theme for those who prefer something lighter:

"color_scheme": "Packages/Enki Theme/scheme/Enki-Light.tmTheme",
"theme": "Enki-Theme-Light.sublime-theme",

Options

Because this is essentially Material Theme, it comes packed with many of the same options as the original and one additional option:

"enki_theme_color_expanded_folder": true, // Set expanded folder in sidebar to accent color
                                          // If no accent color is specified, it simply gets brighter

"enki_theme_bold_tab": true, // Bold tab labels
"enki_theme_compact_panel": true, // Compact panel
"enki_theme_compact_sidebar": true, // Compact side bar
"enki_theme_disable_fileicons": true, // Disable file icons
"enki_theme_disable_folder_animation": true, // Disable folder animation
"enki_theme_disable_tree_indicator": true, // Disable active file indicator
"enki_theme_panel_separator": true, // Panel Separator
"enki_theme_small_statusbar": true, // Smaller Status Bar
"enki_theme_small_tab": true, // Smaller tabs
"enki_theme_tabs_autowidth": true, // Automatically adjust width of tabs
"enki_theme_tabs_separator": true, // Add separator in between tabs
"enki_theme_tree_headings": true, // Show sidebar tree headings

Color options:

"enki_theme_accent_samon": true,
  "enki_theme_accent_bluegray": true,
  "enki_theme_accent_fuschia": true,
  "enki_theme_accent_white": true,
  "enki_theme_accent_green": true,

  "enki_theme_accent_lime": true,
  "enki_theme_accent_purple": true,
  "enki_theme_accent_pink": true,
  "enki_theme_accent_red": true, // Changed to a deeper shade
  "enki_theme_accent_orange": true,
  "enki_theme_accent_indigo": true,
  "enki_theme_accent_teal": true,
  "enki_theme_accent_blue": true,
  "enki_theme_accent_cyan": true,
  "enki_theme_accent_yellow": true,

Preview Accents

Options to mimic the screenshot:

"enki_theme_accent_red": true, // or white for Light theme
  "enki_theme_compact_sidebar": true,
  "enki_theme_panel_separator": true,
  "enki_theme_small_statusbar": true,
  "enki_theme_small_tab": true,
  "enki_theme_tabs_autowidth": true,
  "enki_theme_tree_headings": false,

  "overlay_scroll_bars": "enabled",
  "line_padding_bottom": 2,
  "line_padding_top": 2,
  "bold_folder_labels": false, // or remove this line if you set it to true for Material Theme
  "always_show_minimap_viewport": true,
  "indent_guide_options": ["draw_normal", "draw_active"],
  "font_options": ["gray_antialias", "subpixel_antialias"], // for retina Mac & Windows

Plugins

UI Plugins shown in screenshot:

Iterm Color Schemes

Get schemes here.

Notes

Issues / Requests / Contributions

Color Scheme:

  • If a syntax definition doesn't appear to be supported, please submit an issue.
  • Use the supplied YAML file for use with PackageDev if you'd like to contribute to the color scheme.

Theme:

Despite this being a modified version of the Material Theme, please submit UI issues here as a bug may have been introduced when modifying Material Theme.

This will be updated with all major bug fixes released by equinusocio for Material Theme and Material Theme Appbar but understand that since this is not the original UI theme, these updates will not occur immediately.