├── .gitignore ├── Ayin.sublime-theme ├── Big Duo.tmTheme ├── Nil.sublime-theme ├── README.md ├── Sanakan.tmTheme ├── Tubnil Bright.tmTheme ├── Tubnil.tmTheme ├── Widget - Ayin.stTheme ├── Widget - Ayin.sublime-settings ├── Widget - Nil.stTheme ├── Widget - Nil.sublime-settings ├── assets ├── arrows │ ├── arrow-down-hover.png │ ├── arrow-down-hover@2x.png │ ├── arrow-down.png │ ├── arrow-down@2x.png │ ├── arrow-right-hover.png │ ├── arrow-right-hover@2x.png │ ├── arrow-right.png │ ├── arrow-right@2x.png │ ├── folder-closed-hover.png │ ├── folder-closed-hover@2x.png │ ├── folder-closed.png │ ├── folder-closed@2x.png │ ├── folder-open-hover.png │ ├── folder-open-hover@2x.png │ ├── folder-open.png │ └── folder-open@2x.png ├── ayin │ ├── btn-large-active.png │ ├── btn-large-active@2x.png │ ├── btn-large.png │ ├── btn-large@2x.png │ ├── button.psd │ ├── button@2x.psd │ ├── panel-bg.png │ ├── panel-bg@2x.png │ ├── qp-row-selected.png │ ├── qp-row-selected.psd │ ├── qp-row.png │ ├── quickpanel.png │ ├── quickpanel.psd │ ├── quickpanel@2x.png │ ├── quickpanel@2x.psd │ ├── scrollbar │ │ ├── bar-horizontal.png │ │ ├── bar-horizontal@2x.png │ │ ├── bar-vertical.png │ │ ├── bar-vertical@2x.png │ │ ├── well-corner.png │ │ ├── well-corner@2x.png │ │ ├── well-horizontal.png │ │ ├── well-horizontal@2x.png │ │ ├── well-vertical.png │ │ └── well-vertical@2x.png │ ├── status-bar-bg.png │ ├── status-bar-bg@2x.png │ ├── tabs │ │ ├── tab-active-modified.png │ │ ├── tab-active-modified@2x.png │ │ ├── tab-active.png │ │ ├── tab-active@2x.png │ │ ├── tab-buttons@2x.psd │ │ ├── tab-hover-dirty.png │ │ ├── tab-hover-dirty@2x.png │ │ ├── tab-hover.png │ │ ├── tab-hover@2x.png │ │ ├── tab-inactive-modified.png │ │ ├── tab-inactive-modified@2x.png │ │ ├── tab-inactive.png │ │ └── tab-inactive@2x.png │ ├── tabset-bg.png │ ├── tabset-bg@2x.png │ ├── text-field.png │ ├── text-field.psd │ ├── text-field@2x.png │ ├── text-field@2x.psd │ ├── tooltip.png │ └── tree │ │ ├── row-active-modified.png │ │ ├── row-active.png │ │ └── row-inactive-modified.png ├── dark │ ├── btn-large-active.png │ ├── btn-large-active@2x.png │ ├── btn-large.png │ ├── btn-large@2x.png │ ├── button.psd │ ├── panel-bg.png │ ├── panel-bg@2x.png │ ├── qp-row-selected.png │ ├── qp-row.png │ ├── quickpanel.png │ ├── quickpanel.psd │ ├── quickpanel@2x.png │ ├── quickpanel@2x.psd │ ├── row-active-modified.png │ ├── row-active.png │ ├── row-inactive-modified.png │ ├── scrollbar │ │ ├── bar-horizontal.png │ │ ├── bar-horizontal@2x.png │ │ ├── bar-vertical.png │ │ ├── bar-vertical@2x.png │ │ ├── well-corner.png │ │ ├── well-corner@2x.png │ │ ├── well-horizontal.png │ │ ├── well-horizontal@2x.png │ │ ├── well-vertical.png │ │ └── well-vertical@2x.png │ ├── status-bar-bg.png │ ├── status-bar-bg@2x.png │ ├── tabs │ │ ├── tab-active-modified.png │ │ ├── tab-active-modified@2x.png │ │ ├── tab-active.png │ │ ├── tab-active@2x.png │ │ ├── tab-hover-dirty.png │ │ ├── tab-hover-dirty@2x.png │ │ ├── tab-hover.png │ │ ├── tab-hover@2x.png │ │ ├── tab-inactive-modified.png │ │ ├── tab-inactive-modified@2x.png │ │ ├── tab-inactive.png │ │ └── tab-inactive@2x.png │ ├── tabset-bg.png │ ├── tabset-bg@2x.png │ ├── text-field.png │ ├── text-field.psd │ ├── text-field@2x.png │ └── tooltip.png ├── glyphs │ ├── bg-center.png │ ├── bg-center@2x.png │ ├── bg-isolated.png │ ├── bg-isolated@2x.png │ ├── bg-left.png │ ├── bg-left@2x.png │ ├── bg-right.png │ ├── bg-right@2x.png │ ├── buffer.png │ ├── buffer@2x.png │ ├── case.png │ ├── case@2x.png │ ├── context.png │ ├── context@2x.png │ ├── highlight.png │ ├── highlight@2x.png │ ├── in-selection.png │ ├── in-selection@2x.png │ ├── preserve-case.png │ ├── preserve-case@2x.png │ ├── regex.png │ ├── regex@2x.png │ ├── reverse.png │ ├── reverse@2x.png │ ├── seg-isolated.png │ ├── seg-isolated@2x.png │ ├── word-only.png │ ├── word-only@2x.png │ ├── wrap.png │ └── wrap@2x.png ├── jack │ ├── btn-large-active.png │ ├── btn-large-active@2x.png │ ├── btn-large.png │ ├── btn-large@2x.png │ ├── button.psd │ ├── button@2x.psd │ ├── icons │ │ ├── buffer-off.png │ │ ├── buffer-off@2x.png │ │ ├── buffer-on.png │ │ ├── buffer-on@2x.png │ │ ├── case-off.png │ │ ├── case-off@2x.png │ │ ├── case-on.png │ │ ├── case-on@2x.png │ │ ├── context-off.png │ │ ├── context-off@2x.png │ │ ├── context-on.png │ │ ├── context-on@2x.png │ │ ├── highlight-off.png │ │ ├── highlight-off@2x.png │ │ ├── highlight-on.png │ │ ├── highlight-on@2x.png │ │ ├── preserve-case-off.png │ │ ├── preserve-case-off@2x.png │ │ ├── preserve-case-on.png │ │ ├── preserve-case-on@2x.png │ │ ├── regex-off.png │ │ ├── regex-off@2x.png │ │ ├── regex-on.png │ │ ├── regex-on@2x.png │ │ ├── reverse-off.png │ │ ├── reverse-off@2x.png │ │ ├── reverse-on.png │ │ ├── reverse-on@2x.png │ │ ├── selection-off.png │ │ ├── selection-off@2x.png │ │ ├── selection-on.png │ │ ├── selection-on@2x.png │ │ ├── whole-word-off.png │ │ ├── whole-word-off@2x.png │ │ ├── whole-word-on.png │ │ ├── whole-word-on@2x.png │ │ ├── wrap-off.png │ │ ├── wrap-off@2x.png │ │ ├── wrap-on.png │ │ └── wrap-on@2x.png │ ├── panel-bg.png │ ├── panel-bg@2x.png │ ├── qp-row-selected.png │ ├── qp-row-selected.psd │ ├── qp-row.png │ ├── quickpanel.png │ ├── quickpanel.psd │ ├── quickpanel@2x.png │ ├── quickpanel@2x.psd │ ├── scrollbar │ │ ├── bar-horizontal.png │ │ ├── bar-horizontal@2x.png │ │ ├── bar-vertical.png │ │ ├── bar-vertical@2x.png │ │ ├── well-corner.png │ │ ├── well-corner@2x.png │ │ ├── well-horizontal.png │ │ ├── well-horizontal@2x.png │ │ ├── well-vertical.png │ │ └── well-vertical@2x.png │ ├── status-bar-bg.png │ ├── status-bar-bg@2x.png │ ├── tabs │ │ ├── tab-active-modified.png │ │ ├── tab-active-modified@2x.png │ │ ├── tab-active.png │ │ ├── tab-active@2x.png │ │ ├── tab-hover-dirty.png │ │ ├── tab-hover-dirty@2x.png │ │ ├── tab-hover.png │ │ ├── tab-hover@2x.png │ │ ├── tab-inactive-modified.png │ │ ├── tab-inactive-modified@2x.png │ │ ├── tab-inactive.png │ │ └── tab-inactive@2x.png │ ├── tabset-bg.png │ ├── tabset-bg@2x.png │ ├── text-field.png │ ├── text-field.psd │ ├── text-field@2x.png │ ├── text-field@2x.psd │ ├── tooltip.png │ └── tree │ │ ├── row-active-modified.png │ │ ├── row-active.png │ │ └── row-inactive-modified.png ├── overlay │ ├── overlay_bar_horizontal.png │ ├── overlay_bar_vertical.png │ ├── overlay_dark_thumb_horizontal.png │ ├── overlay_dark_thumb_vertical.png │ ├── overlay_thumb_horizontal.png │ └── overlay_thumb_vertical.png ├── src │ ├── arrows.psd │ ├── folder.psd │ ├── folder@2x.psd │ ├── icon-buffer.psd │ ├── icon-buffer@2x.psd │ ├── icon-case-on.psd │ ├── icon-case-on@2x.psd │ ├── icon-context.psd │ ├── icon-highlight.psd │ ├── icon-highlight@2x.psd │ ├── icon-preserve-case.psd │ ├── icon-preserve-case@2x.psd │ ├── icon-regex.psd │ ├── icon-reverse.psd │ ├── icon-selection.psd │ ├── icon-selection@2x.psd │ ├── icon-whole-word.psd │ ├── icon-wrap.psd │ ├── icon-wrap@2x.psd │ ├── tab-buttons@2x.psd │ ├── tab.psd │ └── tab@2x.psd └── tab-buttons │ ├── tab-button-close-dirty.png │ ├── tab-button-close-dirty@2x.png │ ├── tab-button-close-hover.png │ ├── tab-button-close-hover@2x.png │ ├── tab-button-close.png │ ├── tab-button-close@2x.png │ ├── tab-button-dirty.png │ └── tab-button-dirty@2x.png ├── dark.png └── light.png /.gitignore: -------------------------------------------------------------------------------- 1 | *.cache 2 | .DS_Store -------------------------------------------------------------------------------- /Ayin.sublime-theme: -------------------------------------------------------------------------------- 1 | [ 2 | 3 | /* 4 | Ayin theme for Sublime Text 2 5 | Bright variant of the Nil theme. 6 | https://github.com/nilium/st2-nil-theme 7 | */ 8 | 9 | 10 | /*============================================================================== 11 | TABS 12 | ==============================================================================*/ 13 | 14 | 15 | /** Tabset **/ 16 | { 17 | "class": "tabset_control", 18 | "layer0.texture": "Theme - Nil/assets/ayin/tabset-bg.png", 19 | "layer0.inner_margin": [2, 6], 20 | "layer0.opacity": 1.0, 21 | "content_margin": [0, 0, 0, 1], // left, top, right, bottom 22 | "tab_overlap": 0, 23 | "tab_width": 180, 24 | "tab_min_width": 40, 25 | "tab_height": 24, 26 | "mouse_wheel_switch": false 27 | }, 28 | { 29 | "class": "tabset_control", 30 | "settings": ["mouse_wheel_switches_tabs"], 31 | "mouse_wheel_switch": true 32 | }, 33 | 34 | /** Tab element **/ 35 | { 36 | "class": "tab_control", 37 | "content_margin": [8, 4, 8, 4], 38 | "max_margin_trim": 0, 39 | "hit_test_level": 0.5, 40 | 41 | // Tab texture (default: inactive) 42 | "layer0.texture": "Theme - Nil/assets/ayin/tabs/tab-inactive.png", 43 | "layer0.inner_margin": [6, 6], 44 | "layer0.opacity": 1.0, 45 | 46 | // Hover texture (default: clean) 47 | "layer1.texture": "Theme - Nil/assets/ayin/tabs/tab-hover.png", 48 | "layer1.inner_margin": [6, 6], 49 | "layer1.opacity": 0.0 50 | }, 51 | { 52 | /** Tab close state **/ 53 | "class": "tab_control", 54 | "settings": ["show_tab_close_buttons"], 55 | "content_margin": [8, 4, 4, 4] 56 | }, 57 | { 58 | /** Hover tab state **/ 59 | "class": "tab_control", 60 | "attributes": ["hover"], 61 | "layer1.opacity": 1.0 62 | }, 63 | { 64 | /** Active tab state **/ 65 | "class": "tab_control", 66 | "attributes": ["selected"], 67 | "layer0.texture": "Theme - Nil/assets/ayin/tabs/tab-active.png", 68 | "layer1.opacity": 0.0 69 | }, 70 | { 71 | "class": "tab_control", 72 | "settings": ["highlight_modified_tabs"], 73 | "attributes": ["dirty"], 74 | "layer0.texture": "Theme - Nil/assets/ayin/tabs/tab-inactive-modified.png", 75 | "layer1.texture": "Theme - Nil/assets/ayin/tabs/tab-hover-dirty.png" 76 | }, 77 | { 78 | "class": "tab_control", 79 | "settings": ["highlight_modified_tabs"], 80 | "attributes": ["dirty", "selected"], 81 | "layer0.texture": "Theme - Nil/assets/ayin/tabs/tab-active-modified.png" 82 | }, 83 | 84 | 85 | /** Tab labels **/ 86 | 87 | /** Inactive tab label **/ 88 | { 89 | "class": "tab_label", 90 | "fg": [80, 70, 90], 91 | "shadow_color": [255, 255, 255, 160], 92 | "shadow_offset": [0, 0.5] 93 | }, 94 | 95 | /** Active tab label **/ 96 | { 97 | "class": "tab_label", 98 | "parents": [{"class": "tab_control", "attributes": ["selected"]}], 99 | "shadow_color": [255, 255, 255, 255], 100 | "shadow_offset": [0, 0.5], 101 | "fg": [73, 64, 85, 255] 102 | }, 103 | 104 | /** Dirty inactive tab label **/ 105 | { 106 | "class": "tab_label", 107 | "parents": [{"class": "tab_control", "attributes": ["dirty"]}], 108 | "settings": ["highlight_modified_tabs"] 109 | }, 110 | 111 | /** Dirty active tab label **/ 112 | { 113 | "class": "tab_label", 114 | "parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}], 115 | "settings": ["highlight_modified_tabs"] 116 | }, 117 | 118 | 119 | /** Tab buttons **/ 120 | 121 | /** Tab button **/ 122 | { 123 | "class": "tab_close_button", 124 | "content_margin": [0, 0], 125 | 126 | /** Tab close default settings **/ 127 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close.png", 128 | "layer1.opacity": 0.0, // hide by default 129 | "layer1.inner_margin": 0.0, 130 | 131 | /** Tab close hover settings **/ 132 | "layer0.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-hover.png", 133 | "layer0.opacity": 0.0 134 | }, 135 | { 136 | /** Tab button size **/ 137 | "class": "tab_close_button", 138 | "settings": ["show_tab_close_buttons"], 139 | "content_margin": [8, 8] 140 | }, 141 | { 142 | "class": "tab_close_button", 143 | "parents": [{"class": "tab_control", "attributes": ["dirty"]}], 144 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-dirty.png" 145 | }, 146 | { 147 | /** Tab close hover action **/ 148 | "class": "tab_close_button", 149 | "parents": [{"class": "tab_control", "attributes": ["hover"]}], 150 | "layer1.opacity": 0.0, 151 | "layer0.opacity": 1.0 152 | }, 153 | { 154 | /** Tab close press action **/ 155 | "class": "tab_close_button", 156 | "attributes": ["hover"], 157 | "layer1.opacity": 0.4, 158 | "layer0.opacity": 1.0 159 | }, 160 | { 161 | /** Tab close press action **/ 162 | "class": "tab_close_button", 163 | "attributes": ["pressed"], 164 | "layer1.opacity": 1.0, 165 | "layer0.opacity": 0.0 166 | }, 167 | 168 | 169 | /*============================================================================== 170 | FOLD BUTTONS 171 | ==============================================================================*/ 172 | 173 | { 174 | "class": "fold_button_control", 175 | "layer0.texture": "Theme - Nil/assets/arrows/arrow-right.png", 176 | "layer0.opacity": 1.0, 177 | "layer0.inner_margin": 0, 178 | "layer1.texture": "Theme - Nil/assets/arrows/arrow-right-hover.png", 179 | "layer1.opacity": 0.0, 180 | "layer1.inner_margin": 0, 181 | "content_margin": [9, 7, 8, 6] 182 | }, 183 | { 184 | "class": "fold_button_control", 185 | "attributes": ["hover"], 186 | "layer0.opacity": 0.0, 187 | "layer1.opacity": 0.75 188 | }, 189 | { 190 | "class": "fold_button_control", 191 | "attributes": ["pressed"], 192 | "layer0.opacity": 0.0, 193 | "layer1.opacity": 1.0 194 | }, 195 | { 196 | "class": "fold_button_control", 197 | "attributes": ["expanded"], 198 | "layer0.texture": "Theme - Nil/assets/arrows/arrow-down.png", 199 | "layer1.texture": "Theme - Nil/assets/arrows/arrow-down-hover.png" 200 | }, 201 | 202 | 203 | /*============================================================================== 204 | SCROLLBARS (overlays from the default theme) 205 | ==============================================================================*/ 206 | 207 | { 208 | "class": "scroll_bar_control", 209 | "layer0.texture": "Theme - Nil/assets/ayin/scrollbar/well-vertical.png", 210 | "layer0.opacity": 1.0, 211 | "layer0.inner_margin": [1, 1], 212 | "blur": false 213 | }, 214 | { 215 | "class": "scroll_bar_control", 216 | "attributes": ["horizontal"], 217 | "layer0.texture": "Theme - Nil/assets/ayin/scrollbar/well-horizontal.png", 218 | "layer0.opacity": 1.0, 219 | "layer0.inner_margin": [1, 1], 220 | "blur": false 221 | }, 222 | { 223 | "class": "scroll_corner_control", 224 | "layer0.texture": "Theme - Nil/assets/ayin/scrollbar/well-corner.png", 225 | "layer0.opacity": 1.0, 226 | "layer0.inner_margin": [1, 1] 227 | }, 228 | { 229 | "class": "puck_control", 230 | "layer0.texture": "Theme - Nil/assets/ayin/scrollbar/bar-vertical.png", 231 | "layer0.opacity": 1.0, 232 | "layer0.inner_margin": [3, 3], 233 | "content_margin": [6, 6], 234 | "blur": false 235 | }, 236 | { 237 | "class": "puck_control", 238 | "attributes": ["horizontal"], 239 | "layer0.texture": "Theme - Nil/assets/ayin/scrollbar/bar-horizontal.png" 240 | }, 241 | { 242 | "class": "scroll_area_control", 243 | "settings": ["overlay_scroll_bars"], 244 | "overlay": true 245 | }, 246 | { 247 | "class": "scroll_area_control", 248 | "settings": ["!overlay_scroll_bars"], 249 | "overlay": false 250 | }, 251 | { 252 | "class": "scroll_bar_control", 253 | "settings": ["overlay_scroll_bars"], 254 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_bar_vertical.png", 255 | "layer0.inner_margin": [0, 5], 256 | "blur": true 257 | }, 258 | { 259 | "class": "scroll_bar_control", 260 | "settings": ["overlay_scroll_bars"], 261 | "attributes": ["horizontal"], 262 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_bar_horizontal.png", 263 | "layer0.inner_margin": [5, 0], 264 | "blur": true 265 | }, 266 | { 267 | "class": "puck_control", 268 | "settings": ["overlay_scroll_bars"], 269 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_thumb_vertical.png", 270 | "layer0.inner_margin": [0, 5], 271 | "content_margin": [5, 20], 272 | "blur": true 273 | }, 274 | { 275 | "class": "puck_control", 276 | "settings": ["overlay_scroll_bars"], 277 | "attributes": ["horizontal"], 278 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_thumb_horizontal.png", 279 | "layer0.inner_margin": [5, 0], 280 | "content_margin": [20, 5], 281 | "blur": true 282 | }, 283 | { 284 | "class": "puck_control", 285 | "settings": ["overlay_scroll_bars"], 286 | "attributes": ["dark"], 287 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_dark_thumb_vertical.png" 288 | }, 289 | { 290 | "class": "puck_control", 291 | "settings": ["overlay_scroll_bars"], 292 | "attributes": ["horizontal", "dark"], 293 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_dark_thumb_horizontal.png" 294 | }, 295 | 296 | 297 | /*============================================================================== 298 | EMPTY WINDOW BACKGROUND 299 | ==============================================================================*/ 300 | 301 | { 302 | "class": "sheet_container_control", 303 | "layer0.tint": [180, 180, 180], 304 | "layer0.opacity": 1.0 305 | }, 306 | 307 | 308 | /*============================================================================== 309 | GRID LAYOUT 310 | ==============================================================================*/ 311 | 312 | { 313 | "class": "grid_layout_control", 314 | "border_size": 1, 315 | "border_color": [92, 92, 92] 316 | }, 317 | 318 | 319 | /*============================================================================== 320 | MINI MAP 321 | ==============================================================================*/ 322 | 323 | { 324 | "class": "minimap_control", 325 | "viewport_color": [185, 185, 185, 50] 326 | }, 327 | 328 | 329 | /*============================================================================== 330 | LABELS 331 | ==============================================================================*/ 332 | 333 | /** General labels **/ 334 | { 335 | "class": "label_control", 336 | "color": [70, 70, 70] 337 | }, 338 | /** Text field labels **/ 339 | { 340 | "class": "label_control", 341 | "parents": [{"class": "panel_control"}], 342 | "shadow_color": [255, 255, 255, 160], 343 | "shadow_offset": [0, 0.5] 344 | }, 345 | /** Button labels **/ 346 | { 347 | "class": "label_control", 348 | "parents": [{"class": "button_control"}], 349 | "color": [70, 70, 70], 350 | "shadow_color": [255, 255, 255, 160], 351 | "shadow_offset": [0, 0.5] 352 | }, 353 | 354 | 355 | /*============================================================================== 356 | TOOLTIP 357 | ==============================================================================*/ 358 | 359 | /** Tooltip container **/ 360 | { 361 | "class": "tool_tip_control", 362 | "layer0.texture": "Theme - Nil/assets/ayin/tooltip.png", 363 | "layer0.inner_margin": [4, 4], 364 | "layer0.opacity": 1, 365 | "content_margin": [6, 4] 366 | }, 367 | /** Tooltip content **/ 368 | { 369 | "class": "tool_tip_label_control", 370 | "color": [73, 64, 85], 371 | "shadow_offset": [0, 0.5], 372 | "shadow_color": [255, 255, 255, 160] 373 | }, 374 | 375 | 376 | /*============================================================================== 377 | STATUS BAR 378 | ==============================================================================*/ 379 | 380 | /** Status bar container **/ 381 | { 382 | "class": "status_bar", 383 | "layer0.texture": "Theme - Nil/assets/ayin/status-bar-bg.png", 384 | "layer0.opacity": 1.0, 385 | "layer0.inner_margin": [2, 2], 386 | "content_margin": [6, 5, 6, 5] 387 | }, 388 | { 389 | "class": "status_button", 390 | "min_size": [100, 0] 391 | }, 392 | 393 | /** Status bar label **/ 394 | { 395 | "class": "label_control", 396 | "parents": [{"class": "status_bar"}], 397 | "font.size": 10, 398 | "color": [73, 64, 85], 399 | "shadow_color": [255, 255, 255, 160], 400 | "shadow_offset": [0, 0.5] 401 | }, 402 | 403 | 404 | /*============================================================================== 405 | SIDEBAR 406 | ==============================================================================*/ 407 | 408 | /** Sidebar container (border) **/ 409 | { 410 | "class": "sidebar_container", 411 | "layer0.tint": [92, 92, 92], 412 | "layer0.opacity": 1.0, 413 | "layer0.draw_center": false, 414 | "layer0.inner_margin": [0, 0, 1, 0], 415 | "content_margin": [0, 0, 1, 0] 416 | }, 417 | /** Sidebar tree (bg) **/ 418 | { 419 | "class": "sidebar_tree", 420 | "dark_content": false, 421 | "row_padding": [12, 4], 422 | "indent": 13, 423 | "indent_offset": 15, 424 | "indent_top_level": false, 425 | "layer0.tint": [203, 203, 203], // darker gray 426 | "layer0.opacity": 1.0 427 | }, 428 | /** Sidebar rows **/ 429 | { 430 | "class": "tree_row", 431 | "layer0.texture": "Theme - Nil/assets/ayin/tree/row-active.png", 432 | "layer0.opacity": 0.0, 433 | "layer0.inner_margin": [8, 3], 434 | "layer1.opacity": 0.0, 435 | "layer1.inner_margin": [8, 3] 436 | }, 437 | /** Sidebar row selected **/ 438 | { 439 | "class": "tree_row", 440 | "attributes": ["selected"], 441 | "layer0.opacity": 1.0 442 | }, 443 | /** Sidebar heading **/ 444 | { 445 | "class": "sidebar_heading", 446 | "color": [100, 64, 180], 447 | "font.bold": true, 448 | "shadow_color": [255, 255, 255, 160], 449 | "shadow_offset": [0, 0.5] 450 | }, 451 | { 452 | "class": "sidebar_heading", 453 | "settings": ["disable_colored_group_labels"], 454 | "color": [100, 100, 100] 455 | }, 456 | { 457 | "class": "sidebar_heading", 458 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 459 | "color": [80, 80, 80] 460 | }, 461 | /** Sidebar entry label **/ 462 | { 463 | "class": "sidebar_label", 464 | "color": [73, 64, 85], 465 | "shadow_color": [255, 255, 255], 466 | "shadow_offset": [0, 0.5] 467 | }, 468 | { 469 | "class": "sidebar_label", 470 | "parents": [{"class": "tree_row", "attributes": ["expandable"]}], 471 | "color": [100, 40, 140] 472 | }, 473 | { 474 | "class": "sidebar_label", 475 | "parents": [{"class": "tree_row", "attributes": ["expandable"]}], 476 | "settings": ["bold_folder_labels"], 477 | "font.bold": true, 478 | "color": [100, 64, 180] // text is bold, so make the color a bit sublter 479 | }, 480 | { 481 | "class": "sidebar_label", 482 | "parents": [{"class": "tree_row", "attributes": ["expandable"]}], 483 | "settings": ["disable_colored_folder_labels"], 484 | "color": [80, 80, 80] 485 | }, 486 | { // Sidebar selected entry label 487 | "class": "sidebar_label", 488 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 489 | "color": [90, 64, 100], 490 | "shadow_color": [255, 255, 255, 160], 491 | "shadow_offset": [0, 0.5] 492 | }, 493 | 494 | /** Sidebar open files close/dirty **/ 495 | { 496 | "class": "close_button", 497 | "layer0.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-hover.png", 498 | "layer0.opacity": 0.75, 499 | "layer0.inner_margin": 4, 500 | "layer1.opacity": 0.0, 501 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close.png", 502 | "layer1.inner_margin": 4, 503 | "content_margin": [8, 8] 504 | }, 505 | { 506 | "class": "close_button", 507 | "attributes": ["dirty"], 508 | "layer0.texture": "Theme - Nil/assets/tab-buttons/tab-button-dirty.png", 509 | "layer0.opacity": 0.75 510 | }, 511 | { 512 | "class": "close_button", 513 | "attributes": ["hover"], 514 | "layer0.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-hover.png", 515 | "layer1.opacity": 0.75, 516 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close.png" 517 | }, 518 | { 519 | "class": "close_button", 520 | "attributes": ["hover", "dirty"], 521 | "layer1.opacity": 0.75, 522 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-dirty.png" 523 | }, 524 | { 525 | "class": "close_button", 526 | "attributes": ["pressed"], 527 | "layer1.opacity": 1.0, 528 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close.png" 529 | }, 530 | { 531 | "class": "close_button", 532 | "attributes": ["pressed", "dirty"], 533 | "layer1.opacity": 1.0, 534 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-dirty.png" 535 | }, 536 | 537 | /** Sidebar group closed **/ 538 | { 539 | "class": "disclosure_button_control", 540 | "layer0.opacity": 0.7, 541 | "layer0.inner_margin": 0, 542 | "layer1.opacity": 0.0, 543 | "layer1.inner_margin": 0, 544 | "layer2.opacity": 0.0, 545 | "layer2.inner_margin": 0, 546 | "layer3.opacity": 0.0, 547 | "layer3.inner_margin": 0 548 | }, 549 | 550 | /** Arrow sidebar icons (enabled by default) **/ 551 | { 552 | "class": "disclosure_button_control", 553 | "settings": ["!sidebar_folders"], 554 | "content_margin": [9, 7, 8, 6], 555 | "layer0.texture": "Theme - Nil/assets/arrows/arrow-right.png", 556 | "layer1.texture": "Theme - Nil/assets/arrows/arrow-down.png", 557 | "layer2.texture": "Theme - Nil/assets/arrows/arrow-right-hover.png", 558 | "layer3.texture": "Theme - Nil/assets/arrows/arrow-down-hover.png" 559 | }, 560 | 561 | /** Folder sidebar icons (disabled by default) **/ 562 | { 563 | "class": "disclosure_button_control", 564 | "settings": ["sidebar_folders"], 565 | "content_margin": [10, 8, 10, 8], 566 | "layer0.texture": "Theme - Nil/assets/arrows/folder-closed.png", 567 | "layer1.texture": "Theme - Nil/assets/arrows/folder-open.png", 568 | "layer2.texture": "Theme - Nil/assets/arrows/folder-closed-hover.png", 569 | "layer3.texture": "Theme - Nil/assets/arrows/folder-open-hover.png" 570 | }, 571 | 572 | /** Colored folder icons (disabled by default) **/ 573 | { 574 | "class": "disclosure_button_control", 575 | "settings": ["colored_folder_glyphs"], 576 | "layer0.tint": [240, 220, 255], 577 | "layer1.tint": [240, 220, 255], 578 | "layer2.tint": [206, 168, 255], 579 | "layer3.tint": [206, 168, 255] 580 | }, 581 | { 582 | "class": "disclosure_button_control", 583 | "settings": ["!colored_folder_glyphs"], 584 | "layer0.tint": [255, 255, 255], 585 | "layer1.tint": [255, 255, 255], 586 | "layer2.tint": [255, 255, 255], 587 | "layer3.tint": [255, 255, 255] 588 | }, 589 | 590 | /** Sidebar group closed & highlighted **/ 591 | { 592 | "class": "disclosure_button_control", 593 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 594 | "layer0.opacity": 0.0, 595 | "layer1.opacity": 0.0, 596 | "layer2.opacity": 0.9, 597 | "layer3.opacity": 0.0 598 | }, 599 | { 600 | "class": "disclosure_button_control", 601 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 602 | "layer0.opacity": 0.0, 603 | "layer1.opacity": 0.0, 604 | "layer2.opacity": 0.9, 605 | "layer3.opacity": 0.0 606 | }, 607 | 608 | /** Sidebar group open **/ 609 | { 610 | "class": "disclosure_button_control", 611 | "attributes": ["expanded"], 612 | "layer0.opacity": 0.0, 613 | "layer1.opacity": 0.7, 614 | "layer2.opacity": 0.0, 615 | "layer3.opacity": 0.0 616 | }, 617 | 618 | /** Sidebar group open & highlighted **/ 619 | { 620 | "class": "disclosure_button_control", 621 | "attributes": ["expanded"], 622 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 623 | "layer0.opacity": 0.0, 624 | "layer1.opacity": 0.0, 625 | "layer2.opacity": 0.0, 626 | "layer3.opacity": 0.9 627 | }, 628 | { 629 | "class": "disclosure_button_control", 630 | "attributes": ["expanded"], 631 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 632 | "layer0.opacity": 0.0, 633 | "layer1.opacity": 0.0, 634 | "layer2.opacity": 0.0, 635 | "layer3.opacity": 0.9 636 | }, 637 | 638 | 639 | /*============================================================================== 640 | STANDARD TEXT BUTTONS 641 | ==============================================================================*/ 642 | 643 | /** Standard buttons (used for Find / Replace panel) **/ 644 | { 645 | "class": "button_control", 646 | "content_margin": [6, 5, 6, 6], 647 | "min_size": [75, 0], 648 | 649 | // Default button state 650 | "layer0.texture": "Theme - Nil/assets/ayin/btn-large.png", 651 | "layer0.opacity": 1.0, 652 | "layer0.inner_margin": [6, 6], 653 | 654 | // Pressed button setup 655 | "layer1.texture": "Theme - Nil/assets/ayin/btn-large-active.png", 656 | "layer1.opacity": 0.0, 657 | "layer1.inner_margin": [6, 6] 658 | }, 659 | { 660 | // Pressed button state 661 | "class": "button_control", 662 | "attributes": ["pressed"], 663 | "layer1.opacity": 1.0, 664 | "content_margin": [6, 6, 6, 6] 665 | }, 666 | 667 | 668 | /*============================================================================== 669 | TEXT INPUT FIELD 670 | ==============================================================================*/ 671 | 672 | /** Text input field item **/ 673 | { 674 | "class": "text_line_control", 675 | "layer0.texture": "Theme - Nil/assets/ayin/text-field.png", 676 | "layer0.opacity": 1.0, 677 | "layer0.inner_margin": [8, 8, 8, 8], 678 | "content_margin": [3, 3, 3, 3] 679 | }, 680 | 681 | 682 | /*============================================================================== 683 | PANEL BACKGROUNDS 684 | ==============================================================================*/ 685 | 686 | /** Bottom panel background **/ 687 | { 688 | "class": "panel_control", 689 | "layer0.texture": "Theme - Nil/assets/ayin/panel-bg.png", 690 | "layer0.inner_margin": [4, 4, 4, 4], 691 | "layer0.opacity": 1.0 692 | }, 693 | 694 | /** Quick panel background **/ 695 | { 696 | "class": "overlay_control", 697 | "layer0.texture": "Theme - Nil/assets/ayin/quickpanel.png", 698 | "layer0.inner_margin": [8, 8, 8, 8], // left, top, right, bottom 699 | "layer0.opacity": 1.0, 700 | "layer1.opacity": 0, // HIDDEN 701 | "content_margin": [11, 8, 11, 17] 702 | }, 703 | 704 | 705 | /*============================================================================== 706 | QUICK PANEL 707 | ==============================================================================*/ 708 | 709 | { 710 | "class": "quick_panel", 711 | "row_padding": [4, 3], 712 | "layer0.tint": [45, 45, 45], 713 | "layer0.opacity": 1, 714 | "dark_content": false 715 | }, 716 | { 717 | "class": "quick_panel_row", 718 | "layer0.texture": "Theme - Nil/assets/ayin/qp-row.png", 719 | "layer0.opacity": 1.0, 720 | "layer0.inner_margin": [6, 6, 6, 6] 721 | }, 722 | { 723 | "class": "quick_panel_row", 724 | "attributes": ["selected"], 725 | "layer0.texture": "Theme - Nil/assets/ayin/qp-row-selected.png" 726 | }, 727 | { 728 | "class": "quick_panel_label", 729 | "fg": [60, 44, 80], 730 | "match_fg": [100, 40, 180], 731 | "bg": [240, 240, 240], 732 | "selected_fg": [100, 40, 140], 733 | "selected_match_fg": [100, 40, 180], 734 | "selected_bg": [240, 240, 240] 735 | }, 736 | { 737 | "class": "quick_panel_path_label", 738 | "fg": [60, 44, 80], 739 | "match_fg": [100, 40, 180], 740 | "bg": [240, 240, 240], 741 | "selected_fg": [100, 40, 140], 742 | "selected_match_fg": [100, 40, 180], 743 | "selected_bg": [240, 240, 240] 744 | }, 745 | { 746 | "class": "quick_panel_score_label", 747 | "fg": [60, 44, 88, 255], 748 | "bg": [240, 240, 240, 255], 749 | "selected_fg": [100, 40, 140, 255], 750 | "selected_bg": [240, 240, 240, 255] 751 | }, 752 | 753 | 754 | /*============================================================================== 755 | MINI QUICK PANEL 756 | ==============================================================================*/ 757 | 758 | { 759 | "class": "mini_quick_panel_row", 760 | "layer0.texture": "Theme - Nil/assets/ayin/qp-row.png", 761 | "layer0.inner_margin": [6, 6, 6, 6], 762 | "layer0.opacity": 1.0 763 | }, 764 | { 765 | "class": "mini_quick_panel_row", 766 | "attributes": ["selected"], 767 | "layer0.texture": "Theme - Nil/assets/ayin/qp-row-selected.png" 768 | }, 769 | 770 | 771 | /*============================================================================== 772 | CODE COMPLETION DROPDOWN 773 | ==============================================================================*/ 774 | 775 | { 776 | "class": "popup_control", 777 | "content_margin": [0, 0] 778 | }, 779 | { 780 | "class": "auto_complete", 781 | "row_padding": [2, 2], 782 | "layer0.tint": [240, 240, 240], 783 | "layer0.opacity": 1.0, 784 | "dark_content": false 785 | }, 786 | { 787 | "class": "auto_complete_label", 788 | "fg": [92, 92, 92], 789 | "match_fg": [100, 40, 180], 790 | "bg": [240, 240, 240], 791 | "selected_fg": [100, 40, 140], 792 | "selected_match_fg": [100, 40, 180], 793 | "selected_bg": [219, 173, 244] 794 | }, 795 | { 796 | "class": "table_row", 797 | "layer0.tint": [219, 173, 244], 798 | "layer0.opacity": 0.0, 799 | "layer0.inner_margin": [1, 1] 800 | }, 801 | { 802 | "class": "table_row", 803 | "attributes": ["selected"], 804 | "layer0.opacity": 1.0 805 | }, 806 | 807 | 808 | /*============================================================================== 809 | BOTTOM PANEL BUTTONS 810 | On: [16, 125, 255] 811 | Off: [92, 92, 92] 812 | ==============================================================================*/ 813 | 814 | { 815 | "class": "icon_button_control", 816 | "layer0.texture": "Theme - Nil/assets/glyphs/bg-center.png", 817 | "layer0.inner_margin": [4, 4], 818 | "layer0.opacity": 1.0, 819 | "layer0.tint": [240, 240, 240], 820 | "content_margin": [4, 4, 4, 4] 821 | }, 822 | 823 | { 824 | "class": "icon_button_control", 825 | "attributes": ["left"], 826 | "layer0.texture": "Theme - Nil/assets/glyphs/bg-left.png", 827 | "layer1.texture": "Theme - Nil/assets/glyphs/seg-isolated.png" 828 | }, 829 | 830 | { 831 | "class": "icon_button_control", 832 | "attributes": ["right"], 833 | "layer0.texture": "Theme - Nil/assets/glyphs/bg-right.png", 834 | "layer1.texture": "Theme - Nil/assets/glyphs/seg-isolated.png" 835 | }, 836 | 837 | { 838 | "class": "icon_button_control", 839 | "attributes": ["left", "right"], 840 | "layer0.texture": "Theme - Nil/assets/glyphs/bg-isolated.png", 841 | "layer1.texture": "Theme - Nil/assets/glyphs/seg-isolated.png" 842 | }, 843 | 844 | /** Regex search button **/ 845 | { 846 | "class": "icon_regex", 847 | "layer0.texture": "Theme - Nil/assets/glyphs/regex.png", 848 | "layer0.opacity": 1.0, 849 | "layer0.tint": [98, 98, 98], 850 | "content_margin": [8, 7] 851 | }, 852 | { 853 | "class": "icon_regex", 854 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 855 | "layer0.tint": [40, 100, 180] 856 | }, 857 | { 858 | "class": "icon_regex", 859 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 860 | "layer0.tint": [16, 125, 255] 861 | }, 862 | /** Case sensitive search button **/ 863 | { 864 | "class": "icon_case", 865 | "layer0.texture": "Theme - Nil/assets/glyphs/case.png", 866 | "layer0.opacity": 1.0, 867 | "layer0.tint": [98, 98, 98], 868 | "content_margin": [8, 7] 869 | }, 870 | { 871 | "class": "icon_case", 872 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 873 | "layer0.tint": [40, 100, 180] 874 | }, 875 | { 876 | "class": "icon_case", 877 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 878 | "layer0.tint": [16, 125, 255] 879 | }, 880 | /** Match whole word search button **/ 881 | { 882 | "class": "icon_whole_word", 883 | "layer0.texture": "Theme - Nil/assets/glyphs/word-only.png", 884 | "layer0.opacity": 1.0, 885 | "layer0.tint": [98, 98, 98], 886 | "content_margin": [8, 7] 887 | }, 888 | { 889 | "class": "icon_whole_word", 890 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 891 | "layer0.tint": [40, 100, 180] 892 | }, 893 | { 894 | "class": "icon_whole_word", 895 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 896 | "layer0.tint": [16, 125, 255] 897 | }, 898 | 899 | /** Reverse search direction button **/ 900 | { 901 | "class": "icon_reverse", 902 | "layer0.texture": "Theme - Nil/assets/glyphs/reverse.png", 903 | "layer0.opacity": 1.0, 904 | "layer0.tint": [98, 98, 98], 905 | "content_margin": [8, 7] 906 | }, 907 | { 908 | "class": "icon_reverse", 909 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 910 | "layer0.tint": [40, 100, 180] 911 | }, 912 | { 913 | "class": "icon_reverse", 914 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 915 | "layer0.tint": [16, 125, 255] 916 | }, 917 | /** Search wrap button **/ 918 | { 919 | "class": "icon_wrap", 920 | "layer0.texture": "Theme - Nil/assets/glyphs/wrap.png", 921 | "layer0.opacity": 1.0, 922 | "layer0.tint": [98, 98, 98], 923 | "content_margin": [8, 7] 924 | }, 925 | { 926 | "class": "icon_wrap", 927 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 928 | "layer0.tint": [40, 100, 180] 929 | }, 930 | { 931 | "class": "icon_wrap", 932 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 933 | "layer0.tint": [16, 125, 255] 934 | }, 935 | /** Search in selection button **/ 936 | { 937 | "class": "icon_in_selection", 938 | "layer0.texture": "Theme - Nil/assets/glyphs/in-selection.png", 939 | "layer0.opacity": 1.0, 940 | "layer0.tint": [98, 98, 98], 941 | "content_margin": [8, 7] 942 | }, 943 | { 944 | "class": "icon_in_selection", 945 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 946 | "layer0.tint": [40, 100, 180] 947 | }, 948 | { 949 | "class": "icon_in_selection", 950 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 951 | "layer0.tint": [16, 125, 255] 952 | }, 953 | 954 | /** Preserve case button **/ 955 | { 956 | "class": "icon_preserve_case", 957 | "layer0.texture": "Theme - Nil/assets/glyphs/preserve-case.png", 958 | "layer0.opacity": 1.0, 959 | "layer0.tint": [98, 98, 98], 960 | "content_margin": [21, 7] 961 | }, 962 | { 963 | "class": "icon_preserve_case", 964 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 965 | "layer0.tint": [40, 100, 180] 966 | }, 967 | { 968 | "class": "icon_preserve_case", 969 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 970 | "layer0.tint": [16, 125, 255] 971 | }, 972 | 973 | /** Highlight results button **/ 974 | { 975 | "class": "icon_highlight", 976 | "layer0.texture": "Theme - Nil/assets/glyphs/highlight.png", 977 | "layer0.opacity": 1.0, 978 | "layer0.tint": [98, 98, 98], 979 | "content_margin": [8, 7] 980 | }, 981 | { 982 | "class": "icon_highlight", 983 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 984 | "layer0.tint": [40, 100, 180] 985 | }, 986 | { 987 | "class": "icon_highlight", 988 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 989 | "layer0.tint": [16, 125, 255] 990 | }, 991 | 992 | 993 | /*============================================================================== 994 | BOTTOM PANEL ICONS (EXTENDED: FIND IN FILES) 995 | ==============================================================================*/ 996 | 997 | /** Show search context button **/ 998 | { 999 | "class": "icon_context", 1000 | "layer0.texture": "Theme - Nil/assets/glyphs/context.png", 1001 | "layer0.opacity": 1.0, 1002 | "layer0.tint": [98, 98, 98], 1003 | "content_margin": [8, 7] 1004 | }, 1005 | { 1006 | "class": "icon_context", 1007 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 1008 | "layer0.tint": [40, 100, 180] 1009 | }, 1010 | { 1011 | "class": "icon_context", 1012 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 1013 | "layer0.tint": [16, 125, 255] 1014 | }, 1015 | /** Use search buffer **/ 1016 | { 1017 | "class": "icon_use_buffer", 1018 | "layer0.texture": "Theme - Nil/assets/glyphs/buffer.png", 1019 | "layer0.opacity": 1.0, 1020 | "layer0.tint": [98, 98, 98], 1021 | "content_margin": [8, 7] 1022 | }, 1023 | { 1024 | "class": "icon_use_buffer", 1025 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 1026 | "layer0.tint": [40, 100, 180] 1027 | }, 1028 | { 1029 | "class": "icon_use_buffer", 1030 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 1031 | "layer0.tint": [16, 125, 255] 1032 | }, 1033 | 1034 | 1035 | { 1036 | "class": "icon_folder", 1037 | "layer0.opacity": 0.0, 1038 | "content_margin": [0, 0] 1039 | }, 1040 | 1041 | { 1042 | "class": "icon_file_type", 1043 | "layer0.opacity": 0.0, 1044 | "content_margin": [0, 0] 1045 | } 1046 | 1047 | ] 1048 | -------------------------------------------------------------------------------- /Big Duo.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | name 6 | Big Duo 7 | settings 8 | 9 | 10 | settings 11 | 12 | background 13 | #212326 14 | caret 15 | #FFFFFF 16 | foreground 17 | #d2cfc6 18 | invisibles 19 | #404040 20 | lineHighlight 21 | #42557c3f 22 | selection 23 | #ba44e76d 24 | 25 | 26 | 27 | name 28 | Source 29 | scope 30 | source 31 | settings 32 | 33 | fontStyle 34 | 35 | 36 | 37 | 38 | name 39 | Comment 40 | scope 41 | comment 42 | settings 43 | 44 | fontStyle 45 | 46 | foreground 47 | #74717e 48 | 49 | 50 | 51 | name 52 | Operator 53 | scope 54 | keyword.operator 55 | settings 56 | 57 | foreground 58 | #3D8F9A 59 | 60 | 61 | 62 | name 63 | Keyword 64 | scope 65 | keyword 66 | settings 67 | 68 | fontStyle 69 | 70 | foreground 71 | #00D2E5 72 | 73 | 74 | 75 | name 76 | Control 77 | scope 78 | keyword.control 79 | settings 80 | 81 | foreground 82 | #dbcd5d 83 | 84 | 85 | 86 | name 87 | Control: Import 88 | scope 89 | keyword.control.import 90 | settings 91 | 92 | foreground 93 | #e160b4 94 | 95 | 96 | 97 | name 98 | Storage 99 | scope 100 | storage 101 | settings 102 | 103 | foreground 104 | #ec7967 105 | 106 | 107 | 108 | name 109 | Function (definition) 110 | scope 111 | entity.name.function, keyword.other.name-of-parameter.objc 112 | settings 113 | 114 | background 115 | #541f3d 116 | fontStyle 117 | 118 | foreground 119 | #fb97d2 120 | 121 | 122 | 123 | name 124 | Class (definition) 125 | scope 126 | entity.name.type 127 | settings 128 | 129 | background 130 | #541f3d 131 | fontStyle 132 | 133 | foreground 134 | #fb97d2 135 | 136 | 137 | 138 | name 139 | Namespace (definition) 140 | scope 141 | entity.name.section.namespace 142 | settings 143 | 144 | background 145 | #541f3d 146 | fontStyle 147 | 148 | foreground 149 | #fb97d2 150 | 151 | 152 | 153 | name 154 | Inherited Class 155 | scope 156 | entity.other.inherited-class 157 | settings 158 | 159 | fontStyle 160 | 161 | foreground 162 | #fb97d2 163 | 164 | 165 | 166 | name 167 | Java → Package 168 | scope 169 | meta.package, storage.modifier.package, keyword.other.package 170 | settings 171 | 172 | background 173 | #00312F 174 | fontStyle 175 | 176 | foreground 177 | #00F6FF 178 | 179 | 180 | 181 | name 182 | Number 183 | scope 184 | constant.numeric 185 | settings 186 | 187 | fontStyle 188 | 189 | foreground 190 | #99CC66 191 | 192 | 193 | 194 | name 195 | Quote 196 | scope 197 | punctuation.definition.string.begin, punctuation.definition.string.end 198 | settings 199 | 200 | fontStyle 201 | 202 | foreground 203 | #ff91c5 204 | 205 | 206 | 207 | name 208 | Variable 209 | scope 210 | variable.language, variable.other 211 | settings 212 | 213 | fontStyle 214 | 215 | foreground 216 | #47aee8 217 | 218 | 219 | 220 | name 221 | Constant 222 | scope 223 | constant, markup.heading 224 | settings 225 | 226 | fontStyle 227 | 228 | foreground 229 | #34A2D9 230 | 231 | 232 | 233 | name 234 | Constant (other variable) 235 | scope 236 | variable.other.constant 237 | settings 238 | 239 | foreground 240 | #9ED34E 241 | 242 | 243 | 244 | name 245 | Constant (built-in) 246 | scope 247 | constant.language 248 | settings 249 | 250 | fontStyle 251 | 252 | foreground 253 | #47aee8 254 | 255 | 256 | 257 | name 258 | String 259 | scope 260 | string 261 | settings 262 | 263 | fontStyle 264 | 265 | background 266 | #314834A0 267 | foreground 268 | #bbe16c 269 | 270 | 271 | 272 | name 273 | Library function 274 | scope 275 | support.function 276 | settings 277 | 278 | fontStyle 279 | 280 | foreground 281 | #bb95ef 282 | 283 | 284 | 285 | name 286 | Library type 287 | scope 288 | support.type 289 | settings 290 | 291 | fontStyle 292 | 293 | foreground 294 | #6E9CBE 295 | 296 | 297 | 298 | name 299 | Library constant 300 | scope 301 | support.constant 302 | settings 303 | 304 | fontStyle 305 | 306 | foreground 307 | #99CC33 308 | 309 | 310 | 311 | name 312 | SGML Type 313 | scope 314 | meta.tag.sgml 315 | settings 316 | 317 | background 318 | #00312F 319 | fontStyle 320 | 321 | foreground 322 | #00F6FF 323 | 324 | 325 | 326 | name 327 | Markup General 328 | scope 329 | meta.tag, markup.definition.note 330 | settings 331 | 332 | fontStyle 333 | 334 | foreground 335 | #bd86fa 336 | 337 | 338 | 339 | name 340 | Markup attribute 341 | scope 342 | entity.other.attribute-name 343 | settings 344 | 345 | fontStyle 346 | 347 | foreground 348 | #8aa6ff 349 | 350 | 351 | 352 | name 353 | Markup tag 354 | scope 355 | declaration.tag, entity.name.tag 356 | settings 357 | 358 | fontStyle 359 | 360 | foreground 361 | #ffa686 362 | 363 | 364 | 365 | name 366 | Invalid 367 | scope 368 | invalid 369 | settings 370 | 371 | background 372 | #CC0000 373 | foreground 374 | #FFFFFF 375 | 376 | 377 | 378 | name 379 | String interpolation 380 | scope 381 | constant.character.escaped, constant.character.escape, string source, string source.ruby 382 | settings 383 | 384 | fontStyle 385 | 386 | foreground 387 | #797BE6 388 | 389 | 390 | 391 | name 392 | Git-Diff Background 393 | scope 394 | meta.diff.git-commit 395 | settings 396 | 397 | background 398 | #22172b 399 | 400 | 401 | 402 | name 403 | Diff Add 404 | scope 405 | markup.inserted 406 | settings 407 | 408 | background 409 | #11401b 410 | 411 | 412 | 413 | name 414 | Diff Remove 415 | scope 416 | markup.deleted 417 | settings 418 | 419 | background 420 | #531c16 421 | 422 | 423 | 424 | name 425 | Diff Header 426 | scope 427 | meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range 428 | settings 429 | 430 | background 431 | #0b437a 432 | fontStyle 433 | 434 | 435 | 436 | 437 | name 438 | Diff Unchanged Line 439 | scope 440 | punctuation.definition.unchanged.diff 441 | settings 442 | 443 | background 444 | #4e1c6b 445 | fontStyle 446 | 447 | 448 | 449 | 450 | name 451 | GitGutter deleted 452 | scope 453 | markup.deleted.git_gutter 454 | settings 455 | 456 | foreground 457 | #ec7967 458 | 459 | 460 | 461 | name 462 | GitGutter inserted 463 | scope 464 | markup.inserted.git_gutter 465 | settings 466 | 467 | foreground 468 | #bbe16c 469 | 470 | 471 | 472 | name 473 | GitGutter changed 474 | scope 475 | markup.changed.git_gutter 476 | settings 477 | 478 | foreground 479 | #dbcd5d 480 | 481 | 482 | 483 | name 484 | Literate CoffeeScript Block 485 | scope 486 | source.litcoffee markup.raw.block 487 | settings 488 | 489 | background 490 | #3e314550 491 | 492 | 493 | 494 | uuid 495 | 02019C6E-C747-44D5-94B5-110B867C1C22 496 | 497 | 498 | -------------------------------------------------------------------------------- /Nil.sublime-theme: -------------------------------------------------------------------------------- 1 | [ 2 | 3 | /* 4 | Nil theme for Sublime Text 2 5 | https://github.com/nilium/st2-nil-theme 6 | */ 7 | 8 | 9 | /*============================================================================== 10 | TABS 11 | ==============================================================================*/ 12 | 13 | /** Tabset **/ 14 | { 15 | "class": "tabset_control", 16 | "layer0.texture": "Theme - Nil/assets/dark/tabset-bg.png", 17 | "layer0.inner_margin": [2, 6], 18 | "layer0.opacity": 1.0, 19 | "content_margin": [0, 0, 0, 0], // left, top, right, bottom 20 | "tab_overlap": 0, 21 | "tab_width": 180, 22 | "tab_min_width": 40, 23 | "tab_height": 24, 24 | "mouse_wheel_switch": false 25 | }, 26 | { 27 | "class": "tabset_control", 28 | "settings": ["mouse_wheel_switches_tabs"], 29 | "mouse_wheel_switch": true 30 | }, 31 | 32 | /** Tab element **/ 33 | { 34 | "class": "tab_control", 35 | "content_margin": [8, 4, 8, 4], 36 | "max_margin_trim": 0, 37 | "hit_test_level": 0.5, 38 | 39 | /* Tab texture (default: inactive) */ 40 | "layer0.texture": "Theme - Nil/assets/dark/tabs/tab-inactive.png", 41 | "layer0.inner_margin": [6, 6], 42 | "layer0.opacity": 1.0, 43 | 44 | /* Hover texture (default: clean) */ 45 | "layer1.texture": "Theme - Nil/assets/dark/tabs/tab-hover.png", 46 | "layer1.inner_margin": [6, 6], 47 | "layer1.opacity": 0.0 48 | }, 49 | { 50 | /** Tab close state **/ 51 | "class": "tab_control", 52 | "settings": ["show_tab_close_buttons"], 53 | "content_margin": [8, 4, 4, 4] 54 | }, 55 | { 56 | /** Hover tab state **/ 57 | "class": "tab_control", 58 | "attributes": ["hover"], 59 | "layer1.opacity": 1.0 60 | }, 61 | { 62 | /** Active tab state **/ 63 | "class": "tab_control", 64 | "attributes": ["selected"], 65 | "layer0.texture": "Theme - Nil/assets/dark/tabs/tab-active.png", 66 | "layer1.opacity": 0.0 67 | }, 68 | { 69 | "class": "tab_control", 70 | "settings": ["highlight_modified_tabs"], 71 | "attributes": ["dirty"], 72 | "layer0.texture": "Theme - Nil/assets/dark/tabs/tab-inactive-modified.png", 73 | "layer1.texture": "Theme - Nil/assets/dark/tabs/tab-hover-dirty.png" 74 | }, 75 | { 76 | "class": "tab_control", 77 | "settings": ["highlight_modified_tabs"], 78 | "attributes": ["dirty", "selected"], 79 | "layer0.texture": "Theme - Nil/assets/dark/tabs/tab-active-modified.png" 80 | }, 81 | 82 | 83 | /** Tab labels **/ 84 | 85 | /** Inactive tab label **/ 86 | { 87 | "class": "tab_label", 88 | "fg": [180, 180, 180], 89 | "shadow_color": [0, 0, 0, 200], 90 | "shadow_offset": [0, 0.5] 91 | }, 92 | 93 | /** Active tab label **/ 94 | { 95 | "class": "tab_label", 96 | "parents": [{"class": "tab_control", "attributes": ["selected"]}], 97 | "shadow_color": [0, 0, 0, 165], 98 | "shadow_offset": [0, 0.5], 99 | "fg": [240, 240, 240, 255] 100 | }, 101 | 102 | /* - Dirty inactive tab label */ 103 | { 104 | "class": "tab_label", 105 | "parents": [{"class": "tab_control", "attributes": ["dirty"]}], 106 | "settings": ["highlight_modified_tabs"] 107 | }, 108 | 109 | /* - Dirty active tab label */ 110 | { 111 | "class": "tab_label", 112 | "parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}], 113 | "settings": ["highlight_modified_tabs"] 114 | }, 115 | 116 | 117 | 118 | /** Tab buttons **/ 119 | 120 | /** Tab button **/ 121 | { 122 | "class": "tab_close_button", 123 | "content_margin": [0, 0], 124 | 125 | /** Tab close default settings **/ 126 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close.png", 127 | "layer1.opacity": 0.0, /* hide by default */ 128 | "layer1.inner_margin": 0.0, 129 | 130 | /** Tab close hover settings **/ 131 | "layer0.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-hover.png", 132 | "layer0.opacity": 0.0 133 | }, 134 | { 135 | /** Tab button size **/ 136 | "class": "tab_close_button", 137 | "settings": ["show_tab_close_buttons"], 138 | "content_margin": [8, 8] 139 | }, 140 | { 141 | "class": "tab_close_button", 142 | "parents": [{"class": "tab_control", "attributes": ["dirty"]}], 143 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-dirty.png" 144 | }, 145 | { 146 | /** Tab close hover action **/ 147 | "class": "tab_close_button", 148 | "parents": [{"class": "tab_control", "attributes": ["hover"]}], 149 | "layer1.opacity": 0.0, 150 | "layer0.opacity": 1.0 151 | }, 152 | { 153 | /** Tab close press action **/ 154 | "class": "tab_close_button", 155 | "attributes": ["hover"], 156 | "layer1.opacity": 0.4, 157 | "layer0.opacity": 1.0 158 | }, 159 | { 160 | /** Tab close press action **/ 161 | "class": "tab_close_button", 162 | "attributes": ["pressed"], 163 | "layer1.opacity": 1.0, 164 | "layer0.opacity": 0.0 165 | }, 166 | 167 | 168 | /*============================================================================== 169 | FOLD BUTTONS 170 | ==============================================================================*/ 171 | 172 | { 173 | "class": "fold_button_control", 174 | "layer0.texture": "Theme - Nil/assets/arrows/arrow-right.png", 175 | "layer0.opacity": 1.0, 176 | "layer0.inner_margin": 0, 177 | "layer1.texture": "Theme - Nil/assets/arrows/arrow-right-hover.png", 178 | "layer1.opacity": 0.0, 179 | "layer1.inner_margin": 0, 180 | "content_margin": [9, 7, 8, 6] 181 | }, 182 | { 183 | "class": "fold_button_control", 184 | "attributes": ["hover"], 185 | "layer0.opacity": 0.0, 186 | "layer1.opacity": 0.75 187 | }, 188 | { 189 | "class": "fold_button_control", 190 | "attributes": ["pressed"], 191 | "layer0.opacity": 0.0, 192 | "layer1.opacity": 1.0 193 | }, 194 | { 195 | "class": "fold_button_control", 196 | "attributes": ["expanded"], 197 | "layer0.texture": "Theme - Nil/assets/arrows/arrow-down.png", 198 | "layer1.texture": "Theme - Nil/assets/arrows/arrow-down-hover.png" 199 | }, 200 | { 201 | "class": "fold_button_control", 202 | "attributes": ["expanded"], 203 | "layer0.texture": "Theme - Nil/assets/arrows/arrow-down.png", 204 | "layer1.texture": "Theme - Nil/assets/arrows/arrow-down-hover.png" 205 | }, 206 | 207 | 208 | /*============================================================================== 209 | SCROLLBARS (overlay scrollbars from Default theme) 210 | ==============================================================================*/ 211 | 212 | { 213 | "class": "scroll_bar_control", 214 | "layer0.texture": "Theme - Nil/assets/dark/scrollbar/well-vertical.png", 215 | "layer0.opacity": 1.0, 216 | "layer0.inner_margin": [1, 1], 217 | "blur": false 218 | }, 219 | { 220 | "class": "scroll_bar_control", 221 | "attributes": ["horizontal"], 222 | "layer0.texture": "Theme - Nil/assets/dark/scrollbar/well-horizontal.png", 223 | "layer0.opacity": 1.0, 224 | "layer0.inner_margin": [1, 1], 225 | "blur": false 226 | }, 227 | { 228 | "class": "scroll_corner_control", 229 | "layer0.texture": "Theme - Nil/assets/dark/scrollbar/well-corner.png", 230 | "layer0.opacity": 1.0, 231 | "layer0.inner_margin": [1, 1] 232 | }, 233 | { 234 | "class": "puck_control", 235 | "layer0.texture": "Theme - Nil/assets/dark/scrollbar/bar-vertical.png", 236 | "layer0.opacity": 1.0, 237 | "layer0.inner_margin": [3, 3], 238 | "content_margin": [6, 6], 239 | "blur": false 240 | }, 241 | { 242 | "class": "puck_control", 243 | "attributes": ["horizontal"], 244 | "layer0.texture": "Theme - Nil/assets/dark/scrollbar/bar-horizontal.png" 245 | }, 246 | { 247 | "class": "scroll_area_control", 248 | "settings": ["overlay_scroll_bars"], 249 | "overlay": true 250 | }, 251 | { 252 | "class": "scroll_area_control", 253 | "settings": ["!overlay_scroll_bars"], 254 | "overlay": false 255 | }, 256 | { 257 | "class": "scroll_bar_control", 258 | "settings": ["overlay_scroll_bars"], 259 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_bar_vertical.png", 260 | "layer0.inner_margin": [0, 5], 261 | "blur": true 262 | }, 263 | { 264 | "class": "scroll_bar_control", 265 | "settings": ["overlay_scroll_bars"], 266 | "attributes": ["horizontal"], 267 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_bar_horizontal.png", 268 | "layer0.inner_margin": [5, 0], 269 | "blur": true 270 | }, 271 | { 272 | "class": "puck_control", 273 | "settings": ["overlay_scroll_bars"], 274 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_thumb_vertical.png", 275 | "layer0.inner_margin": [0, 5], 276 | "content_margin": [5, 20], 277 | "blur": true 278 | }, 279 | { 280 | "class": "puck_control", 281 | "settings": ["overlay_scroll_bars"], 282 | "attributes": ["horizontal"], 283 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_thumb_horizontal.png", 284 | "layer0.inner_margin": [5, 0], 285 | "content_margin": [20, 5], 286 | "blur": true 287 | }, 288 | { 289 | "class": "puck_control", 290 | "settings": ["overlay_scroll_bars"], 291 | "attributes": ["dark"], 292 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_dark_thumb_vertical.png" 293 | }, 294 | { 295 | "class": "puck_control", 296 | "settings": ["overlay_scroll_bars"], 297 | "attributes": ["horizontal", "dark"], 298 | "layer0.texture": "Theme - Nil/assets/overlay/overlay_dark_thumb_horizontal.png" 299 | }, 300 | 301 | 302 | /*============================================================================== 303 | EMPTY WINDOW BACKGROUND 304 | ==============================================================================*/ 305 | 306 | { 307 | "class": "sheet_container_control", 308 | "layer0.tint": [16, 16, 16], 309 | "layer0.opacity": 1.0 310 | }, 311 | 312 | 313 | /*============================================================================== 314 | GRID LAYOUT 315 | ==============================================================================*/ 316 | 317 | { 318 | "class": "grid_layout_control", 319 | "border_size": 1, 320 | "border_color": [150, 150, 150] 321 | }, 322 | 323 | 324 | /*============================================================================== 325 | MINI MAP 326 | ==============================================================================*/ 327 | 328 | { 329 | "class": "minimap_control", 330 | "viewport_color": [185, 185, 185, 50] 331 | }, 332 | 333 | 334 | /*============================================================================== 335 | LABELS 336 | ==============================================================================*/ 337 | 338 | /** General labels **/ 339 | { 340 | "class": "label_control", 341 | "color": [230, 230, 230] 342 | }, 343 | /** Text field labels **/ 344 | { 345 | "class": "label_control", 346 | "parents": [{"class": "panel_control"}], 347 | "shadow_color": [0, 0, 0], 348 | "shadow_offset": [0, 0.5] 349 | }, 350 | /** Button labels **/ 351 | { 352 | "class": "label_control", 353 | "parents": [{"class": "button_control"}], 354 | "color": [230, 230, 230], 355 | "shadow_color": [0, 0, 0], 356 | "shadow_offset": [0, 0.5] 357 | }, 358 | 359 | 360 | /*============================================================================== 361 | TOOLTIP 362 | ==============================================================================*/ 363 | 364 | /** Tooltip container **/ 365 | { 366 | "class": "tool_tip_control", 367 | "layer0.texture": "Theme - Nil/assets/dark/tooltip.png", 368 | "layer0.inner_margin": [4, 4], 369 | "layer0.opacity": 1, 370 | "content_margin": [6, 4] 371 | }, 372 | /** Tooltip content **/ 373 | { 374 | "class": "tool_tip_label_control", 375 | "color": [160, 160, 160], 376 | "shadow_offset": [0, 0.5], 377 | "shadow_color": [0, 0, 0, 255] 378 | }, 379 | 380 | 381 | /*============================================================================== 382 | STATUS BAR 383 | ==============================================================================*/ 384 | 385 | /** Status bar container **/ 386 | { 387 | "class": "status_bar", 388 | "layer0.texture": "Theme - Nil/assets/dark/status-bar-bg.png", 389 | "layer0.opacity": 1.0, 390 | "layer0.inner_margin": [2, 2], 391 | "content_margin": [6, 5, 6, 5] 392 | }, 393 | { 394 | "class": "status_button", 395 | "min_size": [100, 0] 396 | }, 397 | 398 | /** Status bar label **/ 399 | { 400 | "class": "label_control", 401 | "parents": [{"class": "status_bar"}], 402 | "font.size": 10, 403 | "color": [160, 160, 160], 404 | "shadow_color": [0, 0, 0], 405 | "shadow_offset": [0, 0.5] 406 | }, 407 | 408 | 409 | /*============================================================================== 410 | SIDEBAR 411 | ==============================================================================*/ 412 | 413 | /** Sidebar container (border) **/ 414 | { 415 | "class": "sidebar_container", 416 | "layer0.tint": [150, 150, 150], 417 | "layer0.opacity": 1.0, 418 | "layer0.draw_center": false, 419 | "layer0.inner_margin": [0, 0, 1, 0], 420 | "content_margin": [0, 0, 1, 0] 421 | }, 422 | /** Sidebar tree (bg) **/ 423 | { 424 | "class": "sidebar_tree", 425 | "dark_content": true, 426 | "row_padding": [12, 4], 427 | "indent": 13, 428 | "indent_offset": 15, 429 | "indent_top_level": false, 430 | "layer0.tint": [32,32,32], /* darker gray */ 431 | "layer0.opacity": 1.0, 432 | "dark_content": true 433 | }, 434 | /** Sidebar rows **/ 435 | { 436 | "class": "tree_row", 437 | "layer0.texture": "Theme - Nil/assets/dark/row-active.png", 438 | "layer0.opacity": 0.0, 439 | "layer0.inner_margin": [8, 3], 440 | "layer1.opacity": 0.0, 441 | "layer1.inner_margin": [8, 3] 442 | }, 443 | /** Sidebar row selected **/ 444 | { 445 | "class": "tree_row", 446 | "attributes": ["selected"], 447 | "layer0.opacity": 1.0 448 | }, 449 | /* - Sidebar row dirty */ 450 | { 451 | "class": "tree_row", 452 | "attributes": ["dirty"], 453 | "layer0.texture": "Theme - Nil/assets/dark/row-inactive-modified.png", 454 | "layer0.opacity": 1.0 455 | }, 456 | /* - Sidebar row selected dirty */ 457 | { 458 | "class": "tree_row", 459 | "attributes": ["selected", "dirty"], 460 | "layer0.texture": "Theme - Nil/assets/dark/row-active-modified.png", 461 | "layer0.opacity": 1.0 462 | }, 463 | /** Sidebar heading **/ 464 | { 465 | "class": "sidebar_heading", 466 | "color": [155, 110, 248], 467 | "font.bold": true, 468 | "shadow_color": [0, 0, 0], 469 | "shadow_offset": [0, 0.5] 470 | }, 471 | { 472 | "class": "sidebar_heading", 473 | "color": [180, 180, 180], 474 | "settings": ["disable_colored_group_labels"] 475 | }, 476 | { 477 | "class": "sidebar_heading", 478 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 479 | "color": [180, 180, 180] 480 | }, 481 | /** Sidebar entry label **/ 482 | { 483 | "class": "sidebar_label", 484 | "color": [180, 180, 180], 485 | "shadow_color": [0, 0, 0], 486 | "shadow_offset": [0, 0.5] 487 | }, 488 | { 489 | "class": "sidebar_label", 490 | "parents": [{"class": "tree_row", "attributes": ["expandable"]}], 491 | "settings": ["bold_folder_labels"], 492 | "font.bold": true 493 | }, 494 | { 495 | "class": "sidebar_label", 496 | "parents": [{"class": "tree_row", "attributes": ["expandable"]}], 497 | "color": [155, 110, 248] 498 | }, 499 | { 500 | "class": "sidebar_label", 501 | "parents": [{"class": "tree_row", "attributes": ["expandable"]}], 502 | "settings": ["disable_colored_folder_labels"], 503 | "color": [180, 180, 180] 504 | }, 505 | { /* Sidebar selected entry label */ 506 | "class": "sidebar_label", 507 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 508 | "color": [240, 240, 240], 509 | "shadow_color": [0, 0, 0], 510 | "shadow_offset": [0, 0.5] 511 | }, 512 | 513 | /** Sidebar open files close/dirty **/ 514 | { 515 | "class": "close_button", 516 | "layer0.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-hover.png", 517 | "layer0.opacity": 0.5, 518 | "layer0.inner_margin": 4, 519 | "layer1.opacity": 0.0, 520 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close.png", 521 | "layer1.inner_margin": 4, 522 | "content_margin": [8, 8] 523 | }, 524 | { 525 | "class": "close_button", 526 | "attributes": ["dirty"], 527 | "layer0.texture": "Theme - Nil/assets/tab-buttons/tab-button-dirty.png", 528 | "layer0.opacity": 0.5 529 | }, 530 | { 531 | "class": "close_button", 532 | "attributes": ["hover"], 533 | "layer0.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-hover.png", 534 | "layer1.opacity": 0.5, 535 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close.png" 536 | }, 537 | { 538 | "class": "close_button", 539 | "attributes": ["hover", "dirty"], 540 | "layer1.opacity": 0.5, 541 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-dirty.png" 542 | }, 543 | { 544 | "class": "close_button", 545 | "attributes": ["pressed"], 546 | "layer1.opacity": 1.0, 547 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close.png" 548 | }, 549 | { 550 | "class": "close_button", 551 | "attributes": ["pressed", "dirty"], 552 | "layer1.opacity": 1.0, 553 | "layer1.texture": "Theme - Nil/assets/tab-buttons/tab-button-close-dirty.png" 554 | }, 555 | 556 | /** Sidebar group closed **/ 557 | { 558 | "class": "disclosure_button_control", 559 | "layer0.opacity": 0.7, 560 | "layer0.inner_margin": 0, 561 | "layer1.opacity": 0.0, 562 | "layer1.inner_margin": 0, 563 | "layer2.opacity": 0.0, 564 | "layer2.inner_margin": 0, 565 | "layer3.opacity": 0.0, 566 | "layer3.inner_margin": 0 567 | }, 568 | 569 | /** Arrow sidebar icons (enabled by default) **/ 570 | { 571 | "class": "disclosure_button_control", 572 | "settings": ["!sidebar_folders"], 573 | "content_margin": [9, 7, 8, 6], 574 | "layer0.texture": "Theme - Nil/assets/arrows/arrow-right.png", 575 | "layer1.texture": "Theme - Nil/assets/arrows/arrow-down.png", 576 | "layer2.texture": "Theme - Nil/assets/arrows/arrow-right-hover.png", 577 | "layer3.texture": "Theme - Nil/assets/arrows/arrow-down-hover.png" 578 | }, 579 | 580 | /** Folder sidebar icons (disabled by default) **/ 581 | { 582 | "class": "disclosure_button_control", 583 | "settings": ["sidebar_folders"], 584 | "content_margin": [10, 8, 10, 8], 585 | "layer0.texture": "Theme - Nil/assets/arrows/folder-closed.png", 586 | "layer1.texture": "Theme - Nil/assets/arrows/folder-open.png", 587 | "layer2.texture": "Theme - Nil/assets/arrows/folder-closed-hover.png", 588 | "layer3.texture": "Theme - Nil/assets/arrows/folder-open-hover.png" 589 | }, 590 | 591 | /** Colored folder icons (disabled by default) **/ 592 | { 593 | "class": "disclosure_button_control", 594 | "settings": ["colored_folder_glyphs"], 595 | "layer0.tint": [230, 200, 255], 596 | "layer1.tint": [230, 200, 255], 597 | "layer2.tint": [190, 140, 255], 598 | "layer3.tint": [190, 140, 255] 599 | }, 600 | { 601 | "class": "disclosure_button_control", 602 | "settings": ["!colored_folder_glyphs"], 603 | "layer0.tint": [162, 162, 162], 604 | "layer1.tint": [162, 162, 162], 605 | "layer2.tint": [180, 180, 180], 606 | "layer3.tint": [180, 180, 180] 607 | }, 608 | 609 | /** Sidebar group closed & highlighted **/ 610 | { 611 | "class": "disclosure_button_control", 612 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 613 | "layer0.opacity": 0.0, 614 | "layer1.opacity": 0.0, 615 | "layer2.opacity": 0.7, 616 | "layer3.opacity": 0.0 617 | }, 618 | { 619 | "class": "disclosure_button_control", 620 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 621 | "layer0.opacity": 0.0, 622 | "layer1.opacity": 0.0, 623 | "layer2.opacity": 0.7, 624 | "layer3.opacity": 0.0 625 | }, 626 | 627 | /** Sidebar group open **/ 628 | { 629 | "class": "disclosure_button_control", 630 | "attributes": ["expanded"], 631 | "layer0.opacity": 0.0, 632 | "layer1.opacity": 0.9, 633 | "layer2.opacity": 0.0, 634 | "layer3.opacity": 0.0 635 | }, 636 | 637 | /** Sidebar group open & highlighted **/ 638 | { 639 | "class": "disclosure_button_control", 640 | "attributes": ["expanded"], 641 | "parents": [{"class": "tree_row", "attributes": ["hover"]}], 642 | "layer0.opacity": 0.0, 643 | "layer1.opacity": 0.0, 644 | "layer2.opacity": 0.0, 645 | "layer3.opacity": 0.9 646 | }, 647 | { 648 | "class": "disclosure_button_control", 649 | "attributes": ["expanded"], 650 | "parents": [{"class": "tree_row", "attributes": ["selected"]}], 651 | "layer0.opacity": 0.0, 652 | "layer1.opacity": 0.0, 653 | "layer2.opacity": 0.0, 654 | "layer3.opacity": 0.9 655 | }, 656 | 657 | 658 | /*============================================================================== 659 | STANDARD TEXT BUTTONS 660 | ==============================================================================*/ 661 | 662 | /** Standard buttons (used for Find / Replace panel) **/ 663 | { 664 | "class": "button_control", 665 | "content_margin": [6, 5, 6, 6], 666 | "min_size": [75, 0], 667 | 668 | /* Default button state */ 669 | "layer0.texture": "Theme - Nil/assets/dark/btn-large.png", 670 | "layer0.opacity": 1.0, 671 | "layer0.inner_margin": [6, 6], 672 | 673 | /* Pressed button setup */ 674 | "layer1.texture": "Theme - Nil/assets/dark/btn-large-active.png", 675 | "layer1.opacity": 0.0, 676 | "layer1.inner_margin": [6, 6] 677 | }, 678 | { 679 | /* Pressed button state */ 680 | "class": "button_control", 681 | "attributes": ["pressed"], 682 | "layer1.opacity": 1.0, 683 | "content_margin": [6, 6, 6, 6] 684 | }, 685 | 686 | 687 | /*============================================================================== 688 | TEXT INPUT FIELD 689 | ==============================================================================*/ 690 | 691 | /** Text input field item **/ 692 | { 693 | "class": "text_line_control", 694 | "layer0.texture": "Theme - Nil/assets/dark/text-field.png", 695 | "layer0.opacity": 1.0, 696 | "layer0.inner_margin": [8, 8, 8, 8], 697 | "content_margin": [3, 3, 3, 3] 698 | }, 699 | 700 | 701 | /*============================================================================== 702 | PANEL BACKGROUNDS 703 | ==============================================================================*/ 704 | 705 | /** Bottom panel background **/ 706 | { 707 | "class": "panel_control", 708 | "layer0.texture": "Theme - Nil/assets/dark/panel-bg.png", 709 | "layer0.inner_margin": [4, 4, 4, 4], 710 | "layer0.opacity": 1.0 711 | }, 712 | 713 | /** Quick panel background **/ 714 | { 715 | "class": "overlay_control", 716 | "layer0.texture": "Theme - Nil/assets/dark/quickpanel.png", 717 | "layer0.inner_margin": [10, 10, 10, 10], /* left, top, right, bottom */ 718 | "layer0.opacity": 1.0, 719 | "layer1.opacity": 0, /* HIDDEN */ 720 | "content_margin": [11, 8, 11, 17] 721 | }, 722 | 723 | 724 | /*============================================================================== 725 | QUICK PANEL 726 | ==============================================================================*/ 727 | 728 | { 729 | "class": "quick_panel", 730 | "row_padding": [4, 3], 731 | "layer0.tint": [45, 45, 45], 732 | "layer0.opacity": 1, 733 | "dark_content": true 734 | }, 735 | { 736 | "class": "quick_panel_row", 737 | "layer0.texture": "Theme - Nil/assets/dark/qp-row.png", 738 | "layer0.opacity": 1.0, 739 | "layer0.inner_margin": [4, 4, 4, 4], 740 | "layer1.draw_center": true 741 | }, 742 | { 743 | "class": "quick_panel_row", 744 | "attributes": ["selected"], 745 | "layer0.texture": "Theme - Nil/assets/dark/qp-row-selected.png" 746 | }, 747 | { 748 | "class": "quick_panel_label", 749 | "fg": [190, 190, 190, 255], 750 | "match_fg": [255, 255, 255, 255], 751 | "bg": [71, 71, 71, 255], 752 | "selected_fg": [220, 220, 220, 255], 753 | "selected_match_fg": [255, 255, 255, 255], 754 | "selected_bg": [134, 134, 134, 255] 755 | }, 756 | { 757 | "class": "quick_panel_path_label", 758 | "fg": [100, 100, 100, 255], 759 | "match_fg": [200, 200, 200, 255], 760 | "bg": [41, 41, 41, 255], 761 | "selected_fg": [120, 120, 120, 255], 762 | "selected_match_fg": [255, 255, 255, 255], 763 | "selected_bg": [24, 24, 24, 255] 764 | }, 765 | { 766 | "class": "quick_panel_score_label", 767 | "fg": [90, 90, 90, 255], 768 | "bg": [41, 41, 41, 255], 769 | "selected_fg": [114, 114, 114, 255], 770 | "selected_bg": [24, 24, 24, 255] 771 | }, 772 | 773 | 774 | /*============================================================================== 775 | MINI QUICK PANEL 776 | ==============================================================================*/ 777 | 778 | { 779 | "class": "mini_quick_panel_row", 780 | "layer0.texture": "Theme - Nil/assets/dark/qp-row.png", 781 | "layer0.inner_margin": [4, 4, 4, 4], 782 | "layer0.opacity": 1.0 783 | }, 784 | { 785 | "class": "mini_quick_panel_row", 786 | "attributes": ["selected"], 787 | "layer0.texture": "Theme - Nil/assets/dark/qp-row-selected.png" 788 | }, 789 | 790 | 791 | /*============================================================================== 792 | CODE COMPLETION DROPDOWN 793 | ==============================================================================*/ 794 | 795 | { 796 | "class": "popup_control", 797 | "content_margin": [0, 0] 798 | }, 799 | { 800 | "class": "auto_complete", 801 | "row_padding": [2, 2], 802 | "layer0.tint": [30, 30, 30], 803 | "layer0.opacity": 1.0, 804 | "dark_content": true 805 | }, 806 | { 807 | "class": "auto_complete_label", 808 | "fg": [140, 140, 140], 809 | "match_fg": [255, 255, 255], 810 | "bg": [26, 26, 26], 811 | "selected_fg": [255, 255, 255], 812 | "selected_match_fg": [255, 255, 255], 813 | "selected_bg": [86, 86, 86] 814 | }, 815 | { 816 | "class": "table_row", 817 | "layer0.tint": [45, 45, 45], 818 | "layer0.opacity": 0.0, 819 | "layer0.inner_margin": [1, 1] 820 | }, 821 | { 822 | "class": "table_row", 823 | "attributes": ["selected"], 824 | "layer0.opacity": 1.0 825 | }, 826 | 827 | 828 | /*============================================================================== 829 | BOTTOM PANEL BUTTONS 830 | On: [3, 198, 252] 831 | Off: [92, 92, 92] 832 | ==============================================================================*/ 833 | 834 | { 835 | "class": "icon_button_control", 836 | "layer0.texture": "Theme - Nil/assets/glyphs/bg-center.png", 837 | "layer0.inner_margin": [4, 4], 838 | "layer0.opacity": 1.0, 839 | "layer0.tint": [32, 32, 32], 840 | "content_margin": [4, 4, 4, 4] 841 | }, 842 | 843 | { 844 | "class": "icon_button_control", 845 | "attributes": ["left"], 846 | "layer0.texture": "Theme - Nil/assets/glyphs/bg-left.png", 847 | "layer1.texture": "Theme - Nil/assets/glyphs/seg-isolated.png" 848 | }, 849 | 850 | { 851 | "class": "icon_button_control", 852 | "attributes": ["right"], 853 | "layer0.texture": "Theme - Nil/assets/glyphs/bg-right.png", 854 | "layer1.texture": "Theme - Nil/assets/glyphs/seg-isolated.png" 855 | }, 856 | 857 | { 858 | "class": "icon_button_control", 859 | "attributes": ["left", "right"], 860 | "layer0.texture": "Theme - Nil/assets/glyphs/bg-isolated.png", 861 | "layer1.texture": "Theme - Nil/assets/glyphs/seg-isolated.png" 862 | }, 863 | 864 | /** Regex search button **/ 865 | { 866 | "class": "icon_regex", 867 | "layer0.texture": "Theme - Nil/assets/glyphs/regex.png", 868 | "layer0.opacity": 1.0, 869 | "layer0.tint": [122, 122, 122], 870 | "content_margin": [8, 7] 871 | }, 872 | { 873 | "class": "icon_regex", 874 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 875 | "layer0.tint": [81, 143, 160] 876 | }, 877 | { 878 | "class": "icon_regex", 879 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 880 | "layer0.tint": [3, 198, 252] 881 | }, 882 | /** Case sensitive search button **/ 883 | { 884 | "class": "icon_case", 885 | "layer0.texture": "Theme - Nil/assets/glyphs/case.png", 886 | "layer0.opacity": 1.0, 887 | "layer0.tint": [122, 122, 122], 888 | "content_margin": [8, 7] 889 | }, 890 | { 891 | "class": "icon_case", 892 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 893 | "layer0.tint": [81, 143, 160] 894 | }, 895 | { 896 | "class": "icon_case", 897 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 898 | "layer0.tint": [3, 198, 252] 899 | }, 900 | /** Match whole word search button **/ 901 | { 902 | "class": "icon_whole_word", 903 | "layer0.texture": "Theme - Nil/assets/glyphs/word-only.png", 904 | "layer0.opacity": 1.0, 905 | "layer0.tint": [122, 122, 122], 906 | "content_margin": [8, 7] 907 | }, 908 | { 909 | "class": "icon_whole_word", 910 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 911 | "layer0.tint": [81, 143, 160] 912 | }, 913 | { 914 | "class": "icon_whole_word", 915 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 916 | "layer0.tint": [3, 198, 252] 917 | }, 918 | 919 | /** Reverse search direction button **/ 920 | { 921 | "class": "icon_reverse", 922 | "layer0.texture": "Theme - Nil/assets/glyphs/reverse.png", 923 | "layer0.opacity": 1.0, 924 | "layer0.tint": [122, 122, 122], 925 | "content_margin": [8, 7] 926 | }, 927 | { 928 | "class": "icon_reverse", 929 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 930 | "layer0.tint": [81, 143, 160] 931 | }, 932 | { 933 | "class": "icon_reverse", 934 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 935 | "layer0.tint": [3, 198, 252] 936 | }, 937 | /** Search wrap button **/ 938 | { 939 | "class": "icon_wrap", 940 | "layer0.texture": "Theme - Nil/assets/glyphs/wrap.png", 941 | "layer0.opacity": 1.0, 942 | "layer0.tint": [122, 122, 122], 943 | "content_margin": [8, 7] 944 | }, 945 | { 946 | "class": "icon_wrap", 947 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 948 | "layer0.tint": [81, 143, 160] 949 | }, 950 | { 951 | "class": "icon_wrap", 952 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 953 | "layer0.tint": [3, 198, 252] 954 | }, 955 | /** Search in selection button **/ 956 | { 957 | "class": "icon_in_selection", 958 | "layer0.texture": "Theme - Nil/assets/glyphs/in-selection.png", 959 | "layer0.opacity": 1.0, 960 | "layer0.tint": [122, 122, 122], 961 | "content_margin": [8, 7] 962 | }, 963 | { 964 | "class": "icon_in_selection", 965 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 966 | "layer0.tint": [81, 143, 160] 967 | }, 968 | { 969 | "class": "icon_in_selection", 970 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 971 | "layer0.tint": [3, 198, 252] 972 | }, 973 | 974 | /** Preserve case button **/ 975 | { 976 | "class": "icon_preserve_case", 977 | "layer0.texture": "Theme - Nil/assets/glyphs/preserve-case.png", 978 | "layer0.opacity": 1.0, 979 | "layer0.tint": [122, 122, 122], 980 | "content_margin": [21, 7] 981 | }, 982 | { 983 | "class": "icon_preserve_case", 984 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 985 | "layer0.tint": [81, 143, 160] 986 | }, 987 | { 988 | "class": "icon_preserve_case", 989 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 990 | "layer0.tint": [3, 198, 252] 991 | }, 992 | 993 | /** Highlight results button **/ 994 | { 995 | "class": "icon_highlight", 996 | "layer0.texture": "Theme - Nil/assets/glyphs/highlight.png", 997 | "layer0.opacity": 1.0, 998 | "layer0.tint": [122, 122, 122], 999 | "content_margin": [8, 7] 1000 | }, 1001 | { 1002 | "class": "icon_highlight", 1003 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 1004 | "layer0.tint": [81, 143, 160] 1005 | }, 1006 | { 1007 | "class": "icon_highlight", 1008 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 1009 | "layer0.tint": [3, 198, 252] 1010 | }, 1011 | 1012 | 1013 | /*============================================================================== 1014 | BOTTOM PANEL ICONS (EXTENDED: FIND IN FILES) 1015 | ==============================================================================*/ 1016 | 1017 | /** Show search context button **/ 1018 | { 1019 | "class": "icon_context", 1020 | "layer0.texture": "Theme - Nil/assets/glyphs/context.png", 1021 | "layer0.opacity": 1.0, 1022 | "layer0.tint": [122, 122, 122], 1023 | "content_margin": [8, 7] 1024 | }, 1025 | { 1026 | "class": "icon_context", 1027 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 1028 | "layer0.tint": [81, 143, 160] 1029 | }, 1030 | { 1031 | "class": "icon_context", 1032 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 1033 | "layer0.tint": [3, 198, 252] 1034 | }, 1035 | /** Use search buffer **/ 1036 | { 1037 | "class": "icon_use_buffer", 1038 | "layer0.texture": "Theme - Nil/assets/glyphs/buffer.png", 1039 | "layer0.opacity": 1.0, 1040 | "layer0.tint": [122, 122, 122], 1041 | "content_margin": [8, 7] 1042 | }, 1043 | { 1044 | "class": "icon_use_buffer", 1045 | "parents": [{"class": "icon_button_control", "attributes": ["hover"]}], 1046 | "layer0.tint": [81, 143, 160] 1047 | }, 1048 | { 1049 | "class": "icon_use_buffer", 1050 | "parents": [{"class": "icon_button_control", "attributes": ["selected"]}], 1051 | "layer0.tint": [3, 198, 252] 1052 | }, 1053 | 1054 | 1055 | { 1056 | "class": "icon_folder", 1057 | "layer0.opacity": 0.0, 1058 | "content_margin": [0, 0] 1059 | }, 1060 | 1061 | { 1062 | "class": "icon_file_type", 1063 | "layer0.opacity": 0.0, 1064 | "content_margin": [0, 0] 1065 | } 1066 | 1067 | ] 1068 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Nil Theme 2 | ------------------------------------------------------------------------ 3 | 4 | ![Nil theme](https://github.com/nilium/st2-nil-theme/raw/master/dark.png) 5 | _Nil UI theme for Sublime Text 2_ 6 | 7 | Nil is the dark theme for the overall Nil theme package. Yes, there's 8 | a light theme -- scroll down if that's what you want. They're both in 9 | the same repository, though they have different names just to be fancy. 10 | The color scheme pictured above is Big Duo. 11 | 12 | This theme is based on [Raik Ilves's Pseudo OSX 13 | theme](https://github.com/raik/st2-pseudo-osx-theme), which is in turn 14 | based on [Ian Hill's Soda theme](https://github.com/buymeasoda/soda- 15 | theme). Additionally, this theme was inspired by [Liam Cain's Refresh 16 | theme](https://github.com/BoundInCode/st2-refresh-theme), which is also 17 | a variant of Pseudo OSX. So, it's worth noting that Raik's made a pretty 18 | handy base for new themes.I recommend checking out both of them if this 19 | doesn't do it for you (and it's rough around the edges, so it may not). 20 | 21 | Overlay scrollbars are kindly borrowed from the default theme. 22 | 23 | 24 | Ayin Theme 25 | ------------------------------------------------------------------------ 26 | 27 | ![Ayin theme](https://github.com/nilium/st2-nil-theme/raw/master/light.png) 28 | _Ayin UI theme for Sublime Text 2_ 29 | 30 | Ayin is the light theme of the Nil theme package. It features a lot of 31 | grey and arguably softer colors, though should still remain as pseudo- 32 | functional as its dark counterpart. The color scheme pictured above is 33 | Tubnil Bright. 34 | 35 | 36 | Color Schemes 37 | ------------------------------------------------------------------------ 38 | 39 | The Nil theme package comes with the two color schemes seen in the both 40 | the light and dark screenshots respectively: 41 | 42 | * `Tubnil.tmTheme` → My personal variation of the Tubster theme for 43 | TextMate. This is the original dark color scheme. 44 | 45 | * `Tubnil Bright.tmTheme` → A variation on the above Tubnil theme for 46 | folks who like bright color schemes. 47 | 48 | * `Big Duo.tmTheme` → Another variation on Tubnil, this time with 49 | a slightly lighter background color, arguably less intense colors, 50 | and so on. Cast in the name of god and all that. 51 | 52 | Both can be found in the root directory of the package, so to use it 53 | either, simply point your `color_scheme` preference to 54 | `Theme - Nil/Tubnil.tmTheme` or one of the other color schemes. 55 | 56 | 57 | Options 58 | ------------------------------------------------------------------------ 59 | 60 | There are a handful of options you can use to customize the appearance 61 | of both the Nil and Ayin themes. All options are boolean values and 62 | disabled by default. Their keys and descriptions follow: 63 | 64 | * `highlight_modified_tabs` — If true, will display an orange bar under 65 | tabs with modified buffers. 66 | * `sidebar_folders` — If true, will display a folder icon beside folders 67 | in the sidebar instead of a disclosure triangle. Sidebar folders are 68 | off by default. 69 | * `colored_folder_glyphs` — If true, will tint either folder icons or 70 | disclosure triangles in the sidebar (only the sidebar) purple. 71 | * `disable_colored_group_labels` — If true, will disable the colored 72 | group labels. Group labels are the things that say "Group 1" and 2 and 73 | so on in the sidebar. They're only visible if you have open files 74 | shown. Colored group labels are enabled by default. 75 | * `disable_colored_folder_labels` — If true, will disable the colored 76 | folder labels in the sidebar. This is independent of group label 77 | coloring. Colored folder labels are enabled by default. 78 | 79 | To set any of these properties, place them and their values in your user 80 | preferences file. 81 | 82 | 83 | HDPI Displays 84 | ------------------------------------------------------------------------ 85 | 86 | This theme includes HDPI images for displays that support HDPI on Mac 87 | OS X, such as the recent (as of this writing) MacBook Pro with the 88 | retina display. Both screenshots above are in HDPI. 89 | 90 | 91 | Fonts 92 | ------------------------------------------------------------------------ 93 | 94 | In the above screenshots, the font in use is [PragmataPro], designed by 95 | Fabrizio Schiavi. In previous screenshots, the font in use was [Envy Code R], 96 | by Damien Guard. The former is an excellent font, but is not free. The 97 | latter is also an excellent font and free. Neither font ships with this 98 | theme package. My personal preference these days is PragmataPro, but I 99 | had no particular font choice in mind for the theme and the important 100 | thing is that you use what you like. 101 | 102 | [PragmataPro]: http://www.fsd.it/fonts/pragmatapro.htm 103 | [Envy Code R]: http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released 104 | 105 | 106 | Installation 107 | ------------------------------------------------------------------------ 108 | 109 | #### Package Control 110 | 111 | If you have Package Control installed, you simply need to open the 112 | Package Install window and select "Theme - Nil". After that, skip ahead 113 | to the "Activating" section of this README. 114 | 115 | 116 | #### Installation via Git 117 | 118 | You can download or clone the repository into your Sublime Text 2 119 | `Packages` directory. To do this, simply navigate to 120 | `~/Library/Application Support/Sublime Text 2/Packages` (or wherever it 121 | is on your particular operating system) and run the following command: 122 | 123 | git clone git://github.com/nilium/st2-nil-theme.git 'Theme - Nil' 124 | 125 | It's **very important** you clone the repository into the `Theme - Nil` 126 | directory otherwise the theme won't locate its assets and will take on 127 | an eldritch appearance. You don't want [Shub-Niggurath][shubby] crawling 128 | out of your screen, so remember, put it in the right directory. 129 | 130 | [shubby]: http://en.wikipedia.org/wiki/Shub-Niggurath 131 | 132 | 133 | #### Manually Downloading 134 | 135 | If you choose to download an archive of this repo from GitHub, you must 136 | rename the extracted folder to `Theme - Nil` and put it in your 137 | `Packages` directory. That's it -- simple. 138 | 139 | 140 | Activating 141 | ------------------------------------------------------------------------ 142 | 143 | In your `Settings - User` file (hit ⌘, on Mac OS to open it), set the 144 | `"theme"` key to `"Nil.sublime-theme"` or `"Ayin.sublime-theme"`, like 145 | so: 146 | 147 | { 148 | "theme": "Nil.sublime-theme" 149 | } 150 | 151 | **or** 152 | 153 | { 154 | "theme": "Ayin.sublime-theme" 155 | } 156 | 157 | Assuming you have then installed it correctly, it should show the theme. 158 | Due to what I assume is settings from previous themes surviving, you may 159 | wish to restart Sublime Text 2 as well, but otherwise you should be good 160 | to go. 161 | -------------------------------------------------------------------------------- /Sanakan.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | name 6 | Sanakan 7 | settings 8 | 9 | 10 | settings 11 | 12 | background 13 | #f0f0f0 14 | caret 15 | #6a11ff 16 | foreground 17 | #444444 18 | invisibles 19 | #2faf2f 20 | lineHighlight 21 | #227fff1c 22 | selection 23 | #c5aafb6d 24 | gutter 25 | #e9e9e9 26 | gutterForeground 27 | #8f8f8f 28 | 29 | 30 | 31 | name 32 | Source 33 | scope 34 | source, text 35 | 36 | 37 | name 38 | Comment 39 | scope 40 | comment 41 | settings 42 | 43 | foreground 44 | #60859f 45 | 46 | 47 | 48 | name 49 | Operator 50 | scope 51 | keyword.operator 52 | settings 53 | 54 | foreground 55 | #c27065 56 | 57 | 58 | 59 | name 60 | Keyword 61 | scope 62 | keyword 63 | settings 64 | 65 | foreground 66 | #af0dca 67 | 68 | 69 | 70 | name 71 | Control 72 | scope 73 | keyword.control 74 | settings 75 | 76 | foreground 77 | #c0156c 78 | 79 | 80 | 81 | name 82 | Control: Import 83 | scope 84 | keyword.control.import, meta.require.ruby keyword.other.special-method.ruby 85 | settings 86 | 87 | foreground 88 | #4e4fff 89 | 90 | 91 | 92 | name 93 | Storage 94 | scope 95 | storage 96 | settings 97 | 98 | foreground 99 | #138698 100 | 101 | 102 | 103 | name 104 | Function (definition) 105 | scope 106 | entity.name.function, keyword.other.name-of-parameter.objc 107 | settings 108 | 109 | background 110 | #ff65a025 111 | foreground 112 | #ef3580 113 | 114 | 115 | 116 | name 117 | Class (definition) 118 | scope 119 | entity.name.type, entity.other.inherited-class 120 | settings 121 | 122 | background 123 | #ff65a025 124 | foreground 125 | #ef3580 126 | 127 | 128 | 129 | name 130 | Namespace (definition) 131 | scope 132 | entity.name.section.namespace 133 | settings 134 | 135 | background 136 | #abe0c2 137 | foreground 138 | #4682d0 139 | 140 | 141 | 142 | name 143 | Java → Package 144 | scope 145 | meta.package, storage.modifier.package, keyword.other.package 146 | settings 147 | 148 | background 149 | #ffced0 150 | foreground 151 | #ff0900 152 | 153 | 154 | 155 | name 156 | Number 157 | scope 158 | constant.numeric 159 | settings 160 | 161 | foreground 162 | #663399 163 | 164 | 165 | 166 | name 167 | Quote 168 | scope 169 | punctuation.definition.string.begin, punctuation.definition.string.end 170 | settings 171 | 172 | foreground 173 | #6e3a00 174 | 175 | 176 | 177 | name 178 | Variable 179 | scope 180 | variable.language, variable.other 181 | settings 182 | 183 | foreground 184 | #0761f8 185 | 186 | 187 | 188 | name 189 | Constant 190 | scope 191 | constant 192 | settings 193 | 194 | foreground 195 | #cb5d26 196 | 197 | 198 | 199 | name 200 | Constant (other variable) 201 | scope 202 | variable.other.constant 203 | settings 204 | 205 | foreground 206 | #612cb1 207 | 208 | 209 | 210 | name 211 | Constant (built-in) 212 | scope 213 | constant.language 214 | settings 215 | 216 | foreground 217 | #b85117 218 | 219 | 220 | 221 | name 222 | String 223 | scope 224 | string 225 | settings 226 | 227 | background 228 | #abcaae45 229 | foreground 230 | #144e33 231 | 232 | 233 | 234 | name 235 | Library function 236 | scope 237 | support.function 238 | settings 239 | 240 | foreground 241 | #446a10 242 | 243 | 244 | 245 | name 246 | Library type 247 | scope 248 | support.type 249 | settings 250 | 251 | foreground 252 | #916341 253 | 254 | 255 | 256 | name 257 | Library constant 258 | scope 259 | support.constant 260 | settings 261 | 262 | foreground 263 | #6633cc 264 | 265 | 266 | 267 | name 268 | Markup tag 269 | scope 270 | meta.tag, declaration.tag, entity.name.tag, entity.other.attribute-name 271 | settings 272 | 273 | foreground 274 | #427905 275 | 276 | 277 | 278 | name 279 | Invalid 280 | scope 281 | invalid 282 | settings 283 | 284 | background 285 | #ff2255 286 | foreground 287 | #ffeaea 288 | 289 | 290 | 291 | name 292 | String interpolation 293 | scope 294 | constant.character.escaped, constant.character.escape, string source, string source.ruby 295 | settings 296 | 297 | foreground 298 | #cf1984 299 | 300 | 301 | 302 | name 303 | Git-Diff Background 304 | scope 305 | meta.diff.git-commit 306 | settings 307 | 308 | background 309 | #dde8d4 310 | 311 | 312 | 313 | name 314 | Diff Add 315 | scope 316 | markup.inserted 317 | settings 318 | 319 | background 320 | #c9efc9 321 | 322 | 323 | 324 | name 325 | Diff Remove 326 | scope 327 | markup.deleted 328 | settings 329 | 330 | background 331 | #f3ccc9 332 | 333 | 334 | 335 | name 336 | Diff Header 337 | scope 338 | meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range 339 | settings 340 | 341 | background 342 | #f4bc85 343 | 344 | 345 | 346 | name 347 | Diff Unchanged Line 348 | scope 349 | punctuation.definition.unchanged.diff 350 | settings 351 | 352 | background 353 | #b194e3 354 | 355 | 356 | 357 | name 358 | GitGutter deleted 359 | scope 360 | markup.deleted.git_gutter 361 | settings 362 | 363 | foreground 364 | #c0156c 365 | 366 | 367 | 368 | name 369 | GitGutter inserted 370 | scope 371 | markup.inserted.git_gutter 372 | settings 373 | 374 | foreground 375 | #427905 376 | 377 | 378 | 379 | name 380 | GitGutter changed 381 | scope 382 | markup.changed.git_gutter 383 | settings 384 | 385 | foreground 386 | #c27065 387 | 388 | 389 | 390 | name 391 | Literate CoffeeScript Block 392 | scope 393 | source.litcoffee markup.raw.block 394 | settings 395 | 396 | background 397 | #b1becf35 398 | 399 | 400 | 401 | uuid 402 | 02019C6E-C747-44D5-94B5-110B867C1C22 403 | 404 | 405 | -------------------------------------------------------------------------------- /Tubnil Bright.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | name 6 | Tubnil Bright 7 | settings 8 | 9 | 10 | settings 11 | 12 | background 13 | #F7F5F0 14 | caret 15 | #B10044 16 | foreground 17 | #2E2D2B 18 | invisibles 19 | #57575763 20 | lineHighlight 21 | #C800FF17 22 | selection 23 | #9700FF4A 24 | 25 | 26 | 27 | name 28 | Source 29 | scope 30 | source 31 | settings 32 | 33 | fontStyle 34 | 35 | 36 | 37 | 38 | name 39 | Comment 40 | scope 41 | comment 42 | settings 43 | 44 | fontStyle 45 | 46 | foreground 47 | #728473 48 | 49 | 50 | 51 | name 52 | Operator 53 | scope 54 | keyword.operator 55 | settings 56 | 57 | foreground 58 | #007589 59 | 60 | 61 | 62 | name 63 | Keyword 64 | scope 65 | keyword 66 | settings 67 | 68 | fontStyle 69 | 70 | foreground 71 | #007BA2 72 | 73 | 74 | 75 | name 76 | Keyword: Memory 77 | scope 78 | keyword.control.memory,support.function.memory 79 | settings 80 | 81 | background 82 | #351211 83 | fontStyle 84 | 85 | foreground 86 | #E23D36 87 | 88 | 89 | 90 | name 91 | Control 92 | scope 93 | keyword.control 94 | settings 95 | 96 | fontStyle 97 | 98 | foreground 99 | #850B9E 100 | 101 | 102 | 103 | name 104 | Control: Import 105 | scope 106 | keyword.control.import 107 | settings 108 | 109 | foreground 110 | #B60A57 111 | 112 | 113 | 114 | name 115 | Storage 116 | scope 117 | storage 118 | settings 119 | 120 | foreground 121 | #E45B3E 122 | 123 | 124 | 125 | name 126 | Function (definition) 127 | scope 128 | entity.name.function, keyword.other.name-of-parameter.objc 129 | settings 130 | 131 | background 132 | #A6007040 133 | fontStyle 134 | bold 135 | foreground 136 | #810071 137 | 138 | 139 | 140 | name 141 | Class (definition) 142 | scope 143 | entity.name.type 144 | settings 145 | 146 | background 147 | #003A9640 148 | fontStyle 149 | bold 150 | foreground 151 | #00215E 152 | 153 | 154 | 155 | name 156 | Namespace (definition) 157 | scope 158 | entity.name.section.namespace 159 | settings 160 | 161 | background 162 | #003A9640 163 | fontStyle 164 | bold 165 | foreground 166 | #00215E 167 | 168 | 169 | 170 | name 171 | Inherited Class 172 | scope 173 | entity.other.inherited-class 174 | settings 175 | 176 | fontStyle 177 | 178 | foreground 179 | #4900FF 180 | 181 | 182 | 183 | name 184 | Java → Package 185 | scope 186 | meta.package, storage.modifier.package, keyword.other.package 187 | settings 188 | 189 | background 190 | #00FFF242 191 | fontStyle 192 | 193 | foreground 194 | #008990 195 | 196 | 197 | 198 | name 199 | Number 200 | scope 201 | constant.numeric 202 | settings 203 | 204 | fontStyle 205 | 206 | foreground 207 | #265500 208 | 209 | 210 | 211 | name 212 | Quote 213 | scope 214 | punctuation.definition.string.begin, punctuation.definition.string.end 215 | settings 216 | 217 | fontStyle 218 | 219 | foreground 220 | #D60019 221 | 222 | 223 | 224 | name 225 | Variable 226 | scope 227 | variable.language, variable.other 228 | settings 229 | 230 | fontStyle 231 | 232 | foreground 233 | #0077C5 234 | 235 | 236 | 237 | name 238 | Constant 239 | scope 240 | constant 241 | settings 242 | 243 | fontStyle 244 | 245 | foreground 246 | #0077C5 247 | 248 | 249 | 250 | name 251 | Constant (other variable) 252 | scope 253 | variable.other.constant 254 | settings 255 | 256 | foreground 257 | #810071 258 | 259 | 260 | 261 | name 262 | Constant (built-in) 263 | scope 264 | constant.language 265 | settings 266 | 267 | fontStyle 268 | 269 | foreground 270 | #0077C5 271 | 272 | 273 | 274 | name 275 | String 276 | scope 277 | string 278 | settings 279 | 280 | fontStyle 281 | 282 | foreground 283 | #A50081 284 | 285 | 286 | 287 | name 288 | Library function 289 | scope 290 | support.function 291 | settings 292 | 293 | fontStyle 294 | 295 | foreground 296 | #0078B7 297 | 298 | 299 | 300 | name 301 | Library type 302 | scope 303 | support.type 304 | settings 305 | 306 | fontStyle 307 | 308 | foreground 309 | #095187 310 | 311 | 312 | 313 | name 314 | Library constant 315 | scope 316 | support.constant 317 | settings 318 | 319 | fontStyle 320 | 321 | foreground 322 | #4A6600 323 | 324 | 325 | 326 | name 327 | Markup tag 328 | scope 329 | meta.tag, declaration.tag, entity.name.tag, entity.other.attribute-name 330 | settings 331 | 332 | fontStyle 333 | 334 | foreground 335 | #885F00 336 | 337 | 338 | 339 | name 340 | Invalid 341 | scope 342 | invalid 343 | settings 344 | 345 | background 346 | #CC0000 347 | foreground 348 | #FFFFFF 349 | 350 | 351 | 352 | name 353 | String interpolation 354 | scope 355 | constant.character.escaped, constant.character.escape, string source, string source.ruby 356 | settings 357 | 358 | background 359 | #FC00002B 360 | fontStyle 361 | 362 | foreground 363 | #ED0000 364 | 365 | 366 | 367 | name 368 | Diff Add 369 | scope 370 | markup.inserted 371 | settings 372 | 373 | background 374 | #daf2cd 375 | foreground 376 | #260c47 377 | 378 | 379 | 380 | name 381 | Diff Remove 382 | scope 383 | markup.deleted 384 | settings 385 | 386 | background 387 | #f0cdd6 388 | foreground 389 | #260c47 390 | 391 | 392 | 393 | name 394 | Diff Header 395 | scope 396 | meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range 397 | settings 398 | 399 | background 400 | #cdd3f1 401 | foreground 402 | #260c47 403 | fontStyle 404 | 405 | 406 | 407 | 408 | name 409 | Diff Unchanged Line 410 | scope 411 | punctuation.definition.unchanged.diff 412 | settings 413 | 414 | background 415 | #c0a2ee 416 | foreground 417 | #260c47 418 | fontStyle 419 | 420 | 421 | 422 | 423 | name 424 | GitGutter deleted 425 | scope 426 | markup.deleted.git_gutter 427 | settings 428 | 429 | foreground 430 | #E45B3E 431 | 432 | 433 | 434 | name 435 | GitGutter inserted 436 | scope 437 | markup.inserted.git_gutter 438 | settings 439 | 440 | foreground 441 | #4A6600 442 | 443 | 444 | 445 | name 446 | GitGutter changed 447 | scope 448 | markup.changed.git_gutter 449 | settings 450 | 451 | foreground 452 | #885F00 453 | 454 | 455 | 456 | uuid 457 | 2F8D3857-D317-4553-853D-CB6D9CF1D85F 458 | 459 | 460 | -------------------------------------------------------------------------------- /Tubnil.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | name 6 | Tubnil 7 | settings 8 | 9 | 10 | settings 11 | 12 | background 13 | #131415 14 | caret 15 | #FFFFFF 16 | foreground 17 | #DAD6CD 18 | inactiveSelection 19 | #e8b8ff7f 20 | invisibles 21 | #404040 22 | lineHighlight 23 | #7B10552B 24 | selection 25 | #ba44e76d 26 | selectionBorder 27 | #c862e687 28 | 29 | 30 | 31 | name 32 | Source 33 | scope 34 | source 35 | settings 36 | 37 | 38 | 39 | name 40 | Comment 41 | scope 42 | comment 43 | settings 44 | 45 | foreground 46 | #747166 47 | 48 | 49 | 50 | name 51 | Operator 52 | scope 53 | keyword.operator 54 | settings 55 | 56 | foreground 57 | #3D8F9A 58 | 59 | 60 | 61 | name 62 | Keyword 63 | scope 64 | keyword 65 | settings 66 | 67 | foreground 68 | #00D2E5 69 | 70 | 71 | 72 | name 73 | Keyword: Memory 74 | scope 75 | keyword.control.memory,support.function.memory 76 | settings 77 | 78 | background 79 | #351211 80 | foreground 81 | #E23D36 82 | 83 | 84 | 85 | name 86 | Control 87 | scope 88 | keyword.control 89 | settings 90 | 91 | foreground 92 | #CB6A27 93 | 94 | 95 | 96 | name 97 | Control: Import 98 | scope 99 | keyword.control.import 100 | settings 101 | 102 | foreground 103 | #CE3097 104 | 105 | 106 | 107 | name 108 | Storage 109 | scope 110 | storage 111 | settings 112 | 113 | foreground 114 | #E45B3E 115 | 116 | 117 | 118 | name 119 | Function (definition) 120 | scope 121 | entity.name.function, keyword.other.name-of-parameter.objc 122 | settings 123 | 124 | background 125 | #4A0A2F 126 | foreground 127 | #F26FBC 128 | 129 | 130 | 131 | name 132 | Class (definition) 133 | scope 134 | entity.name.type 135 | settings 136 | 137 | background 138 | #4A0A2F 139 | foreground 140 | #F26FBC 141 | 142 | 143 | 144 | name 145 | Namespace (definition) 146 | scope 147 | entity.name.section.namespace 148 | settings 149 | 150 | background 151 | #4A0A2F 152 | foreground 153 | #F26FBC 154 | 155 | 156 | 157 | name 158 | Inherited Class 159 | scope 160 | entity.other.inherited-class 161 | settings 162 | 163 | foreground 164 | #F26FBC 165 | 166 | 167 | 168 | name 169 | Java → Package 170 | scope 171 | meta.package, storage.modifier.package, keyword.other.package 172 | settings 173 | 174 | background 175 | #00312F 176 | foreground 177 | #00F6FF 178 | 179 | 180 | 181 | name 182 | Number 183 | scope 184 | constant.numeric 185 | settings 186 | 187 | foreground 188 | #99CC66 189 | 190 | 191 | 192 | name 193 | Quote 194 | scope 195 | punctuation.definition.string.begin, punctuation.definition.string.end 196 | settings 197 | 198 | foreground 199 | #E882B2 200 | 201 | 202 | 203 | name 204 | Variable 205 | scope 206 | variable.language, variable.other, variable.parameter 207 | settings 208 | 209 | foreground 210 | #3399CC 211 | 212 | 213 | 214 | name 215 | Constant 216 | scope 217 | constant 218 | settings 219 | 220 | foreground 221 | #34A2D9 222 | 223 | 224 | 225 | name 226 | Constant (other variable) 227 | scope 228 | variable.other.constant 229 | settings 230 | 231 | foreground 232 | #9ED34E 233 | 234 | 235 | 236 | name 237 | Constant (built-in) 238 | scope 239 | constant.language 240 | settings 241 | 242 | foreground 243 | #3399CC 244 | 245 | 246 | 247 | name 248 | String 249 | scope 250 | string 251 | settings 252 | 253 | foreground 254 | #A9D158 255 | 256 | 257 | 258 | name 259 | Library function 260 | scope 261 | support.function 262 | settings 263 | 264 | foreground 265 | #7ACA3B 266 | 267 | 268 | 269 | name 270 | Library type 271 | scope 272 | support.type 273 | settings 274 | 275 | foreground 276 | #6E9CBE 277 | 278 | 279 | 280 | name 281 | Library constant 282 | scope 283 | support.constant 284 | settings 285 | 286 | foreground 287 | #99CC33 288 | 289 | 290 | 291 | name 292 | Markup tag 293 | scope 294 | meta.tag, declaration.tag, entity.name.tag, entity.other.attribute-name 295 | settings 296 | 297 | foreground 298 | #7f8ee5 299 | 300 | 301 | 302 | name 303 | Invalid 304 | scope 305 | invalid 306 | settings 307 | 308 | background 309 | #CC0000 310 | foreground 311 | #FFFFFF 312 | 313 | 314 | 315 | name 316 | String interpolation 317 | scope 318 | constant.character.escaped, constant.character.escape, string source, string source.ruby 319 | settings 320 | 321 | foreground 322 | #797BE6 323 | 324 | 325 | 326 | name 327 | Git-Diff Background 328 | scope 329 | meta.diff.git-commit 330 | settings 331 | 332 | background 333 | #22172b 334 | 335 | 336 | 337 | name 338 | Diff Add 339 | scope 340 | markup.inserted 341 | settings 342 | 343 | background 344 | #11401b 345 | foreground 346 | #cae297 347 | 348 | 349 | 350 | name 351 | Diff Remove 352 | scope 353 | markup.deleted 354 | settings 355 | 356 | background 357 | #531c16 358 | foreground 359 | #fdc3ba 360 | 361 | 362 | 363 | name 364 | Diff Header 365 | scope 366 | meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range 367 | settings 368 | 369 | background 370 | #0b437a 371 | 372 | 373 | 374 | name 375 | Diff Unchanged Line 376 | scope 377 | punctuation.definition.unchanged.diff 378 | settings 379 | 380 | background 381 | #4e1c6b 382 | 383 | 384 | 385 | name 386 | Diff Change 387 | scope 388 | markup.changed 389 | settings 390 | 391 | background 392 | #49410d 393 | foreground 394 | #f3e09c 395 | 396 | 397 | 398 | name 399 | GitGutter deleted 400 | scope 401 | markup.deleted.git_gutter 402 | settings 403 | 404 | foreground 405 | #E45B3E 406 | 407 | 408 | 409 | name 410 | GitGutter inserted 411 | scope 412 | markup.inserted.git_gutter 413 | settings 414 | 415 | foreground 416 | #A9D158 417 | 418 | 419 | 420 | name 421 | GitGutter changed 422 | scope 423 | markup.changed.git_gutter 424 | settings 425 | 426 | foreground 427 | #FFCC33 428 | 429 | 430 | 431 | name 432 | Embedded Source 433 | scope 434 | source source 435 | settings 436 | 437 | background 438 | #ffffff08 439 | 440 | 441 | 442 | uuid 443 | 02019C6E-C747-44D5-94B5-110B867C1C22 444 | 445 | 446 | -------------------------------------------------------------------------------- /Widget - Ayin.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | author 6 | Noel Cower 7 | comment 8 | A widget theme for the UI components of the Ayin theme. 9 | name 10 | Ayin - Widget Theme 11 | settings 12 | 13 | 14 | settings 15 | 16 | background 17 | #ffffff 18 | caret 19 | #495f8e 20 | foreground 21 | #464646 22 | invisibles 23 | #c7dce7 24 | selection 25 | #dbadf4 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /Widget - Ayin.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Theme - Nil/Widget - Ayin.stTheme", 3 | "draw_shadows": false 4 | } 5 | -------------------------------------------------------------------------------- /Widget - Nil.stTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | author 6 | Noel Cower 7 | comment 8 | A widget theme for the UI components of the Nil theme. 9 | name 10 | Nil - Widget Theme 11 | settings 12 | 13 | 14 | settings 15 | 16 | background 17 | #161616 18 | caret 19 | #00c6fc 20 | foreground 21 | #f0f0f0 22 | invisibles 23 | #c7dce7 24 | selection 25 | #5d1487 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /Widget - Nil.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "color_scheme": "Packages/Theme - Nil/Widget - Nil.stTheme", 3 | "draw_shadows": false 4 | } 5 | -------------------------------------------------------------------------------- /assets/arrows/arrow-down-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/arrow-down-hover.png -------------------------------------------------------------------------------- /assets/arrows/arrow-down-hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/arrow-down-hover@2x.png -------------------------------------------------------------------------------- /assets/arrows/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/arrow-down.png -------------------------------------------------------------------------------- /assets/arrows/arrow-down@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/arrow-down@2x.png -------------------------------------------------------------------------------- /assets/arrows/arrow-right-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/arrow-right-hover.png -------------------------------------------------------------------------------- /assets/arrows/arrow-right-hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/arrow-right-hover@2x.png -------------------------------------------------------------------------------- /assets/arrows/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/arrow-right.png -------------------------------------------------------------------------------- /assets/arrows/arrow-right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/arrow-right@2x.png -------------------------------------------------------------------------------- /assets/arrows/folder-closed-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/folder-closed-hover.png -------------------------------------------------------------------------------- /assets/arrows/folder-closed-hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/folder-closed-hover@2x.png -------------------------------------------------------------------------------- /assets/arrows/folder-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/folder-closed.png -------------------------------------------------------------------------------- /assets/arrows/folder-closed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/folder-closed@2x.png -------------------------------------------------------------------------------- /assets/arrows/folder-open-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/folder-open-hover.png -------------------------------------------------------------------------------- /assets/arrows/folder-open-hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/folder-open-hover@2x.png -------------------------------------------------------------------------------- /assets/arrows/folder-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/folder-open.png -------------------------------------------------------------------------------- /assets/arrows/folder-open@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/arrows/folder-open@2x.png -------------------------------------------------------------------------------- /assets/ayin/btn-large-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/btn-large-active.png -------------------------------------------------------------------------------- /assets/ayin/btn-large-active@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/btn-large-active@2x.png -------------------------------------------------------------------------------- /assets/ayin/btn-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/btn-large.png -------------------------------------------------------------------------------- /assets/ayin/btn-large@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/btn-large@2x.png -------------------------------------------------------------------------------- /assets/ayin/button.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/button.psd -------------------------------------------------------------------------------- /assets/ayin/button@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/button@2x.psd -------------------------------------------------------------------------------- /assets/ayin/panel-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/panel-bg.png -------------------------------------------------------------------------------- /assets/ayin/panel-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/panel-bg@2x.png -------------------------------------------------------------------------------- /assets/ayin/qp-row-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/qp-row-selected.png -------------------------------------------------------------------------------- /assets/ayin/qp-row-selected.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/qp-row-selected.psd -------------------------------------------------------------------------------- /assets/ayin/qp-row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/qp-row.png -------------------------------------------------------------------------------- /assets/ayin/quickpanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/quickpanel.png -------------------------------------------------------------------------------- /assets/ayin/quickpanel.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/quickpanel.psd -------------------------------------------------------------------------------- /assets/ayin/quickpanel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/quickpanel@2x.png -------------------------------------------------------------------------------- /assets/ayin/quickpanel@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/quickpanel@2x.psd -------------------------------------------------------------------------------- /assets/ayin/scrollbar/bar-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/scrollbar/bar-horizontal.png -------------------------------------------------------------------------------- /assets/ayin/scrollbar/bar-horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/scrollbar/bar-horizontal@2x.png -------------------------------------------------------------------------------- /assets/ayin/scrollbar/bar-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/scrollbar/bar-vertical.png -------------------------------------------------------------------------------- /assets/ayin/scrollbar/bar-vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/scrollbar/bar-vertical@2x.png -------------------------------------------------------------------------------- /assets/ayin/scrollbar/well-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/scrollbar/well-corner.png -------------------------------------------------------------------------------- /assets/ayin/scrollbar/well-corner@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/scrollbar/well-corner@2x.png -------------------------------------------------------------------------------- /assets/ayin/scrollbar/well-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/scrollbar/well-horizontal.png -------------------------------------------------------------------------------- /assets/ayin/scrollbar/well-horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/scrollbar/well-horizontal@2x.png -------------------------------------------------------------------------------- /assets/ayin/scrollbar/well-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/scrollbar/well-vertical.png -------------------------------------------------------------------------------- /assets/ayin/scrollbar/well-vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/scrollbar/well-vertical@2x.png -------------------------------------------------------------------------------- /assets/ayin/status-bar-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/status-bar-bg.png -------------------------------------------------------------------------------- /assets/ayin/status-bar-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/status-bar-bg@2x.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-active-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-active-modified.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-active-modified@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-active-modified@2x.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-active.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-active@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-active@2x.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-buttons@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-buttons@2x.psd -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-hover-dirty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-hover-dirty.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-hover-dirty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-hover-dirty@2x.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-hover.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-hover@2x.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-inactive-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-inactive-modified.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-inactive-modified@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-inactive-modified@2x.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-inactive.png -------------------------------------------------------------------------------- /assets/ayin/tabs/tab-inactive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabs/tab-inactive@2x.png -------------------------------------------------------------------------------- /assets/ayin/tabset-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabset-bg.png -------------------------------------------------------------------------------- /assets/ayin/tabset-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tabset-bg@2x.png -------------------------------------------------------------------------------- /assets/ayin/text-field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/text-field.png -------------------------------------------------------------------------------- /assets/ayin/text-field.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/text-field.psd -------------------------------------------------------------------------------- /assets/ayin/text-field@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/text-field@2x.png -------------------------------------------------------------------------------- /assets/ayin/text-field@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/text-field@2x.psd -------------------------------------------------------------------------------- /assets/ayin/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tooltip.png -------------------------------------------------------------------------------- /assets/ayin/tree/row-active-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tree/row-active-modified.png -------------------------------------------------------------------------------- /assets/ayin/tree/row-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tree/row-active.png -------------------------------------------------------------------------------- /assets/ayin/tree/row-inactive-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/ayin/tree/row-inactive-modified.png -------------------------------------------------------------------------------- /assets/dark/btn-large-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/btn-large-active.png -------------------------------------------------------------------------------- /assets/dark/btn-large-active@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/btn-large-active@2x.png -------------------------------------------------------------------------------- /assets/dark/btn-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/btn-large.png -------------------------------------------------------------------------------- /assets/dark/btn-large@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/btn-large@2x.png -------------------------------------------------------------------------------- /assets/dark/button.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/button.psd -------------------------------------------------------------------------------- /assets/dark/panel-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/panel-bg.png -------------------------------------------------------------------------------- /assets/dark/panel-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/panel-bg@2x.png -------------------------------------------------------------------------------- /assets/dark/qp-row-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/qp-row-selected.png -------------------------------------------------------------------------------- /assets/dark/qp-row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/qp-row.png -------------------------------------------------------------------------------- /assets/dark/quickpanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/quickpanel.png -------------------------------------------------------------------------------- /assets/dark/quickpanel.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/quickpanel.psd -------------------------------------------------------------------------------- /assets/dark/quickpanel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/quickpanel@2x.png -------------------------------------------------------------------------------- /assets/dark/quickpanel@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/quickpanel@2x.psd -------------------------------------------------------------------------------- /assets/dark/row-active-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/row-active-modified.png -------------------------------------------------------------------------------- /assets/dark/row-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/row-active.png -------------------------------------------------------------------------------- /assets/dark/row-inactive-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/row-inactive-modified.png -------------------------------------------------------------------------------- /assets/dark/scrollbar/bar-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/scrollbar/bar-horizontal.png -------------------------------------------------------------------------------- /assets/dark/scrollbar/bar-horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/scrollbar/bar-horizontal@2x.png -------------------------------------------------------------------------------- /assets/dark/scrollbar/bar-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/scrollbar/bar-vertical.png -------------------------------------------------------------------------------- /assets/dark/scrollbar/bar-vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/scrollbar/bar-vertical@2x.png -------------------------------------------------------------------------------- /assets/dark/scrollbar/well-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/scrollbar/well-corner.png -------------------------------------------------------------------------------- /assets/dark/scrollbar/well-corner@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/scrollbar/well-corner@2x.png -------------------------------------------------------------------------------- /assets/dark/scrollbar/well-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/scrollbar/well-horizontal.png -------------------------------------------------------------------------------- /assets/dark/scrollbar/well-horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/scrollbar/well-horizontal@2x.png -------------------------------------------------------------------------------- /assets/dark/scrollbar/well-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/scrollbar/well-vertical.png -------------------------------------------------------------------------------- /assets/dark/scrollbar/well-vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/scrollbar/well-vertical@2x.png -------------------------------------------------------------------------------- /assets/dark/status-bar-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/status-bar-bg.png -------------------------------------------------------------------------------- /assets/dark/status-bar-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/status-bar-bg@2x.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-active-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-active-modified.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-active-modified@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-active-modified@2x.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-active.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-active@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-active@2x.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-hover-dirty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-hover-dirty.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-hover-dirty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-hover-dirty@2x.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-hover.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-hover@2x.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-inactive-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-inactive-modified.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-inactive-modified@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-inactive-modified@2x.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-inactive.png -------------------------------------------------------------------------------- /assets/dark/tabs/tab-inactive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabs/tab-inactive@2x.png -------------------------------------------------------------------------------- /assets/dark/tabset-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabset-bg.png -------------------------------------------------------------------------------- /assets/dark/tabset-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tabset-bg@2x.png -------------------------------------------------------------------------------- /assets/dark/text-field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/text-field.png -------------------------------------------------------------------------------- /assets/dark/text-field.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/text-field.psd -------------------------------------------------------------------------------- /assets/dark/text-field@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/text-field@2x.png -------------------------------------------------------------------------------- /assets/dark/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/dark/tooltip.png -------------------------------------------------------------------------------- /assets/glyphs/bg-center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/bg-center.png -------------------------------------------------------------------------------- /assets/glyphs/bg-center@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/bg-center@2x.png -------------------------------------------------------------------------------- /assets/glyphs/bg-isolated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/bg-isolated.png -------------------------------------------------------------------------------- /assets/glyphs/bg-isolated@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/bg-isolated@2x.png -------------------------------------------------------------------------------- /assets/glyphs/bg-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/bg-left.png -------------------------------------------------------------------------------- /assets/glyphs/bg-left@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/bg-left@2x.png -------------------------------------------------------------------------------- /assets/glyphs/bg-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/bg-right.png -------------------------------------------------------------------------------- /assets/glyphs/bg-right@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/bg-right@2x.png -------------------------------------------------------------------------------- /assets/glyphs/buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/buffer.png -------------------------------------------------------------------------------- /assets/glyphs/buffer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/buffer@2x.png -------------------------------------------------------------------------------- /assets/glyphs/case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/case.png -------------------------------------------------------------------------------- /assets/glyphs/case@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/case@2x.png -------------------------------------------------------------------------------- /assets/glyphs/context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/context.png -------------------------------------------------------------------------------- /assets/glyphs/context@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/context@2x.png -------------------------------------------------------------------------------- /assets/glyphs/highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/highlight.png -------------------------------------------------------------------------------- /assets/glyphs/highlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/highlight@2x.png -------------------------------------------------------------------------------- /assets/glyphs/in-selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/in-selection.png -------------------------------------------------------------------------------- /assets/glyphs/in-selection@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/in-selection@2x.png -------------------------------------------------------------------------------- /assets/glyphs/preserve-case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/preserve-case.png -------------------------------------------------------------------------------- /assets/glyphs/preserve-case@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/preserve-case@2x.png -------------------------------------------------------------------------------- /assets/glyphs/regex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/regex.png -------------------------------------------------------------------------------- /assets/glyphs/regex@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/regex@2x.png -------------------------------------------------------------------------------- /assets/glyphs/reverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/reverse.png -------------------------------------------------------------------------------- /assets/glyphs/reverse@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/reverse@2x.png -------------------------------------------------------------------------------- /assets/glyphs/seg-isolated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/seg-isolated.png -------------------------------------------------------------------------------- /assets/glyphs/seg-isolated@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/seg-isolated@2x.png -------------------------------------------------------------------------------- /assets/glyphs/word-only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/word-only.png -------------------------------------------------------------------------------- /assets/glyphs/word-only@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/word-only@2x.png -------------------------------------------------------------------------------- /assets/glyphs/wrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/wrap.png -------------------------------------------------------------------------------- /assets/glyphs/wrap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/glyphs/wrap@2x.png -------------------------------------------------------------------------------- /assets/jack/btn-large-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/btn-large-active.png -------------------------------------------------------------------------------- /assets/jack/btn-large-active@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/btn-large-active@2x.png -------------------------------------------------------------------------------- /assets/jack/btn-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/btn-large.png -------------------------------------------------------------------------------- /assets/jack/btn-large@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/btn-large@2x.png -------------------------------------------------------------------------------- /assets/jack/button.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/button.psd -------------------------------------------------------------------------------- /assets/jack/button@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/button@2x.psd -------------------------------------------------------------------------------- /assets/jack/icons/buffer-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/buffer-off.png -------------------------------------------------------------------------------- /assets/jack/icons/buffer-off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/buffer-off@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/buffer-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/buffer-on.png -------------------------------------------------------------------------------- /assets/jack/icons/buffer-on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/buffer-on@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/case-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/case-off.png -------------------------------------------------------------------------------- /assets/jack/icons/case-off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/case-off@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/case-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/case-on.png -------------------------------------------------------------------------------- /assets/jack/icons/case-on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/case-on@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/context-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/context-off.png -------------------------------------------------------------------------------- /assets/jack/icons/context-off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/context-off@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/context-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/context-on.png -------------------------------------------------------------------------------- /assets/jack/icons/context-on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/context-on@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/highlight-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/highlight-off.png -------------------------------------------------------------------------------- /assets/jack/icons/highlight-off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/highlight-off@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/highlight-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/highlight-on.png -------------------------------------------------------------------------------- /assets/jack/icons/highlight-on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/highlight-on@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/preserve-case-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/preserve-case-off.png -------------------------------------------------------------------------------- /assets/jack/icons/preserve-case-off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/preserve-case-off@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/preserve-case-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/preserve-case-on.png -------------------------------------------------------------------------------- /assets/jack/icons/preserve-case-on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/preserve-case-on@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/regex-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/regex-off.png -------------------------------------------------------------------------------- /assets/jack/icons/regex-off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/regex-off@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/regex-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/regex-on.png -------------------------------------------------------------------------------- /assets/jack/icons/regex-on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/regex-on@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/reverse-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/reverse-off.png -------------------------------------------------------------------------------- /assets/jack/icons/reverse-off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/reverse-off@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/reverse-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/reverse-on.png -------------------------------------------------------------------------------- /assets/jack/icons/reverse-on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/reverse-on@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/selection-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/selection-off.png -------------------------------------------------------------------------------- /assets/jack/icons/selection-off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/selection-off@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/selection-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/selection-on.png -------------------------------------------------------------------------------- /assets/jack/icons/selection-on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/selection-on@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/whole-word-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/whole-word-off.png -------------------------------------------------------------------------------- /assets/jack/icons/whole-word-off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/whole-word-off@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/whole-word-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/whole-word-on.png -------------------------------------------------------------------------------- /assets/jack/icons/whole-word-on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/whole-word-on@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/wrap-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/wrap-off.png -------------------------------------------------------------------------------- /assets/jack/icons/wrap-off@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/wrap-off@2x.png -------------------------------------------------------------------------------- /assets/jack/icons/wrap-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/wrap-on.png -------------------------------------------------------------------------------- /assets/jack/icons/wrap-on@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/icons/wrap-on@2x.png -------------------------------------------------------------------------------- /assets/jack/panel-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/panel-bg.png -------------------------------------------------------------------------------- /assets/jack/panel-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/panel-bg@2x.png -------------------------------------------------------------------------------- /assets/jack/qp-row-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/qp-row-selected.png -------------------------------------------------------------------------------- /assets/jack/qp-row-selected.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/qp-row-selected.psd -------------------------------------------------------------------------------- /assets/jack/qp-row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/qp-row.png -------------------------------------------------------------------------------- /assets/jack/quickpanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/quickpanel.png -------------------------------------------------------------------------------- /assets/jack/quickpanel.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/quickpanel.psd -------------------------------------------------------------------------------- /assets/jack/quickpanel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/quickpanel@2x.png -------------------------------------------------------------------------------- /assets/jack/quickpanel@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/quickpanel@2x.psd -------------------------------------------------------------------------------- /assets/jack/scrollbar/bar-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/scrollbar/bar-horizontal.png -------------------------------------------------------------------------------- /assets/jack/scrollbar/bar-horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/scrollbar/bar-horizontal@2x.png -------------------------------------------------------------------------------- /assets/jack/scrollbar/bar-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/scrollbar/bar-vertical.png -------------------------------------------------------------------------------- /assets/jack/scrollbar/bar-vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/scrollbar/bar-vertical@2x.png -------------------------------------------------------------------------------- /assets/jack/scrollbar/well-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/scrollbar/well-corner.png -------------------------------------------------------------------------------- /assets/jack/scrollbar/well-corner@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/scrollbar/well-corner@2x.png -------------------------------------------------------------------------------- /assets/jack/scrollbar/well-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/scrollbar/well-horizontal.png -------------------------------------------------------------------------------- /assets/jack/scrollbar/well-horizontal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/scrollbar/well-horizontal@2x.png -------------------------------------------------------------------------------- /assets/jack/scrollbar/well-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/scrollbar/well-vertical.png -------------------------------------------------------------------------------- /assets/jack/scrollbar/well-vertical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/scrollbar/well-vertical@2x.png -------------------------------------------------------------------------------- /assets/jack/status-bar-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/status-bar-bg.png -------------------------------------------------------------------------------- /assets/jack/status-bar-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/status-bar-bg@2x.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-active-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-active-modified.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-active-modified@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-active-modified@2x.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-active.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-active@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-active@2x.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-hover-dirty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-hover-dirty.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-hover-dirty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-hover-dirty@2x.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-hover.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-hover@2x.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-inactive-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-inactive-modified.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-inactive-modified@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-inactive-modified@2x.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-inactive.png -------------------------------------------------------------------------------- /assets/jack/tabs/tab-inactive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabs/tab-inactive@2x.png -------------------------------------------------------------------------------- /assets/jack/tabset-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabset-bg.png -------------------------------------------------------------------------------- /assets/jack/tabset-bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tabset-bg@2x.png -------------------------------------------------------------------------------- /assets/jack/text-field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/text-field.png -------------------------------------------------------------------------------- /assets/jack/text-field.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/text-field.psd -------------------------------------------------------------------------------- /assets/jack/text-field@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/text-field@2x.png -------------------------------------------------------------------------------- /assets/jack/text-field@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/text-field@2x.psd -------------------------------------------------------------------------------- /assets/jack/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tooltip.png -------------------------------------------------------------------------------- /assets/jack/tree/row-active-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tree/row-active-modified.png -------------------------------------------------------------------------------- /assets/jack/tree/row-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tree/row-active.png -------------------------------------------------------------------------------- /assets/jack/tree/row-inactive-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/jack/tree/row-inactive-modified.png -------------------------------------------------------------------------------- /assets/overlay/overlay_bar_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/overlay/overlay_bar_horizontal.png -------------------------------------------------------------------------------- /assets/overlay/overlay_bar_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/overlay/overlay_bar_vertical.png -------------------------------------------------------------------------------- /assets/overlay/overlay_dark_thumb_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/overlay/overlay_dark_thumb_horizontal.png -------------------------------------------------------------------------------- /assets/overlay/overlay_dark_thumb_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/overlay/overlay_dark_thumb_vertical.png -------------------------------------------------------------------------------- /assets/overlay/overlay_thumb_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/overlay/overlay_thumb_horizontal.png -------------------------------------------------------------------------------- /assets/overlay/overlay_thumb_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/overlay/overlay_thumb_vertical.png -------------------------------------------------------------------------------- /assets/src/arrows.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/arrows.psd -------------------------------------------------------------------------------- /assets/src/folder.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/folder.psd -------------------------------------------------------------------------------- /assets/src/folder@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/folder@2x.psd -------------------------------------------------------------------------------- /assets/src/icon-buffer.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-buffer.psd -------------------------------------------------------------------------------- /assets/src/icon-buffer@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-buffer@2x.psd -------------------------------------------------------------------------------- /assets/src/icon-case-on.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-case-on.psd -------------------------------------------------------------------------------- /assets/src/icon-case-on@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-case-on@2x.psd -------------------------------------------------------------------------------- /assets/src/icon-context.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-context.psd -------------------------------------------------------------------------------- /assets/src/icon-highlight.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-highlight.psd -------------------------------------------------------------------------------- /assets/src/icon-highlight@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-highlight@2x.psd -------------------------------------------------------------------------------- /assets/src/icon-preserve-case.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-preserve-case.psd -------------------------------------------------------------------------------- /assets/src/icon-preserve-case@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-preserve-case@2x.psd -------------------------------------------------------------------------------- /assets/src/icon-regex.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-regex.psd -------------------------------------------------------------------------------- /assets/src/icon-reverse.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-reverse.psd -------------------------------------------------------------------------------- /assets/src/icon-selection.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-selection.psd -------------------------------------------------------------------------------- /assets/src/icon-selection@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-selection@2x.psd -------------------------------------------------------------------------------- /assets/src/icon-whole-word.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-whole-word.psd -------------------------------------------------------------------------------- /assets/src/icon-wrap.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-wrap.psd -------------------------------------------------------------------------------- /assets/src/icon-wrap@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/icon-wrap@2x.psd -------------------------------------------------------------------------------- /assets/src/tab-buttons@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/tab-buttons@2x.psd -------------------------------------------------------------------------------- /assets/src/tab.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/tab.psd -------------------------------------------------------------------------------- /assets/src/tab@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/src/tab@2x.psd -------------------------------------------------------------------------------- /assets/tab-buttons/tab-button-close-dirty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/tab-buttons/tab-button-close-dirty.png -------------------------------------------------------------------------------- /assets/tab-buttons/tab-button-close-dirty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/tab-buttons/tab-button-close-dirty@2x.png -------------------------------------------------------------------------------- /assets/tab-buttons/tab-button-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/tab-buttons/tab-button-close-hover.png -------------------------------------------------------------------------------- /assets/tab-buttons/tab-button-close-hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/tab-buttons/tab-button-close-hover@2x.png -------------------------------------------------------------------------------- /assets/tab-buttons/tab-button-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/tab-buttons/tab-button-close.png -------------------------------------------------------------------------------- /assets/tab-buttons/tab-button-close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/tab-buttons/tab-button-close@2x.png -------------------------------------------------------------------------------- /assets/tab-buttons/tab-button-dirty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/tab-buttons/tab-button-dirty.png -------------------------------------------------------------------------------- /assets/tab-buttons/tab-button-dirty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/assets/tab-buttons/tab-button-dirty@2x.png -------------------------------------------------------------------------------- /dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/dark.png -------------------------------------------------------------------------------- /light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilium/st2-nil-theme/73a3d510efe28361a47df1476a58fce2d36a3920/light.png --------------------------------------------------------------------------------