Theme - DAneo
A theme for Sublime Text 3.2+ inspired by the popular DA UI
Details
Installs
- Total 7K
- Win 4K
- Mac 1K
- Linux 1K
Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 3 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 2 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 2 | 0 | 0 | 1 | 2 | 0 | 3 | 1 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 1 | 1 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 1 | 1 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
Theme - DAneo
Theme - DAneo is an adaptive theme for Sublime Text 3 inspired by the popular DA UI.
The package is built up from scratch without any runtime code. It uses the new ST 3.2 sublime-theme format to provide the different theme variants without duplicating every single theme rule.
DAneo - Classic
DAneo - Elegant
DAneo - Minimal
DAneo - Origin
DAneo - Sodish
DAneo - Sublime
Installation
Package Control:
- Open
Command Palette
using menu itemTools → Command Palette
or CMD/CTRL+SHIFT+P. - Choose
Package Control: Install Package
. - Type
Theme - DAneo
and press ENTER.
Manually:
Mac OS
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone "https://github.com/SublimeText/Theme-DAneo.git" "Theme - DAneo"
Linux
cd ~/.config/sublime-text-3/Packages
git clone "https://github.com/SublimeText/Theme-DAneo.git" "Theme - DAneo"
Windows
cd "%APPDATA%\Sublime Text 3\Packages"
git clone "https://github.com/SublimeText/Theme-DAneo.git" "Theme - DAneo"
Customization
The most general aspects of the GUI can be modified by the following settings in the Preferences.sublime-settings.
Note: With PackageDev installed, all preferences are available via auto completion.
Default Settings
The following general settings defined by Sublime Text are supported.
Setting | Default | Description |
---|---|---|
"always_show_minimap_viewport" |
false |
Always visualise the viewport on the minimap, as opposed to only showing it on mouse over |
"bold_folder_labels" |
false |
Show folders in the side bar in bold |
"enable_tab_scrolling" |
true |
Allows tabs to scroll left and right, instead of simply shrinking |
"highlight_modified_tabs" |
false |
Makes tabs with modified files more visible |
"mouse_wheel_switches_tabs" |
false |
Use mouse wheel to change tabs, if enable_tab_scrolling is false |
"overlay_scroll_bars" |
"system" |
If true scrollbars are displayed only while scrolling. If false scrollbars are always visible. The default "system" enables overlay scrollbars on MacOS only. |
"show_tab_close_buttons" |
true |
Show a close button on each tab. |
"show_tab_close_buttons_on_left" |
false |
Show a close button on the left of the tab label (ST 4075+) |
"themed_title_bar" (ST 4094+) |
true |
Enable themed title bar with hamburger menu. |
For information about them please refer to the official Sublime Text 3 Documentation.
Custom Theme Settings
Global Settings
Setting | Default | Description |
---|---|---|
"thin_scroll_bars" |
false |
Controls whether to display a thin scrollbar by default. If true full sized scrollbars are displayed only if cursor is hovering. |
Sidebar Settings
Setting | Default | Description |
---|---|---|
"show_disclosure_buttons" |
true |
Controls whether to show the disclosure buttons in the sidebar |
"show_sidebar_icons" |
true |
Controls whether to show folder and file icons in the sidebar |
"show_sidebar_vcs_badges" |
true |
Controls whether to show vcs status badges in the side bar |
"show_sidebar_closed_dir_badges" |
true |
Controls whether to show vcs status badges for collapsed directories in the side bar if show_sidebar_vcs_badges is true |
"show_sidebar_opened_dir_badges" |
false |
Controls whether to show vcs status badges for expanded directories in the side bar if show_sidebar_vcs_badges is true |
"show_sidebar_ignored_label_colors" |
true |
Controls whether to show vcs status of ignored files and folders by the color of their labels in the sidebar. |
"show_sidebar_tracked_label_colors" |
true |
Controls whether to show vcs status of tracked files and folders by the color of their labels in the sidebar. |
"show_sidebar_untracked_label_colors" |
true |
Controls whether to show vcs status of untracked files and folders by the color of their labels in the sidebar. |
Tab Settings
Setting | Default | Description |
---|---|---|
"file_tab_size" |
"normal" |
Controls size of file tabs. Valid values are "normal" and "small" . |
"show_scroll_tabs_buttons" |
true |
Controls whether to show the tab scroll buttons |
"show_new_tab_button" |
true |
Controls whether to show the create new tabs button |
"show_tabs_dropdown_button" |
true |
Controls whether to show the tabs dropdown button |
Panel Settings
Setting | Default | Description |
---|---|---|
"panel_input_highlighting" |
true |
Controls whether to highlight background of highlighted panel input controls. |
"show_panel_close_button" |
false |
Controls whether to show the close button of the find and replace panels |
Editing the Theme
Most relevant theme attributes are defined as “variables” in the base theme so the themes can be tweaked just like a normal preferences file. This project is in early development state so there is no stable predefined list of variables to be exposed for quick user customization so far.