Enki Theme
Enki Theme - A dark theme for Sublime Text
Details
Installs
- Total 23K
- Win 13K
- Mac 5K
- Linux 5K
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 | Nov 6 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 1 | 4 | 1 | 2 | 0 | 0 | 2 | 0 | 1 | 1 | 1 | 3 | 3 | 1 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 1 | 3 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 1 | 0 | 2 | 2 | 0 | 1 | 0 | 0 | 5 | 3 | 0 | 1 | 0 | 5 | 5 |
Mac | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 4 | 1 | 2 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 2 | 2 | 0 | 1 |
Linux | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 3 | 2 | 2 | 2 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 0 | 2 | 1 | 2 | 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.
Tokyo Night color scheme (Ported over from my Vscode theme)
Alternate color scheme:
Aster color scheme:
Aster Red color scheme:
Light color scheme and UI theme:
Installation
Download the package
Preferred Method: With Package Control installed, open the command palette and type
install package
and search forEnki Theme.
Alternate Method: Download or clone this repo into
Sublime Text 3/Packages
and rename the folder to 'Enki Theme'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,
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
- Ruby developers: Try removing Ruby Slim package if syntax appears muddled.
- SCSS/SASS developers: This theme is best used with the SCSS - TextMate SCSS Official Bundle because the Sass package has fewer syntax definitions to work with. Unfortunately, it's no longer maintained. Feel free to download my fork where I've made a few necessary updates.
- Javascript developers: This theme is best used with the newly updated (see build 3114 notes) default Javascript syntax definitions or the ones from the Babel package.
- Color Scheme palettes: Color Palette 1, Color Palette 2
- Font: Operator Mono
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.