The night is darkest just before the dawn. And I promise you, the dawn is coming.
Gotham is a very dark Sublime Text 3 UI Theme. I attempted to make something that was inspired by my go to color scheme 'Gotham'. Enjoy!
Largely based on the incredible work done by arvi with the Agila Theme.
You can customize the UI to your liking (e.g camouflage workspace with the color scheme background, sidebar, tab, autocomplete, and scrollbar setup/color preferences) by referring to the "Settings" section of this documentation.
Screenshots below use font face: Adobe Source Code Pro
via Package Control, where Gotham is listed as Gotham Theme
.
- Open Command Palette using menu item
Tools -> Command Palette...
- Choose
Package Control: Install Package
- Find
Gotham Theme
and hitEnter
via installing the theme manually.
- Download the latest release .zip
- Unzip and rename folder to Gotham-Theme
- Move
Gotham Theme
folder inside the Packages directory (Preferences > Browse packages...
)
via User Preferences file (Sublime Text -> Preferences -> Settings - User
). After setting up,
don't forget to restart Sublime Text Editor for changes to take effect.
"theme": "Gotham.sublime-theme",
"color_scheme": "Packages/Gotham Theme/Gotham.tmTheme",
Note: You can use active guide with these schemes by adding:
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
The theme uses A File Icon package to display file icons. Please install the package and restart Sublime.
I've made some UI parts customizable | icon colors, sidebar items, etc..
overrides default theme sidebar, scrollbars and tab background based on theme scheme background
"theme_gotham_camouflage": true,
overrides default theme sidebar and tab background only based on theme scheme background
"theme_gotham_camouflage_semi": true,
"theme_gotham_compact_sidebar": true,
"theme_gotham_sidebar_mini": true,
"theme_gotham_sidebar_xsmall": true,
"theme_gotham_sidebar_small": true,
"theme_gotham_sidebar_medium": true,
"theme_gotham_sidebar_large": true,
"theme_gotham_sidebar_heading_white": true,
"theme_gotham_sidebar_heading_gray": true,
"theme_gotham_sidebar_heading_cyan": true,
"theme_gotham_sidebar_heading_yellow": true,
"theme_gotham_sidebar_heading_desaturated": true,
"theme_gotham_sidebar_font_xsmall": true, //font-size: 11
"theme_gotham_sidebar_font_small": true, //font-size: 12
"theme_gotham_sidebar_font_big": true, //font-size: 14
"theme_gotham_sidebar_selected_entry_white": true,
"theme_gotham_sidebar_selected_entry_gray": true,
"theme_gotham_sidebar_selected_entry_cyan": true,
"theme_gotham_sidebar_selected_entry_yellow": true,
"theme_gotham_sidebar_selected_entry_desaturated": true,
"theme_gotham_sidebar_light_icons": true,
"theme_gotham_compact_tab": true,
"theme_gotham_active_tab_entry_white": true,
"theme_gotham_active_tab_entry_gray": true,
"theme_gotham_active_tab_entry_cyan": true,
"theme_gotham_active_tab_entry_yellow": true,
"theme_gotham_active_tab_entry_desaturated": true,
"theme_gotham_modified_tab_marker_white": true,
"theme_gotham_modified_tab_marker_gray": true,
"theme_gotham_modified_tab_marker_cyan": true,
"theme_gotham_modified_tab_marker_yellow": true,
"theme_gotham_modified_tab_marker_desaturated": true,
"theme_gotham_auto_complete_white": true,
"theme_gotham_auto_complete_gray": true,
"theme_gotham_auto_complete_cyan": true,
"theme_gotham_auto_complete_yellow": true,
"theme_gotham_auto_complete_desaturated": true,
"theme_gotham_vertical_scrollbar_white": true,
"theme_gotham_horizontal_scrollbar_white": true,
"theme_gotham_vertical_scrollbar_gray": true,
"theme_gotham_horizontal_scrollbar_gray": true,
"theme_gotham_vertical_scrollbar_cyan": true,
"theme_gotham_horizontal_scrollbar_cyan": true,
"theme_gotham_vertical_scrollbar_yellow": true,
"theme_gotham_horizontal_scrollbar_yellow": true,
"theme_gotham_vertical_scrollbar_desaturated": true,
"theme_gotham_horizontal_scrollbar_desaturated": true,
"theme_gotham_vertical_scrollbar_thickest": true, //width: 6
"theme_gotham_horizontal_scrollbar_thickest": true,
"theme_gotham_vertical_scrollbar_thicker": true, //width: 5
"theme_gotham_horizontal_scrollbar_thicker": true,
"theme_gotham_vertical_scrollbar_thinner": true, //width: 3
"theme_gotham_horizontal_scrollbar_thinner": true,
"theme_gotham_vertical_scrollbar_thinnest": true, //width: 2
"theme_gotham_horizontal_scrollbar_thinnest": true,
"theme_gotham_vertical_scrollbar_invisible": true, //width: 0
"theme_gotham_horizontal_scrollbar_invisible": true,