├── .gitignore ├── Agila Classic Oceanic Next.tmTheme ├── Agila Classic.sublime-theme ├── Agila Cobalt.sublime-theme ├── Agila Cobalt.tmTheme ├── Agila Dracula.sublime-theme ├── Agila Dracula.tmTheme ├── Agila Light Solarized.tmTheme ├── Agila Light.sublime-theme ├── Agila Monokai Extended.tmTheme ├── Agila Monokai.sublime-theme ├── Agila Neon Monocyanide.tmTheme ├── Agila Neon.sublime-theme ├── Agila Oceanic Next.tmTheme ├── Agila Origin Oceanic Next.tmTheme ├── Agila Origin.sublime-theme ├── Agila.py ├── Agila.skins ├── Agila.sublime-commands ├── Agila.sublime-theme ├── CHANGELOG.md ├── LICENSE ├── Markdown ├── Classic Oceanic Next Markdown.tmTheme ├── Cobalt Markdown.tmTheme ├── Dracula Markdown.tmTheme ├── Light Solarized Markdown.tmTheme ├── Monokai Markdown.tmTheme ├── Neon Monocyanide Markdown.tmTheme ├── Oceanic Next Markdown.tmTheme └── Oceanic Next Origin Markdown.tmTheme ├── README.md ├── assets ├── closed-plus.png ├── file-close.png ├── file-close@2x.png ├── file-dirty.png ├── file-dirty@2x.png ├── fold-closed.png ├── fold-closed@2x.png ├── fold-open.png ├── fold-open@2x.png ├── folder-open-gray.png ├── folder-open-gray@2x.png ├── folder.png ├── folder@2x.png ├── icon-buffer.png ├── icon-buffer@2x.png ├── icon-case.png ├── icon-case@2x.png ├── icon-context.png ├── icon-context@2x.png ├── icon-highlight.png ├── icon-highlight@2x.png ├── icon-preserve.png ├── icon-preserve@2x.png ├── icon-regex.png ├── icon-regex@2x.png ├── icon-reverse.png ├── icon-reverse@2x.png ├── icon-selection.png ├── icon-selection@2x.png ├── icon-word.png ├── icon-word@2x.png ├── icon-wrap.png ├── icon-wrap@2x.png ├── nano-mode │ ├── tab-close.png │ ├── tab-close@2x.png │ ├── tabset-left-arrow.png │ ├── tabset-left-arrow@2x.png │ ├── tabset-list.png │ ├── tabset-list@2x.png │ ├── tabset-right-arrow.png │ └── tabset-right-arrow@2x.png ├── opened-minus.png ├── tab-close-hover.png ├── tab-close-hover@2x.png ├── tab-close.png ├── tab-close@2x.png ├── tab-dirty-colors │ ├── tab-dirty-gray.png │ ├── tab-dirty-gray@2x.png │ ├── tab-dirty-lightblue.png │ ├── tab-dirty-lightblue@2x.png │ ├── tab-dirty-pink.png │ ├── tab-dirty-pink@2x.png │ ├── tab-dirty-white.png │ ├── tab-dirty-white@2x.png │ ├── tab-dirty-yellow.png │ └── tab-dirty-yellow@2x.png ├── tab-dirty-gray.png ├── tab-dirty-gray@2x.png ├── tab-dirty-lightblue-orig.png ├── tab-dirty-lightblue-orig@2x.png ├── tab-dirty-lightblue.png ├── tab-dirty-lightblue@2x.png ├── tab-dirty-pink-orig.png ├── tab-dirty-pink-orig@2x.png ├── tab-dirty-pink.png ├── tab-dirty-pink@2x.png ├── tab-dirty-white.png ├── tab-dirty-white@2x.png ├── tab-dirty-yellow.png ├── tab-dirty-yellow@2x.png ├── tabset-left-arrow.png ├── tabset-left-arrow@2x.png ├── tabset-list-hover.png ├── tabset-list-hover@2x.png ├── tabset-list.png ├── tabset-list@2x.png ├── tabset-right-arrow.png └── tabset-right-arrow@2x.png ├── icons ├── file_type_R.png ├── file_type_R@2x.png ├── file_type_actionscript.png ├── file_type_actionscript@2x.png ├── file_type_ai.png ├── file_type_ai@2x.png ├── file_type_angular.png ├── file_type_angular@2x.png ├── file_type_apache.png ├── file_type_apache@2x.png ├── file_type_applescript.png ├── file_type_applescript@2x.png ├── file_type_archive.png ├── file_type_archive@2x.png ├── file_type_binary.png ├── file_type_binary@2x.png ├── file_type_blade.png ├── file_type_blade@2x.png ├── file_type_bookmark.png ├── file_type_bookmark@2x.png ├── file_type_bower.png ├── file_type_bower@2x.png ├── file_type_c#.png ├── file_type_c#@2x.png ├── file_type_c++.png ├── file_type_c++@2x.png ├── file_type_c.png ├── file_type_c@2x.png ├── file_type_cfc.png ├── file_type_cfc@2x.png ├── file_type_cfm.png ├── file_type_cfm@2x.png ├── file_type_clojure.png ├── file_type_clojure@2x.png ├── file_type_coffescript.png ├── file_type_coffescript@2x.png ├── file_type_css.png ├── file_type_css@2x.png ├── file_type_default.png ├── file_type_default@2x.png ├── file_type_dlang.png ├── file_type_dlang@2x.png ├── file_type_docker.png ├── file_type_docker@2x.png ├── file_type_erlang.png ├── file_type_erlang@2x.png ├── file_type_ex.png ├── file_type_ex@2x.png ├── file_type_fish.png ├── file_type_fish@2x.png ├── file_type_font.png ├── file_type_font@2x.png ├── file_type_git.png ├── file_type_git@2x.png ├── file_type_go.png ├── file_type_go@2x.png ├── file_type_gradle.png ├── file_type_gradle@2x.png ├── file_type_graphviz.png ├── file_type_graphviz@2x.png ├── file_type_groovy.png ├── file_type_groovy@2x.png ├── file_type_gruntfile.png ├── file_type_gruntfile@2x.png ├── file_type_gulpfile.png ├── file_type_gulpfile@2x.png ├── file_type_haml.png ├── file_type_haml@2x.png ├── file_type_haskell.png ├── file_type_haskell@2x.png ├── file_type_haxe.png ├── file_type_haxe@2x.png ├── file_type_html.png ├── file_type_html@2x.png ├── file_type_image.png ├── file_type_image@2x.png ├── file_type_jade.png ├── file_type_jade@2x.png ├── file_type_java.png ├── file_type_java@2x.png ├── file_type_js.png ├── file_type_js@2x.png ├── file_type_jsp.png ├── file_type_jsp@2x.png ├── file_type_julia.png ├── file_type_julia@2x.png ├── file_type_less.png ├── file_type_less@2x.png ├── file_type_license.png ├── file_type_license@2x.png ├── file_type_liquid.png ├── file_type_liquid@2x.png ├── file_type_lisp.png ├── file_type_lisp@2x.png ├── file_type_list.png ├── file_type_list@2x.png ├── file_type_lsl.png ├── file_type_lsl@2x.png ├── file_type_lua.png ├── file_type_lua@2x.png ├── file_type_markdown.png ├── file_type_markdown@2x.png ├── file_type_markup.png ├── file_type_markup@2x.png ├── file_type_matlab.png ├── file_type_matlab@2x.png ├── file_type_mustache.png ├── file_type_mustache@2x.png ├── file_type_node.png ├── file_type_node@2x.png ├── file_type_npm.png ├── file_type_npm@2x.png ├── file_type_ocaml.png ├── file_type_ocaml@2x.png ├── file_type_pdf.png ├── file_type_pdf@2x.png ├── file_type_perl.png ├── file_type_perl@2x.png ├── file_type_php.png ├── file_type_php@2x.png ├── file_type_procfile.png ├── file_type_procfile@2x.png ├── file_type_psd.png ├── file_type_psd@2x.png ├── file_type_puppet.png ├── file_type_puppet@2x.png ├── file_type_python.png ├── file_type_python@2x.png ├── file_type_rails.png ├── file_type_rails@2x.png ├── file_type_react.png ├── file_type_react@2x.png ├── file_type_ruby.png ├── file_type_ruby@2x.png ├── file_type_rust.png ├── file_type_rust@2x.png ├── file_type_sass.png ├── file_type_sass@2x.png ├── file_type_scala.png ├── file_type_scala@2x.png ├── file_type_scss.png ├── file_type_scss@2x.png ├── file_type_settings.png ├── file_type_settings@2x.png ├── file_type_shell.png ├── file_type_shell@2x.png ├── file_type_slim.png ├── file_type_slim@2x.png ├── file_type_smiley.png ├── file_type_smiley@2x.png ├── file_type_source.png ├── file_type_source@2x.png ├── file_type_sql.png ├── file_type_sql@2x.png ├── file_type_stylus.png ├── file_type_stylus@2x.png ├── file_type_swift.png ├── file_type_swift@2x.png ├── file_type_tcl.png ├── file_type_tcl@2x.png ├── file_type_tex.png ├── file_type_tex@2x.png ├── file_type_text.png ├── file_type_text@2x.png ├── file_type_textile copy.png ├── file_type_textile.png ├── file_type_textile@2x.png ├── file_type_todo.png ├── file_type_todo@2x.png ├── file_type_twig.png ├── file_type_twig@2x.png ├── file_type_typescript.png ├── file_type_typescript@2x.png ├── file_type_vue.png ├── file_type_vue@2x.png ├── file_type_yaml.png └── file_type_yaml@2x.png ├── messages.json ├── messages ├── 1.1.0.txt ├── 1.2.0.txt ├── 1.3.0.txt ├── 1.4.0.txt ├── 1.5.0.txt ├── 1.6.0.txt ├── 1.7.0.txt ├── 1.8.0.txt ├── 1.9.0.txt ├── 2.0.0.txt ├── 2.1.0.txt ├── 2.2.0.txt ├── 2.3.0.txt └── install.txt ├── preferences ├── icon_R.tmPreferences ├── icon_actionscript.tmPreferences ├── icon_angular.tmPreferences ├── icon_apache.tmPreferences ├── icon_applescript.tmPreferences ├── icon_blade.tmPreferences ├── icon_bower.tmPreferences ├── icon_c#.tmPreferences ├── icon_c++.tmPreferences ├── icon_c.tmPreferences ├── icon_cfc.tmPreferences ├── icon_cfm.tmPreferences ├── icon_clojure.tmPreferences ├── icon_coffee.tmPreferences ├── icon_css.tmPreferences ├── icon_dlang.tmPreferences ├── icon_dockerfile.tmPreferences ├── icon_erlang.tmPreferences ├── icon_ex.tmPreferences ├── icon_fish.tmPreferences ├── icon_font.tmPreferences ├── icon_git.tmPreferences ├── icon_go.tmPreferences ├── icon_gradle.tmPreferences ├── icon_graphviz.tmPreferences ├── icon_groovy.tmPreferences ├── icon_gruntfile.tmPreferences ├── icon_gulpfile.tmPreferences ├── icon_haml.tmPreferences ├── icon_haskell.tmPreferences ├── icon_haxe.tmPreferences ├── icon_html.tmPreferences ├── icon_jade.tmPreferences ├── icon_java.tmPreferences ├── icon_js.tmPreferences ├── icon_json.tmPreferences ├── icon_jsp.tmPreferences ├── icon_julia.tmPreferences ├── icon_less.tmPreferences ├── icon_license.tmPreferences ├── icon_liquid.tmPreferences ├── icon_lisp.tmPreferences ├── icon_lsl.tmPreferences ├── icon_lua.tmPreferences ├── icon_markdown.tmPreferences ├── icon_matlab.tmPreferences ├── icon_md.tmPreferences ├── icon_mustache.tmPreferences ├── icon_npm.tmPreferences ├── icon_ocaml.tmPreferences ├── icon_perl.tmPreferences ├── icon_php.tmPreferences ├── icon_procfile.tmPreferences ├── icon_puppet.tmPreferences ├── icon_python.tmPreferences ├── icon_rails.tmPreferences ├── icon_react.tmPreferences ├── icon_ruby.tmPreferences ├── icon_rust.tmPreferences ├── icon_sass.tmPreferences ├── icon_scala.tmPreferences ├── icon_scss.tmPreferences ├── icon_shell.tmPreferences ├── icon_slim.tmPreferences ├── icon_sql.tmPreferences ├── icon_stylus.tmPreferences ├── icon_swift.tmPreferences ├── icon_tcl.tmPreferences ├── icon_tex.tmPreferences ├── icon_textile.tmPreferences ├── icon_twig.tmPreferences ├── icon_typescript.tmPreferences ├── icon_vue.tmPreferences └── icon_yaml.tmPreferences ├── screenshots ├── Agila Classic Theme.png ├── Agila Cobalt Theme.png ├── Agila Dracula Theme.png ├── Agila Light Theme.png ├── Agila Monokai Theme.png ├── Agila Neon Theme.png ├── Agila Origin Oceanic Next Theme.png └── Agila Theme.png └── widgets ├── Widget - Agila Classic.stTheme ├── Widget - Agila Classic.sublime-settings ├── Widget - Agila Cobalt.stTheme ├── Widget - Agila Cobalt.sublime-settings ├── Widget - Agila Dracula.stTheme ├── Widget - Agila Dracula.sublime-settings ├── Widget - Agila Light.stTheme ├── Widget - Agila Light.sublime-settings ├── Widget - Agila Monokai.stTheme ├── Widget - Agila Monokai.sublime-settings ├── Widget - Agila Neon.stTheme ├── Widget - Agila Neon.sublime-settings ├── Widget - Agila Origin.stTheme ├── Widget - Agila Origin.sublime-settings ├── Widget - Agila.stTheme └── Widget - Agila.sublime-settings /.gitignore: -------------------------------------------------------------------------------- 1 | Thumbs.db 2 | Desktop.ini 3 | .DS_Store 4 | TODO.md 5 | TESTMARKDOWN.md 6 | 7 | *.cache 8 | -------------------------------------------------------------------------------- /Agila.py: -------------------------------------------------------------------------------- 1 | import re 2 | import sublime 3 | import sublime_plugin 4 | 5 | class AgilaSelectThemeCommand(sublime_plugin.TextCommand): 6 | def run(self, action): 7 | self.themes = [ 8 | "Agila", 9 | "Agila Origin", 10 | "Agila Dracula", 11 | "Agila Monokai", 12 | "Agila Cobalt", 13 | "Agila Classic", 14 | "Agila Light", 15 | "Agila Neon", 16 | ] 17 | self.schemes = [ 18 | "Packages/Agila Theme/Agila Oceanic Next.tmTheme", 19 | "Packages/Agila Theme/Agila Origin Oceanic Next.tmTheme", 20 | "Packages/Agila Theme/Agila Dracula.tmTheme", 21 | "Packages/Agila Theme/Agila Monokai Extended.tmTheme", 22 | "Packages/Agila Theme/Agila Cobalt.tmTheme", 23 | "Packages/Agila Theme/Agila Classic Oceanic Next.tmTheme", 24 | "Packages/Agila Theme/Agila Light Solarized.tmTheme", 25 | "Packages/Agila Theme/Agila Neon Monocyanide.tmTheme", 26 | ] 27 | 28 | self.show_panel() 29 | 30 | def show_panel(self): 31 | self.view.window().show_quick_panel(self.themes, self.on_done, on_highlight=self.on_highlighted) 32 | 33 | def on_done(self, index): 34 | theme = self.themes[index] + '.sublime-theme' 35 | self.set_scheme(self.schemes[index]) 36 | self.set_theme(theme) 37 | self.save_settings(theme) 38 | 39 | def on_highlighted(self, index): 40 | self.set_scheme(self.schemes[index]) 41 | self.set_theme(self.themes[index] + '.sublime-theme') 42 | 43 | def set_scheme(self, scheme): 44 | self.get_settings().set('color_scheme', scheme) 45 | 46 | def set_theme(self, theme): 47 | self.get_settings().set('theme', theme) 48 | 49 | def get_settings(self): 50 | return sublime.load_settings('Preferences.sublime-settings') 51 | 52 | def save_settings(self, theme): 53 | sublime.save_settings('Preferences.sublime-settings') 54 | sublime.status_message('Agila Theme: ' + theme) 55 | print('') 56 | print('[Agila Theme] ' + theme) 57 | print('') 58 | -------------------------------------------------------------------------------- /Agila.skins: -------------------------------------------------------------------------------- 1 | { 2 | "Agila - Default": { 3 | "Preferences": { 4 | "theme": "Agila.sublime-theme", 5 | "color_scheme": "Packages/Agila Theme/Agila Oceanic Next.tmTheme" 6 | }, 7 | "Markdown Extended": { 8 | "color_scheme": "Packages/Agila Theme/Markdown/Oceanic Next Markdown.tmTheme" 9 | } 10 | }, 11 | 12 | "Agila - Origin": { 13 | "Preferences": { 14 | "theme": "Agila Origin.sublime-theme", 15 | "color_scheme": "Packages/Agila Theme/Agila Origin Oceanic Next.tmTheme" 16 | }, 17 | "Markdown Extended": { 18 | "color_scheme": "Packages/Agila Theme/Markdown/Oceanic Next Origin Markdown.tmTheme" 19 | } 20 | }, 21 | 22 | "Agila - Dracula": { 23 | "Preferences": { 24 | "theme": "Agila Dracula.sublime-theme", 25 | "color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme" 26 | }, 27 | "Markdown Extended": { 28 | "color_scheme": "Packages/Agila Theme/Markdown/Dracula Markdown.tmTheme" 29 | } 30 | }, 31 | 32 | "Agila - Monokai": { 33 | "Preferences": { 34 | "theme": "Agila Monokai.sublime-theme", 35 | "color_scheme": "Packages/Agila Theme/Agila Monokai Extended.tmTheme" 36 | }, 37 | "Markdown Extended": { 38 | "color_scheme": "Packages/Agila Theme/Markdown/Monokai Markdown.tmTheme" 39 | } 40 | }, 41 | 42 | "Agila - Cobalt": { 43 | "Preferences": { 44 | "theme": "Agila Cobalt.sublime-theme", 45 | "color_scheme": "Packages/Agila Theme/Agila Cobalt.tmTheme" 46 | }, 47 | "Markdown Extended": { 48 | "color_scheme": "Packages/Agila Theme/Markdown/Cobalt Markdown.tmTheme" 49 | } 50 | }, 51 | 52 | "Agila - Classic": { 53 | "Preferences": { 54 | "theme": "Agila Classic.sublime-theme", 55 | "color_scheme": "Packages/Agila Theme/Agila Classic Oceanic Next.tmTheme" 56 | }, 57 | "Markdown Extended": { 58 | "color_scheme": "Packages/Agila Theme/Markdown/Classic Oceanic Next Markdown.tmTheme" 59 | } 60 | }, 61 | 62 | "Agila - Light": { 63 | "Preferences": { 64 | "theme": "Agila Light.sublime-theme", 65 | "color_scheme": "Packages/Agila Theme/Agila Light Solarized.tmTheme" 66 | }, 67 | "Markdown Extended": { 68 | "color_scheme": "Packages/Agila Theme/Markdown/Light Solarized Markdown.tmTheme" 69 | } 70 | }, 71 | 72 | "Agila - Neon": { 73 | "Preferences": { 74 | "theme": "Agila Neon.sublime-theme", 75 | "color_scheme": "Packages/Agila Theme/Agila Neon Monocyanide.tmTheme" 76 | }, 77 | "Markdown Extended": { 78 | "color_scheme": "Packages/Agila Theme/Markdown/Neon Monocyanide Markdown.tmTheme" 79 | } 80 | } 81 | } -------------------------------------------------------------------------------- /Agila.sublime-commands: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "caption": "Agila: Select Theme", 4 | "command": "agila_select_theme" 5 | } 6 | ] 7 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Agila Theme 2 | #### A Sublime Text 3 UI Theme 3 | *** 4 | 5 | ### Changelog 6 | 7 | ##### Version 2.3.0 - CURRENT VERSION 8 | * Added missing scopes for variable.function and message.error. Thanks to davidhcefx :) 9 | 10 | ##### Version 2.2.0 11 | * Added support for title bar (introduced in Dev Build 3127). Thanks to kcmr :) 12 | 13 | ##### Version 2.1.0 14 | * Added nano mode support (convenient for small laptops). Thanks to polyvertex :) 15 | ```json 16 | "theme_agila_nano_mode": true, 17 | ``` 18 | 19 | * Added sidebar plus/minus icons beside folder. Thanks to mikedcook :) 20 | ```json 21 | "theme_agila_sidebar_plus_minus": true, 22 | ``` 23 | 24 | * Added Visual Studio Agila Theme ported by whtsky :) 25 | - https://marketplace.visualstudio.com/items?itemName=whtsky.agila-theme 26 | 27 | ##### Version 2.0.0 28 | * Added Markdown Support based on theme (prerequisite: Markdown Extended Sublime Package) 29 | - activated via skins package when you chose a specific skin 30 | - activated via Preferences > Settings - Syntax Specific (when you open a .md file) 31 | * Modified Skins settings 32 | - added Markdown Extended settings 33 | * Removed file extension preferences 34 | - https://github.com/arvi/Agila-Theme/issues/22 35 | * Fixed Agila Monocyanide background color (toned-down a bit) 36 | * Acknowledged fantastic Skins pull request from Cldfire in README contributors :) 37 | 38 | ##### Version 1.9.0 39 | * Added two more sidebar tree options with "mini" as the smallest 40 | (to save spacing for large projects) 41 | ```json 42 | "theme_agila_sidebar_mini":true, 43 | "theme_agila_sidebar_xsmall":true, 44 | ``` 45 | * Added Agila Cobalt Theme :) 46 | ```json 47 | "theme": "Agila Cobalt.sublime-theme", 48 | "color_scheme": "Packages/Agila Theme/Agila Cobalt.tmTheme", 49 | ``` 50 | * Fixed Agila Monocyanide Theme colors 51 | * Fixed all theme's find panel selection colors to match the actual theme 52 | 53 | ##### Version 1.8.0 54 | * Added active tab text color for easier identification (default: pink) 55 | ```json 56 | "theme_agila_active_tab_entry_white": true, 57 | "theme_agila_active_tab_entry_gray": true, 58 | "theme_agila_active_tab_entry_lightblue": true, 59 | "theme_agila_active_tab_entry_yellow": true, 60 | "theme_agila_active_tab_entry_pink": true, 61 | ``` 62 | * Added Agila Neon Theme :) 63 | ```json 64 | "theme": "Agila Neon.sublime-theme", 65 | "color_scheme": "Packages/Agila Theme/Agila Neon Monocyanide.tmTheme", 66 | ``` 67 | * Modified Monokai Extended and Light Solarized based on their latest repo changes 68 | 69 | ##### Version 1.7.0 70 | * Modified Oceanic Color Scheme and Light Solarized based on their latest repo changes 71 | - You can now use Active Guide with these schemes, just add: 72 | ```json 73 | "indent_guide_options": 74 | [ 75 | "draw_normal", 76 | "draw_active" 77 | ], 78 | ``` 79 | * Added other color schemes to Agila Family :) 80 | - Based on default Oceanic Next Color Scheme 81 | ```json 82 | "theme": "Agila Origin.sublime-theme", 83 | "color_scheme": "Packages/Agila Theme/Agila Origin Oceanic Next.tmTheme", 84 | ``` 85 | - Based on Dracula Color Scheme 86 | ```json 87 | "theme": "Agila Dracula.sublime-theme", 88 | "color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme", 89 | ``` 90 | - Based on Monokai Extended Scheme 91 | ```json 92 | "theme": "Agila Monokai.sublime-theme", 93 | "color_scheme": "Packages/Agila Theme/Agila Monokai Extended.tmTheme", 94 | ``` 95 | * Added theme override options 96 | - overrides default theme sidebar, scrollbars and tab background based on theme scheme background 97 | ```json 98 | "theme_agila_camouflage": true, 99 | ``` 100 | - overrides default theme sidebar and tab background only based on theme scheme background 101 | ```json 102 | "theme_agila_camouflage_semi": true, 103 | ``` 104 | * Modified scrollbar thinness options and default 105 | - default changed from width: 3 --> width: 4 106 | ```json 107 | "theme_agila_vertical_scrollbar_thickest": true, //width: 6 108 | "theme_agila_horizontal_scrollbar_thickest": true, 109 | 110 | "theme_agila_vertical_scrollbar_thicker": true, //width: 5 111 | "theme_agila_horizontal_scrollbar_thicker": true, 112 | 113 | "theme_agila_vertical_scrollbar_thinner": true, //width: 3 114 | "theme_agila_horizontal_scrollbar_thinner": true, 115 | 116 | "theme_agila_vertical_scrollbar_thinnest": true, //width: 2 117 | "theme_agila_horizontal_scrollbar_thinnest": true, 118 | 119 | "theme_agila_vertical_scrollbar_invisible": true, //width: 0 120 | "theme_agila_horizontal_scrollbar_invisible": true, 121 | ``` 122 | 123 | ##### Version 1.6.0 124 | * Fixed code completion and quick panel selection and hover state highlight 125 | * Fixed sidebar tree structure (major UI changes) 126 | * Added sidebar tree structure compact option (no parent-child folder indentation) 127 | ```json 128 | "theme_agila_compact_sidebar": true, 129 | ``` 130 | * Added sidebar file icons - lighter shade option 131 | ```json 132 | "theme_agila_sidebar_light_icons": true, 133 | ``` 134 | 135 | ##### Version 1.5.0 136 | * Fixed selection highlight 137 | * Added code completion and quick panel color options 138 | ```json 139 | "theme_agila_auto_complete_white": true, 140 | "theme_agila_auto_complete_gray": true, 141 | "theme_agila_auto_complete_lightblue": true, 142 | "theme_agila_auto_complete_yellow": true, 143 | "theme_agila_auto_complete_pink": true, 144 | ``` 145 | 146 | ##### Version 1.4.0 147 | * Added sidebar heading color options - thanks to [davidmatas](https://github.com/davidmatas) 148 | ```json 149 | "theme_agila_sidebar_heading_white": true, 150 | "theme_agila_sidebar_heading_gray": true, 151 | "theme_agila_sidebar_heading_lightblue": true, 152 | "theme_agila_sidebar_heading_yellow": true, 153 | "theme_agila_sidebar_heading_pink": true, 154 | ``` 155 | 156 | ##### Version 1.3.0 157 | * Reduced default tab height 158 | * Added tab height compact option (smaller than the default tab height) 159 | ```json 160 | "theme_agila_compact_tab": true 161 | ``` 162 | * Modified default scrollbars color: distraction-free color choice based on theme 163 | 164 | ##### Version 1.2.0 165 | * Fixed tab element font size and dirty marker tint issues seen in a Windows machine. 166 | 167 | ##### Version 1.1.0 168 | * Fixed Error Loading Scheme path error experienced during installation via Package Control -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Arvi Acuzar 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Agila Theme 2 | ##### A Sublime Text 3 UI Theme 3 | Couldn't find a theme I really dig, so I tried to make my own theme based on all the things/elements I like from wonderful themes I've used before. :) 4 | 5 | *** 6 | 7 | ## Screenshots 8 | Screenshots below are based on the default starting point of all Agila Themes wherein _Font face: [__Inconsolata__](https://www.google.com/fonts/specimen/Inconsolata) | Font size: 21*._ 9 | 10 | 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](#settings)"** section of this documentation. Enjoy! :) 11 | 12 | #### Agila Theme 13 | ![Screenshot](https://www.dropbox.com/s/jt3choxq6b583t7/Agila%20Theme.png?raw=1) 14 | 15 | #### Agila Origin Theme 16 | ![Screenshot](https://www.dropbox.com/s/wuhcxftbw1nk9gn/Agila%20Origin%20Oceanic%20Next%20Theme.png?raw=1) 17 | 18 | #### Agila Dracula Theme 19 | ![Screenshot](https://www.dropbox.com/s/egklxdt86ilap4l/Agila%20Dracula%20Theme.png?raw=1) 20 | 21 | #### Agila Monokai Theme 22 | ![Screenshot](https://www.dropbox.com/s/y10kw35wunjssxi/Agila%20Monokai%20Theme.png?raw=1) 23 | 24 | #### Agila Cobalt Theme 25 | ![Screenshot](https://www.dropbox.com/s/uh2cdicqe75onki/Agila%20Cobalt%20Theme.png?raw=1) 26 | 27 | #### Agila Classic Theme 28 | ![Screenshot](https://www.dropbox.com/s/xlg43vr2ikxogch/Agila%20Classic%20Theme.png?raw=1) 29 | 30 | #### Agila Light Theme 31 | ![Screenshot](https://www.dropbox.com/s/tmjpeas5iuvotbd/Agila%20Light%20Theme.png?raw=1) 32 | 33 | #### Agila Neon Theme 34 | ![Screenshot](https://www.dropbox.com/s/fdv9lhvqsqnmxux/Agila%20Neon%20Theme.png?raw=1) 35 | 36 | --- 37 | 38 | ### How to Install 39 | 40 | ##### *Chill* way 41 | via [Package Control](https://packagecontrol.io/), where Agila is listed as *`Agila Theme`*. 42 | 43 | 1. Open Command Palette using menu item *`Tools > Command Palette...`* or `CMD/CTRL + SHIFT + P` 44 | 2. Choose `Package Control: Install Package` 45 | 3. Find *`Agila Theme`* and hit *`Enter`* 46 | 47 | ##### *Woooo* way 48 | via installing the theme manually. 49 | 50 | 1. [Download the latest release .zip](https://github.com/arvi/Agila-Theme/releases) 51 | 2. Unzip and rename folder to *`Agila Theme`*. 52 | 3. Move *`Agila Theme`* folder inside the Packages directory (*`Preferences > Browse packages...`*) 53 | 54 | --- 55 | ### Themes 56 | Agila themes include Markdown syntax highlighting provided you have [Markdown Extended](https://packagecontrol.io/packages/Markdown%20Extended) package installed. 57 | 58 | ### Activation 59 | ##### *Chill* way via Skins 60 | [Skins](https://packagecontrol.io/packages/Skins) provides an easy way to manage your themes for Sublime Text 3. Run its `Select Skin` command from the Command Palette *`Tools > Command Palette...`* or `CMD/CTRL + SHIFT + P` and choose any of the various `Agila` theme variants from the list. 61 | **No extra steps for activating Markdown syntax highlighting based on selected theme.** 62 | 63 | 64 | ##### *Woooo* way 65 | via User Preferences file (*`Sublime Text > Preferences > Settings - User`*). After setting up, 66 | don't forget to **restart Sublime Text Editor** for changes to take effect. 67 | 68 | **To also enable Markdown syntax highlighting based on selected theme:** 69 | 70 | 1. Open a Markdown file 71 | 2. Go to Preferences > Settings - Syntax Specific and change `color_scheme` value based on the last `color_scheme` setting specific to theme below. 72 | 73 | ##### Default theme 74 | # 75 | ```json 76 | "theme": "Agila.sublime-theme", 77 | "color_scheme": "Packages/Agila Theme/Agila Oceanic Next.tmTheme", 78 | ``` 79 | 80 | ```json 81 | "color_scheme": "Packages/Agila Theme/Markdown/Oceanic Next Markdown.tmTheme" 82 | ``` 83 | 84 | ##### Origin theme 85 | # 86 | ```json 87 | "theme": "Agila Origin.sublime-theme", 88 | "color_scheme": "Packages/Agila Theme/Agila Origin Oceanic Next.tmTheme", 89 | ``` 90 | ```json 91 | "color_scheme": "Packages/Agila Theme/Markdown/Oceanic Next Origin Markdown.tmTheme" 92 | ``` 93 | 94 | ##### Dracula theme 95 | # 96 | ```json 97 | "theme": "Agila Dracula.sublime-theme", 98 | "color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme", 99 | ``` 100 | ```json 101 | "color_scheme": "Packages/Agila Theme/Markdown/Dracula Markdown.tmTheme" 102 | ``` 103 | 104 | ##### Monokai theme 105 | # 106 | ```json 107 | "theme": "Agila Monokai.sublime-theme", 108 | "color_scheme": "Packages/Agila Theme/Agila Monokai Extended.tmTheme", 109 | ``` 110 | ```json 111 | "color_scheme": "Packages/Agila Theme/Markdown/Monokai Markdown.tmTheme" 112 | ``` 113 | 114 | ##### Cobalt theme 115 | # 116 | ```json 117 | "theme": "Agila Cobalt.sublime-theme", 118 | "color_scheme": "Packages/Agila Theme/Agila Cobalt.tmTheme", 119 | ``` 120 | ```json 121 | "color_scheme": "Packages/Agila Theme/Markdown/Cobalt Markdown.tmTheme" 122 | ``` 123 | 124 | ##### Classic theme 125 | # 126 | ```json 127 | "theme": "Agila Classic.sublime-theme", 128 | "color_scheme": "Packages/Agila Theme/Agila Classic Oceanic Next.tmTheme", 129 | ``` 130 | ```json 131 | "color_scheme": "Packages/Agila Theme/Markdown/Classic Oceanic Next Markdown.tmTheme" 132 | ``` 133 | 134 | ##### Light theme 135 | # 136 | ```json 137 | "theme": "Agila Light.sublime-theme", 138 | "color_scheme": "Packages/Agila Theme/Agila Light Solarized.tmTheme", 139 | ``` 140 | ```json 141 | "color_scheme": "Packages/Agila Theme/Markdown/Light Solarized Markdown.tmTheme" 142 | ``` 143 | 144 | ##### Neon theme 145 | # 146 | ```json 147 | "theme": "Agila Neon.sublime-theme", 148 | "color_scheme": "Packages/Agila Theme/Agila Neon Monocyanide.tmTheme", 149 | ``` 150 | ```json 151 | "color_scheme": "Packages/Agila Theme/Markdown/Neon Monocyanide Markdown.tmTheme" 152 | ``` 153 | # 154 | 155 | 156 | Note: You can use active guide with these schemes by adding: 157 | ```json 158 | "indent_guide_options": 159 | [ 160 | "draw_normal", 161 | "draw_active" 162 | ], 163 | ``` 164 | 165 | --- 166 | 167 | ### Settings 168 | I've made some UI parts customizable e.g icon colors, sidebar items, etc.. :) 169 | 170 | ##### THEME OVERRIDE 171 | # 172 | overrides default theme sidebar, scrollbars and tab background based on theme scheme background 173 | ```json 174 | "theme_agila_camouflage": true, 175 | ``` 176 | 177 | overrides default theme sidebar and tab background only based on theme scheme background 178 | ```json 179 | "theme_agila_camouflage_semi": true, 180 | ``` 181 | 182 | overrides all the theme_agila_* size settings; convenient for small laptops 183 | ```json 184 | "theme_agila_nano_mode": true, 185 | ``` 186 | 187 | ##### SIDEBAR COMPACT TREE STRUCTURE - NO INDENTATION 188 | # 189 | ```json 190 | "theme_agila_compact_sidebar": true, 191 | ``` 192 | 193 | ##### SIDEBAR TREE SIZE (default: medium) 194 | # 195 | ```json 196 | "theme_agila_sidebar_mini": true, 197 | "theme_agila_sidebar_xsmall": true, 198 | "theme_agila_sidebar_small": true, 199 | "theme_agila_sidebar_medium": true, 200 | "theme_agila_sidebar_large": true, 201 | ``` 202 | 203 | ##### SIDEBAR HEADING (default: theme-based color) 204 | # 205 | ```json 206 | "theme_agila_sidebar_heading_white": true, 207 | "theme_agila_sidebar_heading_gray": true, 208 | "theme_agila_sidebar_heading_lightblue": true, 209 | "theme_agila_sidebar_heading_yellow": true, 210 | "theme_agila_sidebar_heading_pink": true, 211 | ``` 212 | 213 | ##### SIDEBAR ENTRY/ITEM FONT SIZE (default: 13) 214 | # 215 | ```json 216 | "theme_agila_sidebar_font_xsmall": true, //font-size: 11 217 | "theme_agila_sidebar_font_small": true, //font-size: 12 218 | "theme_agila_sidebar_font_big": true, //font-size: 14 219 | ``` 220 | 221 | ##### SIDEBAR SELECTED ENTRY/ITEM (default: pink) 222 | # 223 | ```json 224 | "theme_agila_sidebar_selected_entry_white": true, 225 | "theme_agila_sidebar_selected_entry_gray": true, 226 | "theme_agila_sidebar_selected_entry_lightblue": true, 227 | "theme_agila_sidebar_selected_entry_yellow": true, 228 | "theme_agila_sidebar_selected_entry_pink": true, 229 | ``` 230 | 231 | ##### SIDEBAR LIGHT ICONS (default: dark) 232 | # 233 | ```json 234 | "theme_agila_sidebar_light_icons": true, 235 | ``` 236 | 237 | ##### SIDEBAR FOLDER PLUS/MINUS ICONS 238 | # 239 | if a plus/minus icon is preferred beside folder icon 240 | ```json 241 | "theme_agila_sidebar_plus_minus": true, 242 | ``` 243 | 244 | ##### COMPACT TAB - REDUCED TAB HEIGHT 245 | # 246 | ```json 247 | "theme_agila_compact_tab": true, 248 | ``` 249 | 250 | ##### ACTIVE TAB - TEXT COLOR (default: pink) 251 | # 252 | ```json 253 | "theme_agila_active_tab_entry_white": true, 254 | "theme_agila_active_tab_entry_gray": true, 255 | "theme_agila_active_tab_entry_lightblue": true, 256 | "theme_agila_active_tab_entry_yellow": true, 257 | "theme_agila_active_tab_entry_pink": true, 258 | ``` 259 | 260 | ##### MODIFIED TAB - ICON MARKER COLOR (default: light blue) 261 | # 262 | ```json 263 | "theme_agila_modified_tab_marker_white": true, 264 | "theme_agila_modified_tab_marker_gray": true, 265 | "theme_agila_modified_tab_marker_lightblue": true, 266 | "theme_agila_modified_tab_marker_yellow": true, 267 | "theme_agila_modified_tab_marker_pink": true, 268 | ``` 269 | 270 | ##### AUTOCOMPLETE - KEYWORD COLOR (default: white) 271 | # 272 | ```json 273 | "theme_agila_auto_complete_white": true, 274 | "theme_agila_auto_complete_gray": true, 275 | "theme_agila_auto_complete_lightblue": true, 276 | "theme_agila_auto_complete_yellow": true, 277 | "theme_agila_auto_complete_pink": true, 278 | ``` 279 | 280 | ##### SCROLLBAR COLORS (default: theme based color) 281 | # 282 | ```json 283 | "theme_agila_vertical_scrollbar_white": true, 284 | "theme_agila_horizontal_scrollbar_white": true, 285 | 286 | "theme_agila_vertical_scrollbar_gray": true, 287 | "theme_agila_horizontal_scrollbar_gray": true, 288 | 289 | "theme_agila_vertical_scrollbar_lightblue": true, 290 | "theme_agila_horizontal_scrollbar_lightblue": true, 291 | 292 | "theme_agila_vertical_scrollbar_yellow": true, 293 | "theme_agila_horizontal_scrollbar_yellow": true, 294 | 295 | "theme_agila_vertical_scrollbar_pink": true, 296 | "theme_agila_horizontal_scrollbar_pink": true, 297 | ``` 298 | 299 | ##### SCROLLBAR THINNESS (default: 4) 300 | # 301 | ```json 302 | "theme_agila_vertical_scrollbar_thickest": true, //width: 6 303 | "theme_agila_horizontal_scrollbar_thickest": true, 304 | 305 | "theme_agila_vertical_scrollbar_thicker": true, //width: 5 306 | "theme_agila_horizontal_scrollbar_thicker": true, 307 | 308 | "theme_agila_vertical_scrollbar_thinner": true, //width: 3 309 | "theme_agila_horizontal_scrollbar_thinner": true, 310 | 311 | "theme_agila_vertical_scrollbar_thinnest": true, //width: 2 312 | "theme_agila_horizontal_scrollbar_thinnest": true, 313 | 314 | "theme_agila_vertical_scrollbar_invisible": true, //width: 0 315 | "theme_agila_horizontal_scrollbar_invisible": true, 316 | ``` 317 | # 318 | --- 319 | ### My Sublime Settings :p 320 | ##### **https://gist.github.com/arvi/b71cd26b7a20944a7d53607213d56c20** 321 | # 322 | # 323 | --- 324 | ### Ports 325 | - [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=whtsky.agila-theme) by whtsky 326 | --- 327 | ### Thanks to 328 | - [Preap Theme](https://packagecontrol.io/packages/Preap) - UI inspiration and .sublime-theme source code :) 329 | - [Spacegray Theme](http://kkga.github.io/spacegray) - UI inspiration and .sublime-theme source code :) 330 | - [amCoder Theme](https://packagecontrol.io/packages/Theme%20-%20amCoder) - UI inspiration and .sublime-theme source code :) 331 | - [Neka Theme](https://packagecontrol.io/packages/Neka%20Theme) - Icons 332 | - [Oceanic Next Color Scheme](https://packagecontrol.io/packages/Oceanic%20Next%20Color%20Scheme) - where Default and Classic theme color scheme are based 333 | - [Solarized Color Scheme](https://packagecontrol.io/packages/Solarized%20Color%20Scheme) - where Light theme color scheme is based 334 | - [Dracula Color Scheme](https://draculatheme.com/sublime/) 335 | - [Monokai Extended Color Scheme](https://github.com/jonschlinkert/sublime-monokai-extended) 336 | - [Monocyanide Color Scheme](https://github.com/Centril/sublime-monocyanide-colorscheme) 337 | - [Cobalt2 Scheme](https://github.com/wesbos/cobalt2) 338 | - [Colorhexa](http://www.colorhexa.com/) - color combinations 339 | - `meteor create --sample todos` - screenshot code snippet :p 340 | - Contributor(s): [davidmatas](https://github.com/davidmatas), [Cldfire](https://github.com/Cldfire), [polyvertex](https://github.com/polyvertex), [mikedcook](https://github.com/mikedcook), [kcmr](https://github.com/kcmr), [davidhcefx](https://github.com/davidhcefx) 341 | 342 | --- 343 | ### Fun Experiments :p 344 | Have a color combination in mind or perhaps you also want to try and create your own? Check the *`Agila.sublime-theme`* source code... I made it super easy for anyone to customize a sublime UI theme through my extensive comments. :p Enjoy! :) 345 | -------------------------------------------------------------------------------- /assets/closed-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/closed-plus.png -------------------------------------------------------------------------------- /assets/file-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/file-close.png -------------------------------------------------------------------------------- /assets/file-close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/file-close@2x.png -------------------------------------------------------------------------------- /assets/file-dirty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/file-dirty.png -------------------------------------------------------------------------------- /assets/file-dirty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/file-dirty@2x.png -------------------------------------------------------------------------------- /assets/fold-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/fold-closed.png -------------------------------------------------------------------------------- /assets/fold-closed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/fold-closed@2x.png -------------------------------------------------------------------------------- /assets/fold-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/fold-open.png -------------------------------------------------------------------------------- /assets/fold-open@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/fold-open@2x.png -------------------------------------------------------------------------------- /assets/folder-open-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/folder-open-gray.png -------------------------------------------------------------------------------- /assets/folder-open-gray@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/folder-open-gray@2x.png -------------------------------------------------------------------------------- /assets/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/folder.png -------------------------------------------------------------------------------- /assets/folder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/folder@2x.png -------------------------------------------------------------------------------- /assets/icon-buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-buffer.png -------------------------------------------------------------------------------- /assets/icon-buffer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-buffer@2x.png -------------------------------------------------------------------------------- /assets/icon-case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-case.png -------------------------------------------------------------------------------- /assets/icon-case@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-case@2x.png -------------------------------------------------------------------------------- /assets/icon-context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-context.png -------------------------------------------------------------------------------- /assets/icon-context@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-context@2x.png -------------------------------------------------------------------------------- /assets/icon-highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-highlight.png -------------------------------------------------------------------------------- /assets/icon-highlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-highlight@2x.png -------------------------------------------------------------------------------- /assets/icon-preserve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-preserve.png -------------------------------------------------------------------------------- /assets/icon-preserve@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-preserve@2x.png -------------------------------------------------------------------------------- /assets/icon-regex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-regex.png -------------------------------------------------------------------------------- /assets/icon-regex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-regex@2x.png -------------------------------------------------------------------------------- /assets/icon-reverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-reverse.png -------------------------------------------------------------------------------- /assets/icon-reverse@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-reverse@2x.png -------------------------------------------------------------------------------- /assets/icon-selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-selection.png -------------------------------------------------------------------------------- /assets/icon-selection@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-selection@2x.png -------------------------------------------------------------------------------- /assets/icon-word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-word.png -------------------------------------------------------------------------------- /assets/icon-word@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-word@2x.png -------------------------------------------------------------------------------- /assets/icon-wrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-wrap.png -------------------------------------------------------------------------------- /assets/icon-wrap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/icon-wrap@2x.png -------------------------------------------------------------------------------- /assets/nano-mode/tab-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/nano-mode/tab-close.png -------------------------------------------------------------------------------- /assets/nano-mode/tab-close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/nano-mode/tab-close@2x.png -------------------------------------------------------------------------------- /assets/nano-mode/tabset-left-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/nano-mode/tabset-left-arrow.png -------------------------------------------------------------------------------- /assets/nano-mode/tabset-left-arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/nano-mode/tabset-left-arrow@2x.png -------------------------------------------------------------------------------- /assets/nano-mode/tabset-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/nano-mode/tabset-list.png -------------------------------------------------------------------------------- /assets/nano-mode/tabset-list@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/nano-mode/tabset-list@2x.png -------------------------------------------------------------------------------- /assets/nano-mode/tabset-right-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/nano-mode/tabset-right-arrow.png -------------------------------------------------------------------------------- /assets/nano-mode/tabset-right-arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/nano-mode/tabset-right-arrow@2x.png -------------------------------------------------------------------------------- /assets/opened-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/opened-minus.png -------------------------------------------------------------------------------- /assets/tab-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-close-hover.png -------------------------------------------------------------------------------- /assets/tab-close-hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-close-hover@2x.png -------------------------------------------------------------------------------- /assets/tab-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-close.png -------------------------------------------------------------------------------- /assets/tab-close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-close@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-colors/tab-dirty-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-colors/tab-dirty-gray.png -------------------------------------------------------------------------------- /assets/tab-dirty-colors/tab-dirty-gray@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-colors/tab-dirty-gray@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-colors/tab-dirty-lightblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-colors/tab-dirty-lightblue.png -------------------------------------------------------------------------------- /assets/tab-dirty-colors/tab-dirty-lightblue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-colors/tab-dirty-lightblue@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-colors/tab-dirty-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-colors/tab-dirty-pink.png -------------------------------------------------------------------------------- /assets/tab-dirty-colors/tab-dirty-pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-colors/tab-dirty-pink@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-colors/tab-dirty-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-colors/tab-dirty-white.png -------------------------------------------------------------------------------- /assets/tab-dirty-colors/tab-dirty-white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-colors/tab-dirty-white@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-colors/tab-dirty-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-colors/tab-dirty-yellow.png -------------------------------------------------------------------------------- /assets/tab-dirty-colors/tab-dirty-yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-colors/tab-dirty-yellow@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-gray.png -------------------------------------------------------------------------------- /assets/tab-dirty-gray@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-gray@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-lightblue-orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-lightblue-orig.png -------------------------------------------------------------------------------- /assets/tab-dirty-lightblue-orig@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-lightblue-orig@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-lightblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-lightblue.png -------------------------------------------------------------------------------- /assets/tab-dirty-lightblue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-lightblue@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-pink-orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-pink-orig.png -------------------------------------------------------------------------------- /assets/tab-dirty-pink-orig@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-pink-orig@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-pink.png -------------------------------------------------------------------------------- /assets/tab-dirty-pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-pink@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-white.png -------------------------------------------------------------------------------- /assets/tab-dirty-white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-white@2x.png -------------------------------------------------------------------------------- /assets/tab-dirty-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-yellow.png -------------------------------------------------------------------------------- /assets/tab-dirty-yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tab-dirty-yellow@2x.png -------------------------------------------------------------------------------- /assets/tabset-left-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tabset-left-arrow.png -------------------------------------------------------------------------------- /assets/tabset-left-arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tabset-left-arrow@2x.png -------------------------------------------------------------------------------- /assets/tabset-list-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tabset-list-hover.png -------------------------------------------------------------------------------- /assets/tabset-list-hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tabset-list-hover@2x.png -------------------------------------------------------------------------------- /assets/tabset-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tabset-list.png -------------------------------------------------------------------------------- /assets/tabset-list@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tabset-list@2x.png -------------------------------------------------------------------------------- /assets/tabset-right-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tabset-right-arrow.png -------------------------------------------------------------------------------- /assets/tabset-right-arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/assets/tabset-right-arrow@2x.png -------------------------------------------------------------------------------- /icons/file_type_R.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_R.png -------------------------------------------------------------------------------- /icons/file_type_R@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_R@2x.png -------------------------------------------------------------------------------- /icons/file_type_actionscript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_actionscript.png -------------------------------------------------------------------------------- /icons/file_type_actionscript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_actionscript@2x.png -------------------------------------------------------------------------------- /icons/file_type_ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_ai.png -------------------------------------------------------------------------------- /icons/file_type_ai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_ai@2x.png -------------------------------------------------------------------------------- /icons/file_type_angular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_angular.png -------------------------------------------------------------------------------- /icons/file_type_angular@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_angular@2x.png -------------------------------------------------------------------------------- /icons/file_type_apache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_apache.png -------------------------------------------------------------------------------- /icons/file_type_apache@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_apache@2x.png -------------------------------------------------------------------------------- /icons/file_type_applescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_applescript.png -------------------------------------------------------------------------------- /icons/file_type_applescript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_applescript@2x.png -------------------------------------------------------------------------------- /icons/file_type_archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_archive.png -------------------------------------------------------------------------------- /icons/file_type_archive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_archive@2x.png -------------------------------------------------------------------------------- /icons/file_type_binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_binary.png -------------------------------------------------------------------------------- /icons/file_type_binary@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_binary@2x.png -------------------------------------------------------------------------------- /icons/file_type_blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_blade.png -------------------------------------------------------------------------------- /icons/file_type_blade@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_blade@2x.png -------------------------------------------------------------------------------- /icons/file_type_bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_bookmark.png -------------------------------------------------------------------------------- /icons/file_type_bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_bookmark@2x.png -------------------------------------------------------------------------------- /icons/file_type_bower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_bower.png -------------------------------------------------------------------------------- /icons/file_type_bower@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_bower@2x.png -------------------------------------------------------------------------------- /icons/file_type_c#.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_c#.png -------------------------------------------------------------------------------- /icons/file_type_c#@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_c#@2x.png -------------------------------------------------------------------------------- /icons/file_type_c++.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_c++.png -------------------------------------------------------------------------------- /icons/file_type_c++@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_c++@2x.png -------------------------------------------------------------------------------- /icons/file_type_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_c.png -------------------------------------------------------------------------------- /icons/file_type_c@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_c@2x.png -------------------------------------------------------------------------------- /icons/file_type_cfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_cfc.png -------------------------------------------------------------------------------- /icons/file_type_cfc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_cfc@2x.png -------------------------------------------------------------------------------- /icons/file_type_cfm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_cfm.png -------------------------------------------------------------------------------- /icons/file_type_cfm@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_cfm@2x.png -------------------------------------------------------------------------------- /icons/file_type_clojure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_clojure.png -------------------------------------------------------------------------------- /icons/file_type_clojure@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_clojure@2x.png -------------------------------------------------------------------------------- /icons/file_type_coffescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_coffescript.png -------------------------------------------------------------------------------- /icons/file_type_coffescript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_coffescript@2x.png -------------------------------------------------------------------------------- /icons/file_type_css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_css.png -------------------------------------------------------------------------------- /icons/file_type_css@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_css@2x.png -------------------------------------------------------------------------------- /icons/file_type_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_default.png -------------------------------------------------------------------------------- /icons/file_type_default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_default@2x.png -------------------------------------------------------------------------------- /icons/file_type_dlang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_dlang.png -------------------------------------------------------------------------------- /icons/file_type_dlang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_dlang@2x.png -------------------------------------------------------------------------------- /icons/file_type_docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_docker.png -------------------------------------------------------------------------------- /icons/file_type_docker@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_docker@2x.png -------------------------------------------------------------------------------- /icons/file_type_erlang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_erlang.png -------------------------------------------------------------------------------- /icons/file_type_erlang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_erlang@2x.png -------------------------------------------------------------------------------- /icons/file_type_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_ex.png -------------------------------------------------------------------------------- /icons/file_type_ex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_ex@2x.png -------------------------------------------------------------------------------- /icons/file_type_fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_fish.png -------------------------------------------------------------------------------- /icons/file_type_fish@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_fish@2x.png -------------------------------------------------------------------------------- /icons/file_type_font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_font.png -------------------------------------------------------------------------------- /icons/file_type_font@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_font@2x.png -------------------------------------------------------------------------------- /icons/file_type_git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_git.png -------------------------------------------------------------------------------- /icons/file_type_git@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_git@2x.png -------------------------------------------------------------------------------- /icons/file_type_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_go.png -------------------------------------------------------------------------------- /icons/file_type_go@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_go@2x.png -------------------------------------------------------------------------------- /icons/file_type_gradle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_gradle.png -------------------------------------------------------------------------------- /icons/file_type_gradle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_gradle@2x.png -------------------------------------------------------------------------------- /icons/file_type_graphviz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_graphviz.png -------------------------------------------------------------------------------- /icons/file_type_graphviz@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_graphviz@2x.png -------------------------------------------------------------------------------- /icons/file_type_groovy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_groovy.png -------------------------------------------------------------------------------- /icons/file_type_groovy@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_groovy@2x.png -------------------------------------------------------------------------------- /icons/file_type_gruntfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_gruntfile.png -------------------------------------------------------------------------------- /icons/file_type_gruntfile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_gruntfile@2x.png -------------------------------------------------------------------------------- /icons/file_type_gulpfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_gulpfile.png -------------------------------------------------------------------------------- /icons/file_type_gulpfile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_gulpfile@2x.png -------------------------------------------------------------------------------- /icons/file_type_haml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_haml.png -------------------------------------------------------------------------------- /icons/file_type_haml@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_haml@2x.png -------------------------------------------------------------------------------- /icons/file_type_haskell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_haskell.png -------------------------------------------------------------------------------- /icons/file_type_haskell@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_haskell@2x.png -------------------------------------------------------------------------------- /icons/file_type_haxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_haxe.png -------------------------------------------------------------------------------- /icons/file_type_haxe@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_haxe@2x.png -------------------------------------------------------------------------------- /icons/file_type_html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_html.png -------------------------------------------------------------------------------- /icons/file_type_html@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_html@2x.png -------------------------------------------------------------------------------- /icons/file_type_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_image.png -------------------------------------------------------------------------------- /icons/file_type_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_image@2x.png -------------------------------------------------------------------------------- /icons/file_type_jade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_jade.png -------------------------------------------------------------------------------- /icons/file_type_jade@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_jade@2x.png -------------------------------------------------------------------------------- /icons/file_type_java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_java.png -------------------------------------------------------------------------------- /icons/file_type_java@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_java@2x.png -------------------------------------------------------------------------------- /icons/file_type_js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_js.png -------------------------------------------------------------------------------- /icons/file_type_js@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_js@2x.png -------------------------------------------------------------------------------- /icons/file_type_jsp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_jsp.png -------------------------------------------------------------------------------- /icons/file_type_jsp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_jsp@2x.png -------------------------------------------------------------------------------- /icons/file_type_julia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_julia.png -------------------------------------------------------------------------------- /icons/file_type_julia@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_julia@2x.png -------------------------------------------------------------------------------- /icons/file_type_less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_less.png -------------------------------------------------------------------------------- /icons/file_type_less@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_less@2x.png -------------------------------------------------------------------------------- /icons/file_type_license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_license.png -------------------------------------------------------------------------------- /icons/file_type_license@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_license@2x.png -------------------------------------------------------------------------------- /icons/file_type_liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_liquid.png -------------------------------------------------------------------------------- /icons/file_type_liquid@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_liquid@2x.png -------------------------------------------------------------------------------- /icons/file_type_lisp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_lisp.png -------------------------------------------------------------------------------- /icons/file_type_lisp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_lisp@2x.png -------------------------------------------------------------------------------- /icons/file_type_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_list.png -------------------------------------------------------------------------------- /icons/file_type_list@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_list@2x.png -------------------------------------------------------------------------------- /icons/file_type_lsl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_lsl.png -------------------------------------------------------------------------------- /icons/file_type_lsl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_lsl@2x.png -------------------------------------------------------------------------------- /icons/file_type_lua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_lua.png -------------------------------------------------------------------------------- /icons/file_type_lua@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_lua@2x.png -------------------------------------------------------------------------------- /icons/file_type_markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_markdown.png -------------------------------------------------------------------------------- /icons/file_type_markdown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_markdown@2x.png -------------------------------------------------------------------------------- /icons/file_type_markup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_markup.png -------------------------------------------------------------------------------- /icons/file_type_markup@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_markup@2x.png -------------------------------------------------------------------------------- /icons/file_type_matlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_matlab.png -------------------------------------------------------------------------------- /icons/file_type_matlab@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_matlab@2x.png -------------------------------------------------------------------------------- /icons/file_type_mustache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_mustache.png -------------------------------------------------------------------------------- /icons/file_type_mustache@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_mustache@2x.png -------------------------------------------------------------------------------- /icons/file_type_node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_node.png -------------------------------------------------------------------------------- /icons/file_type_node@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_node@2x.png -------------------------------------------------------------------------------- /icons/file_type_npm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_npm.png -------------------------------------------------------------------------------- /icons/file_type_npm@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_npm@2x.png -------------------------------------------------------------------------------- /icons/file_type_ocaml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_ocaml.png -------------------------------------------------------------------------------- /icons/file_type_ocaml@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_ocaml@2x.png -------------------------------------------------------------------------------- /icons/file_type_pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_pdf.png -------------------------------------------------------------------------------- /icons/file_type_pdf@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_pdf@2x.png -------------------------------------------------------------------------------- /icons/file_type_perl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_perl.png -------------------------------------------------------------------------------- /icons/file_type_perl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_perl@2x.png -------------------------------------------------------------------------------- /icons/file_type_php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_php.png -------------------------------------------------------------------------------- /icons/file_type_php@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_php@2x.png -------------------------------------------------------------------------------- /icons/file_type_procfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_procfile.png -------------------------------------------------------------------------------- /icons/file_type_procfile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_procfile@2x.png -------------------------------------------------------------------------------- /icons/file_type_psd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_psd.png -------------------------------------------------------------------------------- /icons/file_type_psd@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_psd@2x.png -------------------------------------------------------------------------------- /icons/file_type_puppet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_puppet.png -------------------------------------------------------------------------------- /icons/file_type_puppet@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_puppet@2x.png -------------------------------------------------------------------------------- /icons/file_type_python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_python.png -------------------------------------------------------------------------------- /icons/file_type_python@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_python@2x.png -------------------------------------------------------------------------------- /icons/file_type_rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_rails.png -------------------------------------------------------------------------------- /icons/file_type_rails@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_rails@2x.png -------------------------------------------------------------------------------- /icons/file_type_react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_react.png -------------------------------------------------------------------------------- /icons/file_type_react@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_react@2x.png -------------------------------------------------------------------------------- /icons/file_type_ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_ruby.png -------------------------------------------------------------------------------- /icons/file_type_ruby@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_ruby@2x.png -------------------------------------------------------------------------------- /icons/file_type_rust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_rust.png -------------------------------------------------------------------------------- /icons/file_type_rust@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_rust@2x.png -------------------------------------------------------------------------------- /icons/file_type_sass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_sass.png -------------------------------------------------------------------------------- /icons/file_type_sass@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_sass@2x.png -------------------------------------------------------------------------------- /icons/file_type_scala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_scala.png -------------------------------------------------------------------------------- /icons/file_type_scala@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_scala@2x.png -------------------------------------------------------------------------------- /icons/file_type_scss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_scss.png -------------------------------------------------------------------------------- /icons/file_type_scss@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_scss@2x.png -------------------------------------------------------------------------------- /icons/file_type_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_settings.png -------------------------------------------------------------------------------- /icons/file_type_settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_settings@2x.png -------------------------------------------------------------------------------- /icons/file_type_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_shell.png -------------------------------------------------------------------------------- /icons/file_type_shell@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_shell@2x.png -------------------------------------------------------------------------------- /icons/file_type_slim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_slim.png -------------------------------------------------------------------------------- /icons/file_type_slim@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_slim@2x.png -------------------------------------------------------------------------------- /icons/file_type_smiley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_smiley.png -------------------------------------------------------------------------------- /icons/file_type_smiley@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_smiley@2x.png -------------------------------------------------------------------------------- /icons/file_type_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_source.png -------------------------------------------------------------------------------- /icons/file_type_source@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_source@2x.png -------------------------------------------------------------------------------- /icons/file_type_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_sql.png -------------------------------------------------------------------------------- /icons/file_type_sql@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_sql@2x.png -------------------------------------------------------------------------------- /icons/file_type_stylus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_stylus.png -------------------------------------------------------------------------------- /icons/file_type_stylus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_stylus@2x.png -------------------------------------------------------------------------------- /icons/file_type_swift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_swift.png -------------------------------------------------------------------------------- /icons/file_type_swift@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_swift@2x.png -------------------------------------------------------------------------------- /icons/file_type_tcl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_tcl.png -------------------------------------------------------------------------------- /icons/file_type_tcl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_tcl@2x.png -------------------------------------------------------------------------------- /icons/file_type_tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_tex.png -------------------------------------------------------------------------------- /icons/file_type_tex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_tex@2x.png -------------------------------------------------------------------------------- /icons/file_type_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_text.png -------------------------------------------------------------------------------- /icons/file_type_text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_text@2x.png -------------------------------------------------------------------------------- /icons/file_type_textile copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_textile copy.png -------------------------------------------------------------------------------- /icons/file_type_textile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_textile.png -------------------------------------------------------------------------------- /icons/file_type_textile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_textile@2x.png -------------------------------------------------------------------------------- /icons/file_type_todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_todo.png -------------------------------------------------------------------------------- /icons/file_type_todo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_todo@2x.png -------------------------------------------------------------------------------- /icons/file_type_twig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_twig.png -------------------------------------------------------------------------------- /icons/file_type_twig@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_twig@2x.png -------------------------------------------------------------------------------- /icons/file_type_typescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_typescript.png -------------------------------------------------------------------------------- /icons/file_type_typescript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_typescript@2x.png -------------------------------------------------------------------------------- /icons/file_type_vue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_vue.png -------------------------------------------------------------------------------- /icons/file_type_vue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_vue@2x.png -------------------------------------------------------------------------------- /icons/file_type_yaml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_yaml.png -------------------------------------------------------------------------------- /icons/file_type_yaml@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/icons/file_type_yaml@2x.png -------------------------------------------------------------------------------- /messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "install" : "messages/install.txt", 3 | "1.1.0": "messages/1.1.0.txt", 4 | "1.2.0": "messages/1.2.0.txt", 5 | "1.3.0": "messages/1.3.0.txt", 6 | "1.4.0": "messages/1.4.0.txt", 7 | "1.5.0": "messages/1.5.0.txt", 8 | "1.6.0": "messages/1.6.0.txt", 9 | "1.7.0": "messages/1.7.0.txt", 10 | "1.8.0": "messages/1.8.0.txt", 11 | "1.9.0": "messages/1.9.0.txt", 12 | "2.0.0": "messages/2.0.0.txt", 13 | "2.1.0": "messages/2.1.0.txt", 14 | "2.2.0": "messages/2.2.0.txt", 15 | "2.3.0": "messages/2.3.0.txt" 16 | } -------------------------------------------------------------------------------- /messages/1.1.0.txt: -------------------------------------------------------------------------------- 1 | 1.1.0 Fixed Error Loading Scheme path error experienced during installation via Package Control -------------------------------------------------------------------------------- /messages/1.2.0.txt: -------------------------------------------------------------------------------- 1 | 1.2.0 Fixed tab element font size and dirty marker tint issues seen in Windows machine. -------------------------------------------------------------------------------- /messages/1.3.0.txt: -------------------------------------------------------------------------------- 1 | # Agila Theme 2 | #### A Sublime Text 3 UI Theme 3 | *** 4 | 5 | ### Changelog 6 | 7 | ##### Version 1.3.0 - CURRENT VERSION 8 | * Reduced default tab height 9 | * Added tab height compact option (smaller than the default tab height) 10 | ```json 11 | "theme_agila_compact_tab": true 12 | ``` 13 | * Modified default scrollbars color: distraction-free color choice based on theme 14 | 15 | ##### Version 1.2.0 16 | * Fixed tab element font size and dirty marker tint issues seen in a Windows machine. 17 | 18 | ##### Version 1.1.0 19 | * Fixed Error Loading Scheme path error experienced during installation via Package Control -------------------------------------------------------------------------------- /messages/1.4.0.txt: -------------------------------------------------------------------------------- 1 | Agila Theme 2 | A Sublime Text 3 UI Theme 3 | ---------------------------------------- 4 | 5 | Changelog 6 | Version 1.4.0 - CURRENT VERSION 7 | * Added sidebar heading color options 8 | - settings: 9 | "theme_agila_sidebar_heading_white": true, 10 | "theme_agila_sidebar_heading_gray": true, 11 | "theme_agila_sidebar_heading_lightblue": true, 12 | "theme_agila_sidebar_heading_yellow": true, 13 | "theme_agila_sidebar_heading_pink": true, 14 | 15 | Version 1.3.0 16 | * Reduced default tab height 17 | * Added tab height compact option (smaller than the default tab height) 18 | - settings: 19 | "theme_agila_compact_tab": true 20 | * Modified default scrollbars color: distraction-free color choice based on theme 21 | 22 | Version 1.2.0 23 | * Fixed tab element font size and dirty marker tint issues seen in a Windows machine. 24 | 25 | Version 1.1.0 26 | * Fixed Error Loading Scheme path error experienced during installation via Package Control -------------------------------------------------------------------------------- /messages/1.5.0.txt: -------------------------------------------------------------------------------- 1 | Agila Theme 2 | A Sublime Text 3 UI Theme 3 | ---------------------------------------- 4 | 5 | Changelog 6 | Version 1.5.0 - CURRENT VERSION 7 | * Fixed selection highlight 8 | * Added code completion and quick panel color options 9 | - settings: 10 | "theme_agila_auto_complete_white": true, 11 | "theme_agila_auto_complete_gray": true, 12 | "theme_agila_auto_complete_lightblue": true, 13 | "theme_agila_auto_complete_yellow": true, 14 | "theme_agila_auto_complete_pink": true, 15 | 16 | 17 | ---------------------------------------- 18 | 19 | Version 1.4.0 20 | * Added sidebar heading color options 21 | - settings: 22 | "theme_agila_sidebar_heading_white": true, 23 | "theme_agila_sidebar_heading_gray": true, 24 | "theme_agila_sidebar_heading_lightblue": true, 25 | "theme_agila_sidebar_heading_yellow": true, 26 | "theme_agila_sidebar_heading_pink": true, 27 | 28 | Version 1.3.0 29 | * Reduced default tab height 30 | * Added tab height compact option (smaller than the default tab height) 31 | - settings: 32 | "theme_agila_compact_tab": true 33 | * Modified default scrollbars color: distraction-free color choice based on theme 34 | 35 | Version 1.2.0 36 | * Fixed tab element font size and dirty marker tint issues seen in a Windows machine. 37 | 38 | Version 1.1.0 39 | * Fixed Error Loading Scheme path error experienced during installation via Package Control -------------------------------------------------------------------------------- /messages/1.6.0.txt: -------------------------------------------------------------------------------- 1 | Agila Theme 2 | A Sublime Text 3 UI Theme 3 | ---------------------------------------- 4 | 5 | Changelog 6 | Version 1.6.0 - CURRENT VERSION 7 | * Fixed code completion and quick panel selection and hover state highlight 8 | * Fixed sidebar tree structure (major UI changes) 9 | * Added sidebar tree structure compact option (no parent-child folder indentation) 10 | - settings: 11 | "theme_agila_compact_sidebar": true, 12 | * Added sidebar file icons - lighter shade option 13 | - settings: 14 | "theme_agila_sidebar_light_icons": true, 15 | 16 | 17 | ---------------------------------------- 18 | 19 | Version 1.5.0 20 | * Fixed selection highlight 21 | * Added code completion and quick panel color options 22 | - settings: 23 | "theme_agila_auto_complete_white": true, 24 | "theme_agila_auto_complete_gray": true, 25 | "theme_agila_auto_complete_lightblue": true, 26 | "theme_agila_auto_complete_yellow": true, 27 | "theme_agila_auto_complete_pink": true, 28 | 29 | Version 1.4.0 30 | * Added sidebar heading color options 31 | - settings: 32 | "theme_agila_sidebar_heading_white": true, 33 | "theme_agila_sidebar_heading_gray": true, 34 | "theme_agila_sidebar_heading_lightblue": true, 35 | "theme_agila_sidebar_heading_yellow": true, 36 | "theme_agila_sidebar_heading_pink": true, 37 | 38 | Version 1.3.0 39 | * Reduced default tab height 40 | * Added tab height compact option (smaller than the default tab height) 41 | - settings: 42 | "theme_agila_compact_tab": true 43 | * Modified default scrollbars color: distraction-free color choice based on theme 44 | 45 | Version 1.2.0 46 | * Fixed tab element font size and dirty marker tint issues seen in a Windows machine. 47 | 48 | Version 1.1.0 49 | * Fixed Error Loading Scheme path error experienced during installation via Package Control -------------------------------------------------------------------------------- /messages/1.7.0.txt: -------------------------------------------------------------------------------- 1 | Agila Theme 2 | A Sublime Text 3 UI Theme 3 | ---------------------------------------- 4 | 5 | Changelog 6 | - https://github.com/arvi/Agila-Theme/blob/master/CHANGELOG.md 7 | 8 | Version 1.7.0 - CURRENT VERSION 9 | * Modified Oceanic Color Scheme and Light Solarized based on their latest repo changes 10 | - You can now use Active Guide with these schemes, just add: 11 | - settings 12 | "indent_guide_options": 13 | [ 14 | "draw_normal", 15 | "draw_active" 16 | ], 17 | 18 | * Added other color schemes to Agila Family :) 19 | - Based on default Oceanic Next Color Scheme 20 | - settings: 21 | "theme": "Agila Origin.sublime-theme", 22 | "color_scheme": "Packages/Agila Theme/Agila Origin Oceanic Next.tmTheme", 23 | 24 | - Based on Dracula Color Scheme 25 | - settings: 26 | "theme": "Agila Dracula.sublime-theme", 27 | "color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme", 28 | 29 | - Based on Monokai Extended Scheme 30 | - settings: 31 | "theme": "Agila Monokai.sublime-theme", 32 | "color_scheme": "Packages/Agila Theme/Agila Monokai Extended.tmTheme", 33 | 34 | * Added theme override options 35 | - overrides default theme sidebar, scrollbars and tab background based on theme scheme background 36 | - settings: 37 | "theme_agila_camouflage": true, 38 | 39 | - overrides default theme sidebar and tab background only based on theme scheme background 40 | - settings: 41 | "theme_agila_camouflage_semi": true, 42 | 43 | * Modified scrollbar thinness options and default 44 | - default changed from width: 3 --> width: 4 45 | - settings: 46 | "theme_agila_vertical_scrollbar_thickest": true, //width: 6 47 | "theme_agila_horizontal_scrollbar_thickest": true, 48 | 49 | "theme_agila_vertical_scrollbar_thicker": true, //width: 5 50 | "theme_agila_horizontal_scrollbar_thicker": true, 51 | 52 | "theme_agila_vertical_scrollbar_thinner": true, //width: 3 53 | "theme_agila_horizontal_scrollbar_thinner": true, 54 | 55 | "theme_agila_vertical_scrollbar_thinnest": true, //width: 2 56 | "theme_agila_horizontal_scrollbar_thinnest": true, 57 | 58 | "theme_agila_vertical_scrollbar_invisible": true, //width: 0 59 | "theme_agila_horizontal_scrollbar_invisible": true, 60 | 61 | 62 | ---------------------------------------- 63 | 64 | Version 1.6.0 65 | * Fixed code completion and quick panel selection and hover state highlight 66 | * Fixed sidebar tree structure (major UI changes) 67 | * Added sidebar tree structure compact option (no parent-child folder indentation) 68 | - settings: 69 | "theme_agila_compact_sidebar": true, 70 | * Added sidebar file icons - lighter shade option 71 | - settings: 72 | "theme_agila_sidebar_light_icons": true, 73 | 74 | 75 | ---------------------------------------- 76 | 77 | Version 1.5.0 78 | * Fixed selection highlight 79 | * Added code completion and quick panel color options 80 | - settings: 81 | "theme_agila_auto_complete_white": true, 82 | "theme_agila_auto_complete_gray": true, 83 | "theme_agila_auto_complete_lightblue": true, 84 | "theme_agila_auto_complete_yellow": true, 85 | "theme_agila_auto_complete_pink": true, 86 | 87 | Version 1.4.0 88 | * Added sidebar heading color options 89 | - settings: 90 | "theme_agila_sidebar_heading_white": true, 91 | "theme_agila_sidebar_heading_gray": true, 92 | "theme_agila_sidebar_heading_lightblue": true, 93 | "theme_agila_sidebar_heading_yellow": true, 94 | "theme_agila_sidebar_heading_pink": true, 95 | 96 | Version 1.3.0 97 | * Reduced default tab height 98 | * Added tab height compact option (smaller than the default tab height) 99 | - settings: 100 | "theme_agila_compact_tab": true 101 | * Modified default scrollbars color: distraction-free color choice based on theme 102 | 103 | Version 1.2.0 104 | * Fixed tab element font size and dirty marker tint issues seen in a Windows machine. 105 | 106 | Version 1.1.0 107 | * Fixed Error Loading Scheme path error experienced during installation via Package Control -------------------------------------------------------------------------------- /messages/1.8.0.txt: -------------------------------------------------------------------------------- 1 | Agila Theme 2 | A Sublime Text 3 UI Theme 3 | ---------------------------------------- 4 | 5 | Changelog 6 | - https://github.com/arvi/Agila-Theme/blob/master/CHANGELOG.md 7 | 8 | Version 1.8.0 - CURRENT VERSION 9 | * Added active tab text color for easier identification (default: pink) 10 | "theme_agila_active_tab_entry_white": true, 11 | "theme_agila_active_tab_entry_gray": true, 12 | "theme_agila_active_tab_entry_lightblue": true, 13 | "theme_agila_active_tab_entry_yellow": true, 14 | "theme_agila_active_tab_entry_pink": true, 15 | 16 | * Added Agila Neon Theme :) 17 | "theme": "Agila Neon.sublime-theme", 18 | "color_scheme": "Packages/Agila Theme/Agila Neon Monocyanide.tmTheme", 19 | 20 | * Modified Monokai Extended and Light Solarized based on their latest repo changes 21 | 22 | ---------------------------------------- 23 | 24 | Version 1.7.0 25 | * Modified Oceanic Color Scheme and Light Solarized based on their latest repo changes 26 | - You can now use Active Guide with these schemes, just add: 27 | - settings 28 | "indent_guide_options": 29 | [ 30 | "draw_normal", 31 | "draw_active" 32 | ], 33 | 34 | * Added other color schemes to Agila Family :) 35 | - Based on default Oceanic Next Color Scheme 36 | - settings: 37 | "theme": "Agila Origin.sublime-theme", 38 | "color_scheme": "Packages/Agila Theme/Agila Origin Oceanic Next.tmTheme", 39 | 40 | - Based on Dracula Color Scheme 41 | - settings: 42 | "theme": "Agila Dracula.sublime-theme", 43 | "color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme", 44 | 45 | - Based on Monokai Extended Scheme 46 | - settings: 47 | "theme": "Agila Monokai.sublime-theme", 48 | "color_scheme": "Packages/Agila Theme/Agila Monokai Extended.tmTheme", 49 | 50 | * Added theme override options 51 | - overrides default theme sidebar, scrollbars and tab background based on theme scheme background 52 | - settings: 53 | "theme_agila_camouflage": true, 54 | 55 | - overrides default theme sidebar and tab background only based on theme scheme background 56 | - settings: 57 | "theme_agila_camouflage_semi": true, 58 | 59 | * Modified scrollbar thinness options and default 60 | - default changed from width: 3 --> width: 4 61 | - settings: 62 | "theme_agila_vertical_scrollbar_thickest": true, //width: 6 63 | "theme_agila_horizontal_scrollbar_thickest": true, 64 | 65 | "theme_agila_vertical_scrollbar_thicker": true, //width: 5 66 | "theme_agila_horizontal_scrollbar_thicker": true, 67 | 68 | "theme_agila_vertical_scrollbar_thinner": true, //width: 3 69 | "theme_agila_horizontal_scrollbar_thinner": true, 70 | 71 | "theme_agila_vertical_scrollbar_thinnest": true, //width: 2 72 | "theme_agila_horizontal_scrollbar_thinnest": true, 73 | 74 | "theme_agila_vertical_scrollbar_invisible": true, //width: 0 75 | "theme_agila_horizontal_scrollbar_invisible": true, 76 | 77 | 78 | ---------------------------------------- 79 | 80 | Version 1.6.0 81 | * Fixed code completion and quick panel selection and hover state highlight 82 | * Fixed sidebar tree structure (major UI changes) 83 | * Added sidebar tree structure compact option (no parent-child folder indentation) 84 | - settings: 85 | "theme_agila_compact_sidebar": true, 86 | * Added sidebar file icons - lighter shade option 87 | - settings: 88 | "theme_agila_sidebar_light_icons": true, 89 | 90 | 91 | ---------------------------------------- 92 | 93 | Version 1.5.0 94 | * Fixed selection highlight 95 | * Added code completion and quick panel color options 96 | - settings: 97 | "theme_agila_auto_complete_white": true, 98 | "theme_agila_auto_complete_gray": true, 99 | "theme_agila_auto_complete_lightblue": true, 100 | "theme_agila_auto_complete_yellow": true, 101 | "theme_agila_auto_complete_pink": true, 102 | 103 | ---------------------------------------- 104 | 105 | Version 1.4.0 106 | * Added sidebar heading color options 107 | - settings: 108 | "theme_agila_sidebar_heading_white": true, 109 | "theme_agila_sidebar_heading_gray": true, 110 | "theme_agila_sidebar_heading_lightblue": true, 111 | "theme_agila_sidebar_heading_yellow": true, 112 | "theme_agila_sidebar_heading_pink": true, 113 | 114 | ---------------------------------------- 115 | 116 | Version 1.3.0 117 | * Reduced default tab height 118 | * Added tab height compact option (smaller than the default tab height) 119 | - settings: 120 | "theme_agila_compact_tab": true 121 | * Modified default scrollbars color: distraction-free color choice based on theme 122 | 123 | ---------------------------------------- 124 | 125 | Version 1.2.0 126 | * Fixed tab element font size and dirty marker tint issues seen in a Windows machine. 127 | 128 | ---------------------------------------- 129 | 130 | Version 1.1.0 131 | * Fixed Error Loading Scheme path error experienced during installation via Package Control -------------------------------------------------------------------------------- /messages/1.9.0.txt: -------------------------------------------------------------------------------- 1 | Agila Theme 2 | A Sublime Text 3 UI Theme 3 | ---------------------------------------- 4 | 5 | Changelog 6 | - https://github.com/arvi/Agila-Theme/blob/master/CHANGELOG.md 7 | 8 | Version 1.9.0 - CURRENT VERSION 9 | * Added two more sidebar tree options with "mini" as the smallest 10 | (to save spacing for large projects) 11 | "theme_agila_sidebar_mini":true, 12 | "theme_agila_sidebar_xsmall":true, 13 | 14 | * Added Agila Cobalt Theme :) 15 | "theme": "Agila Cobalt.sublime-theme", 16 | "color_scheme": "Packages/Agila Theme/Agila Cobalt.tmTheme", 17 | 18 | * Fixed Agila Monocyanide Theme colors 19 | 20 | * Fixed all theme's find panel selection colors to match the actual theme 21 | 22 | ---------------------------------------- 23 | 24 | Version 1.8.0 25 | * Added active tab text color for easier identification (default: pink) 26 | "theme_agila_active_tab_entry_white": true, 27 | "theme_agila_active_tab_entry_gray": true, 28 | "theme_agila_active_tab_entry_lightblue": true, 29 | "theme_agila_active_tab_entry_yellow": true, 30 | "theme_agila_active_tab_entry_pink": true, 31 | 32 | * Added Agila Neon Theme :) 33 | "theme": "Agila Neon.sublime-theme", 34 | "color_scheme": "Packages/Agila Theme/Agila Neon Monocyanide.tmTheme", 35 | 36 | * Modified Monokai Extended and Light Solarized based on their latest repo changes 37 | 38 | ---------------------------------------- 39 | 40 | Version 1.7.0 41 | * Modified Oceanic Color Scheme and Light Solarized based on their latest repo changes 42 | - You can now use Active Guide with these schemes, just add: 43 | - settings 44 | "indent_guide_options": 45 | [ 46 | "draw_normal", 47 | "draw_active" 48 | ], 49 | 50 | * Added other color schemes to Agila Family :) 51 | - Based on default Oceanic Next Color Scheme 52 | - settings: 53 | "theme": "Agila Origin.sublime-theme", 54 | "color_scheme": "Packages/Agila Theme/Agila Origin Oceanic Next.tmTheme", 55 | 56 | - Based on Dracula Color Scheme 57 | - settings: 58 | "theme": "Agila Dracula.sublime-theme", 59 | "color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme", 60 | 61 | - Based on Monokai Extended Scheme 62 | - settings: 63 | "theme": "Agila Monokai.sublime-theme", 64 | "color_scheme": "Packages/Agila Theme/Agila Monokai Extended.tmTheme", 65 | 66 | * Added theme override options 67 | - overrides default theme sidebar, scrollbars and tab background based on theme scheme background 68 | - settings: 69 | "theme_agila_camouflage": true, 70 | 71 | - overrides default theme sidebar and tab background only based on theme scheme background 72 | - settings: 73 | "theme_agila_camouflage_semi": true, 74 | 75 | * Modified scrollbar thinness options and default 76 | - default changed from width: 3 --> width: 4 77 | - settings: 78 | "theme_agila_vertical_scrollbar_thickest": true, //width: 6 79 | "theme_agila_horizontal_scrollbar_thickest": true, 80 | 81 | "theme_agila_vertical_scrollbar_thicker": true, //width: 5 82 | "theme_agila_horizontal_scrollbar_thicker": true, 83 | 84 | "theme_agila_vertical_scrollbar_thinner": true, //width: 3 85 | "theme_agila_horizontal_scrollbar_thinner": true, 86 | 87 | "theme_agila_vertical_scrollbar_thinnest": true, //width: 2 88 | "theme_agila_horizontal_scrollbar_thinnest": true, 89 | 90 | "theme_agila_vertical_scrollbar_invisible": true, //width: 0 91 | "theme_agila_horizontal_scrollbar_invisible": true, 92 | 93 | 94 | ---------------------------------------- 95 | 96 | Version 1.6.0 97 | * Fixed code completion and quick panel selection and hover state highlight 98 | * Fixed sidebar tree structure (major UI changes) 99 | * Added sidebar tree structure compact option (no parent-child folder indentation) 100 | - settings: 101 | "theme_agila_compact_sidebar": true, 102 | * Added sidebar file icons - lighter shade option 103 | - settings: 104 | "theme_agila_sidebar_light_icons": true, 105 | 106 | 107 | ---------------------------------------- 108 | 109 | Version 1.5.0 110 | * Fixed selection highlight 111 | * Added code completion and quick panel color options 112 | - settings: 113 | "theme_agila_auto_complete_white": true, 114 | "theme_agila_auto_complete_gray": true, 115 | "theme_agila_auto_complete_lightblue": true, 116 | "theme_agila_auto_complete_yellow": true, 117 | "theme_agila_auto_complete_pink": true, 118 | 119 | ---------------------------------------- 120 | 121 | Version 1.4.0 122 | * Added sidebar heading color options 123 | - settings: 124 | "theme_agila_sidebar_heading_white": true, 125 | "theme_agila_sidebar_heading_gray": true, 126 | "theme_agila_sidebar_heading_lightblue": true, 127 | "theme_agila_sidebar_heading_yellow": true, 128 | "theme_agila_sidebar_heading_pink": true, 129 | 130 | ---------------------------------------- 131 | 132 | Version 1.3.0 133 | * Reduced default tab height 134 | * Added tab height compact option (smaller than the default tab height) 135 | - settings: 136 | "theme_agila_compact_tab": true 137 | * Modified default scrollbars color: distraction-free color choice based on theme 138 | 139 | ---------------------------------------- 140 | 141 | Version 1.2.0 142 | * Fixed tab element font size and dirty marker tint issues seen in a Windows machine. 143 | 144 | ---------------------------------------- 145 | 146 | Version 1.1.0 147 | * Fixed Error Loading Scheme path error experienced during installation via Package Control -------------------------------------------------------------------------------- /messages/2.0.0.txt: -------------------------------------------------------------------------------- 1 | Agila Theme 2 | A Sublime Text 3 UI Theme 3 | ---------------------------------------- 4 | 5 | Changelog 6 | - https://github.com/arvi/Agila-Theme/blob/master/CHANGELOG.md 7 | 8 | Version 2.0.0 - CURRENT VERSION 9 | * Added Markdown Support based on theme (prerequisite: Markdown Extended Sublime Package) 10 | - activated via skins package when you chose a specific skin 11 | - activated via Preferences > Settings - Syntax Specific (when you open a .md file) 12 | 13 | * Modified Skins settings 14 | - added Markdown Extended settings 15 | 16 | * Removed file extension preferences 17 | - https://github.com/arvi/Agila-Theme/issues/22 18 | 19 | * Fixed Agila Monocyanide background color (toned-down a bit) 20 | 21 | * Acknowledged fantastic Skins pull request from Cldfire in README contributors :) 22 | 23 | ---------------------------------------- 24 | 25 | Version 1.9.0 26 | * Added two more sidebar tree options with "mini" as the smallest 27 | (to save spacing for large projects) 28 | "theme_agila_sidebar_mini":true, 29 | "theme_agila_sidebar_xsmall":true, 30 | 31 | * Added Agila Cobalt Theme :) 32 | "theme": "Agila Cobalt.sublime-theme", 33 | "color_scheme": "Packages/Agila Theme/Agila Cobalt.tmTheme", 34 | 35 | * Fixed Agila Monocyanide Theme colors 36 | 37 | * Fixed all theme's find panel selection colors to match the actual theme 38 | 39 | ---------------------------------------- 40 | 41 | Version 1.8.0 42 | * Added active tab text color for easier identification (default: pink) 43 | "theme_agila_active_tab_entry_white": true, 44 | "theme_agila_active_tab_entry_gray": true, 45 | "theme_agila_active_tab_entry_lightblue": true, 46 | "theme_agila_active_tab_entry_yellow": true, 47 | "theme_agila_active_tab_entry_pink": true, 48 | 49 | * Added Agila Neon Theme :) 50 | "theme": "Agila Neon.sublime-theme", 51 | "color_scheme": "Packages/Agila Theme/Agila Neon Monocyanide.tmTheme", 52 | 53 | * Modified Monokai Extended and Light Solarized based on their latest repo changes 54 | 55 | ---------------------------------------- 56 | 57 | Version 1.7.0 58 | * Modified Oceanic Color Scheme and Light Solarized based on their latest repo changes 59 | - You can now use Active Guide with these schemes, just add: 60 | - settings 61 | "indent_guide_options": 62 | [ 63 | "draw_normal", 64 | "draw_active" 65 | ], 66 | 67 | * Added other color schemes to Agila Family :) 68 | - Based on default Oceanic Next Color Scheme 69 | - settings: 70 | "theme": "Agila Origin.sublime-theme", 71 | "color_scheme": "Packages/Agila Theme/Agila Origin Oceanic Next.tmTheme", 72 | 73 | - Based on Dracula Color Scheme 74 | - settings: 75 | "theme": "Agila Dracula.sublime-theme", 76 | "color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme", 77 | 78 | - Based on Monokai Extended Scheme 79 | - settings: 80 | "theme": "Agila Monokai.sublime-theme", 81 | "color_scheme": "Packages/Agila Theme/Agila Monokai Extended.tmTheme", 82 | 83 | * Added theme override options 84 | - overrides default theme sidebar, scrollbars and tab background based on theme scheme background 85 | - settings: 86 | "theme_agila_camouflage": true, 87 | 88 | - overrides default theme sidebar and tab background only based on theme scheme background 89 | - settings: 90 | "theme_agila_camouflage_semi": true, 91 | 92 | * Modified scrollbar thinness options and default 93 | - default changed from width: 3 --> width: 4 94 | - settings: 95 | "theme_agila_vertical_scrollbar_thickest": true, //width: 6 96 | "theme_agila_horizontal_scrollbar_thickest": true, 97 | 98 | "theme_agila_vertical_scrollbar_thicker": true, //width: 5 99 | "theme_agila_horizontal_scrollbar_thicker": true, 100 | 101 | "theme_agila_vertical_scrollbar_thinner": true, //width: 3 102 | "theme_agila_horizontal_scrollbar_thinner": true, 103 | 104 | "theme_agila_vertical_scrollbar_thinnest": true, //width: 2 105 | "theme_agila_horizontal_scrollbar_thinnest": true, 106 | 107 | "theme_agila_vertical_scrollbar_invisible": true, //width: 0 108 | "theme_agila_horizontal_scrollbar_invisible": true, 109 | 110 | 111 | ---------------------------------------- 112 | 113 | Version 1.6.0 114 | * Fixed code completion and quick panel selection and hover state highlight 115 | * Fixed sidebar tree structure (major UI changes) 116 | * Added sidebar tree structure compact option (no parent-child folder indentation) 117 | - settings: 118 | "theme_agila_compact_sidebar": true, 119 | * Added sidebar file icons - lighter shade option 120 | - settings: 121 | "theme_agila_sidebar_light_icons": true, 122 | 123 | 124 | ---------------------------------------- 125 | 126 | Version 1.5.0 127 | * Fixed selection highlight 128 | * Added code completion and quick panel color options 129 | - settings: 130 | "theme_agila_auto_complete_white": true, 131 | "theme_agila_auto_complete_gray": true, 132 | "theme_agila_auto_complete_lightblue": true, 133 | "theme_agila_auto_complete_yellow": true, 134 | "theme_agila_auto_complete_pink": true, 135 | 136 | ---------------------------------------- 137 | 138 | Version 1.4.0 139 | * Added sidebar heading color options 140 | - settings: 141 | "theme_agila_sidebar_heading_white": true, 142 | "theme_agila_sidebar_heading_gray": true, 143 | "theme_agila_sidebar_heading_lightblue": true, 144 | "theme_agila_sidebar_heading_yellow": true, 145 | "theme_agila_sidebar_heading_pink": true, 146 | 147 | ---------------------------------------- 148 | 149 | Version 1.3.0 150 | * Reduced default tab height 151 | * Added tab height compact option (smaller than the default tab height) 152 | - settings: 153 | "theme_agila_compact_tab": true 154 | * Modified default scrollbars color: distraction-free color choice based on theme 155 | 156 | ---------------------------------------- 157 | 158 | Version 1.2.0 159 | * Fixed tab element font size and dirty marker tint issues seen in a Windows machine. 160 | 161 | ---------------------------------------- 162 | 163 | Version 1.1.0 164 | * Fixed Error Loading Scheme path error experienced during installation via Package Control -------------------------------------------------------------------------------- /messages/2.1.0.txt: -------------------------------------------------------------------------------- 1 | Agila Theme 2 | A Sublime Text 3 UI Theme 3 | ---------------------------------------- 4 | 5 | Changelog 6 | - https://github.com/arvi/Agila-Theme/blob/master/CHANGELOG.md 7 | 8 | Version 2.1.0 - CURRENT VERSION 9 | * Added nano mode support (convenient for small laptops). Thanks to polyvertex :) 10 | "theme_agila_nano_mode": true, 11 | 12 | * Added sidebar plus/minus icons beside folder. Thanks to mikedcook :) 13 | "theme_agila_sidebar_plus_minus": true, 14 | 15 | * Added Visual Studio Agila Theme ported by whtsky :) 16 | - https://marketplace.visualstudio.com/items?itemName=whtsky.agila-theme 17 | 18 | ---------------------------------------- 19 | 20 | Version 2.0.0 21 | * Added Markdown Support based on theme (prerequisite: Markdown Extended Sublime Package) 22 | - activated via skins package when you chose a specific skin 23 | - activated via Preferences > Settings - Syntax Specific (when you open a .md file) 24 | 25 | * Modified Skins settings 26 | - added Markdown Extended settings 27 | 28 | * Removed file extension preferences 29 | - https://github.com/arvi/Agila-Theme/issues/22 30 | 31 | * Fixed Agila Monocyanide background color (toned-down a bit) 32 | 33 | * Acknowledged fantastic Skins pull request from Cldfire in README contributors :) -------------------------------------------------------------------------------- /messages/2.2.0.txt: -------------------------------------------------------------------------------- 1 | Agila Theme 2 | A Sublime Text 3 UI Theme 3 | ---------------------------------------- 4 | 5 | Changelog 6 | - https://github.com/arvi/Agila-Theme/blob/master/CHANGELOG.md 7 | 8 | Version 2.2.0 - CURRENT VERSION 9 | * Added support for title bar (introduced in Dev Build 3127). Thanks to kcmr :) 10 | 11 | ---------------------------------------- 12 | 13 | Version 2.1.0 14 | * Added nano mode support (convenient for small laptops). Thanks to polyvertex :) 15 | "theme_agila_nano_mode": true, 16 | 17 | * Added sidebar plus/minus icons beside folder. Thanks to mikedcook :) 18 | "theme_agila_sidebar_plus_minus": true, 19 | 20 | * Added Visual Studio Agila Theme ported by whtsky :) 21 | - https://marketplace.visualstudio.com/items?itemName=whtsky.agila-theme 22 | 23 | ---------------------------------------- 24 | 25 | Version 2.0.0 26 | * Added Markdown Support based on theme (prerequisite: Markdown Extended Sublime Package) 27 | - activated via skins package when you chose a specific skin 28 | - activated via Preferences > Settings - Syntax Specific (when you open a .md file) 29 | 30 | * Modified Skins settings 31 | - added Markdown Extended settings 32 | 33 | * Removed file extension preferences 34 | - https://github.com/arvi/Agila-Theme/issues/22 35 | 36 | * Fixed Agila Monocyanide background color (toned-down a bit) 37 | 38 | * Acknowledged fantastic Skins pull request from Cldfire in README contributors :) -------------------------------------------------------------------------------- /messages/2.3.0.txt: -------------------------------------------------------------------------------- 1 | Agila Theme 2 | A Sublime Text 3 UI Theme 3 | ---------------------------------------- 4 | 5 | Changelog 6 | - https://github.com/arvi/Agila-Theme/blob/master/CHANGELOG.md 7 | 8 | Version 2.3.0 - CURRENT VERSION 9 | * Added missing scopes for variable.function and message.error. Thanks to davidhcefx :) 10 | 11 | ---------------------------------------- 12 | 13 | Version 2.2.0 14 | * Added support for title bar (introduced in Dev Build 3127). Thanks to kcmr :) 15 | 16 | ---------------------------------------- 17 | 18 | Version 2.1.0 19 | * Added nano mode support (convenient for small laptops). Thanks to polyvertex :) 20 | "theme_agila_nano_mode": true, 21 | 22 | * Added sidebar plus/minus icons beside folder. Thanks to mikedcook :) 23 | "theme_agila_sidebar_plus_minus": true, 24 | 25 | * Added Visual Studio Agila Theme ported by whtsky :) 26 | - https://marketplace.visualstudio.com/items?itemName=whtsky.agila-theme 27 | 28 | ---------------------------------------- 29 | 30 | Version 2.0.0 31 | * Added Markdown Support based on theme (prerequisite: Markdown Extended Sublime Package) 32 | - activated via skins package when you chose a specific skin 33 | - activated via Preferences > Settings - Syntax Specific (when you open a .md file) 34 | 35 | * Modified Skins settings 36 | - added Markdown Extended settings 37 | 38 | * Removed file extension preferences 39 | - https://github.com/arvi/Agila-Theme/issues/22 40 | 41 | * Fixed Agila Monocyanide background color (toned-down a bit) 42 | 43 | * Acknowledged fantastic Skins pull request from Cldfire in README contributors :) -------------------------------------------------------------------------------- /messages/install.txt: -------------------------------------------------------------------------------- 1 | # Agila Theme 2 | ##### A Sublime Text 3 UI Theme 3 | Couldn't find a theme I really dig, so I tried to make my own theme based on all the things/elements I like from wonderful themes I've used before. :) 4 | 5 | *** 6 | 7 | ## Screenshots 8 | *Current font settings in screenshots: 9 | Font face: [__Inconsolata__](https://www.google.com/fonts/specimen/Inconsolata) | Font size: 22* 10 | 11 | #### Agila Theme 12 | ![Screenshot](https://www.dropbox.com/s/jt3choxq6b583t7/Agila%20Theme.png?raw=1) 13 | 14 | #### Agila Classic Theme 15 | ![Screenshot](https://www.dropbox.com/s/xlg43vr2ikxogch/Agila%20Classic%20Theme.png?raw=1) 16 | 17 | #### Agila Light Theme 18 | ![Screenshot](https://www.dropbox.com/s/tmjpeas5iuvotbd/Agila%20Light%20Theme.png?raw=1) 19 | 20 | --- 21 | 22 | ### How to Install 23 | 24 | ##### *Chill* way 25 | via [Package Control](https://packagecontrol.io/), where Agila is listed as *`Agila Theme`*. 26 | 27 | 1. Open Command Palette using menu item *`Tools -> Command Palette...`* 28 | 2. Choose `Package Control: Install Package` 29 | 3. Find *`Agila Theme`* and hit *`Enter`* 30 | 31 | ##### *Woooo* way 32 | via installing the theme manually. 33 | 34 | 1. [Download the latest release .zip](https://github.com/arvi/Agila-Theme/releases) 35 | 2. Unzip and rename folder to *`Agila Theme`*. 36 | 3. Move *`Agila Theme`* folder inside the Packages directory (*`Preferences > Browse packages...`*) 37 | 38 | --- 39 | 40 | ### How to Activate Theme 41 | via User Preferences file (*`Sublime Text -> Preferences -> Settings - User`*). After setting up, 42 | don't forget to **restart Sublime Text Editor** for changes to take effect. 43 | 44 | ##### Default theme 45 | # 46 | ```json 47 | "theme": "Agila.sublime-theme", 48 | "color_scheme": "Packages/Agila Theme/Agila Oceanic Next.tmTheme", 49 | ``` 50 | 51 | ##### Classic theme 52 | # 53 | ```json 54 | "theme": "Agila Classic.sublime-theme", 55 | "color_scheme": "Packages/Agila Theme/Agila Classic Oceanic Next.tmTheme", 56 | ``` 57 | 58 | ##### Light theme 59 | # 60 | ```json 61 | "theme": "Agila Light.sublime-theme", 62 | "color_scheme": "Packages/Agila Theme/Agila Light Solarized.tmTheme", 63 | ``` 64 | # 65 | 66 | --- 67 | 68 | ### Settings 69 | I've made some UI parts customizable e.g icon colors, sidebar items, etc.. :) 70 | ###### SIDEBAR SIZE (default: medium) 71 | # 72 | ```json 73 | "theme_agila_sidebar_small": true, 74 | "theme_agila_sidebar_medium": true, 75 | "theme_agila_sidebar_large": true, 76 | ``` 77 | 78 | ###### SIDEBAR ENTRY/ITEM FONT SIZE (if not set, will default to font size: 13) 79 | # 80 | ```json 81 | "theme_agila_sidebar_font_xsmall": true, //font-size: 11 82 | "theme_agila_sidebar_font_small": true, //font-size: 12 83 | "theme_agila_sidebar_font_big": true, //font-size: 14 84 | ``` 85 | 86 | ###### SIDEBAR SELECTED ENTRY/ITEM (default: pink) 87 | # 88 | ```json 89 | "theme_agila_sidebar_selected_entry_white": true, 90 | "theme_agila_sidebar_selected_entry_gray": true, 91 | "theme_agila_sidebar_selected_entry_lightblue": true, 92 | "theme_agila_sidebar_selected_entry_yellow": true, 93 | "theme_agila_sidebar_selected_entry_pink": true, 94 | ``` 95 | 96 | ###### MODIFIED TAB - ICON MARKER COLOR (default: light blue) 97 | # 98 | ```json 99 | "theme_agila_modified_tab_marker_white": true, 100 | "theme_agila_modified_tab_marker_gray": true, 101 | "theme_agila_modified_tab_marker_lightblue": true, 102 | "theme_agila_modified_tab_marker_yellow": true, 103 | "theme_agila_modified_tab_marker_pink": true, 104 | ``` 105 | 106 | ###### SCROLLBAR COLORS 107 | # 108 | ```json 109 | "theme_agila_vertical_scrollbar_white": true, 110 | "theme_agila_horizontal_scrollbar_white": true, 111 | 112 | "theme_agila_vertical_scrollbar_gray": true, 113 | "theme_agila_horizontal_scrollbar_gray": true, 114 | 115 | "theme_agila_vertical_scrollbar_lightblue": true, 116 | "theme_agila_horizontal_scrollbar_lightblue": true, 117 | 118 | "theme_agila_vertical_scrollbar_yellow": true, 119 | "theme_agila_horizontal_scrollbar_yellow": true, 120 | 121 | "theme_agila_vertical_scrollbar_pink": true, 122 | "theme_agila_horizontal_scrollbar_pink": true, 123 | ``` 124 | 125 | ###### SCROLLBAR THINNESS (if not set, will default to thin:3) 126 | # 127 | ```json 128 | "theme_agila_vertical_scrollbar_thinner": true, //thin:2 129 | "theme_agila_horizontal_scrollbar_thinner": true, 130 | 131 | "theme_agila_vertical_scrollbar_thinnest": true, //thin:1 132 | "theme_agila_horizontal_scrollbar_thinnest": true, 133 | 134 | "theme_agila_vertical_scrollbar_invisible": true, //thin: 0 135 | "theme_agila_horizontal_scrollbar_invisible": true, 136 | ``` 137 | # 138 | --- 139 | ### Thanks to 140 | - [Preap Theme](https://packagecontrol.io/packages/Preap) - UI inspiration and .sublime-theme source code :) 141 | - [Spacegray Theme](http://kkga.github.io/spacegray) - UI inspiration and .sublime-theme source code :) 142 | - [amCoder Theme](https://packagecontrol.io/packages/Theme%20-%20amCoder) - UI inspiration and .sublime-theme source code :) 143 | - [Neka Theme](https://packagecontrol.io/packages/Neka%20Theme) - Icons 144 | - [Oceanic Next Color Scheme](https://packagecontrol.io/packages/Oceanic%20Next%20Color%20Scheme) - where Default and Classic theme color scheme are based 145 | - [Solarized Color Scheme](https://packagecontrol.io/packages/Solarized%20Color%20Scheme) - where Light theme color scheme is based 146 | - [Colorhexa](http://www.colorhexa.com/) - color combinations 147 | - `meteor create --sample todos` - screenshot code snippet :p 148 | 149 | --- 150 | ### Fun Experiments :p 151 | Have a color combination in mind or perhaps you also want to try and create your own? Check the *`Agila.sublime-theme`* source code... I made it super easy for anyone to customize a sublime UI theme through my extensive comments. :p Enjoy! :) -------------------------------------------------------------------------------- /preferences/icon_R.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.r 7 | settings 8 | 9 | icon 10 | file_type_R 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_actionscript.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.actionscript 7 | settings 8 | 9 | icon 10 | file_type_actionscript 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_angular.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | text.html.basic.angularjs 9 | settings 10 | 11 | icon 12 | file_type_angular 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_apache.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | source.apacheconf 9 | settings 10 | 11 | icon 12 | file_type_apache 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_applescript.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.applescript, source.applescript-scpt 7 | settings 8 | 9 | icon 10 | file_type_applescript 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_blade.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | text.html.laravel-blade 7 | settings 8 | 9 | icon 10 | file_type_blade 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_bower.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.json.bower 7 | settings 8 | 9 | icon 10 | file_type_bower 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_c#.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.cs 7 | settings 8 | 9 | icon 10 | file_type_c# 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_c++.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.c++,source.objc++ 7 | settings 8 | 9 | icon 10 | file_type_c++ 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_c.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.c 7 | settings 8 | 9 | icon 10 | file_type_c 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_cfc.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.cfscript.cfc 7 | settings 8 | 9 | icon 10 | file_type_cfc 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_cfm.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | text.html.cfm 7 | settings 8 | 9 | icon 10 | file_type_cfm 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_clojure.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.clojure 7 | settings 8 | 9 | icon 10 | file_type_clojure 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_coffee.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.coffee 7 | settings 8 | 9 | icon 10 | file_type_coffescript 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_css.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.css 7 | settings 8 | 9 | icon 10 | file_type_css 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_dlang.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.d 7 | settings 8 | 9 | icon 10 | file_type_dlang 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_dockerfile.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.dockerfile 7 | settings 8 | 9 | icon 10 | file_type_docker 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_erlang.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.erlang 7 | settings 8 | 9 | icon 10 | file_type_erlang 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_ex.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.elixir 7 | settings 8 | 9 | icon 10 | file_type_ex 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_fish.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.fish 7 | settings 8 | 9 | icon 10 | file_type_fish 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_font.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | font 7 | settings 8 | 9 | icon 10 | file_type_font 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_git.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.git 7 | settings 8 | 9 | icon 10 | file_type_git 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_go.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | source.go 9 | settings 10 | 11 | icon 12 | file_type_go 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_gradle.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.gradle 7 | settings 8 | 9 | icon 10 | file_type_gradle 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_graphviz.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.dot, source.gv 7 | settings 8 | 9 | icon 10 | file_type_graphviz 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_groovy.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | source.groovy 9 | settings 10 | 11 | icon 12 | file_type_groovy 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_gruntfile.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.gruntfile 7 | settings 8 | 9 | icon 10 | file_type_gruntfile 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_gulpfile.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.js.gulpfile, source.coffee.gulpfile 7 | settings 8 | 9 | icon 10 | file_type_gulpfile 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_haml.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.haml, text.haml 7 | settings 8 | 9 | icon 10 | file_type_haml 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_haskell.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.haskell 7 | settings 8 | 9 | icon 10 | file_type_haskell 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_haxe.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.haxe 7 | settings 8 | 9 | icon 10 | file_type_haxe 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_html.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | text.html.basic 9 | settings 10 | 11 | icon 12 | file_type_html 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_jade.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | source.jade 9 | settings 10 | 11 | icon 12 | file_type_jade 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_java.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.java 7 | settings 8 | 9 | icon 10 | file_type_java 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_js.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.js 7 | settings 8 | 9 | icon 10 | file_type_js 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_json.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.json 7 | settings 8 | 9 | icon 10 | file_type_settings 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_jsp.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | text.html.jsp 7 | settings 8 | 9 | icon 10 | file_type_jsp 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_julia.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.jl 7 | settings 8 | 9 | icon 10 | file_type_julia 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_less.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | source.less 9 | settings 10 | 11 | icon 12 | file_type_less 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_license.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | license 7 | settings 8 | 9 | icon 10 | file_type_license 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_liquid.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | text.html.liquid 9 | settings 10 | 11 | icon 12 | file_type_liquid 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_lisp.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.lisp 7 | settings 8 | 9 | icon 10 | file_type_lisp 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_lsl.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.lsl 7 | settings 8 | 9 | icon 10 | file_type_lsl 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_lua.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.lua 7 | settings 8 | 9 | icon 10 | file_type_lua 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_markdown.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | text.html.markdown 7 | settings 8 | 9 | icon 10 | file_type_markdown 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_matlab.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.matlab 7 | settings 8 | 9 | icon 10 | file_type_matlab 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_md.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | text.html.markdown,text.html.markdown.multimarkdown 7 | settings 8 | 9 | icon 10 | file_type_markdown 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_mustache.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | text.html.mustache, text.html.hgn, text.html.handlebars, source.mustache, source.handlebars 7 | settings 8 | 9 | icon 10 | file_type_mustache 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_npm.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.json.npm 7 | settings 8 | 9 | icon 10 | file_type_npm 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_ocaml.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.ocaml, source.camlp4.ocaml, source.ocamllex, source.ocamlyacc 7 | settings 8 | 9 | icon 10 | file_type_ocaml 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_perl.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.perl 7 | settings 8 | 9 | icon 10 | file_type_perl 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_php.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.php, embedding.php 7 | settings 8 | 9 | icon 10 | file_type_php 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_procfile.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.procfile 7 | settings 8 | 9 | icon 10 | file_type_procfile 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_puppet.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.puppet 7 | settings 8 | 9 | icon 10 | file_type_puppet 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_python.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.python 7 | settings 8 | 9 | icon 10 | file_type_python 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_rails.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | text.html.ruby 7 | settings 8 | 9 | icon 10 | file_type_rails 11 | 12 | 13 | -------------------------------------------------------------------------------- /preferences/icon_react.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.jsx 7 | settings 8 | 9 | icon 10 | file_type_react 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_ruby.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.ruby 7 | settings 8 | 9 | icon 10 | file_type_ruby 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_rust.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.rust 7 | settings 8 | 9 | icon 10 | file_type_rust 11 | 12 | 13 | -------------------------------------------------------------------------------- /preferences/icon_sass.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | source.sass 9 | settings 10 | 11 | icon 12 | file_type_sass 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_scala.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.scala 7 | settings 8 | 9 | icon 10 | file_type_scala 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_scss.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | source.scss 9 | settings 10 | 11 | icon 12 | file_type_scss 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_shell.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.dosbatch, source.shell 7 | settings 8 | 9 | icon 10 | file_type_shell 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_slim.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | text.slim 9 | settings 10 | 11 | icon 12 | file_type_slim 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_sql.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.sql 7 | settings 8 | 9 | icon 10 | file_type_sql 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_stylus.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.stylus, source.styl 7 | settings 8 | 9 | icon 10 | file_type_stylus 11 | 12 | 13 | -------------------------------------------------------------------------------- /preferences/icon_swift.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.swift 7 | settings 8 | 9 | icon 10 | file_type_swift 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_tcl.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.tcl, text.html.tcl 7 | settings 8 | 9 | icon 10 | file_type_tcl 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_tex.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | text.tex, text.log.latex, text.bibtex 7 | settings 8 | 9 | icon 10 | file_type_tex 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_textile.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | text.html.textile 7 | settings 8 | 9 | icon 10 | file_type_textile 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_twig.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | text.html.twig 7 | settings 8 | 9 | icon 10 | file_type_twig 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_typescript.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.ts 7 | settings 8 | 9 | icon 10 | file_type_typescript 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /preferences/icon_vue.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | scope 8 | text.html.vue 9 | settings 10 | 11 | icon 12 | file_type_vue 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /preferences/icon_yaml.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.yaml 7 | settings 8 | 9 | icon 10 | file_type_yaml 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /screenshots/Agila Classic Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/screenshots/Agila Classic Theme.png -------------------------------------------------------------------------------- /screenshots/Agila Cobalt Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/screenshots/Agila Cobalt Theme.png -------------------------------------------------------------------------------- /screenshots/Agila Dracula Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/screenshots/Agila Dracula Theme.png -------------------------------------------------------------------------------- /screenshots/Agila Light Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/screenshots/Agila Light Theme.png -------------------------------------------------------------------------------- /screenshots/Agila Monokai Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/screenshots/Agila Monokai Theme.png -------------------------------------------------------------------------------- /screenshots/Agila Neon Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/screenshots/Agila Neon Theme.png -------------------------------------------------------------------------------- /screenshots/Agila Origin Oceanic Next Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/screenshots/Agila Origin Oceanic Next Theme.png -------------------------------------------------------------------------------- /screenshots/Agila Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arvi/Agila-Theme/4f3544467efd3ce0f004f0861c96593971da11c5/screenshots/Agila Theme.png -------------------------------------------------------------------------------- /widgets/Widget - Agila Classic.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | author 6 | arvi 7 | comment 8 | A widget theme for the UI components of the Agila theme. 9 | name 10 | Agila - Widget Theme 11 | settings 12 | 13 | 14 | settings 15 | 16 | background 17 | #302220 18 | caret 19 | #DADCD5 20 | foreground 21 | #DADCD5 22 | invisibles 23 | #5e433f 24 | lineHighlight 25 | #3c2a28 26 | selection 27 | #5e433f 28 | selectionBorder 29 | #5e433f 30 | inactiveSelection 31 | #3c2a28 32 | 33 | 34 | 35 | name 36 | Comment 37 | scope 38 | comment 39 | settings 40 | 41 | fontStyle 42 | italic 43 | foreground 44 | #5e433f 45 | 46 | 47 | 48 | name 49 | Keyword 50 | scope 51 | keyword, storage 52 | settings 53 | 54 | foreground 55 | #CCC47A 56 | 57 | 58 | 59 | scope 60 | constant 61 | settings 62 | 63 | foreground 64 | #9CCC3D 65 | 66 | 67 | 68 | scope 69 | string 70 | settings 71 | 72 | foreground 73 | #DADCD5 74 | 75 | 76 | 77 | scope 78 | constant.character.escape 79 | settings 80 | 81 | foreground 82 | #C2C5BA 83 | 84 | 85 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Classic.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Agila Theme/widgets/Widget - Agila Classic.stTheme", 3 | "draw_shadows": false, 4 | "font_options": ["subpixel_antialias"], 5 | "line_padding_top": 2 6 | } 7 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Cobalt.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | author 6 | arvi 7 | comment 8 | A widget theme for the UI components of the Agila theme. 9 | name 10 | Agila - Widget Theme 11 | settings 12 | 13 | 14 | settings 15 | 16 | background 17 | #1e4058 18 | caret 19 | #CECECE 20 | foreground 21 | #CECECE 22 | invisibles 23 | #316991 24 | lineHighlight 25 | #313131 26 | selection 27 | #316991 28 | selectionBorder 29 | #316991 30 | inactiveSelection 31 | #234b67 32 | 33 | 34 | 35 | name 36 | Comment 37 | scope 38 | comment 39 | settings 40 | 41 | fontStyle 42 | italic 43 | foreground 44 | #316991 45 | 46 | 47 | 48 | name 49 | Keyword 50 | scope 51 | keyword, storage 52 | settings 53 | 54 | foreground 55 | #CCC47A 56 | 57 | 58 | 59 | scope 60 | constant 61 | settings 62 | 63 | foreground 64 | #9CCC3D 65 | 66 | 67 | 68 | scope 69 | string 70 | settings 71 | 72 | foreground 73 | #CECECE 74 | 75 | 76 | 77 | scope 78 | constant.character.escape 79 | settings 80 | 81 | foreground 82 | #B4B4B4 83 | 84 | 85 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Cobalt.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Agila Theme/widgets/Widget - Agila Cobalt.stTheme", 3 | "draw_shadows": false, 4 | "font_options": ["subpixel_antialias"], 5 | "line_padding_top": 2 6 | } 7 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Dracula.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | author 6 | arvi 7 | comment 8 | A widget theme for the UI components of the Agila theme. 9 | name 10 | Agila - Widget Theme 11 | settings 12 | 13 | 14 | settings 15 | 16 | background 17 | #303341 18 | caret 19 | #CECECE 20 | foreground 21 | #CECECE 22 | invisibles 23 | #50566d 24 | lineHighlight 25 | #383c4c 26 | selection 27 | #50566d 28 | selectionBorder 29 | #50566d 30 | inactiveSelection 31 | #383c4c 32 | 33 | 34 | 35 | name 36 | Comment 37 | scope 38 | comment 39 | settings 40 | 41 | fontStyle 42 | italic 43 | foreground 44 | #50566d 45 | 46 | 47 | 48 | name 49 | Keyword 50 | scope 51 | keyword, storage 52 | settings 53 | 54 | foreground 55 | #CCC47A 56 | 57 | 58 | 59 | scope 60 | constant 61 | settings 62 | 63 | foreground 64 | #9CCC3D 65 | 66 | 67 | 68 | scope 69 | string 70 | settings 71 | 72 | foreground 73 | #CECECE 74 | 75 | 76 | 77 | scope 78 | constant.character.escape 79 | settings 80 | 81 | foreground 82 | #B4B4B4 83 | 84 | 85 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Dracula.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Agila Theme/widgets/Widget - Agila Dracula.stTheme", 3 | "draw_shadows": false, 4 | "font_options": ["subpixel_antialias"], 5 | "line_padding_top": 2 6 | } 7 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Light.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | author 6 | arvi 7 | comment 8 | A widget theme for the UI components of the Agila theme. 9 | name 10 | Agila - Widget Theme 11 | settings 12 | 13 | 14 | settings 15 | 16 | background 17 | #FAEABE 18 | caret 19 | #999999 20 | foreground 21 | #999999 22 | invisibles 23 | #fcf2d6 24 | lineHighlight 25 | #fbf0d0 26 | selection 27 | #fcf2d6 28 | selectionBorder 29 | #fcf2d6 30 | inactiveSelection 31 | #fbf0d0 32 | 33 | 34 | 35 | name 36 | Comment 37 | scope 38 | comment 39 | settings 40 | 41 | fontStyle 42 | italic 43 | foreground 44 | #fcf2d6 45 | 46 | 47 | 48 | name 49 | Keyword 50 | scope 51 | keyword, storage 52 | settings 53 | 54 | foreground 55 | #BC810C 56 | 57 | 58 | 59 | scope 60 | constant 61 | settings 62 | 63 | foreground 64 | #709C00 65 | 66 | 67 | 68 | scope 69 | string 70 | settings 71 | 72 | foreground 73 | #999999 74 | 75 | 76 | 77 | scope 78 | constant.character.escape 79 | settings 80 | 81 | foreground 82 | #9A9A9A 83 | 84 | 85 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Light.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Agila Theme/widgets/Widget - Agila Light.stTheme", 3 | "draw_shadows": false, 4 | "font_options": ["subpixel_antialias"], 5 | "line_padding_top": 2 6 | } 7 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Monokai.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | author 6 | arvi 7 | comment 8 | A widget theme for the UI components of the Agila theme. 9 | name 10 | Agila - Widget Theme 11 | settings 12 | 13 | 14 | settings 15 | 16 | background 17 | #2c2c2c 18 | caret 19 | #CECECE 20 | foreground 21 | #CECECE 22 | invisibles 23 | #525252 24 | lineHighlight 25 | #373737 26 | selection 27 | #525252 28 | selectionBorder 29 | #525252 30 | inactiveSelection 31 | #373737 32 | 33 | 34 | 35 | name 36 | Comment 37 | scope 38 | comment 39 | settings 40 | 41 | fontStyle 42 | italic 43 | foreground 44 | #525252 45 | 46 | 47 | 48 | name 49 | Keyword 50 | scope 51 | keyword, storage 52 | settings 53 | 54 | foreground 55 | #CCC47A 56 | 57 | 58 | 59 | scope 60 | constant 61 | settings 62 | 63 | foreground 64 | #9CCC3D 65 | 66 | 67 | 68 | scope 69 | string 70 | settings 71 | 72 | foreground 73 | #CECECE 74 | 75 | 76 | 77 | scope 78 | constant.character.escape 79 | settings 80 | 81 | foreground 82 | #B4B4B4 83 | 84 | 85 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Monokai.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Agila Theme/widgets/Widget - Agila Monokai.stTheme", 3 | "draw_shadows": false, 4 | "font_options": ["subpixel_antialias"], 5 | "line_padding_top": 2 6 | } 7 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Neon.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | author 6 | arvi 7 | comment 8 | A widget theme for the UI components of the Agila theme. 9 | name 10 | Agila - Widget Theme 11 | settings 12 | 13 | 14 | settings 15 | 16 | background 17 | #151515 18 | caret 19 | #CECECE 20 | foreground 21 | #CECECE 22 | invisibles 23 | #3b3b3b 24 | lineHighlight 25 | #1f1f1f 26 | selection 27 | #3b3b3b 28 | selectionBorder 29 | #3b3b3b 30 | inactiveSelection 31 | #1f1f1f 32 | 33 | 34 | 35 | name 36 | Comment 37 | scope 38 | comment 39 | settings 40 | 41 | fontStyle 42 | italic 43 | foreground 44 | #3b3b3b 45 | 46 | 47 | 48 | name 49 | Keyword 50 | scope 51 | keyword, storage 52 | settings 53 | 54 | foreground 55 | #CCC47A 56 | 57 | 58 | 59 | scope 60 | constant 61 | settings 62 | 63 | foreground 64 | #9CCC3D 65 | 66 | 67 | 68 | scope 69 | string 70 | settings 71 | 72 | foreground 73 | #CECECE 74 | 75 | 76 | 77 | scope 78 | constant.character.escape 79 | settings 80 | 81 | foreground 82 | #B4B4B4 83 | 84 | 85 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Neon.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Agila Theme/widgets/Widget - Agila Neon.stTheme", 3 | "draw_shadows": false, 4 | "font_options": ["subpixel_antialias"], 5 | "line_padding_top": 2 6 | } 7 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Origin.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | author 6 | arvi 7 | comment 8 | A widget theme for the UI components of the Agila theme. 9 | name 10 | Agila - Widget Theme 11 | settings 12 | 13 | 14 | settings 15 | 16 | background 17 | #223641 18 | caret 19 | #CECECE 20 | foreground 21 | #CECECE 22 | invisibles 23 | #3c6073 24 | lineHighlight 25 | #29414e 26 | selection 27 | #3c6073 28 | selectionBorder 29 | #3c6073 30 | inactiveSelection 31 | #29414e 32 | 33 | 34 | 35 | name 36 | Comment 37 | scope 38 | comment 39 | settings 40 | 41 | fontStyle 42 | italic 43 | foreground 44 | #3c6073 45 | 46 | 47 | 48 | name 49 | Keyword 50 | scope 51 | keyword, storage 52 | settings 53 | 54 | foreground 55 | #CCC47A 56 | 57 | 58 | 59 | scope 60 | constant 61 | settings 62 | 63 | foreground 64 | #9CCC3D 65 | 66 | 67 | 68 | scope 69 | string 70 | settings 71 | 72 | foreground 73 | #CECECE 74 | 75 | 76 | 77 | scope 78 | constant.character.escape 79 | settings 80 | 81 | foreground 82 | #B4B4B4 83 | 84 | 85 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /widgets/Widget - Agila Origin.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Agila Theme/widgets/Widget - Agila Origin.stTheme", 3 | "draw_shadows": false, 4 | "font_options": ["subpixel_antialias"], 5 | "line_padding_top": 2 6 | } 7 | -------------------------------------------------------------------------------- /widgets/Widget - Agila.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | author 6 | arvi 7 | comment 8 | A widget theme for the UI components of the Agila theme. 9 | name 10 | Agila - Widget Theme 11 | settings 12 | 13 | 14 | settings 15 | 16 | background 17 | #22272F 18 | caret 19 | #CECECE 20 | foreground 21 | #CECECE 22 | invisibles 23 | #424c5b 24 | lineHighlight 25 | #2a303a 26 | selection 27 | #424c5b 28 | selectionBorder 29 | #424c5b 30 | inactiveSelection 31 | #2a303a 32 | 33 | 34 | 35 | name 36 | Comment 37 | scope 38 | comment 39 | settings 40 | 41 | fontStyle 42 | italic 43 | foreground 44 | #424c5b 45 | 46 | 47 | 48 | name 49 | Keyword 50 | scope 51 | keyword, storage 52 | settings 53 | 54 | foreground 55 | #CCC47A 56 | 57 | 58 | 59 | scope 60 | constant 61 | settings 62 | 63 | foreground 64 | #9CCC3D 65 | 66 | 67 | 68 | scope 69 | string 70 | settings 71 | 72 | foreground 73 | #CECECE 74 | 75 | 76 | 77 | scope 78 | constant.character.escape 79 | settings 80 | 81 | foreground 82 | #B4B4B4 83 | 84 | 85 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /widgets/Widget - Agila.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Agila Theme/widgets/Widget - Agila.stTheme", 3 | "draw_shadows": false, 4 | "font_options": ["subpixel_antialias"], 5 | "line_padding_top": 2 6 | } 7 | --------------------------------------------------------------------------------