{"id":21053393,"url":"https://github.com/thecodechef/theme_leveluptuts","last_synced_at":"2025-06-19T18:35:10.854Z","repository":{"id":79863611,"uuid":"48779959","full_name":"thecodechef/theme_leveluptuts","owner":"thecodechef","description":"A Sublime Text Theme design after the Level Up Tuts Colors","archived":false,"fork":false,"pushed_at":"2016-01-19T23:04:06.000Z","size":814,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-20T18:45:31.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecodechef.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-30T03:35:00.000Z","updated_at":"2024-01-11T15:02:37.000Z","dependencies_parsed_at":"2023-03-20T21:16:59.672Z","dependency_job_id":null,"html_url":"https://github.com/thecodechef/theme_leveluptuts","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Ftheme_leveluptuts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Ftheme_leveluptuts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Ftheme_leveluptuts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Ftheme_leveluptuts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodechef","download_url":"https://codeload.github.com/thecodechef/theme_leveluptuts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243497546,"owners_count":20300272,"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":[],"created_at":"2024-11-19T16:06:19.341Z","updated_at":"2025-03-13T23:26:51.373Z","avatar_url":"https://github.com/thecodechef.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Theme - LevelUpTuts\n[![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?style=flat-square)](http://opensource.org/licenses/MIT)\n[![GitHub](https://img.shields.io/github/tag/thecodechef/theme_leveluptuts.svg?style=flat-square)](https://github.com/thecodechef/theme_leveluptuts/tags)\n[![Downloads](https://img.shields.io/packagecontrol/dt/Theme%20-%20LevelUpTuts.svg)](https://packagecontrol.io/packages/Theme%20-%20LevelUpTuts)\n## Installing\n\n\n### Package Control\n\n  * Press \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e on Linux/Windows or \u003ckbd\u003eCmd\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e on a Mac\n  * Type in `Package Control:`\n  * Then go down to `Install Package` and press `Enter`\n  * And then type `Theme - LevelUpTuts` and press `Enter`\n\n### Manually\n\n  * Open a Terminal/CommandPrompt\n  * `cd` into Your Packages Directory\n    * Windows `cd %APPDATA%\\Sublime Text 3\\Packages`\n    * OSX `cd ~/Library/Application Support/Sublime Text 3/Packages`\n    * Linux `cd ~/.config/sublime_text_3/Packages`\n  * Clone this Repo `git clone http://github.com/thecodechef/theme_leveluptuts.git Theme - LevelUpTuts`\n  * Restart Sublime Text\n\n### Screenshots\n\n#### Html\n![Screenshot: Html](./screenshots/Html.png)\n\n#### Css\n![Screenshot: Html](./screenshots/Css.png)\n\n#### Css3\n![Screenshot: Html](./screenshots/Css3.png)\n\n#### Javascript\n![Screenshot: Html](./screenshots/Javascript.png)\n\nThe Font used in the screenshots is [Monaco](http://github.com/todylu/monaco.ttf)\n\n### Activating:\n\n```json\n{\n  \"color_scheme\": \"Packages/Theme - LevelUpTuts/LevelUpTuts.tmTheme\",\n  \"theme\": \"LevelUpTuts.sublime-theme\"\n}\n```\n### Recommended Settings:\n\n```json\n{\n  \"bold_folder_labels\": true,\n  \"alwasys_show_minimap\": true,\n  \"draw_minimap_border\": true,\n  \"font_face\": \"Monaco\",\n  \"font_size\": 14,\n  \"higlight_line\": true,\n  \"preview_on_click\": false,\n  \"trim_trailing_white_space_on_save\": true\n}\n```\n\n### Customizing:\n\n\n#### Tabs\n\n```json\n{\n  \"levelup_tabs_font_small\"\n  \"levelup_tabs_font_large\"\n  \"levelup_tabs_font_xlarge\"\n  \"levelup_tabs_small\"\n  \"levelup_tabs_large\"\n  \"levelup_tabs_xlarge\"\n}\n```\n#### Sidebar\n\n```json\n{\n  \"levelup_sidebar_font_small\"\n  \"levelup_sidebar_font_large\"\n  \"levelup_sidebar_font_xlarge\"\n  \"levelup_sidebar_tree_small\"\n  \"levelup_sidebar_tree_large\"\n  \"levelup_sidebar_tree_xlarge\"\n}\n```\n\n#### Scrollbar\n```json\n{\n  \"levelup_scrollbar_small\"\n  \"levelup_scrollbar_large\"\n  \"levelup_scrollbar_xlarge\"\n}\n```\n\n#### Dirty Bottom Bar\n\n```json\n{\n  \"levelup_dirty_bottom_bar\"\n}\n```\n\n\n\n### License\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 [Jeremy Bolding](http://github.com/thecodechef)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n## Contributing\n\n  1. Fork this repo `git clone http://github.com/thecodechef/theme_leveluptuts`.\n  2. Ceate your Feature branch `git checkout -b add_my_feature`.\n  3. Request a Pull Request.\n  4. Thank You for Contributing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodechef%2Ftheme_leveluptuts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodechef%2Ftheme_leveluptuts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodechef%2Ftheme_leveluptuts/lists"}