├── .gitignore ├── LICENSE ├── Neka.sublime-theme ├── Neka.tmTheme ├── README.md ├── assets ├── arrow_left--hover.png ├── arrow_left--hover@2x.png ├── arrow_left.png ├── arrow_left@2x.png ├── arrow_right--hover.png ├── arrow_right--hover@2x.png ├── arrow_right.png ├── arrow_right@2x.png ├── buffer--hover.png ├── buffer--hover@2x.png ├── buffer.png ├── buffer@2x.png ├── button--hover.png ├── button--hover@2x.png ├── casesens--hover.png ├── casesens--hover@2x.png ├── casesens.png ├── casesens@2x.png ├── close--hover.png ├── close--hover@2x.png ├── close.png ├── close@2x.png ├── context--hover.png ├── context--hover@2x.png ├── context.png ├── context@2x.png ├── dirty--hover.png ├── dirty--hover@2x.png ├── dirty.png ├── dirty@2x.png ├── fold--hover.png ├── fold--hover@2x.png ├── fold.png ├── fold@2x.png ├── folder--hover.png ├── folder--hover@2x.png ├── folder.png ├── folder@2x.png ├── folder_opened--hover-0.png ├── folder_opened--hover-0@2x.png ├── folder_opened--hover-1.png ├── folder_opened--hover-1@2x.png ├── folder_opened--hover-2.png ├── folder_opened--hover-2@2x.png ├── folder_opened--hover-3.png ├── folder_opened--hover-3@2x.png ├── folder_opened--hover-4.png ├── folder_opened--hover-4@2x.png ├── folder_opened--hover-5.png ├── folder_opened--hover-5@2x.png ├── folder_opened--hover-6.png ├── folder_opened--hover-6@2x.png ├── folder_opened--hover-7.png ├── folder_opened--hover-7@2x.png ├── folder_opened.png ├── folder_opened@2x.png ├── highlight--hover.png ├── highlight--hover@2x.png ├── highlight.png ├── highlight@2x.png ├── input_field_border--short.png ├── input_field_border--short@2x.png ├── input_field_border.png ├── input_field_border@2x.png ├── inselection--hover.png ├── inselection--hover@2x.png ├── inselection.png ├── inselection@2x.png ├── matchcase--hover.png ├── matchcase--hover@2x.png ├── matchcase.png ├── matchcase@2x.png ├── normal_bar_corner.png ├── normal_bar_horizontal.png ├── normal_bar_vertical.png ├── overflow_menu--hover.png ├── overflow_menu--hover@2x.png ├── overflow_menu.png ├── overflow_menu@2x.png ├── overlay-bg.png ├── overlay-bg@2x.png ├── quick-panel-background.png ├── regex--hover.png ├── regex--hover@2x.png ├── regex.png ├── regex@2x.png ├── replace_preserve_case--hover.png ├── replace_preserve_case--hover@2x.png ├── replace_preserve_case.png ├── replace_preserve_case@2x.png ├── reverse--hover.png ├── reverse--hover@2x.png ├── reverse.png ├── reverse@2x.png ├── spinner.png ├── spinner1.png ├── spinner10.png ├── spinner10@2x.png ├── spinner11.png ├── spinner11@2x.png ├── spinner1@2x.png ├── spinner2.png ├── spinner2@2x.png ├── spinner3.png ├── spinner3@2x.png ├── spinner4.png ├── spinner4@2x.png ├── spinner5.png ├── spinner5@2x.png ├── spinner6.png ├── spinner6@2x.png ├── spinner7.png ├── spinner7@2x.png ├── spinner8.png ├── spinner8@2x.png ├── spinner9.png ├── spinner9@2x.png ├── spinner@2x.png ├── symlink_folder--hover.png ├── symlink_folder--hover@2x.png ├── symlink_folder.png ├── symlink_folder@2x.png ├── tab_current.png ├── tab_current@2x.png ├── thumb_horizontal.png ├── thumb_horizontal@2x.png ├── thumb_vertical.png ├── thumb_vertical@2x.png ├── tree_highlight.png ├── tree_highlight@2x.png ├── unfold--hover.png ├── unfold--hover@2x.png ├── unfold.png ├── unfold@2x.png ├── word--hover.png ├── word--hover@2x.png ├── word.png ├── word@2x.png ├── wrap--hover.png ├── wrap--hover@2x.png ├── wrap.png └── wrap@2x.png ├── events.py ├── 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_ai@3x.png ├── file_type_angular.png ├── file_type_angular@2x.png ├── file_type_angular@3x.png ├── file_type_apache.png ├── file_type_apache@2x.png ├── file_type_apache@3x.png ├── file_type_applescript.png ├── file_type_applescript@2x.png ├── file_type_applescript@3x.png ├── file_type_archive.png ├── file_type_archive@2x.png ├── file_type_binary.png ├── file_type_binary@2x.png ├── file_type_binary@3x.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_bower@3x.png ├── file_type_c#.png ├── file_type_c#@2x.png ├── file_type_c#@3x.png ├── file_type_c++.png ├── file_type_c++@2x.png ├── file_type_c++@3x.png ├── file_type_c.png ├── file_type_c@2x.png ├── file_type_cfc.png ├── file_type_cfc@2x.png ├── file_type_cfc@3x.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_coffescript@3x.png ├── file_type_css.png ├── file_type_css@2x.png ├── file_type_css@3x.png ├── file_type_default.png ├── file_type_default@2x.png ├── file_type_default@3x.png ├── file_type_dlang.png ├── file_type_dlang@2x.png ├── file_type_dlang@3x.png ├── file_type_docker.png ├── file_type_docker@2x.png ├── file_type_docker@3x.png ├── file_type_erlang.png ├── file_type_erlang@2x.png ├── file_type_erlang@3x.png ├── file_type_ex.png ├── file_type_ex@2x.png ├── file_type_ex@3x.png ├── file_type_fish.png ├── file_type_fish@2x.png ├── file_type_fish@3x.png ├── file_type_font.png ├── file_type_font@2x.png ├── file_type_git.png ├── file_type_git@2x.png ├── file_type_git@3x.png ├── file_type_go.png ├── file_type_go@2x.png ├── file_type_go@3x.png ├── file_type_gradle.png ├── file_type_gradle@2x.png ├── file_type_graphviz.png ├── file_type_graphviz@2x.png ├── file_type_graphviz@3x.png ├── file_type_groovy.png ├── file_type_groovy@2x.png ├── file_type_gruntfile.png ├── file_type_gruntfile@2x.png ├── file_type_gruntfile@3x.png ├── file_type_gulpfile.png ├── file_type_gulpfile@2x.png ├── file_type_gulpfile@3x.png ├── file_type_haml.png ├── file_type_haml@2x.png ├── file_type_haskell.png ├── file_type_haskell@2x.png ├── file_type_haskell@3x.png ├── file_type_haxe.png ├── file_type_haxe@2x.png ├── file_type_haxe@3x.png ├── file_type_html.png ├── file_type_html@2x.png ├── file_type_html@3x.png ├── file_type_image.png ├── file_type_image@2x.png ├── file_type_image@3x.png ├── file_type_jade.png ├── file_type_jade@2x.png ├── file_type_jade@3x.png ├── file_type_java.png ├── file_type_java@2x.png ├── file_type_java@3x.png ├── file_type_js.png ├── file_type_js@2x.png ├── file_type_js@3x.png ├── file_type_jsp.png ├── file_type_jsp@2x.png ├── file_type_jsp@3x.png ├── file_type_julia.png ├── file_type_julia@2x.png ├── file_type_julia@3x.png ├── file_type_less.png ├── file_type_less@2x.png ├── file_type_less@3x.png ├── file_type_license.png ├── file_type_license@2x.png ├── file_type_license@3x.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_markdown@3x.png ├── file_type_markup.png ├── file_type_markup@2x.png ├── file_type_markup@3x.png ├── file_type_matlab.png ├── file_type_matlab@2x.png ├── file_type_matlab@3x.png ├── file_type_mustache.png ├── file_type_mustache@2x.png ├── file_type_node.png ├── file_type_node@2x.png ├── file_type_node@3x.png ├── file_type_npm.png ├── file_type_npm@2x.png ├── file_type_npm@3x.png ├── file_type_ocaml.png ├── file_type_ocaml@2x.png ├── file_type_ocaml@3x.png ├── file_type_pdf.png ├── file_type_pdf@2x.png ├── file_type_perl.png ├── file_type_perl@2x.png ├── file_type_perl@3x.png ├── file_type_php.png ├── file_type_php@2x.png ├── file_type_php@3x.png ├── file_type_procfile.png ├── file_type_procfile@2x.png ├── file_type_procfile@3x.png ├── file_type_psd.png ├── file_type_psd@2x.png ├── file_type_psd@3x.png ├── file_type_pug.png ├── file_type_pug@2x.png ├── file_type_pug@3x.png ├── file_type_puppet.png ├── file_type_puppet@2x.png ├── file_type_python.png ├── file_type_python@2x.png ├── file_type_python@3x.png ├── file_type_rails.png ├── file_type_rails@2x.png ├── file_type_rails@3x.png ├── file_type_react.png ├── file_type_react@2x.png ├── file_type_react@3x.png ├── file_type_ruby.png ├── file_type_ruby@2x.png ├── file_type_ruby@3x.png ├── file_type_rust.png ├── file_type_rust@2x.png ├── file_type_rust@3x.png ├── file_type_sass.png ├── file_type_sass@2x.png ├── file_type_sass@3x.png ├── file_type_scala.png ├── file_type_scala@2x.png ├── file_type_scala@3x.png ├── file_type_scss.png ├── file_type_scss@2x.png ├── file_type_scss@3x.png ├── file_type_settings.png ├── file_type_settings@2x.png ├── file_type_settings@3x.png ├── file_type_shell.png ├── file_type_shell@2x.png ├── file_type_shell@3x.png ├── file_type_slim.png ├── file_type_slim@2x.png ├── file_type_slim@3x.png ├── file_type_smiley.png ├── file_type_smiley@2x.png ├── file_type_source.png ├── file_type_source@2x.png ├── file_type_source@3x.png ├── file_type_sql.png ├── file_type_sql@2x.png ├── file_type_sql@3x.png ├── file_type_stata.png ├── file_type_stata@2x.png ├── file_type_stylus.png ├── file_type_stylus@2x.png ├── file_type_stylus@3x.png ├── file_type_swift.png ├── file_type_swift@2x.png ├── file_type_swift@3x.png ├── file_type_swig.png ├── file_type_swig@2x.png ├── file_type_swig@3x.png ├── file_type_tcl.png ├── file_type_tcl@2x.png ├── file_type_tcl@3x.png ├── file_type_tex.png ├── file_type_tex@2x.png ├── file_type_tex@3x.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_todo@3x.png ├── file_type_twig.png ├── file_type_twig@2x.png ├── file_type_twig@3x.png ├── file_type_typescript.png ├── file_type_typescript@2x.png ├── file_type_typescript@3x.png ├── file_type_vue.png ├── file_type_vue@2x.png ├── file_type_vue@3x.png ├── file_type_yaml.png ├── file_type_yaml@2x.png └── file_type_yaml@3x.png ├── neka.png ├── tmprefs ├── Ext │ ├── CSS.sublime-settings │ ├── HTML (Rails).sublime-settings │ ├── HTML.sublime-settings │ ├── HTMLMustache.sublime-settings │ ├── LESS.sublime-settings │ ├── Markdown.sublime-settings │ ├── Plain text.sublime-settings │ ├── Python.sublime-settings │ ├── Ruby Haml.sublime-settings │ ├── Ruby Slim.sublime-settings │ ├── Ruby.sublime-settings │ ├── Rust.sublime-settings │ ├── SCSS.sublime-settings │ ├── Sass.sublime-settings │ └── TWIG.sublime-settings ├── 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 └── widget ├── Widget - Neka.stTheme └── Widget - Neka.sublime-settings /.gitignore: -------------------------------------------------------------------------------- 1 | ### OSX template 2 | .DS_Store 3 | .AppleDouble 4 | .LSOverride 5 | 6 | # Thumbnails 7 | ._* 8 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013 Ike Ku 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | 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, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /Neka.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | author 6 | Ike Ku 7 | colorSpaceName 8 | sRGB 9 | name 10 | Neka 11 | semanticClass 12 | neka.dark 13 | settings 14 | 15 | 16 | settings 17 | 18 | background 19 | #0F161C 20 | caret 21 | #ffe792 22 | foreground 23 | #DEDEDE 24 | invisibles 25 | #343434 26 | lineHighlight 27 | #0d1319 28 | selection 29 | #7AA3CC35 30 | selectionBorder 31 | #7AA3CC35 32 | inactiveSelection 33 | #7AA3CC25 34 | findHighlight 35 | #ffe792 36 | findHighlightForeground 37 | #00000050 38 | gutter 39 | #0F161C 40 | gutterForeground 41 | #212A33 42 | guide 43 | #2D3640 44 | activeGuide 45 | #314559 46 | stackGuide 47 | #1A2633 48 | shadow 49 | #00000010 50 | 51 | 52 | 53 | name 54 | Comments 55 | scope 56 | comment, punctuation.definition.comment 57 | settings 58 | 59 | fontStyle 60 | italic 61 | foreground 62 | #515c68 63 | 64 | 65 | 66 | name 67 | Variable 68 | scope 69 | variable 70 | settings 71 | 72 | foreground 73 | #F2EDDA 74 | 75 | 76 | 77 | name 78 | Invalid 79 | scope 80 | invalid 81 | settings 82 | 83 | background 84 | #3cadd7 85 | foreground 86 | #ffffff 87 | 88 | 89 | 90 | name 91 | Invalid 92 | scope 93 | invalid.deprecated 94 | settings 95 | 96 | background 97 | #f57542 98 | foreground 99 | #ffffff 100 | 101 | 102 | 103 | name 104 | Keyword, Storage 105 | scope 106 | keyword, storage.type, storage.modifier 107 | settings 108 | 109 | foreground 110 | #f57542 111 | 112 | 113 | 114 | name 115 | Operator, Misc 116 | scope 117 | constant.other.color, meta.tag, punctuation.separator.inheritance.php, punctuation.section.embedded, keyword.other.substitution 118 | settings 119 | 120 | foreground 121 | #e7c547 122 | 123 | 124 | 125 | name 126 | Tag 127 | scope 128 | entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter 129 | settings 130 | 131 | foreground 132 | #3cadd7 133 | 134 | 135 | 136 | name 137 | html punctuations tags 138 | scope 139 | punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag 140 | settings 141 | 142 | foreground 143 | #266b85 144 | 145 | 146 | 147 | name 148 | Function, Special Method, Block Level 149 | scope 150 | entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level 151 | settings 152 | 153 | foreground 154 | #E6B673 155 | 156 | 157 | 158 | name 159 | Other Variable, String Link 160 | scope 161 | support.other.variable, string.other.link 162 | settings 163 | 164 | foreground 165 | #f07178 166 | 167 | 168 | 169 | name 170 | Number, Constant, Function Argument, Tag Attribute, Embedded 171 | scope 172 | constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit 173 | settings 174 | 175 | foreground 176 | #FFEE99 177 | 178 | 179 | 180 | name 181 | String, Symbols, Inherited Class, Markup Heading 182 | scope 183 | string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js, keyword.other.template 184 | settings 185 | 186 | fontStyle 187 | normal 188 | foreground 189 | #BCCC52 190 | 191 | 192 | 193 | name 194 | Class, Support 195 | scope 196 | entity.name.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter 197 | settings 198 | 199 | foreground 200 | #3cadd7 201 | 202 | 203 | 204 | name 205 | Sub-methods 206 | scope 207 | entity.name.module.js, variable.import.parameter.js, variable.other.class.js 208 | settings 209 | 210 | foreground 211 | #3cadd7 212 | 213 | 214 | 215 | name 216 | Language methods 217 | scope 218 | variable.language 219 | settings 220 | 221 | fontStyle 222 | italic 223 | foreground 224 | #3cadd7 225 | 226 | 227 | 228 | name 229 | entity.name.method.js 230 | scope 231 | entity.name.method.js 232 | settings 233 | 234 | foreground 235 | #ffb454 236 | 237 | 238 | 239 | name 240 | meta.method.js 241 | scope 242 | meta.class-method.js entity.name.function.js, variable.function.constructor 243 | settings 244 | 245 | foreground 246 | #ffb454 247 | 248 | 249 | 250 | name 251 | Attributes 252 | scope 253 | entity.other.attribute-name 254 | settings 255 | 256 | foreground 257 | #f57542 258 | 259 | 260 | 261 | name 262 | Inserted 263 | scope 264 | markup.inserted 265 | settings 266 | 267 | foreground 268 | #BCCC52 269 | 270 | 271 | 272 | name 273 | Deleted 274 | scope 275 | markup.deleted 276 | settings 277 | 278 | foreground 279 | #3cadd7 280 | 281 | 282 | 283 | name 284 | Changed 285 | scope 286 | markup.changed 287 | settings 288 | 289 | foreground 290 | #f57542 291 | 292 | 293 | 294 | name 295 | Regular Expressions 296 | scope 297 | string.regexp 298 | settings 299 | 300 | foreground 301 | #D8EFC6 302 | 303 | 304 | 305 | name 306 | Escape Characters 307 | scope 308 | constant.character.escape 309 | settings 310 | 311 | foreground 312 | #D8EFC6 313 | 314 | 315 | 316 | name 317 | URL 318 | scope 319 | *url*, *link*, *uri* 320 | settings 321 | 322 | fontStyle 323 | underline 324 | 325 | 326 | 327 | name 328 | Search Results Nums 329 | scope 330 | constant.numeric.line-number.find-in-files - match 331 | settings 332 | 333 | foreground 334 | #ab7967 335 | 336 | 337 | 338 | name 339 | Search Results Lines 340 | scope 341 | entity.name.filename.find-in-files 342 | settings 343 | 344 | foreground 345 | #BCCC52 346 | 347 | 348 | 349 | name 350 | Decorators 351 | scope 352 | tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js 353 | settings 354 | 355 | fontStyle 356 | italic 357 | foreground 358 | #ffb454 359 | 360 | 361 | 362 | name 363 | ES7 Bind Operator 364 | scope 365 | source.js constant.other.object.key.js string.unquoted.label.js 366 | settings 367 | 368 | fontStyle 369 | italic 370 | foreground 371 | #3cadd7 372 | 373 | 374 | 375 | name 376 | JSON Key - Level 8 377 | scope 378 | source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string 379 | settings 380 | 381 | foreground 382 | #3cadd7 383 | 384 | 385 | 386 | name 387 | JSON Key - Level 7 388 | scope 389 | source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string 390 | settings 391 | 392 | foreground 393 | #f57542 394 | 395 | 396 | 397 | name 398 | JSON Key - Level 6 399 | scope 400 | source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string 401 | settings 402 | 403 | foreground 404 | #f07178 405 | 406 | 407 | 408 | name 409 | JSON Key - Level 5 410 | scope 411 | source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string 412 | settings 413 | 414 | foreground 415 | #ffb454 416 | 417 | 418 | 419 | name 420 | JSON Key - Level 4 421 | scope 422 | source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string 423 | settings 424 | 425 | foreground 426 | #ab7967 427 | 428 | 429 | 430 | name 431 | JSON Key - Level 3 432 | scope 433 | source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string 434 | settings 435 | 436 | foreground 437 | #3cadd7 438 | 439 | 440 | 441 | name 442 | JSON Key - Level 2 443 | scope 444 | source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string 445 | settings 446 | 447 | foreground 448 | #ffe792 449 | 450 | 451 | 452 | name 453 | JSON Key - Level 1 454 | scope 455 | source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string 456 | settings 457 | 458 | foreground 459 | #3cadd7 460 | 461 | 462 | 463 | name 464 | JSON Key - Level 0 465 | scope 466 | source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string 467 | settings 468 | 469 | foreground 470 | #3cadd6 471 | 472 | 473 | 474 | name 475 | Markdown - Plain 476 | scope 477 | text.html.markdown, punctuation.definition.list_item.markdown 478 | settings 479 | 480 | foreground 481 | #F2EDDA 482 | 483 | 484 | 485 | name 486 | Markdown - Markup Raw Inline 487 | scope 488 | text.html.markdown markup.raw.inline 489 | settings 490 | 491 | foreground 492 | #3cadd7 493 | 494 | 495 | 496 | name 497 | Markdown - Line Break 498 | scope 499 | text.html.markdown meta.dummy.line-break 500 | settings 501 | 502 | foreground 503 | #65737e 504 | 505 | 506 | 507 | name 508 | Markdown - Heading 509 | scope 510 | markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown 511 | settings 512 | 513 | foreground 514 | #BCCC52 515 | 516 | 517 | 518 | name 519 | Markup - Italic 520 | scope 521 | markup.italic 522 | settings 523 | 524 | fontStyle 525 | italic 526 | foreground 527 | #f07178 528 | 529 | 530 | 531 | name 532 | Markup - Bold 533 | scope 534 | markup.bold 535 | settings 536 | 537 | fontStyle 538 | bold 539 | foreground 540 | #f07178 541 | 542 | 543 | 544 | name 545 | Markup - Underline 546 | scope 547 | markup.underline 548 | settings 549 | 550 | fontStyle 551 | underline 552 | foreground 553 | #ffe792 554 | 555 | 556 | 557 | name 558 | Markup - Strike 559 | scope 560 | markup.strike 561 | settings 562 | 563 | fontStyle 564 | strike 565 | foreground 566 | #ab7967 567 | 568 | 569 | 570 | name 571 | Markdown - Blockquote 572 | scope 573 | markup.quote, punctuation.definition.blockquote.markdown 574 | settings 575 | 576 | fontStyle 577 | italic 578 | foreground 579 | #e7c547 580 | 581 | 582 | 583 | name 584 | Markup - Quote 585 | scope 586 | markup.quote 587 | settings 588 | 589 | fontStyle 590 | italic 591 | foreground 592 | #e7c547 593 | 594 | 595 | 596 | name 597 | Markdown - Link 598 | scope 599 | string.other.link.title.markdown 600 | settings 601 | 602 | fontStyle 603 | underline 604 | foreground 605 | #ffb454 606 | 607 | 608 | 609 | name 610 | Markup - Raw Block 611 | scope 612 | markup.raw.block 613 | settings 614 | 615 | foreground 616 | #f57542 617 | 618 | 619 | 620 | name 621 | Markdown - Raw Block Fenced 622 | scope 623 | markup.raw.block.fenced.markdown 624 | settings 625 | 626 | background 627 | #ffffff10 628 | foreground 629 | #F2EDDA 630 | 631 | 632 | 633 | name 634 | Markdown - Fenced Bode Block 635 | scope 636 | punctuation.definition.fenced.markdown, variable.language.fenced.markdown 637 | settings 638 | 639 | background 640 | #ffffff10 641 | foreground 642 | #65737e 643 | 644 | 645 | 646 | name 647 | Markdown - Fenced Language 648 | scope 649 | variable.language.fenced.markdown 650 | settings 651 | 652 | fontStyle 653 | 654 | foreground 655 | #65737e 656 | 657 | 658 | 659 | name 660 | Markdown - Separator 661 | scope 662 | meta.separator 663 | settings 664 | 665 | background 666 | #ffffff10 667 | fontStyle 668 | bold 669 | foreground 670 | #65737e 671 | 672 | 673 | 674 | name 675 | Markup - Table 676 | scope 677 | markup.table 678 | settings 679 | 680 | background 681 | #3cadd71a 682 | foreground 683 | #3cadd7 684 | 685 | 686 | 687 | name 688 | AceJump Label - Blue 689 | scope 690 | acejump.label.blue 691 | settings 692 | 693 | background 694 | #2497e3 695 | foreground 696 | #ffffff 697 | 698 | 699 | 700 | name 701 | AceJump Label - Green 702 | scope 703 | acejump.label.green 704 | settings 705 | 706 | background 707 | #2ebc67 708 | foreground 709 | #ffffff 710 | 711 | 712 | 713 | name 714 | AceJump Label - Orange 715 | scope 716 | acejump.label.orange 717 | settings 718 | 719 | background 720 | #f2683e 721 | foreground 722 | #ffffff 723 | 724 | 725 | 726 | name 727 | AceJump Label - Purple 728 | scope 729 | acejump.label.purple 730 | settings 731 | 732 | background 733 | #8955a2 734 | foreground 735 | #ffffff 736 | 737 | 738 | 739 | name 740 | SublimeLinter Warning 741 | scope 742 | sublimelinter.mark.warning 743 | settings 744 | 745 | foreground 746 | #3cadd7 747 | 748 | 749 | 750 | name 751 | SublimeLinter Gutter Mark 752 | scope 753 | sublimelinter.gutter-mark 754 | settings 755 | 756 | foreground 757 | #ffffff 758 | 759 | 760 | 761 | name 762 | SublimeLinter Error 763 | scope 764 | sublimelinter.mark.error 765 | settings 766 | 767 | foreground 768 | #3cadd7 769 | 770 | 771 | 772 | name 773 | GitGutter Ignored 774 | scope 775 | markup.ignored.git_gutter 776 | settings 777 | 778 | foreground 779 | #65737e 780 | 781 | 782 | 783 | name 784 | GitGutter Untracked 785 | scope 786 | markup.untracked.git_gutter 787 | settings 788 | 789 | foreground 790 | #65737e 791 | 792 | 793 | 794 | name 795 | GutterColor 796 | scope 797 | gutter_color 798 | settings 799 | 800 | foreground 801 | #ffffff 802 | 803 | 804 | 805 | uuid 806 | 0e709986-46a0-40a0-b3bf-c8dfe525c455 807 | 808 | 809 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Neka Theme for Sublime Text 3 2 | Dark and bright theme for Sublime Text 3. 3 | 4 | *** 5 | 6 | ## Screenshot 7 | 8 | ![Screenshot](/neka.png) 9 | The font used in the screenshot is [__Roboto Mono__](https://www.google.com/fonts/specimen/Roboto+Mono). 10 | 11 | *** 12 | 13 | ### How to Install 14 | #### Via Package Control 15 | 16 | The easiest way to install is using [Package Control](https://packagecontrol.io/), where Neka is listed as `Neka Theme`. 17 | 18 | 1. Open Command Palette using menu item `Tools -> Command Palette...` 19 | 2. Choose `Package Control: Install Package` 20 | 3. Find `Neka Theme` and hit Enter 21 | 4. Activate the theme by prefs below at *Preferences > Setting - User*: 22 | ```json 23 | "theme": "Neka.sublime-theme", 24 | "color_scheme": "Packages/Neka Theme/Neka.tmTheme", 25 | ``` 26 | 27 | #### Manual 28 | 29 | You can also install the theme manually: 30 | 31 | 1. [Download the latest release .zip](https://github.com/dempfi/Neka-Theme/releases), extract to folder *"Neka Theme"*. 32 | 2. Move "Neka Theme" folder inside the Packages directory. *Preferences > Browse packages...* 33 | 3. Activate the theme by prefs below at *Preferences > Setting - User*: 34 | ```json 35 | "theme": "Neka.sublime-theme", 36 | "color_scheme": "Packages/Neka Theme/Neka.tmTheme", 37 | ``` 38 | 4. Restart Sublime and enjoy! 39 | 40 | *** 41 | 42 | ### Settings 43 | 44 | For norrow statusbar use 45 | ```json 46 | "neka_theme_small_statusbar": "true" 47 | ``` 48 | 49 | If you need some options just open issue and I'll add some settings. 50 | 51 | ### Thanks 52 | Thanks to [Mattia Astorino](https://github.com/equinusocio) for the inspiration and really good Material Theme. 53 | -------------------------------------------------------------------------------- /assets/arrow_left--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/arrow_left--hover.png -------------------------------------------------------------------------------- /assets/arrow_left--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/arrow_left--hover@2x.png -------------------------------------------------------------------------------- /assets/arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/arrow_left.png -------------------------------------------------------------------------------- /assets/arrow_left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/arrow_left@2x.png -------------------------------------------------------------------------------- /assets/arrow_right--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/arrow_right--hover.png -------------------------------------------------------------------------------- /assets/arrow_right--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/arrow_right--hover@2x.png -------------------------------------------------------------------------------- /assets/arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/arrow_right.png -------------------------------------------------------------------------------- /assets/arrow_right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/arrow_right@2x.png -------------------------------------------------------------------------------- /assets/buffer--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/buffer--hover.png -------------------------------------------------------------------------------- /assets/buffer--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/buffer--hover@2x.png -------------------------------------------------------------------------------- /assets/buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/buffer.png -------------------------------------------------------------------------------- /assets/buffer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/buffer@2x.png -------------------------------------------------------------------------------- /assets/button--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/button--hover.png -------------------------------------------------------------------------------- /assets/button--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/button--hover@2x.png -------------------------------------------------------------------------------- /assets/casesens--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/casesens--hover.png -------------------------------------------------------------------------------- /assets/casesens--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/casesens--hover@2x.png -------------------------------------------------------------------------------- /assets/casesens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/casesens.png -------------------------------------------------------------------------------- /assets/casesens@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/casesens@2x.png -------------------------------------------------------------------------------- /assets/close--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/close--hover.png -------------------------------------------------------------------------------- /assets/close--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/close--hover@2x.png -------------------------------------------------------------------------------- /assets/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/close.png -------------------------------------------------------------------------------- /assets/close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/close@2x.png -------------------------------------------------------------------------------- /assets/context--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/context--hover.png -------------------------------------------------------------------------------- /assets/context--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/context--hover@2x.png -------------------------------------------------------------------------------- /assets/context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/context.png -------------------------------------------------------------------------------- /assets/context@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/context@2x.png -------------------------------------------------------------------------------- /assets/dirty--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/dirty--hover.png -------------------------------------------------------------------------------- /assets/dirty--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/dirty--hover@2x.png -------------------------------------------------------------------------------- /assets/dirty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/dirty.png -------------------------------------------------------------------------------- /assets/dirty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/dirty@2x.png -------------------------------------------------------------------------------- /assets/fold--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/fold--hover.png -------------------------------------------------------------------------------- /assets/fold--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/fold--hover@2x.png -------------------------------------------------------------------------------- /assets/fold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/fold.png -------------------------------------------------------------------------------- /assets/fold@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/fold@2x.png -------------------------------------------------------------------------------- /assets/folder--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder--hover.png -------------------------------------------------------------------------------- /assets/folder--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder--hover@2x.png -------------------------------------------------------------------------------- /assets/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder.png -------------------------------------------------------------------------------- /assets/folder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder@2x.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-0.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-0@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-0@2x.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-1.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-1@2x.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-2.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-2@2x.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-3.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-3@2x.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-4.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-4@2x.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-5.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-5@2x.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-6.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-6@2x.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-7.png -------------------------------------------------------------------------------- /assets/folder_opened--hover-7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened--hover-7@2x.png -------------------------------------------------------------------------------- /assets/folder_opened.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened.png -------------------------------------------------------------------------------- /assets/folder_opened@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/folder_opened@2x.png -------------------------------------------------------------------------------- /assets/highlight--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/highlight--hover.png -------------------------------------------------------------------------------- /assets/highlight--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/highlight--hover@2x.png -------------------------------------------------------------------------------- /assets/highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/highlight.png -------------------------------------------------------------------------------- /assets/highlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/highlight@2x.png -------------------------------------------------------------------------------- /assets/input_field_border--short.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/input_field_border--short.png -------------------------------------------------------------------------------- /assets/input_field_border--short@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/input_field_border--short@2x.png -------------------------------------------------------------------------------- /assets/input_field_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/input_field_border.png -------------------------------------------------------------------------------- /assets/input_field_border@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/input_field_border@2x.png -------------------------------------------------------------------------------- /assets/inselection--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/inselection--hover.png -------------------------------------------------------------------------------- /assets/inselection--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/inselection--hover@2x.png -------------------------------------------------------------------------------- /assets/inselection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/inselection.png -------------------------------------------------------------------------------- /assets/inselection@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/inselection@2x.png -------------------------------------------------------------------------------- /assets/matchcase--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/matchcase--hover.png -------------------------------------------------------------------------------- /assets/matchcase--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/matchcase--hover@2x.png -------------------------------------------------------------------------------- /assets/matchcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/matchcase.png -------------------------------------------------------------------------------- /assets/matchcase@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/matchcase@2x.png -------------------------------------------------------------------------------- /assets/normal_bar_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/normal_bar_corner.png -------------------------------------------------------------------------------- /assets/normal_bar_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/normal_bar_horizontal.png -------------------------------------------------------------------------------- /assets/normal_bar_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/normal_bar_vertical.png -------------------------------------------------------------------------------- /assets/overflow_menu--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/overflow_menu--hover.png -------------------------------------------------------------------------------- /assets/overflow_menu--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/overflow_menu--hover@2x.png -------------------------------------------------------------------------------- /assets/overflow_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/overflow_menu.png -------------------------------------------------------------------------------- /assets/overflow_menu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/overflow_menu@2x.png -------------------------------------------------------------------------------- /assets/overlay-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/overlay-bg.png -------------------------------------------------------------------------------- /assets/overlay-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/overlay-bg@2x.png -------------------------------------------------------------------------------- /assets/quick-panel-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/quick-panel-background.png -------------------------------------------------------------------------------- /assets/regex--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/regex--hover.png -------------------------------------------------------------------------------- /assets/regex--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/regex--hover@2x.png -------------------------------------------------------------------------------- /assets/regex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/regex.png -------------------------------------------------------------------------------- /assets/regex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/regex@2x.png -------------------------------------------------------------------------------- /assets/replace_preserve_case--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/replace_preserve_case--hover.png -------------------------------------------------------------------------------- /assets/replace_preserve_case--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/replace_preserve_case--hover@2x.png -------------------------------------------------------------------------------- /assets/replace_preserve_case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/replace_preserve_case.png -------------------------------------------------------------------------------- /assets/replace_preserve_case@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/replace_preserve_case@2x.png -------------------------------------------------------------------------------- /assets/reverse--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/reverse--hover.png -------------------------------------------------------------------------------- /assets/reverse--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/reverse--hover@2x.png -------------------------------------------------------------------------------- /assets/reverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/reverse.png -------------------------------------------------------------------------------- /assets/reverse@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/reverse@2x.png -------------------------------------------------------------------------------- /assets/spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner.png -------------------------------------------------------------------------------- /assets/spinner1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner1.png -------------------------------------------------------------------------------- /assets/spinner10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner10.png -------------------------------------------------------------------------------- /assets/spinner10@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner10@2x.png -------------------------------------------------------------------------------- /assets/spinner11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner11.png -------------------------------------------------------------------------------- /assets/spinner11@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner11@2x.png -------------------------------------------------------------------------------- /assets/spinner1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner1@2x.png -------------------------------------------------------------------------------- /assets/spinner2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner2.png -------------------------------------------------------------------------------- /assets/spinner2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner2@2x.png -------------------------------------------------------------------------------- /assets/spinner3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner3.png -------------------------------------------------------------------------------- /assets/spinner3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner3@2x.png -------------------------------------------------------------------------------- /assets/spinner4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner4.png -------------------------------------------------------------------------------- /assets/spinner4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner4@2x.png -------------------------------------------------------------------------------- /assets/spinner5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner5.png -------------------------------------------------------------------------------- /assets/spinner5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner5@2x.png -------------------------------------------------------------------------------- /assets/spinner6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner6.png -------------------------------------------------------------------------------- /assets/spinner6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner6@2x.png -------------------------------------------------------------------------------- /assets/spinner7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner7.png -------------------------------------------------------------------------------- /assets/spinner7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner7@2x.png -------------------------------------------------------------------------------- /assets/spinner8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner8.png -------------------------------------------------------------------------------- /assets/spinner8@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner8@2x.png -------------------------------------------------------------------------------- /assets/spinner9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner9.png -------------------------------------------------------------------------------- /assets/spinner9@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner9@2x.png -------------------------------------------------------------------------------- /assets/spinner@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/spinner@2x.png -------------------------------------------------------------------------------- /assets/symlink_folder--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/symlink_folder--hover.png -------------------------------------------------------------------------------- /assets/symlink_folder--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/symlink_folder--hover@2x.png -------------------------------------------------------------------------------- /assets/symlink_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/symlink_folder.png -------------------------------------------------------------------------------- /assets/symlink_folder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/symlink_folder@2x.png -------------------------------------------------------------------------------- /assets/tab_current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/tab_current.png -------------------------------------------------------------------------------- /assets/tab_current@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/tab_current@2x.png -------------------------------------------------------------------------------- /assets/thumb_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/thumb_horizontal.png -------------------------------------------------------------------------------- /assets/thumb_horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/thumb_horizontal@2x.png -------------------------------------------------------------------------------- /assets/thumb_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/thumb_vertical.png -------------------------------------------------------------------------------- /assets/thumb_vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/thumb_vertical@2x.png -------------------------------------------------------------------------------- /assets/tree_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/tree_highlight.png -------------------------------------------------------------------------------- /assets/tree_highlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/tree_highlight@2x.png -------------------------------------------------------------------------------- /assets/unfold--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/unfold--hover.png -------------------------------------------------------------------------------- /assets/unfold--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/unfold--hover@2x.png -------------------------------------------------------------------------------- /assets/unfold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/unfold.png -------------------------------------------------------------------------------- /assets/unfold@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/unfold@2x.png -------------------------------------------------------------------------------- /assets/word--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/word--hover.png -------------------------------------------------------------------------------- /assets/word--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/word--hover@2x.png -------------------------------------------------------------------------------- /assets/word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/word.png -------------------------------------------------------------------------------- /assets/word@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/word@2x.png -------------------------------------------------------------------------------- /assets/wrap--hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/wrap--hover.png -------------------------------------------------------------------------------- /assets/wrap--hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/wrap--hover@2x.png -------------------------------------------------------------------------------- /assets/wrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/wrap.png -------------------------------------------------------------------------------- /assets/wrap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/assets/wrap@2x.png -------------------------------------------------------------------------------- /events.py: -------------------------------------------------------------------------------- 1 | import sys 2 | 3 | 4 | package_name = 'Neka Theme' 5 | 6 | 7 | def plugin_loaded(): 8 | from package_control import events 9 | 10 | if events.install(package_name): 11 | print('Installed %s' % events.install(package_name)) 12 | elif events.post_upgrade(package_name): 13 | print('Upgraded to %s' % events.post_upgrade(package_name)) 14 | 15 | 16 | def plugin_unloaded(): 17 | from package_control import events 18 | 19 | if events.pre_upgrade(package_name): 20 | print('Upgrading from %s' % events.pre_upgrade(package_name)) 21 | elif events.remove(package_name): 22 | print('Removing %s' % events.remove(package_name)) 23 | 24 | 25 | # Compat with ST2 26 | if sys.version_info < (3,): 27 | plugin_loaded() 28 | unload_handler = plugin_unloaded 29 | -------------------------------------------------------------------------------- /icons/file_type_R.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_R.png -------------------------------------------------------------------------------- /icons/file_type_R@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_R@2x.png -------------------------------------------------------------------------------- /icons/file_type_actionscript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_actionscript.png -------------------------------------------------------------------------------- /icons/file_type_actionscript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_actionscript@2x.png -------------------------------------------------------------------------------- /icons/file_type_ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ai.png -------------------------------------------------------------------------------- /icons/file_type_ai@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ai@2x.png -------------------------------------------------------------------------------- /icons/file_type_ai@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ai@3x.png -------------------------------------------------------------------------------- /icons/file_type_angular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_angular.png -------------------------------------------------------------------------------- /icons/file_type_angular@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_angular@2x.png -------------------------------------------------------------------------------- /icons/file_type_angular@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_angular@3x.png -------------------------------------------------------------------------------- /icons/file_type_apache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_apache.png -------------------------------------------------------------------------------- /icons/file_type_apache@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_apache@2x.png -------------------------------------------------------------------------------- /icons/file_type_apache@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_apache@3x.png -------------------------------------------------------------------------------- /icons/file_type_applescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_applescript.png -------------------------------------------------------------------------------- /icons/file_type_applescript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_applescript@2x.png -------------------------------------------------------------------------------- /icons/file_type_applescript@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_applescript@3x.png -------------------------------------------------------------------------------- /icons/file_type_archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_archive.png -------------------------------------------------------------------------------- /icons/file_type_archive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_archive@2x.png -------------------------------------------------------------------------------- /icons/file_type_binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_binary.png -------------------------------------------------------------------------------- /icons/file_type_binary@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_binary@2x.png -------------------------------------------------------------------------------- /icons/file_type_binary@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_binary@3x.png -------------------------------------------------------------------------------- /icons/file_type_blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_blade.png -------------------------------------------------------------------------------- /icons/file_type_blade@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_blade@2x.png -------------------------------------------------------------------------------- /icons/file_type_bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_bookmark.png -------------------------------------------------------------------------------- /icons/file_type_bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_bookmark@2x.png -------------------------------------------------------------------------------- /icons/file_type_bower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_bower.png -------------------------------------------------------------------------------- /icons/file_type_bower@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_bower@2x.png -------------------------------------------------------------------------------- /icons/file_type_bower@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_bower@3x.png -------------------------------------------------------------------------------- /icons/file_type_c#.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_c#.png -------------------------------------------------------------------------------- /icons/file_type_c#@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_c#@2x.png -------------------------------------------------------------------------------- /icons/file_type_c#@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_c#@3x.png -------------------------------------------------------------------------------- /icons/file_type_c++.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_c++.png -------------------------------------------------------------------------------- /icons/file_type_c++@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_c++@2x.png -------------------------------------------------------------------------------- /icons/file_type_c++@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_c++@3x.png -------------------------------------------------------------------------------- /icons/file_type_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_c.png -------------------------------------------------------------------------------- /icons/file_type_c@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_c@2x.png -------------------------------------------------------------------------------- /icons/file_type_cfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_cfc.png -------------------------------------------------------------------------------- /icons/file_type_cfc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_cfc@2x.png -------------------------------------------------------------------------------- /icons/file_type_cfc@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_cfc@3x.png -------------------------------------------------------------------------------- /icons/file_type_cfm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_cfm.png -------------------------------------------------------------------------------- /icons/file_type_cfm@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_cfm@2x.png -------------------------------------------------------------------------------- /icons/file_type_clojure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_clojure.png -------------------------------------------------------------------------------- /icons/file_type_clojure@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_clojure@2x.png -------------------------------------------------------------------------------- /icons/file_type_coffescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_coffescript.png -------------------------------------------------------------------------------- /icons/file_type_coffescript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_coffescript@2x.png -------------------------------------------------------------------------------- /icons/file_type_coffescript@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_coffescript@3x.png -------------------------------------------------------------------------------- /icons/file_type_css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_css.png -------------------------------------------------------------------------------- /icons/file_type_css@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_css@2x.png -------------------------------------------------------------------------------- /icons/file_type_css@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_css@3x.png -------------------------------------------------------------------------------- /icons/file_type_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_default.png -------------------------------------------------------------------------------- /icons/file_type_default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_default@2x.png -------------------------------------------------------------------------------- /icons/file_type_default@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_default@3x.png -------------------------------------------------------------------------------- /icons/file_type_dlang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_dlang.png -------------------------------------------------------------------------------- /icons/file_type_dlang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_dlang@2x.png -------------------------------------------------------------------------------- /icons/file_type_dlang@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_dlang@3x.png -------------------------------------------------------------------------------- /icons/file_type_docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_docker.png -------------------------------------------------------------------------------- /icons/file_type_docker@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_docker@2x.png -------------------------------------------------------------------------------- /icons/file_type_docker@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_docker@3x.png -------------------------------------------------------------------------------- /icons/file_type_erlang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_erlang.png -------------------------------------------------------------------------------- /icons/file_type_erlang@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_erlang@2x.png -------------------------------------------------------------------------------- /icons/file_type_erlang@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_erlang@3x.png -------------------------------------------------------------------------------- /icons/file_type_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ex.png -------------------------------------------------------------------------------- /icons/file_type_ex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ex@2x.png -------------------------------------------------------------------------------- /icons/file_type_ex@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ex@3x.png -------------------------------------------------------------------------------- /icons/file_type_fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_fish.png -------------------------------------------------------------------------------- /icons/file_type_fish@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_fish@2x.png -------------------------------------------------------------------------------- /icons/file_type_fish@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_fish@3x.png -------------------------------------------------------------------------------- /icons/file_type_font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_font.png -------------------------------------------------------------------------------- /icons/file_type_font@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_font@2x.png -------------------------------------------------------------------------------- /icons/file_type_git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_git.png -------------------------------------------------------------------------------- /icons/file_type_git@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_git@2x.png -------------------------------------------------------------------------------- /icons/file_type_git@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_git@3x.png -------------------------------------------------------------------------------- /icons/file_type_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_go.png -------------------------------------------------------------------------------- /icons/file_type_go@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_go@2x.png -------------------------------------------------------------------------------- /icons/file_type_go@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_go@3x.png -------------------------------------------------------------------------------- /icons/file_type_gradle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_gradle.png -------------------------------------------------------------------------------- /icons/file_type_gradle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_gradle@2x.png -------------------------------------------------------------------------------- /icons/file_type_graphviz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_graphviz.png -------------------------------------------------------------------------------- /icons/file_type_graphviz@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_graphviz@2x.png -------------------------------------------------------------------------------- /icons/file_type_graphviz@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_graphviz@3x.png -------------------------------------------------------------------------------- /icons/file_type_groovy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_groovy.png -------------------------------------------------------------------------------- /icons/file_type_groovy@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_groovy@2x.png -------------------------------------------------------------------------------- /icons/file_type_gruntfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_gruntfile.png -------------------------------------------------------------------------------- /icons/file_type_gruntfile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_gruntfile@2x.png -------------------------------------------------------------------------------- /icons/file_type_gruntfile@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_gruntfile@3x.png -------------------------------------------------------------------------------- /icons/file_type_gulpfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_gulpfile.png -------------------------------------------------------------------------------- /icons/file_type_gulpfile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_gulpfile@2x.png -------------------------------------------------------------------------------- /icons/file_type_gulpfile@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_gulpfile@3x.png -------------------------------------------------------------------------------- /icons/file_type_haml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_haml.png -------------------------------------------------------------------------------- /icons/file_type_haml@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_haml@2x.png -------------------------------------------------------------------------------- /icons/file_type_haskell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_haskell.png -------------------------------------------------------------------------------- /icons/file_type_haskell@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_haskell@2x.png -------------------------------------------------------------------------------- /icons/file_type_haskell@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_haskell@3x.png -------------------------------------------------------------------------------- /icons/file_type_haxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_haxe.png -------------------------------------------------------------------------------- /icons/file_type_haxe@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_haxe@2x.png -------------------------------------------------------------------------------- /icons/file_type_haxe@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_haxe@3x.png -------------------------------------------------------------------------------- /icons/file_type_html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_html.png -------------------------------------------------------------------------------- /icons/file_type_html@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_html@2x.png -------------------------------------------------------------------------------- /icons/file_type_html@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_html@3x.png -------------------------------------------------------------------------------- /icons/file_type_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_image.png -------------------------------------------------------------------------------- /icons/file_type_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_image@2x.png -------------------------------------------------------------------------------- /icons/file_type_image@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_image@3x.png -------------------------------------------------------------------------------- /icons/file_type_jade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_jade.png -------------------------------------------------------------------------------- /icons/file_type_jade@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_jade@2x.png -------------------------------------------------------------------------------- /icons/file_type_jade@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_jade@3x.png -------------------------------------------------------------------------------- /icons/file_type_java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_java.png -------------------------------------------------------------------------------- /icons/file_type_java@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_java@2x.png -------------------------------------------------------------------------------- /icons/file_type_java@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_java@3x.png -------------------------------------------------------------------------------- /icons/file_type_js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_js.png -------------------------------------------------------------------------------- /icons/file_type_js@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_js@2x.png -------------------------------------------------------------------------------- /icons/file_type_js@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_js@3x.png -------------------------------------------------------------------------------- /icons/file_type_jsp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_jsp.png -------------------------------------------------------------------------------- /icons/file_type_jsp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_jsp@2x.png -------------------------------------------------------------------------------- /icons/file_type_jsp@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_jsp@3x.png -------------------------------------------------------------------------------- /icons/file_type_julia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_julia.png -------------------------------------------------------------------------------- /icons/file_type_julia@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_julia@2x.png -------------------------------------------------------------------------------- /icons/file_type_julia@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_julia@3x.png -------------------------------------------------------------------------------- /icons/file_type_less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_less.png -------------------------------------------------------------------------------- /icons/file_type_less@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_less@2x.png -------------------------------------------------------------------------------- /icons/file_type_less@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_less@3x.png -------------------------------------------------------------------------------- /icons/file_type_license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_license.png -------------------------------------------------------------------------------- /icons/file_type_license@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_license@2x.png -------------------------------------------------------------------------------- /icons/file_type_license@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_license@3x.png -------------------------------------------------------------------------------- /icons/file_type_liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_liquid.png -------------------------------------------------------------------------------- /icons/file_type_liquid@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_liquid@2x.png -------------------------------------------------------------------------------- /icons/file_type_lisp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_lisp.png -------------------------------------------------------------------------------- /icons/file_type_lisp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_lisp@2x.png -------------------------------------------------------------------------------- /icons/file_type_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_list.png -------------------------------------------------------------------------------- /icons/file_type_list@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_list@2x.png -------------------------------------------------------------------------------- /icons/file_type_lsl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_lsl.png -------------------------------------------------------------------------------- /icons/file_type_lsl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_lsl@2x.png -------------------------------------------------------------------------------- /icons/file_type_lua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_lua.png -------------------------------------------------------------------------------- /icons/file_type_lua@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_lua@2x.png -------------------------------------------------------------------------------- /icons/file_type_markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_markdown.png -------------------------------------------------------------------------------- /icons/file_type_markdown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_markdown@2x.png -------------------------------------------------------------------------------- /icons/file_type_markdown@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_markdown@3x.png -------------------------------------------------------------------------------- /icons/file_type_markup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_markup.png -------------------------------------------------------------------------------- /icons/file_type_markup@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_markup@2x.png -------------------------------------------------------------------------------- /icons/file_type_markup@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_markup@3x.png -------------------------------------------------------------------------------- /icons/file_type_matlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_matlab.png -------------------------------------------------------------------------------- /icons/file_type_matlab@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_matlab@2x.png -------------------------------------------------------------------------------- /icons/file_type_matlab@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_matlab@3x.png -------------------------------------------------------------------------------- /icons/file_type_mustache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_mustache.png -------------------------------------------------------------------------------- /icons/file_type_mustache@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_mustache@2x.png -------------------------------------------------------------------------------- /icons/file_type_node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_node.png -------------------------------------------------------------------------------- /icons/file_type_node@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_node@2x.png -------------------------------------------------------------------------------- /icons/file_type_node@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_node@3x.png -------------------------------------------------------------------------------- /icons/file_type_npm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_npm.png -------------------------------------------------------------------------------- /icons/file_type_npm@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_npm@2x.png -------------------------------------------------------------------------------- /icons/file_type_npm@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_npm@3x.png -------------------------------------------------------------------------------- /icons/file_type_ocaml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ocaml.png -------------------------------------------------------------------------------- /icons/file_type_ocaml@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ocaml@2x.png -------------------------------------------------------------------------------- /icons/file_type_ocaml@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ocaml@3x.png -------------------------------------------------------------------------------- /icons/file_type_pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_pdf.png -------------------------------------------------------------------------------- /icons/file_type_pdf@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_pdf@2x.png -------------------------------------------------------------------------------- /icons/file_type_perl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_perl.png -------------------------------------------------------------------------------- /icons/file_type_perl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_perl@2x.png -------------------------------------------------------------------------------- /icons/file_type_perl@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_perl@3x.png -------------------------------------------------------------------------------- /icons/file_type_php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_php.png -------------------------------------------------------------------------------- /icons/file_type_php@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_php@2x.png -------------------------------------------------------------------------------- /icons/file_type_php@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_php@3x.png -------------------------------------------------------------------------------- /icons/file_type_procfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_procfile.png -------------------------------------------------------------------------------- /icons/file_type_procfile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_procfile@2x.png -------------------------------------------------------------------------------- /icons/file_type_procfile@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_procfile@3x.png -------------------------------------------------------------------------------- /icons/file_type_psd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_psd.png -------------------------------------------------------------------------------- /icons/file_type_psd@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_psd@2x.png -------------------------------------------------------------------------------- /icons/file_type_psd@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_psd@3x.png -------------------------------------------------------------------------------- /icons/file_type_pug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_pug.png -------------------------------------------------------------------------------- /icons/file_type_pug@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_pug@2x.png -------------------------------------------------------------------------------- /icons/file_type_pug@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_pug@3x.png -------------------------------------------------------------------------------- /icons/file_type_puppet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_puppet.png -------------------------------------------------------------------------------- /icons/file_type_puppet@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_puppet@2x.png -------------------------------------------------------------------------------- /icons/file_type_python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_python.png -------------------------------------------------------------------------------- /icons/file_type_python@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_python@2x.png -------------------------------------------------------------------------------- /icons/file_type_python@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_python@3x.png -------------------------------------------------------------------------------- /icons/file_type_rails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_rails.png -------------------------------------------------------------------------------- /icons/file_type_rails@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_rails@2x.png -------------------------------------------------------------------------------- /icons/file_type_rails@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_rails@3x.png -------------------------------------------------------------------------------- /icons/file_type_react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_react.png -------------------------------------------------------------------------------- /icons/file_type_react@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_react@2x.png -------------------------------------------------------------------------------- /icons/file_type_react@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_react@3x.png -------------------------------------------------------------------------------- /icons/file_type_ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ruby.png -------------------------------------------------------------------------------- /icons/file_type_ruby@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ruby@2x.png -------------------------------------------------------------------------------- /icons/file_type_ruby@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_ruby@3x.png -------------------------------------------------------------------------------- /icons/file_type_rust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_rust.png -------------------------------------------------------------------------------- /icons/file_type_rust@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_rust@2x.png -------------------------------------------------------------------------------- /icons/file_type_rust@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_rust@3x.png -------------------------------------------------------------------------------- /icons/file_type_sass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_sass.png -------------------------------------------------------------------------------- /icons/file_type_sass@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_sass@2x.png -------------------------------------------------------------------------------- /icons/file_type_sass@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_sass@3x.png -------------------------------------------------------------------------------- /icons/file_type_scala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_scala.png -------------------------------------------------------------------------------- /icons/file_type_scala@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_scala@2x.png -------------------------------------------------------------------------------- /icons/file_type_scala@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_scala@3x.png -------------------------------------------------------------------------------- /icons/file_type_scss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_scss.png -------------------------------------------------------------------------------- /icons/file_type_scss@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_scss@2x.png -------------------------------------------------------------------------------- /icons/file_type_scss@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_scss@3x.png -------------------------------------------------------------------------------- /icons/file_type_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_settings.png -------------------------------------------------------------------------------- /icons/file_type_settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_settings@2x.png -------------------------------------------------------------------------------- /icons/file_type_settings@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_settings@3x.png -------------------------------------------------------------------------------- /icons/file_type_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_shell.png -------------------------------------------------------------------------------- /icons/file_type_shell@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_shell@2x.png -------------------------------------------------------------------------------- /icons/file_type_shell@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_shell@3x.png -------------------------------------------------------------------------------- /icons/file_type_slim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_slim.png -------------------------------------------------------------------------------- /icons/file_type_slim@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_slim@2x.png -------------------------------------------------------------------------------- /icons/file_type_slim@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_slim@3x.png -------------------------------------------------------------------------------- /icons/file_type_smiley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_smiley.png -------------------------------------------------------------------------------- /icons/file_type_smiley@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_smiley@2x.png -------------------------------------------------------------------------------- /icons/file_type_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_source.png -------------------------------------------------------------------------------- /icons/file_type_source@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_source@2x.png -------------------------------------------------------------------------------- /icons/file_type_source@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_source@3x.png -------------------------------------------------------------------------------- /icons/file_type_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_sql.png -------------------------------------------------------------------------------- /icons/file_type_sql@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_sql@2x.png -------------------------------------------------------------------------------- /icons/file_type_sql@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_sql@3x.png -------------------------------------------------------------------------------- /icons/file_type_stata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_stata.png -------------------------------------------------------------------------------- /icons/file_type_stata@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_stata@2x.png -------------------------------------------------------------------------------- /icons/file_type_stylus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_stylus.png -------------------------------------------------------------------------------- /icons/file_type_stylus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_stylus@2x.png -------------------------------------------------------------------------------- /icons/file_type_stylus@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_stylus@3x.png -------------------------------------------------------------------------------- /icons/file_type_swift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_swift.png -------------------------------------------------------------------------------- /icons/file_type_swift@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_swift@2x.png -------------------------------------------------------------------------------- /icons/file_type_swift@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_swift@3x.png -------------------------------------------------------------------------------- /icons/file_type_swig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_swig.png -------------------------------------------------------------------------------- /icons/file_type_swig@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_swig@2x.png -------------------------------------------------------------------------------- /icons/file_type_swig@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_swig@3x.png -------------------------------------------------------------------------------- /icons/file_type_tcl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_tcl.png -------------------------------------------------------------------------------- /icons/file_type_tcl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_tcl@2x.png -------------------------------------------------------------------------------- /icons/file_type_tcl@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_tcl@3x.png -------------------------------------------------------------------------------- /icons/file_type_tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_tex.png -------------------------------------------------------------------------------- /icons/file_type_tex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_tex@2x.png -------------------------------------------------------------------------------- /icons/file_type_tex@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_tex@3x.png -------------------------------------------------------------------------------- /icons/file_type_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_text.png -------------------------------------------------------------------------------- /icons/file_type_text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_text@2x.png -------------------------------------------------------------------------------- /icons/file_type_textile copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_textile copy.png -------------------------------------------------------------------------------- /icons/file_type_textile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_textile.png -------------------------------------------------------------------------------- /icons/file_type_textile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_textile@2x.png -------------------------------------------------------------------------------- /icons/file_type_todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_todo.png -------------------------------------------------------------------------------- /icons/file_type_todo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_todo@2x.png -------------------------------------------------------------------------------- /icons/file_type_todo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_todo@3x.png -------------------------------------------------------------------------------- /icons/file_type_twig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_twig.png -------------------------------------------------------------------------------- /icons/file_type_twig@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_twig@2x.png -------------------------------------------------------------------------------- /icons/file_type_twig@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_twig@3x.png -------------------------------------------------------------------------------- /icons/file_type_typescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_typescript.png -------------------------------------------------------------------------------- /icons/file_type_typescript@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_typescript@2x.png -------------------------------------------------------------------------------- /icons/file_type_typescript@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_typescript@3x.png -------------------------------------------------------------------------------- /icons/file_type_vue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_vue.png -------------------------------------------------------------------------------- /icons/file_type_vue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_vue@2x.png -------------------------------------------------------------------------------- /icons/file_type_vue@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_vue@3x.png -------------------------------------------------------------------------------- /icons/file_type_yaml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_yaml.png -------------------------------------------------------------------------------- /icons/file_type_yaml@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_yaml@2x.png -------------------------------------------------------------------------------- /icons/file_type_yaml@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/icons/file_type_yaml@3x.png -------------------------------------------------------------------------------- /neka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dempfi/neka-sublime/afecac766c1e3d1dff52231d8a3ff6f454f82df3/neka.png -------------------------------------------------------------------------------- /tmprefs/Ext/CSS.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": [ 3 | "css.erb", 4 | "css.liquid" 5 | ] 6 | } -------------------------------------------------------------------------------- /tmprefs/Ext/HTML (Rails).sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": [ 3 | "rails", 4 | "erb" 5 | ] 6 | } -------------------------------------------------------------------------------- /tmprefs/Ext/HTML.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": [ 3 | "html", 4 | "htm", 5 | "html.erb" 6 | ] 7 | } 8 | -------------------------------------------------------------------------------- /tmprefs/Ext/HTMLMustache.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": 3 | [ 4 | "hgn", 5 | "hjs", 6 | "mustache", 7 | "hbs" 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /tmprefs/Ext/LESS.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": [ 3 | "less", 4 | "less.erb", 5 | "less.liquid" 6 | ] 7 | } -------------------------------------------------------------------------------- /tmprefs/Ext/Markdown.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": [ 3 | "md", 4 | "markdown" 5 | ] 6 | } -------------------------------------------------------------------------------- /tmprefs/Ext/Plain text.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": [ 3 | "changelog", 4 | "contributing", 5 | "ini", 6 | "license", 7 | "readme", 8 | "txt" 9 | ] 10 | } 11 | -------------------------------------------------------------------------------- /tmprefs/Ext/Python.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": 3 | [ 4 | "py3", 5 | "pyw", 6 | "pt" 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /tmprefs/Ext/Ruby Haml.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": 3 | [ 4 | "haml" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /tmprefs/Ext/Ruby Slim.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": [ 3 | "emblem" 4 | ] 5 | } -------------------------------------------------------------------------------- /tmprefs/Ext/Ruby.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": [ 3 | "rabl", 4 | "jbuilder", 5 | "rb", 6 | "podspec", 7 | "rake", 8 | "simplecov", 9 | "thor", 10 | "ruby.rails" 11 | ] 12 | } -------------------------------------------------------------------------------- /tmprefs/Ext/Rust.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": [ 3 | "rs", 4 | ] 5 | } -------------------------------------------------------------------------------- /tmprefs/Ext/SCSS.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": [ 3 | "scss", 4 | "scss.erb", 5 | "scss.liquid" 6 | ] 7 | } -------------------------------------------------------------------------------- /tmprefs/Ext/Sass.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": [ 3 | "sass", 4 | "sass.erb", 5 | "sass.liquid" 6 | ] 7 | } -------------------------------------------------------------------------------- /tmprefs/Ext/TWIG.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "extensions": 3 | [ 4 | "twig" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/icon_font.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | font 7 | settings 8 | 9 | icon 10 | file_type_font 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/icon_license.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | license 7 | settings 8 | 9 | icon 10 | file_type_license 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/icon_rust.tmPreferences: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scope 6 | source.rust 7 | settings 8 | 9 | icon 10 | file_type_rust 11 | 12 | 13 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /tmprefs/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 | -------------------------------------------------------------------------------- /widget/Widget - Neka.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | name 6 | Neka 7 | colorSpaceName 8 | sRGB 9 | settings 10 | 11 | 12 | settings 13 | 14 | background 15 | #151E26 16 | caret 17 | #ffe792 18 | foreground 19 | #efefef 20 | invisibles 21 | #607D8B 22 | lineHighlight 23 | #0d1319 24 | selection 25 | #7AA3CC35 26 | selectionBorder 27 | #7AA3CC65 28 | inactiveSelection 29 | #7AA3CC35 30 | 31 | 32 | 33 | name 34 | Comment 35 | scope 36 | comment 37 | settings 38 | 39 | fontStyle 40 | italic 41 | foreground 42 | #0066FF 43 | 44 | 45 | 46 | name 47 | Keyword 48 | scope 49 | keyword, storage 50 | settings 51 | 52 | foreground 53 | #AAB3B5 54 | 55 | 56 | 57 | scope 58 | constant 59 | settings 60 | 61 | foreground 62 | #80CBC4 63 | 64 | 65 | 66 | scope 67 | string 68 | settings 69 | 70 | foreground 71 | #F9355A 72 | 73 | 74 | 75 | scope 76 | constant.character.escape 77 | settings 78 | 79 | foreground 80 | #090F15 81 | 82 | 83 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /widget/Widget - Neka.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Neka Theme/widget/Widget - Neka.stTheme", 3 | "draw_shadows": false, 4 | "font_options": ["subpixel_antialias"], 5 | "line_padding_top": 2 6 | } 7 | --------------------------------------------------------------------------------