├── INSTALL.md ├── LICENSE ├── README.md ├── nord.gpl ├── package.json ├── screenshot.png ├── screenshot2.png ├── screenshot3.png └── theme ├── sheet.aseprite-data ├── sheet.png └── theme.xml /INSTALL.md: -------------------------------------------------------------------------------- 1 | # [Aseprite](http://www.aseprite.org) 2 | 3 | ## Downloading using Git 4 | 5 | If you are a git user, you can install the theme and keep up to date by cloning the repo into your Aseprite extension folder: 6 | 7 | ```bash 8 | git clone https://github.com/marsn3/aseprite-nord.git 9 | ``` 10 | 11 | You can also download using the [GitHub .zip download](https://github.com/marsn3/aseprite-nord/archive/master.zip) option and unzip it. 12 | 13 | ### Activating the theme 14 | 15 | You can skip Instructions 2-6 if you cloned it directly into your extension folder. 16 | 17 | 1. Open Aseprite 18 | 2. Navigate to **Edit ⇒ Preferences... ⇒ Extensions** 19 | 3. Click **Add Extension** 20 | 4. Navigate to the downloaded .zip file 21 | 5. Select it 22 | 6. Click **OK** 23 | 7. Navigate to **Edit ⇒ Preferences... ⇒ Theme** 24 | 8. Select the theme from the list 25 | 9. Click **Select** 26 | 10. Theme will be applied immediately 27 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License (MIT) 2 | 3 | Copyright (c) 2016-present Arctic Ice Studio (https://www.arcticicestudio.com) 4 | Copyright (c) 2016-present Sven Greb (https://www.svengreb.de) 5 | 6 | Permission is hereby granted, free of charge, to any person obtaining a copy 7 | of this software and associated documentation files (the "Software"), to deal 8 | in the Software without restriction, including without limitation the rights 9 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10 | copies of the Software, and to permit persons to whom the Software is 11 | furnished to do so, subject to the following conditions: 12 | 13 | The above copyright notice and this permission notice shall be included in all 14 | copies or substantial portions of the Software. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 22 | SOFTWARE. 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Nord for [Aseprite](https://www.aseprite.org/) 2 | 3 | > A dark theme for [Aseprite](https://www.aseprite.org/). 4 | 5 | ![Screenshot](./screenshot.png) 6 | 7 | ![Screenshot](./screenshot2.png) 8 | 9 | Also includes the Nord color palette: 10 | 11 | ![Screenshot](./screenshot3.png) 12 | 13 | ## Install 14 | 15 | All instructions can be found in [INSTALL.md](./INSTALL.md). 16 | 17 | ### Help 18 | 19 | If you find anything which doesn't fit into the theme or have any suggestions, feel free to open an [Issue on GitHub](https://github.com/marsn3/aseprite-nord/issues/new "New Issue · marsn3/aseprite-nord"). 20 | 21 | #### License 22 | 23 | This theme is based on [Aseprite Than](https://tungkradle.github.io/aseprite-than/) by [tungkradle](https://github.com/tungkradle/) and the default theme of [Aseprite](http://aseprite.org "Aseprite - Animated sprite editor & pixel art tool") by Ilija Melentijevic & David Capello. 24 | Therefore the [Aseprite Eula](https://github.com/aseprite/aseprite/blob/master/EULA.txt "aseprite/EULA.txt at master · aseprite/aseprite") applies on this project, too. 25 | 26 | The Nord theme is subject to the [MIT License](./LICENSE). 27 | -------------------------------------------------------------------------------- /nord.gpl: -------------------------------------------------------------------------------- 1 | GIMP Palette 2 | Name: Nord 3 | Columns: 1 4 | # 5 | 46 52 64 nord0 6 | 59 66 82 nord1 7 | 67 76 94 nord2 8 | 76 86 106 nord3 9 | 216 222 233 nord4 10 | 229 233 240 nord5 11 | 236 239 244 nord6 12 | 143 188 187 nord7 13 | 136 192 208 nord8 14 | 129 161 193 nord9 15 | 94 129 172 nord10 16 | 191 97 106 nord11 17 | 208 135 112 nord12 18 | 235 203 139 nord13 19 | 163 190 140 nord14 20 | 180 142 173 nord15 21 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "aseprite-nord", 3 | "displayName": "Nord - A dark theme for Aseprite", 4 | "description": "Based on Aseprite Than by (C) Tung Le and Default theme by (C) David Capello and Ilija Melentijevic", 5 | "version": "1.0", 6 | "author": { "name": "Marsn3", "url": "https://github.com/marsn3/aseprite-nord" }, 7 | "publisher": "aseprite", 8 | "license": "MIT", 9 | "categories": [ 10 | "Themes" 11 | ], 12 | "contributes": { 13 | "themes": [ 14 | { "id": "Nord", "path": "./theme" } 15 | ], 16 | "palettes":[ 17 | {"id":"Nord", "path":"./nord.gpl"} 18 | ] 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marsn3/aseprite-nord/919d9e230ef397f05a4caa870585c99639451d63/screenshot.png -------------------------------------------------------------------------------- /screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marsn3/aseprite-nord/919d9e230ef397f05a4caa870585c99639451d63/screenshot2.png -------------------------------------------------------------------------------- /screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marsn3/aseprite-nord/919d9e230ef397f05a4caa870585c99639451d63/screenshot3.png -------------------------------------------------------------------------------- /theme/sheet.aseprite-data: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /theme/sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marsn3/aseprite-nord/919d9e230ef397f05a4caa870585c99639451d63/theme/sheet.png -------------------------------------------------------------------------------- /theme/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 409 | 413 | 417 | 424 | 430 | 436 | 442 | 448 | 452 | 455 | 458 | 463 | 466 | 469 | 472 | 476 | 480 | 485 | 489 | 493 | 502 | 507 | 512 | 516 | 520 | 532 | 544 | 556 | 565 | 571 | 577 | 586 | 591 | 596 | 601 | 605 | 611 | 617 | 620 | 625 | 630 | 633 | 641 | 644 | 651 | 655 | 658 | 661 | 665 | 669 | 673 | 677 | 680 | 683 | 689 | 693 | 699 | 702 | 706 | 711 | 716 | 720 | 729 | 734 | 737 | 744 | 750 | 756 | 762 | 768 | 773 | 778 | 783 | 788 | 795 | 802 | 809 | 813 | 817 | 821 | 825 | 829 | 833 | 836 | 839 | 842 | 847 | 852 | 855 | 858 | 861 | 864 | 867 | 871 | 874 | 877 | 880 | 887 | 890 | 894 | 900 | 909 | 914 | 915 | 916 | --------------------------------------------------------------------------------