{"id":18980788,"url":"https://github.com/sublimetext/theme-daneo","last_synced_at":"2025-04-19T19:13:48.973Z","repository":{"id":54199369,"uuid":"179723925","full_name":"SublimeText/Theme-DAneo","owner":"SublimeText","description":"A theme for Sublime Text 3.2+ inspired by the popular DA UI","archived":false,"fork":false,"pushed_at":"2023-01-13T17:44:03.000Z","size":1337,"stargazers_count":50,"open_issues_count":1,"forks_count":4,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-29T12:11:10.421Z","etag":null,"topics":["sublime-text","sublime-text-package","sublime-theme"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SublimeText.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-05T17:12:38.000Z","updated_at":"2025-03-10T22:30:07.000Z","dependencies_parsed_at":"2023-02-09T16:31:11.761Z","dependency_job_id":null,"html_url":"https://github.com/SublimeText/Theme-DAneo","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FTheme-DAneo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FTheme-DAneo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FTheme-DAneo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FTheme-DAneo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeText","download_url":"https://codeload.github.com/SublimeText/Theme-DAneo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249239345,"owners_count":21235852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sublime-text","sublime-text-package","sublime-theme"],"created_at":"2024-11-08T16:07:44.834Z","updated_at":"2025-04-16T12:31:13.264Z","avatar_url":"https://github.com/SublimeText.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Theme - DAneo\n\n_Theme - DAneo_ is an adaptive theme for Sublime Text 3 inspired by the popular _DA UI_.\n\nThe 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.\n\n\n### DAneo - Classic\n\n![Classic](docs/assets/DAneo%20-%20Classic.png)\n\n\n### DAneo - Elegant\n\n![Elegant](docs/assets/DAneo%20-%20Elegant.png)\n\n\n### DAneo - Minimal\n\n![Minimal](docs/assets/DAneo%20-%20Minimal.png)\n\n\n### DAneo - Origin\n\n![Origin](docs/assets/DAneo%20-%20Origin.png)\n\n\n### DAneo - Sodish\n\n![Sodish](docs/assets/DAneo%20-%20Sodish.png)\n\n\n### DAneo - Sublime\n\n![Sublime](docs/assets/DAneo%20-%20Sublime.png)\n\n\n## Installation\n\n### Package Control:\n\n1. Open `Command Palette` using menu item `Tools → Command Palette` or \u003ckbd\u003eCMD/CTRL+SHIFT+P\u003c/kbd\u003e.\n2. Choose `Package Control: Install Package`.\n3. Type `Theme - DAneo` and press \u003ckbd\u003eENTER\u003c/kbd\u003e.\n\n\n### Manually:\n\n##### Mac OS\n\n```sh\ncd ~/Library/Application\\ Support/Sublime\\ Text\\ 3/Packages/\ngit clone \"https://github.com/SublimeText/Theme-DAneo.git\" \"Theme - DAneo\"\n```\n\n\n##### Linux\n\n```sh\ncd ~/.config/sublime-text-3/Packages\ngit clone \"https://github.com/SublimeText/Theme-DAneo.git\" \"Theme - DAneo\"\n```\n\n\n##### Windows\n\n```sh\ncd \"%APPDATA%\\Sublime Text 3\\Packages\"\ngit clone \"https://github.com/SublimeText/Theme-DAneo.git\" \"Theme - DAneo\"\n```\n\n\n## Customization\n\nThe most general aspects of the GUI can be modified by the following settings in the _Preferences.sublime-settings_.\n\n_Note: With [PackageDev](https://packagecontrol.io/packages/PackageDev) installed, all preferences are available via auto completion._\n\n\n### Default Settings\n\nThe following general settings defined by Sublime Text are supported.\n\nSetting                            | Default    | Description\n-----------------------------------|------------|-------------------------------------------------------------------\n`\"always_show_minimap_viewport\"`   | `false`    | Always visualise the viewport on the minimap, as opposed to only showing it on mouse over\n`\"bold_folder_labels\"`             | `false`    | Show folders in the side bar in bold\n`\"enable_tab_scrolling\"`           | `true`     | Allows tabs to scroll left and right, instead of simply shrinking\n`\"highlight_modified_tabs\"`        | `false`    | Makes tabs with modified files more visible\n`\"mouse_wheel_switches_tabs\"`      | `false`    | Use mouse wheel to change tabs, if `enable_tab_scrolling` is `false`\n`\"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.\n`\"show_tab_close_buttons\"`         | `true`     | Show a close button on each tab.\n`\"show_tab_close_buttons_on_left\"` | `false`    | Show a close button on the left of the tab label _(ST 4075+)_\n`\"themed_title_bar\"` (ST 4094+)    | `true`     | Enable themed title bar with hamburger menu.\n\nFor information about them please refer to the official [Sublime Text 3 Documentation](https://www.sublimetext.com/docs/3/themes.html#settings).\n\n\n### Custom Theme Settings\n\n#### Global Settings\n\nSetting                                 | Default | Description\n----------------------------------------|---------|-------------------------------------------------------------------\n`\"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.\n\n#### Sidebar Settings\n\nSetting                                 | Default | Description\n----------------------------------------|---------|-------------------------------------------------------------------\n`\"show_disclosure_buttons\"`             | `true`  | Controls whether to show the disclosure buttons in the sidebar\n`\"show_sidebar_icons\"`                  | `true`  | Controls whether to show folder and file icons in the sidebar\n`\"show_sidebar_vcs_badges\"`             | `true`  | Controls whether to show vcs status badges in the side bar\n`\"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`\n`\"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`\n`\"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.\n`\"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.\n`\"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.\n\n#### Tab Settings\n\nSetting                                 | Default | Description\n----------------------------------------|---------|-------------------------------------------------------------------\n`\"file_tab_size\"`                       | `\"normal\"` | Controls size of file tabs. Valid values are `\"normal\"` and `\"small\"`.\n`\"show_scroll_tabs_buttons\"`            | `true`  | Controls whether to show the tab scroll buttons\n`\"show_new_tab_button\"`                 | `true`  | Controls whether to show the create new tabs button\n`\"show_tabs_dropdown_button\"`           | `true`  | Controls whether to show the tabs dropdown button\n\n#### Panel Settings\n\nSetting                                 | Default | Description\n----------------------------------------|---------|-------------------------------------------------------------------\n`\"panel_input_highlighting\"`            | `true`  | Controls whether to highlight background of highlighted panel input controls.\n`\"show_panel_close_button\"`             | `false` | Controls whether to show the close button of the find and replace panels\n\n### Editing the Theme\n\nMost 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Ftheme-daneo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublimetext%2Ftheme-daneo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Ftheme-daneo/lists"}