Merge branch 'release/0.12'

This commit is contained in:
Jonny Barnes 2017-11-07 16:54:54 +00:00
commit 799b2fa518
204 changed files with 3403 additions and 1512 deletions

View file

@ -7,7 +7,6 @@ cache:
- apt - apt
addons: addons:
chrome: stable
postgresql: "9.6" postgresql: "9.6"
apt: apt:
sources: sources:
@ -17,6 +16,7 @@ addons:
- realpath - realpath
- postgresql-9.6-postgis-2.3 - postgresql-9.6-postgis-2.3
- imagemagick - imagemagick
#- google-chrome-stable
artifacts: artifacts:
s3_region: "eu-west-1" s3_region: "eu-west-1"
paths: paths:
@ -54,9 +54,10 @@ before_script:
- php artisan key:generate - php artisan key:generate
- php artisan migrate - php artisan migrate
- php artisan db:seed - php artisan db:seed
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost:8000 & #- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost:8000 &
#- sleep 5
script: script:
- php vendor/bin/phpunit --coverage-text - php vendor/bin/phpunit --coverage-text
- php artisan dusk #- php artisan dusk
- php vendor/bin/security-checker security:check ./composer.lock --end-point=http://security.sensiolabs.org/check_lock - php vendor/bin/security-checker security:check ./composer.lock --end-point=http://security.sensiolabs.org/check_lock

View file

@ -0,0 +1,15 @@
<?php
namespace App\Http\Controllers;
class SessionStoreController extends Controller
{
public function saveColour()
{
$css = request()->input('css');
session(['css' => $css]);
return ['status' => 'ok'];
}
}

View file

@ -1,7 +1,13 @@
# Changelog # Changelog
## Version 0.12 (2017-11-07)
- New style
- Here we improve the sass code as well, better modularisation
- Colour schemes are now selectable and stored in the session
- Added a typekit font again
## Version 0.11.2 (2017-10-22) ## Version 0.11.2 (2017-10-22)
- This hotfix removes reference to a de package not installed on production - This hotfix removes reference to a dev package not installed on production
## Version 0.11.1 (2017-10-22) ## Version 0.11.1 (2017-10-22)
- Improve eloquent queries for rendering notes with contacts - Improve eloquent queries for rendering notes with contacts

160
composer.lock generated
View file

@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.36.29", "version": "3.37.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "210958295921f0004d0fdc38bc9aefe33ef2a3de" "reference": "24031a1ffbcd26dea0e55662198a3f5454e02cff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/210958295921f0004d0fdc38bc9aefe33ef2a3de", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/24031a1ffbcd26dea0e55662198a3f5454e02cff",
"reference": "210958295921f0004d0fdc38bc9aefe33ef2a3de", "reference": "24031a1ffbcd26dea0e55662198a3f5454e02cff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -84,7 +84,7 @@
"s3", "s3",
"sdk" "sdk"
], ],
"time": "2017-10-18T18:46:11+00:00" "time": "2017-11-07T00:13:20+00:00"
}, },
{ {
"name": "barnabywalters/mf-cleaner", "name": "barnabywalters/mf-cleaner",
@ -1465,16 +1465,16 @@
}, },
{ {
"name": "indieauth/client", "name": "indieauth/client",
"version": "0.2.2", "version": "0.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/indieweb/indieauth-client-php.git", "url": "https://github.com/indieweb/indieauth-client-php.git",
"reference": "225ece31ddafaee3348eabdc915422c457498a84" "reference": "f04cb872dd6f1f1bcc7d02b8b543aea0b7c0851f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/225ece31ddafaee3348eabdc915422c457498a84", "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/f04cb872dd6f1f1bcc7d02b8b543aea0b7c0851f",
"reference": "225ece31ddafaee3348eabdc915422c457498a84", "reference": "f04cb872dd6f1f1bcc7d02b8b543aea0b7c0851f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1500,7 +1500,7 @@
} }
], ],
"description": "IndieAuth Client Library", "description": "IndieAuth Client Library",
"time": "2017-07-01T15:43:45+00:00" "time": "2017-10-27T20:42:01+00:00"
}, },
{ {
"name": "indieweb/link-rel-parser", "name": "indieweb/link-rel-parser",
@ -1940,16 +1940,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.5.17", "version": "v5.5.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "3a16d196bd8d2b7761c9b0060a30a3687c3ea201" "reference": "c678100e84934ec85c9f8bc26bd0a60222682719"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/3a16d196bd8d2b7761c9b0060a30a3687c3ea201", "url": "https://api.github.com/repos/laravel/framework/zipball/c678100e84934ec85c9f8bc26bd0a60222682719",
"reference": "3a16d196bd8d2b7761c9b0060a30a3687c3ea201", "reference": "c678100e84934ec85c9f8bc26bd0a60222682719",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1990,7 +1990,6 @@
"illuminate/database": "self.version", "illuminate/database": "self.version",
"illuminate/encryption": "self.version", "illuminate/encryption": "self.version",
"illuminate/events": "self.version", "illuminate/events": "self.version",
"illuminate/exception": "self.version",
"illuminate/filesystem": "self.version", "illuminate/filesystem": "self.version",
"illuminate/hashing": "self.version", "illuminate/hashing": "self.version",
"illuminate/http": "self.version", "illuminate/http": "self.version",
@ -2068,20 +2067,20 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2017-10-17T12:19:22+00:00" "time": "2017-10-25T19:10:45+00:00"
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
"version": "v1.0.5", "version": "v1.0.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/horizon.git", "url": "https://github.com/laravel/horizon.git",
"reference": "7408caf238b6f167627c72453b6b7550bac89a1c" "reference": "0995e6a3c71838877afbfa7bd7e0f6d8c4c3bfa2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/7408caf238b6f167627c72453b6b7550bac89a1c", "url": "https://api.github.com/repos/laravel/horizon/zipball/0995e6a3c71838877afbfa7bd7e0f6d8c4c3bfa2",
"reference": "7408caf238b6f167627c72453b6b7550bac89a1c", "reference": "0995e6a3c71838877afbfa7bd7e0f6d8c4c3bfa2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2097,7 +2096,7 @@
"symfony/debug": "~3.3" "symfony/debug": "~3.3"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~0.9", "mockery/mockery": "~1.0",
"orchestra/database": "~3.5", "orchestra/database": "~3.5",
"orchestra/testbench": "~3.5", "orchestra/testbench": "~3.5",
"phpunit/phpunit": "~6.0" "phpunit/phpunit": "~6.0"
@ -2136,7 +2135,7 @@
"laravel", "laravel",
"queue" "queue"
], ],
"time": "2017-09-28T21:45:53+00:00" "time": "2017-11-02T19:10:36+00:00"
}, },
{ {
"name": "laravel/scout", "name": "laravel/scout",
@ -2326,16 +2325,16 @@
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
"version": "0.15.6", "version": "0.15.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/commonmark.git", "url": "https://github.com/thephpleague/commonmark.git",
"reference": "91742543c25fecedc84a4883d2919213e04a73b7" "reference": "36d82f166e441dfa28643f8d01dd8bdd3a579adf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91742543c25fecedc84a4883d2919213e04a73b7", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/36d82f166e441dfa28643f8d01dd8bdd3a579adf",
"reference": "91742543c25fecedc84a4883d2919213e04a73b7", "reference": "36d82f166e441dfa28643f8d01dd8bdd3a579adf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2391,7 +2390,7 @@
"markdown", "markdown",
"parser" "parser"
], ],
"time": "2017-08-08T11:47:33+00:00" "time": "2017-10-26T15:41:07+00:00"
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
@ -2719,7 +2718,7 @@
}, },
{ {
"name": "mtdowling/cron-expression", "name": "mtdowling/cron-expression",
"version": "v1.2.0", "version": "v1.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mtdowling/cron-expression.git", "url": "https://github.com/mtdowling/cron-expression.git",
@ -2818,37 +2817,40 @@
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
"version": "1.6.1", "version": "1.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/myclabs/DeepCopy.git", "url": "https://github.com/myclabs/DeepCopy.git",
"reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4.0" "php": "^5.6 || ^7.0"
}, },
"require-dev": { "require-dev": {
"doctrine/collections": "1.*", "doctrine/collections": "^1.0",
"phpunit/phpunit": "~4.1" "doctrine/common": "^2.6",
"phpunit/phpunit": "^4.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"DeepCopy\\": "src/DeepCopy/" "DeepCopy\\": "src/DeepCopy/"
} },
"files": [
"src/DeepCopy/deep_copy.php"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
"description": "Create deep copies (clones) of your objects", "description": "Create deep copies (clones) of your objects",
"homepage": "https://github.com/myclabs/DeepCopy",
"keywords": [ "keywords": [
"clone", "clone",
"copy", "copy",
@ -2856,7 +2858,7 @@
"object", "object",
"object graph" "object graph"
], ],
"time": "2017-04-12T18:52:22+00:00" "time": "2017-10-19T19:58:43+00:00"
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
@ -2913,16 +2915,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v3.1.1", "version": "v3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "a1e8e1a30e1352f118feff1a8481066ddc2f234a" "reference": "08131e7ff29de6bb9f12275c7d35df71f25f4d89"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a1e8e1a30e1352f118feff1a8481066ddc2f234a", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/08131e7ff29de6bb9f12275c7d35df71f25f4d89",
"reference": "a1e8e1a30e1352f118feff1a8481066ddc2f234a", "reference": "08131e7ff29de6bb9f12275c7d35df71f25f4d89",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2960,7 +2962,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2017-09-02T17:10:46+00:00" "time": "2017-11-04T11:48:34+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
@ -3380,16 +3382,16 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "5.2.2", "version": "5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "8ed1902a57849e117b5651fc1a5c48110946c06b" "reference": "8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d",
"reference": "8ed1902a57849e117b5651fc1a5c48110946c06b", "reference": "8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3398,7 +3400,7 @@
"php": "^7.0", "php": "^7.0",
"phpunit/php-file-iterator": "^1.4.2", "phpunit/php-file-iterator": "^1.4.2",
"phpunit/php-text-template": "^1.2.1", "phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^1.4.11 || ^2.0", "phpunit/php-token-stream": "^2.0",
"sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^3.0", "sebastian/environment": "^3.0",
"sebastian/version": "^2.0.1", "sebastian/version": "^2.0.1",
@ -3440,7 +3442,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2017-08-03T12:40:43+00:00" "time": "2017-11-03T13:47:33+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
@ -4079,16 +4081,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.8.13", "version": "v0.8.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "cdb5593c3684bab74e10fcfffe4a0c8d1c39695d" "reference": "91e53c16560bdb8b9592544bb38429ae00d6baee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/cdb5593c3684bab74e10fcfffe4a0c8d1c39695d", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/91e53c16560bdb8b9592544bb38429ae00d6baee",
"reference": "cdb5593c3684bab74e10fcfffe4a0c8d1c39695d", "reference": "91e53c16560bdb8b9592544bb38429ae00d6baee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4148,7 +4150,7 @@
"interactive", "interactive",
"shell" "shell"
], ],
"time": "2017-10-19T06:13:20+00:00" "time": "2017-11-04T16:06:49+00:00"
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
@ -4279,30 +4281,30 @@
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
"version": "2.0.2", "version": "2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git", "url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a" "reference": "1174d9018191e93cb9d719edec01257fc05f8158"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1174d9018191e93cb9d719edec01257fc05f8158",
"reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a", "reference": "1174d9018191e93cb9d719edec01257fc05f8158",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.0", "php": "^7.0",
"sebastian/diff": "^2.0", "sebastian/diff": "^2.0",
"sebastian/exporter": "^3.0" "sebastian/exporter": "^3.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.0" "phpunit/phpunit": "^6.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0.x-dev" "dev-master": "2.1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -4333,13 +4335,13 @@
} }
], ],
"description": "Provides the functionality to compare PHP values for equality", "description": "Provides the functionality to compare PHP values for equality",
"homepage": "http://www.github.com/sebastianbergmann/comparator", "homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [ "keywords": [
"comparator", "comparator",
"compare", "compare",
"equality" "equality"
], ],
"time": "2017-08-03T07:14:59+00:00" "time": "2017-11-03T07:16:52+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
@ -4793,21 +4795,21 @@
}, },
{ {
"name": "sensiolabs/security-checker", "name": "sensiolabs/security-checker",
"version": "v4.1.5", "version": "v4.1.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/security-checker.git", "url": "https://github.com/sensiolabs/security-checker.git",
"reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68" "reference": "387b6a3b723ba35588b33d5f8d14e28ed608bd30"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/55553c3ad6ae2121c1b1475d4c880d71b31b8f68", "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/387b6a3b723ba35588b33d5f8d14e28ed608bd30",
"reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68", "reference": "387b6a3b723ba35588b33d5f8d14e28ed608bd30",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer/ca-bundle": "^1.0", "composer/ca-bundle": "^1.0",
"symfony/console": "~2.7|~3.0" "symfony/console": "~2.7|~3.0|~4.0"
}, },
"bin": [ "bin": [
"security-checker" "security-checker"
@ -4834,7 +4836,7 @@
} }
], ],
"description": "A security checker for your composer.lock", "description": "A security checker for your composer.lock",
"time": "2017-08-22T22:18:16+00:00" "time": "2017-10-29T18:48:08+00:00"
}, },
{ {
"name": "spatie/browsershot", "name": "spatie/browsershot",
@ -4945,16 +4947,16 @@
}, },
{ {
"name": "spatie/image-optimizer", "name": "spatie/image-optimizer",
"version": "1.0.8", "version": "1.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/image-optimizer.git", "url": "https://github.com/spatie/image-optimizer.git",
"reference": "87e493ca4743447349f393ce2e55fdf46e5b3b41" "reference": "07b26303dbd85ede0896314fffad48bece094e8e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/image-optimizer/zipball/87e493ca4743447349f393ce2e55fdf46e5b3b41", "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/07b26303dbd85ede0896314fffad48bece094e8e",
"reference": "87e493ca4743447349f393ce2e55fdf46e5b3b41", "reference": "07b26303dbd85ede0896314fffad48bece094e8e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4990,7 +4992,7 @@
"image-optimizer", "image-optimizer",
"spatie" "spatie"
], ],
"time": "2017-09-14T16:09:00+00:00" "time": "2017-11-03T09:47:05+00:00"
}, },
{ {
"name": "spatie/phpunit-snapshot-assertions", "name": "spatie/phpunit-snapshot-assertions",
@ -6610,16 +6612,16 @@
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
"version": "v1.14.0", "version": "v1.14.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maximebf/php-debugbar.git", "url": "https://github.com/maximebf/php-debugbar.git",
"reference": "e23a98f2d65607d8aa6c7b409a513f8fdf4acdde" "reference": "64251a392344e3d22f3d21c3b7c531ba96eb01d2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/e23a98f2d65607d8aa6c7b409a513f8fdf4acdde", "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/64251a392344e3d22f3d21c3b7c531ba96eb01d2",
"reference": "e23a98f2d65607d8aa6c7b409a513f8fdf4acdde", "reference": "64251a392344e3d22f3d21c3b7c531ba96eb01d2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6667,7 +6669,7 @@
"debug", "debug",
"debugbar" "debugbar"
], ],
"time": "2017-08-17T07:17:00+00:00" "time": "2017-09-13T12:19:36+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",

126
package-lock.json generated
View file

@ -105,15 +105,15 @@
} }
}, },
"ajv": { "ajv": {
"version": "5.2.3", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.2.3.tgz", "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.3.0.tgz",
"integrity": "sha1-wG9Zh3jETGsWGrr+NGa4GtGBTtI=", "integrity": "sha1-RBT/dKUIecII7l/cgm4ywwNUnto=",
"dev": true, "dev": true,
"requires": { "requires": {
"co": "4.6.0", "co": "4.6.0",
"fast-deep-equal": "1.0.0", "fast-deep-equal": "1.0.0",
"json-schema-traverse": "0.3.1", "fast-json-stable-stringify": "2.0.0",
"json-stable-stringify": "1.0.1" "json-schema-traverse": "0.3.1"
} }
}, },
"ajv-keywords": { "ajv-keywords": {
@ -294,41 +294,17 @@
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
}, },
"autoprefixer": { "autoprefixer": {
"version": "7.1.5", "version": "7.1.6",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.1.5.tgz", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.1.6.tgz",
"integrity": "sha512-sMN453qIm8Z+tunzYWW+Y490wWkICHhCYm/VohLjjl+N7ARSFuF5au7E6tr7oEbeeXj8mNjpSw2kxjJaO6YCOw==", "integrity": "sha512-C9yv/UF3X+eJTi/zvfxuyfxmLibYrntpF3qoJYrMeQwgUJOZrZvpJiMG2FMQ3qnhWtF/be4pYONBBw95ZGe3vA==",
"dev": true, "dev": true,
"requires": { "requires": {
"browserslist": "2.5.1", "browserslist": "2.5.1",
"caniuse-lite": "1.0.30000746", "caniuse-lite": "1.0.30000748",
"normalize-range": "0.1.2", "normalize-range": "0.1.2",
"num2fraction": "1.2.2", "num2fraction": "1.2.2",
"postcss": "6.0.13", "postcss": "6.0.13",
"postcss-value-parser": "3.3.0" "postcss-value-parser": "3.3.0"
},
"dependencies": {
"browserslist": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.5.1.tgz",
"integrity": "sha512-jAvM2ku7YDJ+leAq3bFH1DE0Ylw+F+EQDq4GkqZfgPEqpWYw9ofQH85uKSB9r3Tv7XDbfqVtE+sdvKJW7IlPJA==",
"dev": true,
"requires": {
"caniuse-lite": "1.0.30000746",
"electron-to-chromium": "1.3.26"
}
},
"caniuse-lite": {
"version": "1.0.30000746",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000746.tgz",
"integrity": "sha1-xk+Vo5Jc/TAgejCO12wa6W6gnqA=",
"dev": true
},
"electron-to-chromium": {
"version": "1.3.26",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.26.tgz",
"integrity": "sha1-mWQnKUhhp02cfIK5Jg6jAejALWY=",
"dev": true
}
} }
}, },
"aws-sign2": { "aws-sign2": {
@ -2357,14 +2333,14 @@
} }
}, },
"eslint": { "eslint": {
"version": "4.9.0", "version": "4.10.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-4.9.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-4.10.0.tgz",
"integrity": "sha1-doedJ0BoJhsZH+Dy9Wx0wvQgjos=", "integrity": "sha512-MMVl8P/dYUFZEvolL8PYt7qc5LNdS2lwheq9BYa5Y07FblhcZqFyaUqlS8TW5QITGex21tV4Lk0a3fK8lsJIkA==",
"dev": true, "dev": true,
"requires": { "requires": {
"ajv": "5.2.3", "ajv": "5.3.0",
"babel-code-frame": "6.22.0", "babel-code-frame": "6.22.0",
"chalk": "2.1.0", "chalk": "2.3.0",
"concat-stream": "1.6.0", "concat-stream": "1.6.0",
"cross-spawn": "5.1.0", "cross-spawn": "5.1.0",
"debug": "3.1.0", "debug": "3.1.0",
@ -2423,14 +2399,14 @@
} }
}, },
"chalk": { "chalk": {
"version": "2.1.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.1.0.tgz", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz",
"integrity": "sha512-LUHGS/dge4ujbXMJrnihYMcL4AoOweGnw9Tp3kQuqy1Kx5c1qKjqvMJZ6nVJPMWJtKCTN72ZogH3oeSO9g9rXQ==", "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"ansi-styles": "3.2.0", "ansi-styles": "3.2.0",
"escape-string-regexp": "1.0.5", "escape-string-regexp": "1.0.5",
"supports-color": "4.4.0" "supports-color": "4.5.0"
} }
}, },
"cli-cursor": { "cli-cursor": {
@ -2473,7 +2449,7 @@
"dev": true, "dev": true,
"requires": { "requires": {
"ansi-escapes": "3.0.0", "ansi-escapes": "3.0.0",
"chalk": "2.1.0", "chalk": "2.3.0",
"cli-cursor": "2.1.0", "cli-cursor": "2.1.0",
"cli-width": "2.1.0", "cli-width": "2.1.0",
"external-editor": "2.0.5", "external-editor": "2.0.5",
@ -2549,9 +2525,9 @@
} }
}, },
"supports-color": { "supports-color": {
"version": "4.4.0", "version": "4.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.4.0.tgz", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
"integrity": "sha512-rKC3+DyXWgK0ZLKwmRsrkyHVZAjNkfzeehuFWdGGcqGDTZFH73+RH6S/RDAAxl9GusSjZSUWYLmT9N5pzXFOXQ==", "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
"dev": true, "dev": true,
"requires": { "requires": {
"has-flag": "2.0.0" "has-flag": "2.0.0"
@ -2693,17 +2669,23 @@
} }
}, },
"eslint-plugin-node": { "eslint-plugin-node": {
"version": "5.2.0", "version": "5.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-5.2.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-5.2.1.tgz",
"integrity": "sha512-N9FLFwknT5LhRhjz1lmHguNss/MCwkrLCS4CjqqTZZTJaUhLRfDNK3zxSHL/Il3Aa0Mw+xY3T1gtsJrUNoJy8Q==", "integrity": "sha512-xhPXrh0Vl/b7870uEbaumb2Q+LxaEcOQ3kS1jtIXanBAwpMre1l5q/l2l/hESYJGEFKuI78bp6Uw50hlpr7B+g==",
"dev": true, "dev": true,
"requires": { "requires": {
"ignore": "3.3.5", "ignore": "3.3.7",
"minimatch": "3.0.4", "minimatch": "3.0.4",
"resolve": "1.3.3", "resolve": "1.3.3",
"semver": "5.3.0" "semver": "5.3.0"
}, },
"dependencies": { "dependencies": {
"ignore": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.7.tgz",
"integrity": "sha512-YGG3ejvBNHRqu0559EOxxNFihD0AjpvHlC/pdGKd3X3ofe+CoJkYazwNJYTNebqpPKN+VVQbh4ZFn1DivMNuHA==",
"dev": true
},
"minimatch": { "minimatch": {
"version": "3.0.4", "version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
@ -2882,7 +2864,7 @@
"dev": true, "dev": true,
"requires": { "requires": {
"iconv-lite": "0.4.19", "iconv-lite": "0.4.19",
"jschardet": "1.5.1", "jschardet": "1.6.0",
"tmp": "0.0.33" "tmp": "0.0.33"
} }
}, },
@ -2924,6 +2906,12 @@
"integrity": "sha1-liVqO8l1WV6zbYLpkp0GDYk0Of8=", "integrity": "sha1-liVqO8l1WV6zbYLpkp0GDYk0Of8=",
"dev": true "dev": true
}, },
"fast-json-stable-stringify": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
"integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=",
"dev": true
},
"fast-levenshtein": { "fast-levenshtein": {
"version": "2.0.6", "version": "2.0.6",
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
@ -4714,9 +4702,9 @@
"optional": true "optional": true
}, },
"jschardet": { "jschardet": {
"version": "1.5.1", "version": "1.6.0",
"resolved": "https://registry.npmjs.org/jschardet/-/jschardet-1.5.1.tgz", "resolved": "https://registry.npmjs.org/jschardet/-/jschardet-1.6.0.tgz",
"integrity": "sha512-vE2hT1D0HLZCLLclfBSfkfTTedhVj0fubHpJBHKwwUWX0nSbhPAfk+SG9rTX95BYNmau8rGFfCeaT6T5OW1C2A==", "integrity": "sha512-xYuhvQ7I9PDJIGBWev9xm0+SMSed3ZDBAmvVjbFR1ZRLAF+vlXcQu6cRI9uAlj81rzikElRVteehwV7DuX2ZmQ==",
"dev": true "dev": true
}, },
"jsesc": { "jsesc": {
@ -7873,7 +7861,7 @@
"integrity": "sha512-57JWIz/1Uh9ehZMZyAqlFC0EDfQrMXCH8yqt8ZuJQQvV3LBKgAM/JYd+CWi1hC4eJtRODSPbIIBYKdGjkPZdMg==", "integrity": "sha512-57JWIz/1Uh9ehZMZyAqlFC0EDfQrMXCH8yqt8ZuJQQvV3LBKgAM/JYd+CWi1hC4eJtRODSPbIIBYKdGjkPZdMg==",
"dev": true, "dev": true,
"requires": { "requires": {
"autoprefixer": "7.1.5", "autoprefixer": "7.1.6",
"balanced-match": "1.0.0", "balanced-match": "1.0.0",
"chalk": "2.1.0", "chalk": "2.1.0",
"cosmiconfig": "3.1.0", "cosmiconfig": "3.1.0",
@ -8114,7 +8102,7 @@
"integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==", "integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==",
"dev": true, "dev": true,
"requires": { "requires": {
"ajv": "5.2.3", "ajv": "5.3.0",
"ajv-keywords": "2.1.0", "ajv-keywords": "2.1.0",
"chalk": "2.1.0", "chalk": "2.1.0",
"lodash": "4.17.4", "lodash": "4.17.4",
@ -8339,9 +8327,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
}, },
"uglify-js": { "uglify-js": {
"version": "3.1.4", "version": "3.1.8",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.1.4.tgz", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.1.8.tgz",
"integrity": "sha512-DcbkPg11Lw2lAWpwCmQDX+qoR4JiII6ypsQmF6tscZtlxGPFAmSRUGuMoVT3/0EHqypVik/TpkH4ITiMJeQqQA==", "integrity": "sha512-1lnTkrJWw6LJ7n43ZyYVXx0eN2PQh0c3Inb0nY/vj5fNfwykXQFif2kvNgm/Bf0ClLA8R6SKaMHFzo9io4Q+vg==",
"dev": true, "dev": true,
"requires": { "requires": {
"commander": "2.11.0", "commander": "2.11.0",
@ -8371,7 +8359,7 @@
"requires": { "requires": {
"source-map": "0.5.7", "source-map": "0.5.7",
"uglify-js": "2.8.29", "uglify-js": "2.8.29",
"webpack-sources": "1.0.1" "webpack-sources": "1.0.2"
}, },
"dependencies": { "dependencies": {
"source-map": { "source-map": {
@ -8719,7 +8707,7 @@
"requires": { "requires": {
"acorn": "5.1.1", "acorn": "5.1.1",
"acorn-dynamic-import": "2.0.2", "acorn-dynamic-import": "2.0.2",
"ajv": "5.2.3", "ajv": "5.3.0",
"ajv-keywords": "2.1.0", "ajv-keywords": "2.1.0",
"async": "2.5.0", "async": "2.5.0",
"enhanced-resolve": "3.4.1", "enhanced-resolve": "3.4.1",
@ -8737,7 +8725,7 @@
"tapable": "0.2.8", "tapable": "0.2.8",
"uglifyjs-webpack-plugin": "0.4.6", "uglifyjs-webpack-plugin": "0.4.6",
"watchpack": "1.4.0", "watchpack": "1.4.0",
"webpack-sources": "1.0.1", "webpack-sources": "1.0.2",
"yargs": "8.0.2" "yargs": "8.0.2"
}, },
"dependencies": { "dependencies": {
@ -8950,19 +8938,19 @@
} }
}, },
"webpack-sources": { "webpack-sources": {
"version": "1.0.1", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.0.1.tgz", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.0.2.tgz",
"integrity": "sha512-05tMxipUCwHqYaVS8xc7sYPTly8PzXayRCB4dTxLhWTqlKUiwH6ezmEe0OSreL1c30LAuA3Zqmc+uEBUGFJDjw==", "integrity": "sha512-Y7UddMCv6dGjy81nBv6nuQeFFIt5aalHm7uyDsAsW86nZwfOVPGRr3XMjEQLaT+WKo8rlzhC9qtbJvYKLtAwaw==",
"dev": true, "dev": true,
"requires": { "requires": {
"source-list-map": "2.0.0", "source-list-map": "2.0.0",
"source-map": "0.5.6" "source-map": "0.6.1"
}, },
"dependencies": { "dependencies": {
"source-map": { "source-map": {
"version": "0.5.6", "version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true "dev": true
} }
} }

View file

@ -12,8 +12,8 @@
"webStorage": "^1.2.4" "webStorage": "^1.2.4"
}, },
"devDependencies": { "devDependencies": {
"ajv": "^5.2.3", "ajv": "^5.3.0",
"autoprefixer": "^7.1.5", "autoprefixer": "^7.1.6",
"babel-cli": "^6.26.0", "babel-cli": "^6.26.0",
"babel-core": "^6.26.0", "babel-core": "^6.26.0",
"babel-loader": "^7.1.2", "babel-loader": "^7.1.2",
@ -22,10 +22,10 @@
"babel-preset-latest": "^6.16.0", "babel-preset-latest": "^6.16.0",
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",
"dotenv-webpack": "^1.5.4", "dotenv-webpack": "^1.5.4",
"eslint": "^4.9.0", "eslint": "^4.10.0",
"eslint-config-standard": "^10.2.1", "eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0", "eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.0", "eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0", "eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1", "eslint-plugin-standard": "^3.0.1",
"lint-staged": "^4.3.0", "lint-staged": "^4.3.0",
@ -34,9 +34,9 @@
"source-list-map": "^2.0.0", "source-list-map": "^2.0.0",
"stylelint": "^8.2.0", "stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0", "stylelint-config-standard": "^17.0.0",
"uglify-js": "^3.1.4", "uglify-js": "^3.1.8",
"webpack": "^3.8.1", "webpack": "^3.8.1",
"webpack-sources": "^1.0.1" "webpack-sources": "^1.0.2"
}, },
"scripts": { "scripts": {
"compress": "scripts/compress", "compress": "scripts/compress",

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View file

@ -1 +1 @@
{"version":3,"sources":["../../../resources/assets/sass/app.scss","../../../resources/assets/sass/layout.scss","../../../resources/assets/sass/styles.scss","../../../resources/assets/sass/pagination.scss","../../../resources/assets/sass/note-form.scss","../../../resources/assets/sass/mapbox.scss","../../../resources/assets/sass/contacts.scss","../../../resources/assets/sass/emoji.scss","../../../resources/assets/sass/bridgy-links.scss"],"names":[],"mappings":"AAIA,KACI,8BACA,AADA,sBACA,cAAe,CAClB,qBAKG,2BAAmB,AAAnB,kBAAmB,CACtB,KCVG,eACA,cACA,iBACA,kBACA,oBAAqB,CACxB,WAGG,iBAAkB,CACrB,SAGG,gBAAiB,CACpB,MAGG,oBACA,AADA,oBACA,AADA,aACA,4BAAsB,AAAtB,6BAAsB,AAAtB,0BAAsB,AAAtB,qBAAsB,CACzB,eAGG,oBACA,AADA,oBACA,AADA,aACA,8BACA,AADA,6BACA,AADA,uBACA,AADA,mBACA,yBACA,AADA,sBACA,AADA,8BACA,gBAAiB,CACpB,UAGG,gBACA,WACA,eACA,4BAA6B,CAChC,cAGG,oBACA,AADA,oBACA,AADA,aACA,yBAAmB,AAAnB,sBAAmB,AAAnB,kBAAmB,CACtB,kBAGG,gBAAiB,CACpB,aAGG,iBAAkB,CACrB,qBAGG,kBACA,WAAY,CACf,wBAGG,YAAa,CAChB,8BAGG,eACA,uBACA,sBACA,kBACA,gBACA,WACA,UACA,WACA,2BAA4B,CAC/B,oBAGG,kBACA,SACA,WACA,WACA,YACA,mBAAoB,CACvB,wBAGG,aAAc,CACjB,qBAGG,aACA,eAAgB,CACnB,aAGG,eACA,yBAA0B,CAC7B,OAGG,eAAgB,CACnB,cAGG,eAAgB,CACnB,WAGG,eACA,cACA,iBAAkB,CACrB,sBAGG,cAAe,CAClB,sBAGG,iBACA,cAAe,CAClB,WAGG,kBACA,WACA,SACA,qBAAsB,CACzB,SAGG,kBACA,MACA,OACA,WACA,WAAY,CACf,KC9HG,6JAWc,CACjB,EAGG,qBACA,wBACA,UAAW,CACd,aAGG,mBACA,aAAc,CACjB,gBAGG,kBAAmB,CACtB,MAGG,WACA,UAAW,CACd,OAGG,iBACA,iBAAkB,CACrB,WAGG,kBAAmB,CACtB,UAGG,YACA,WAAY,CACf,YC/CG,WACA,YACA,oBACA,AADA,oBACA,AADA,aACA,8BACA,AADA,6BACA,AADA,uBACA,AADA,mBACA,yBACA,AADA,sBACA,AADA,8BACA,yBAAmB,AAAnB,sBAAmB,AAAnB,kBAAmB,CACtB,eAGG,oBAAqB,CACxB,SCVG,oBACA,AADA,oBACA,AADA,aACA,4BAAsB,AAAtB,6BAAsB,AAAtB,0BAAsB,AAAtB,qBAAsB,CACzB,0BAGG,aACI,oBACA,AADA,oBACA,AADA,aACA,8BACA,AADA,6BACA,AADA,uBACA,AADA,mBACA,cAAe,CAClB,mBAGG,SAAU,CACb,CAGL,0BACI,mBACI,UAAW,CACd,4BAIG,UAAW,CACd,CAGL,eACI,UACA,oBACA,gBAAiB,CACpB,oDAIG,mBAAO,AAAP,WAAO,AAAP,MAAO,CACV,kBAGG,qBAAsB,CACzB,QAGG,mBAAoB,CACvB,aAGG,oBAAqB,CACxB,cAGG,WACA,SAAU,CACb,KCrDG,eACA,YAAa,CAChB,oBAGG,kBAAmB,CACtB,QAGG,y4HACA,wBACA,WACA,WAAY,CACf,UAGG,kBACA,MACA,OACA,iBACA,cAAe,CAClB,gBAGG,gBACA,gBAAiB,CACpB,SC1BG,oBACA,AADA,oBACA,AADA,aACA,8BACA,AADA,6BACA,AADA,uBACA,AADA,mBACA,eACA,6BAA8B,CACjC,aAGG,oBACA,YACA,YAAa,CAChB,sDCPG,iBAAkB,CACrB,gFAIG,kBACA,cACA,UACA,aACA,OACA,cACA,qBACA,yBACA,oBACA,4CACA,AADA,oCACA,yBACA,kCACA,WACA,cACA,0CAAkC,AAAlC,iCAAkC,CACrC,2BAGG,KACI,aACA,6BACA,wCACA,0BACA,8BAAkC,AAAlC,qBAAkC,CAGtC,GACI,aACA,kCACA,yBACA,WACA,4CAAgD,AAAhD,mCAAgD,CAAA,CAIxD,AApBC,mBAGG,KACI,aACA,6BACA,wCACA,0BACA,8BAAkC,AAAlC,qBAAkC,CAGtC,GACI,aACA,kCACA,yBACA,WACA,4CAAgD,AAAhD,mCAAgD,CAAA,CAIxD,aACI,kCACI,kCAAmC,CACtC,CC/CL,qDAEI,YAAa,CAChB","file":"app.css"} {"version":3,"sources":["../../../resources/assets/sass/_border-box.scss","../../../resources/assets/sass/_base-font.scss","../../../resources/assets/sass/_header.scss","../../../resources/assets/sass/_variables.scss","../../../resources/assets/sass/_main.scss","../../../resources/assets/sass/_hovercard.scss","../../../resources/assets/sass/_notes.scss","../../../resources/assets/sass/_pagination.scss","../../../resources/assets/sass/_contacts-page.scss","../../../resources/assets/sass/_projects.scss","../../../resources/assets/sass/_footer.scss","../../../resources/assets/sass/_bridgy-links.scss","../../../resources/assets/sass/_emoji.scss","../../../resources/assets/sass/_mapbox.scss","../../../resources/assets/sass/_colors.scss","../../../resources/assets/sass/_styles.scss","../../../resources/assets/sass/_tags.scss"],"names":[],"mappings":"AAKA,KACI,8BAAsB,AAAtB,qBAAsB,CACzB,qBAKG,2BAAmB,AAAnB,kBAAmB,CACtB,KCVG,eACA,oBAAqB,CACxB,gBAGG,oBAAqB,CACxB,WCNG,oBACA,AADA,oBACA,AADA,aACA,8BACA,AADA,6BACA,AADA,kBACA,AADA,cACA,yBACA,AADA,sBACA,AADA,mBACA,WACA,eCJgB,CDKnB,cAGG,eACA,cAAe,CAClB,eAGG,cAAe,CAClB,KEdG,oBACA,AADA,oBACA,AADA,aACA,4BACA,AADA,6BACA,AADA,0BACA,AADA,sBACA,0BACA,AADA,uBACA,AADA,oBACA,gBACA,cACA,gBAAiB,CACpB,SAGG,cAAe,CAClB,WAIG,gBAAiB,CACpB,aCfG,iBAAkB,CACrB,qBAGG,iBAAkB,CACrB,2BAGG,WAAY,CACf,8BAGG,oBAAa,AAAb,oBAAa,AAAb,YAAa,CAChB,WAGG,kBACA,8BACA,AADA,6BACA,AADA,uBACA,AADA,mBACA,yBACA,AADA,sBACA,AADA,8BACA,sBACA,AADA,mBACA,AADA,qBACA,iBACA,YACA,WACA,UACA,WACA,uBACA,kBACA,2CACA,AADA,mCACA,YAAa,CAChB,0BAGG,WACA,WAAY,CACf,sBAGG,YAAa,CCnCjB,MACI,oBACA,AADA,oBACA,AADA,aACA,4BACA,AADA,6BACA,AADA,0BACA,AADA,sBACA,cAAe,CAClB,eAGG,oBACA,AADA,oBACA,AADA,aACA,8BACA,AADA,6BACA,AADA,uBACA,AADA,mBACA,yBAA8B,AAA9B,sBAA8B,AAA9B,6BAA8B,CACjC,MAGG,WACA,UAAW,CACd,YCjBG,oBACA,AADA,oBACA,AADA,aACA,8BACA,AADA,6BACA,AADA,uBACA,AADA,mBACA,8BACA,AADA,2BACA,AADA,6BACA,eACA,oBAAqB,CACxB,cCLG,eACA,oBACA,AADA,oBACA,AADA,aACA,8BACA,AADA,8BACA,AADA,+BACA,AADA,2BACA,yBACA,AADA,sBACA,AADA,8BACA,eAAgB,CACnB,kBAGG,WACA,WAAY,CACf,UCVG,cAAe,CAClB,gBCDG,gBACA,cACA,gBAAiB,CACpB,OAGG,gBACA,cACA,oBACA,AADA,oBACA,AADA,aACA,4BACA,AADA,6BACA,AADA,0BACA,AADA,sBACA,yBAAmB,AAAnB,sBAAmB,AAAnB,kBAAmB,CACtB,qDCVG,YAAa,CAChB,sDCCG,iBAAkB,CACrB,gFAIG,kBACA,cACA,UACA,aACA,OACA,cACA,qBACA,yBACA,oBACA,4CACA,AADA,oCACA,yBACA,kCACA,WACA,cACA,0CAAkC,AAAlC,iCAAkC,CACrC,2BAGG,KACI,aACA,6BACA,wCACA,0BACA,8BAAkC,AAAlC,qBAAkC,CAGtC,GACI,aACA,kCACA,yBACA,WACA,4CAAgD,AAAhD,mCAAgD,CAAA,CAIxD,AApBC,mBAGG,KACI,aACA,6BACA,wCACA,0BACA,8BAAkC,AAAlC,qBAAkC,CAGtC,GACI,aACA,kCACA,yBACA,WACA,4CAAgD,AAAhD,mCAAgD,CAAA,CAIxD,aACI,kCACI,kCAAmC,CACtC,CC/CL,KACI,YAAa,CAChB,oBAGG,kBAAmB,CACtB,QAGG,y4HACA,wBACA,WACA,WAAY,CACf,UAGG,kBACA,MACA,OACA,iBACA,cAAe,CAClB,gBAGG,gBACA,gBAAiB,CACpB,KCzBG,gCACA,kBAAmB,CACtB,WAGG,8BACA,kBAAmB,CACtB,YAIG,iBAAkB,CACrB,aCZG,oBAAqB,CACxB,KAGG,oBAAqB,CACxB,MCHG,SACA,gBACA,SAAU,CACb,SAGG,WACA,oBAAqB,CACxB,KAGG,wBACA,0BACA,mBACA,qBACA,cACA,mBACA,sBACA,kBACA,qBACA,qBACA,8BAAsB,AAAtB,qBAAsB,CACzB,YAGG,0BACA,uCACA,oCACA,oCACA,WACA,kBACA,QACA,KAAM,CACT,WAGG,4BACA,kBAAmB,CACtB,kBAGG,4BAA6B,CAChC","file":"app.css"}

View file

@ -0,0 +1,19 @@
/* base16-3024.css */
:root {
--black: #090300; /* base00*/
--red: #db2d20; /* base08 */
--green: #01a252; /* base0B */
--yellow: #fded02; /* base0A */
--blue: #01a0e4; /* base0D */
--magenta: #a16a94; /* base0E */
--cyan: #b5e4f4; /* base0C */
--white: #a5a2a2; /* base05 */
--brblack: #5c5855; /* base03 */
--brred: #db2d20; /* base08 */
--brgreen: #01a252; /* base0B */
--bryellow: #fded02; /* base0A */
--brblue: #01a0e4; /* base0D */
--brmagenta: #a16a94; /* base0E */
--brcyan: #b5e4f4; /* base0C */
--brwhite: #f7f7f7; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-apathy.css */
:root {
--black: #031A16; /* base00*/
--red: #3E9688; /* base08 */
--green: #883E96; /* base0B */
--yellow: #3E4C96; /* base0A */
--blue: #96883E; /* base0D */
--magenta: #4C963E; /* base0E */
--cyan: #963E4C; /* base0C */
--white: #81B5AC; /* base05 */
--brblack: #2B685E; /* base03 */
--brred: #3E9688; /* base08 */
--brgreen: #883E96; /* base0B */
--bryellow: #3E4C96; /* base0A */
--brblue: #96883E; /* base0D */
--brmagenta: #4C963E; /* base0E */
--brcyan: #963E4C; /* base0C */
--brwhite: #D2E7E4; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-ashes.css */
:root {
--black: #1C2023; /* base00*/
--red: #C7AE95; /* base08 */
--green: #95C7AE; /* base0B */
--yellow: #AEC795; /* base0A */
--blue: #AE95C7; /* base0D */
--magenta: #C795AE; /* base0E */
--cyan: #95AEC7; /* base0C */
--white: #C7CCD1; /* base05 */
--brblack: #747C84; /* base03 */
--brred: #C7AE95; /* base08 */
--brgreen: #95C7AE; /* base0B */
--bryellow: #AEC795; /* base0A */
--brblue: #AE95C7; /* base0D */
--brmagenta: #C795AE; /* base0E */
--brcyan: #95AEC7; /* base0C */
--brwhite: #F3F4F5; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-cave-light.css */
:root {
--black: #efecf4; /* base00*/
--red: #be4678; /* base08 */
--green: #2a9292; /* base0B */
--yellow: #a06e3b; /* base0A */
--blue: #576ddb; /* base0D */
--magenta: #955ae7; /* base0E */
--cyan: #398bc6; /* base0C */
--white: #585260; /* base05 */
--brblack: #7e7887; /* base03 */
--brred: #be4678; /* base08 */
--brgreen: #2a9292; /* base0B */
--bryellow: #a06e3b; /* base0A */
--brblue: #576ddb; /* base0D */
--brmagenta: #955ae7; /* base0E */
--brcyan: #398bc6; /* base0C */
--brwhite: #19171c; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-cave.css */
:root {
--black: #19171c; /* base00*/
--red: #be4678; /* base08 */
--green: #2a9292; /* base0B */
--yellow: #a06e3b; /* base0A */
--blue: #576ddb; /* base0D */
--magenta: #955ae7; /* base0E */
--cyan: #398bc6; /* base0C */
--white: #8b8792; /* base05 */
--brblack: #655f6d; /* base03 */
--brred: #be4678; /* base08 */
--brgreen: #2a9292; /* base0B */
--bryellow: #a06e3b; /* base0A */
--brblue: #576ddb; /* base0D */
--brmagenta: #955ae7; /* base0E */
--brcyan: #398bc6; /* base0C */
--brwhite: #efecf4; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-dune-light.css */
:root {
--black: #fefbec; /* base00*/
--red: #d73737; /* base08 */
--green: #60ac39; /* base0B */
--yellow: #ae9513; /* base0A */
--blue: #6684e1; /* base0D */
--magenta: #b854d4; /* base0E */
--cyan: #1fad83; /* base0C */
--white: #6e6b5e; /* base05 */
--brblack: #999580; /* base03 */
--brred: #d73737; /* base08 */
--brgreen: #60ac39; /* base0B */
--bryellow: #ae9513; /* base0A */
--brblue: #6684e1; /* base0D */
--brmagenta: #b854d4; /* base0E */
--brcyan: #1fad83; /* base0C */
--brwhite: #20201d; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-dune.css */
:root {
--black: #20201d; /* base00*/
--red: #d73737; /* base08 */
--green: #60ac39; /* base0B */
--yellow: #ae9513; /* base0A */
--blue: #6684e1; /* base0D */
--magenta: #b854d4; /* base0E */
--cyan: #1fad83; /* base0C */
--white: #a6a28c; /* base05 */
--brblack: #7d7a68; /* base03 */
--brred: #d73737; /* base08 */
--brgreen: #60ac39; /* base0B */
--bryellow: #ae9513; /* base0A */
--brblue: #6684e1; /* base0D */
--brmagenta: #b854d4; /* base0E */
--brcyan: #1fad83; /* base0C */
--brwhite: #fefbec; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-estuary-light.css */
:root {
--black: #f4f3ec; /* base00*/
--red: #ba6236; /* base08 */
--green: #7d9726; /* base0B */
--yellow: #a5980d; /* base0A */
--blue: #36a166; /* base0D */
--magenta: #5f9182; /* base0E */
--cyan: #5b9d48; /* base0C */
--white: #5f5e4e; /* base05 */
--brblack: #878573; /* base03 */
--brred: #ba6236; /* base08 */
--brgreen: #7d9726; /* base0B */
--bryellow: #a5980d; /* base0A */
--brblue: #36a166; /* base0D */
--brmagenta: #5f9182; /* base0E */
--brcyan: #5b9d48; /* base0C */
--brwhite: #22221b; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-estuary.css */
:root {
--black: #22221b; /* base00*/
--red: #ba6236; /* base08 */
--green: #7d9726; /* base0B */
--yellow: #a5980d; /* base0A */
--blue: #36a166; /* base0D */
--magenta: #5f9182; /* base0E */
--cyan: #5b9d48; /* base0C */
--white: #929181; /* base05 */
--brblack: #6c6b5a; /* base03 */
--brred: #ba6236; /* base08 */
--brgreen: #7d9726; /* base0B */
--bryellow: #a5980d; /* base0A */
--brblue: #36a166; /* base0D */
--brmagenta: #5f9182; /* base0E */
--brcyan: #5b9d48; /* base0C */
--brwhite: #f4f3ec; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-forest-light.css */
:root {
--black: #f1efee; /* base00*/
--red: #f22c40; /* base08 */
--green: #7b9726; /* base0B */
--yellow: #c38418; /* base0A */
--blue: #407ee7; /* base0D */
--magenta: #6666ea; /* base0E */
--cyan: #3d97b8; /* base0C */
--white: #68615e; /* base05 */
--brblack: #9c9491; /* base03 */
--brred: #f22c40; /* base08 */
--brgreen: #7b9726; /* base0B */
--bryellow: #c38418; /* base0A */
--brblue: #407ee7; /* base0D */
--brmagenta: #6666ea; /* base0E */
--brcyan: #3d97b8; /* base0C */
--brwhite: #1b1918; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-forest.css */
:root {
--black: #1b1918; /* base00*/
--red: #f22c40; /* base08 */
--green: #7b9726; /* base0B */
--yellow: #c38418; /* base0A */
--blue: #407ee7; /* base0D */
--magenta: #6666ea; /* base0E */
--cyan: #3d97b8; /* base0C */
--white: #a8a19f; /* base05 */
--brblack: #766e6b; /* base03 */
--brred: #f22c40; /* base08 */
--brgreen: #7b9726; /* base0B */
--bryellow: #c38418; /* base0A */
--brblue: #407ee7; /* base0D */
--brmagenta: #6666ea; /* base0E */
--brcyan: #3d97b8; /* base0C */
--brwhite: #f1efee; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-heath-light.css */
:root {
--black: #f7f3f7; /* base00*/
--red: #ca402b; /* base08 */
--green: #918b3b; /* base0B */
--yellow: #bb8a35; /* base0A */
--blue: #516aec; /* base0D */
--magenta: #7b59c0; /* base0E */
--cyan: #159393; /* base0C */
--white: #695d69; /* base05 */
--brblack: #9e8f9e; /* base03 */
--brred: #ca402b; /* base08 */
--brgreen: #918b3b; /* base0B */
--bryellow: #bb8a35; /* base0A */
--brblue: #516aec; /* base0D */
--brmagenta: #7b59c0; /* base0E */
--brcyan: #159393; /* base0C */
--brwhite: #1b181b; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-heath.css */
:root {
--black: #1b181b; /* base00*/
--red: #ca402b; /* base08 */
--green: #918b3b; /* base0B */
--yellow: #bb8a35; /* base0A */
--blue: #516aec; /* base0D */
--magenta: #7b59c0; /* base0E */
--cyan: #159393; /* base0C */
--white: #ab9bab; /* base05 */
--brblack: #776977; /* base03 */
--brred: #ca402b; /* base08 */
--brgreen: #918b3b; /* base0B */
--bryellow: #bb8a35; /* base0A */
--brblue: #516aec; /* base0D */
--brmagenta: #7b59c0; /* base0E */
--brcyan: #159393; /* base0C */
--brwhite: #f7f3f7; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-lakeside-light.css */
:root {
--black: #ebf8ff; /* base00*/
--red: #d22d72; /* base08 */
--green: #568c3b; /* base0B */
--yellow: #8a8a0f; /* base0A */
--blue: #257fad; /* base0D */
--magenta: #6b6bb8; /* base0E */
--cyan: #2d8f6f; /* base0C */
--white: #516d7b; /* base05 */
--brblack: #7195a8; /* base03 */
--brred: #d22d72; /* base08 */
--brgreen: #568c3b; /* base0B */
--bryellow: #8a8a0f; /* base0A */
--brblue: #257fad; /* base0D */
--brmagenta: #6b6bb8; /* base0E */
--brcyan: #2d8f6f; /* base0C */
--brwhite: #161b1d; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-lakeside.css */
:root {
--black: #161b1d; /* base00*/
--red: #d22d72; /* base08 */
--green: #568c3b; /* base0B */
--yellow: #8a8a0f; /* base0A */
--blue: #257fad; /* base0D */
--magenta: #6b6bb8; /* base0E */
--cyan: #2d8f6f; /* base0C */
--white: #7ea2b4; /* base05 */
--brblack: #5a7b8c; /* base03 */
--brred: #d22d72; /* base08 */
--brgreen: #568c3b; /* base0B */
--bryellow: #8a8a0f; /* base0A */
--brblue: #257fad; /* base0D */
--brmagenta: #6b6bb8; /* base0E */
--brcyan: #2d8f6f; /* base0C */
--brwhite: #ebf8ff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-plateau-light.css */
:root {
--black: #f4ecec; /* base00*/
--red: #ca4949; /* base08 */
--green: #4b8b8b; /* base0B */
--yellow: #a06e3b; /* base0A */
--blue: #7272ca; /* base0D */
--magenta: #8464c4; /* base0E */
--cyan: #5485b6; /* base0C */
--white: #585050; /* base05 */
--brblack: #7e7777; /* base03 */
--brred: #ca4949; /* base08 */
--brgreen: #4b8b8b; /* base0B */
--bryellow: #a06e3b; /* base0A */
--brblue: #7272ca; /* base0D */
--brmagenta: #8464c4; /* base0E */
--brcyan: #5485b6; /* base0C */
--brwhite: #1b1818; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-plateau.css */
:root {
--black: #1b1818; /* base00*/
--red: #ca4949; /* base08 */
--green: #4b8b8b; /* base0B */
--yellow: #a06e3b; /* base0A */
--blue: #7272ca; /* base0D */
--magenta: #8464c4; /* base0E */
--cyan: #5485b6; /* base0C */
--white: #8a8585; /* base05 */
--brblack: #655d5d; /* base03 */
--brred: #ca4949; /* base08 */
--brgreen: #4b8b8b; /* base0B */
--bryellow: #a06e3b; /* base0A */
--brblue: #7272ca; /* base0D */
--brmagenta: #8464c4; /* base0E */
--brcyan: #5485b6; /* base0C */
--brwhite: #f4ecec; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-savanna-light.css */
:root {
--black: #ecf4ee; /* base00*/
--red: #b16139; /* base08 */
--green: #489963; /* base0B */
--yellow: #a07e3b; /* base0A */
--blue: #478c90; /* base0D */
--magenta: #55859b; /* base0E */
--cyan: #1c9aa0; /* base0C */
--white: #526057; /* base05 */
--brblack: #78877d; /* base03 */
--brred: #b16139; /* base08 */
--brgreen: #489963; /* base0B */
--bryellow: #a07e3b; /* base0A */
--brblue: #478c90; /* base0D */
--brmagenta: #55859b; /* base0E */
--brcyan: #1c9aa0; /* base0C */
--brwhite: #171c19; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-savanna.css */
:root {
--black: #171c19; /* base00*/
--red: #b16139; /* base08 */
--green: #489963; /* base0B */
--yellow: #a07e3b; /* base0A */
--blue: #478c90; /* base0D */
--magenta: #55859b; /* base0E */
--cyan: #1c9aa0; /* base0C */
--white: #87928a; /* base05 */
--brblack: #5f6d64; /* base03 */
--brred: #b16139; /* base08 */
--brgreen: #489963; /* base0B */
--bryellow: #a07e3b; /* base0A */
--brblue: #478c90; /* base0D */
--brmagenta: #55859b; /* base0E */
--brcyan: #1c9aa0; /* base0C */
--brwhite: #ecf4ee; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-seaside-light.css */
:root {
--black: #f4fbf4; /* base00*/
--red: #e6193c; /* base08 */
--green: #29a329; /* base0B */
--yellow: #98981b; /* base0A */
--blue: #3d62f5; /* base0D */
--magenta: #ad2bee; /* base0E */
--cyan: #1999b3; /* base0C */
--white: #5e6e5e; /* base05 */
--brblack: #809980; /* base03 */
--brred: #e6193c; /* base08 */
--brgreen: #29a329; /* base0B */
--bryellow: #98981b; /* base0A */
--brblue: #3d62f5; /* base0D */
--brmagenta: #ad2bee; /* base0E */
--brcyan: #1999b3; /* base0C */
--brwhite: #131513; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-seaside.css */
:root {
--black: #131513; /* base00*/
--red: #e6193c; /* base08 */
--green: #29a329; /* base0B */
--yellow: #98981b; /* base0A */
--blue: #3d62f5; /* base0D */
--magenta: #ad2bee; /* base0E */
--cyan: #1999b3; /* base0C */
--white: #8ca68c; /* base05 */
--brblack: #687d68; /* base03 */
--brred: #e6193c; /* base08 */
--brgreen: #29a329; /* base0B */
--bryellow: #98981b; /* base0A */
--brblue: #3d62f5; /* base0D */
--brmagenta: #ad2bee; /* base0E */
--brcyan: #1999b3; /* base0C */
--brwhite: #f4fbf4; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-sulphurpool-light.css */
:root {
--black: #f5f7ff; /* base00*/
--red: #c94922; /* base08 */
--green: #ac9739; /* base0B */
--yellow: #c08b30; /* base0A */
--blue: #3d8fd1; /* base0D */
--magenta: #6679cc; /* base0E */
--cyan: #22a2c9; /* base0C */
--white: #5e6687; /* base05 */
--brblack: #898ea4; /* base03 */
--brred: #c94922; /* base08 */
--brgreen: #ac9739; /* base0B */
--bryellow: #c08b30; /* base0A */
--brblue: #3d8fd1; /* base0D */
--brmagenta: #6679cc; /* base0E */
--brcyan: #22a2c9; /* base0C */
--brwhite: #202746; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-atelier-sulphurpool.css */
:root {
--black: #202746; /* base00*/
--red: #c94922; /* base08 */
--green: #ac9739; /* base0B */
--yellow: #c08b30; /* base0A */
--blue: #3d8fd1; /* base0D */
--magenta: #6679cc; /* base0E */
--cyan: #22a2c9; /* base0C */
--white: #979db4; /* base05 */
--brblack: #6b7394; /* base03 */
--brred: #c94922; /* base08 */
--brgreen: #ac9739; /* base0B */
--bryellow: #c08b30; /* base0A */
--brblue: #3d8fd1; /* base0D */
--brmagenta: #6679cc; /* base0E */
--brcyan: #22a2c9; /* base0C */
--brwhite: #f5f7ff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-bespin.css */
:root {
--black: #28211c; /* base00*/
--red: #cf6a4c; /* base08 */
--green: #54be0d; /* base0B */
--yellow: #f9ee98; /* base0A */
--blue: #5ea6ea; /* base0D */
--magenta: #9b859d; /* base0E */
--cyan: #afc4db; /* base0C */
--white: #8a8986; /* base05 */
--brblack: #666666; /* base03 */
--brred: #cf6a4c; /* base08 */
--brgreen: #54be0d; /* base0B */
--bryellow: #f9ee98; /* base0A */
--brblue: #5ea6ea; /* base0D */
--brmagenta: #9b859d; /* base0E */
--brcyan: #afc4db; /* base0C */
--brwhite: #baae9e; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-brewer.css */
:root {
--black: #0c0d0e; /* base00*/
--red: #e31a1c; /* base08 */
--green: #31a354; /* base0B */
--yellow: #dca060; /* base0A */
--blue: #3182bd; /* base0D */
--magenta: #756bb1; /* base0E */
--cyan: #80b1d3; /* base0C */
--white: #b7b8b9; /* base05 */
--brblack: #737475; /* base03 */
--brred: #e31a1c; /* base08 */
--brgreen: #31a354; /* base0B */
--bryellow: #dca060; /* base0A */
--brblue: #3182bd; /* base0D */
--brmagenta: #756bb1; /* base0E */
--brcyan: #80b1d3; /* base0C */
--brwhite: #fcfdfe; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-bright.css */
:root {
--black: #000000; /* base00*/
--red: #fb0120; /* base08 */
--green: #a1c659; /* base0B */
--yellow: #fda331; /* base0A */
--blue: #6fb3d2; /* base0D */
--magenta: #d381c3; /* base0E */
--cyan: #76c7b7; /* base0C */
--white: #e0e0e0; /* base05 */
--brblack: #b0b0b0; /* base03 */
--brred: #fb0120; /* base08 */
--brgreen: #a1c659; /* base0B */
--bryellow: #fda331; /* base0A */
--brblue: #6fb3d2; /* base0D */
--brmagenta: #d381c3; /* base0E */
--brcyan: #76c7b7; /* base0C */
--brwhite: #ffffff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-brushtrees-dark.css */
:root {
--black: #485867; /* base00*/
--red: #b38686; /* base08 */
--green: #87b386; /* base0B */
--yellow: #aab386; /* base0A */
--blue: #868cb3; /* base0D */
--magenta: #b386b2; /* base0E */
--cyan: #86b3b3; /* base0C */
--white: #B0C5C8; /* base05 */
--brblack: #8299A1; /* base03 */
--brred: #b38686; /* base08 */
--brgreen: #87b386; /* base0B */
--bryellow: #aab386; /* base0A */
--brblue: #868cb3; /* base0D */
--brmagenta: #b386b2; /* base0E */
--brcyan: #86b3b3; /* base0C */
--brwhite: #E3EFEF; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-brushtrees.css */
:root {
--black: #E3EFEF; /* base00*/
--red: #b38686; /* base08 */
--green: #87b386; /* base0B */
--yellow: #aab386; /* base0A */
--blue: #868cb3; /* base0D */
--magenta: #b386b2; /* base0E */
--cyan: #86b3b3; /* base0C */
--white: #6D828E; /* base05 */
--brblack: #98AFB5; /* base03 */
--brred: #b38686; /* base08 */
--brgreen: #87b386; /* base0B */
--bryellow: #aab386; /* base0A */
--brblue: #868cb3; /* base0D */
--brmagenta: #b386b2; /* base0E */
--brcyan: #86b3b3; /* base0C */
--brwhite: #485867; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-chalk.css */
:root {
--black: #151515; /* base00*/
--red: #fb9fb1; /* base08 */
--green: #acc267; /* base0B */
--yellow: #ddb26f; /* base0A */
--blue: #6fc2ef; /* base0D */
--magenta: #e1a3ee; /* base0E */
--cyan: #12cfc0; /* base0C */
--white: #d0d0d0; /* base05 */
--brblack: #505050; /* base03 */
--brred: #fb9fb1; /* base08 */
--brgreen: #acc267; /* base0B */
--bryellow: #ddb26f; /* base0A */
--brblue: #6fc2ef; /* base0D */
--brmagenta: #e1a3ee; /* base0E */
--brcyan: #12cfc0; /* base0C */
--brwhite: #f5f5f5; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-circus.css */
:root {
--black: #191919; /* base00*/
--red: #dc657d; /* base08 */
--green: #84b97c; /* base0B */
--yellow: #c3ba63; /* base0A */
--blue: #639ee4; /* base0D */
--magenta: #b888e2; /* base0E */
--cyan: #4bb1a7; /* base0C */
--white: #a7a7a7; /* base05 */
--brblack: #5f5a60; /* base03 */
--brred: #dc657d; /* base08 */
--brgreen: #84b97c; /* base0B */
--bryellow: #c3ba63; /* base0A */
--brblue: #639ee4; /* base0D */
--brmagenta: #b888e2; /* base0E */
--brcyan: #4bb1a7; /* base0C */
--brwhite: #ffffff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-classic-dark.css */
:root {
--black: #151515; /* base00*/
--red: #AC4142; /* base08 */
--green: #90A959; /* base0B */
--yellow: #F4BF75; /* base0A */
--blue: #6A9FB5; /* base0D */
--magenta: #AA759F; /* base0E */
--cyan: #75B5AA; /* base0C */
--white: #D0D0D0; /* base05 */
--brblack: #505050; /* base03 */
--brred: #AC4142; /* base08 */
--brgreen: #90A959; /* base0B */
--bryellow: #F4BF75; /* base0A */
--brblue: #6A9FB5; /* base0D */
--brmagenta: #AA759F; /* base0E */
--brcyan: #75B5AA; /* base0C */
--brwhite: #F5F5F5; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-classic-light.css */
:root {
--black: #F5F5F5; /* base00*/
--red: #AC4142; /* base08 */
--green: #90A959; /* base0B */
--yellow: #F4BF75; /* base0A */
--blue: #6A9FB5; /* base0D */
--magenta: #AA759F; /* base0E */
--cyan: #75B5AA; /* base0C */
--white: #303030; /* base05 */
--brblack: #B0B0B0; /* base03 */
--brred: #AC4142; /* base08 */
--brgreen: #90A959; /* base0B */
--bryellow: #F4BF75; /* base0A */
--brblue: #6A9FB5; /* base0D */
--brmagenta: #AA759F; /* base0E */
--brcyan: #75B5AA; /* base0C */
--brwhite: #151515; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-codeschool.css */
:root {
--black: #232c31; /* base00*/
--red: #2a5491; /* base08 */
--green: #237986; /* base0B */
--yellow: #a03b1e; /* base0A */
--blue: #484d79; /* base0D */
--magenta: #c59820; /* base0E */
--cyan: #b02f30; /* base0C */
--white: #9ea7a6; /* base05 */
--brblack: #3f4944; /* base03 */
--brred: #2a5491; /* base08 */
--brgreen: #237986; /* base0B */
--bryellow: #a03b1e; /* base0A */
--brblue: #484d79; /* base0D */
--brmagenta: #c59820; /* base0E */
--brcyan: #b02f30; /* base0C */
--brwhite: #b5d8f6; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-cupcake.css */
:root {
--black: #fbf1f2; /* base00*/
--red: #D57E85; /* base08 */
--green: #A3B367; /* base0B */
--yellow: #DCB16C; /* base0A */
--blue: #7297B9; /* base0D */
--magenta: #BB99B4; /* base0E */
--cyan: #69A9A7; /* base0C */
--white: #8b8198; /* base05 */
--brblack: #bfb9c6; /* base03 */
--brred: #D57E85; /* base08 */
--brgreen: #A3B367; /* base0B */
--bryellow: #DCB16C; /* base0A */
--brblue: #7297B9; /* base0D */
--brmagenta: #BB99B4; /* base0E */
--brcyan: #69A9A7; /* base0C */
--brwhite: #585062; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-cupertino.css */
:root {
--black: #ffffff; /* base00*/
--red: #c41a15; /* base08 */
--green: #007400; /* base0B */
--yellow: #826b28; /* base0A */
--blue: #0000ff; /* base0D */
--magenta: #a90d91; /* base0E */
--cyan: #318495; /* base0C */
--white: #404040; /* base05 */
--brblack: #808080; /* base03 */
--brred: #c41a15; /* base08 */
--brgreen: #007400; /* base0B */
--bryellow: #826b28; /* base0A */
--brblue: #0000ff; /* base0D */
--brmagenta: #a90d91; /* base0E */
--brcyan: #318495; /* base0C */
--brwhite: #5e5e5e; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-darktooth.css */
:root {
--black: #1D2021; /* base00*/
--red: #FB543F; /* base08 */
--green: #95C085; /* base0B */
--yellow: #FAC03B; /* base0A */
--blue: #0D6678; /* base0D */
--magenta: #8F4673; /* base0E */
--cyan: #8BA59B; /* base0C */
--white: #A89984; /* base05 */
--brblack: #665C54; /* base03 */
--brred: #FB543F; /* base08 */
--brgreen: #95C085; /* base0B */
--bryellow: #FAC03B; /* base0A */
--brblue: #0D6678; /* base0D */
--brmagenta: #8F4673; /* base0E */
--brcyan: #8BA59B; /* base0C */
--brwhite: #FDF4C1; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-default-dark.css */
:root {
--black: #181818; /* base00*/
--red: #ab4642; /* base08 */
--green: #a1b56c; /* base0B */
--yellow: #f7ca88; /* base0A */
--blue: #7cafc2; /* base0D */
--magenta: #ba8baf; /* base0E */
--cyan: #86c1b9; /* base0C */
--white: #d8d8d8; /* base05 */
--brblack: #585858; /* base03 */
--brred: #ab4642; /* base08 */
--brgreen: #a1b56c; /* base0B */
--bryellow: #f7ca88; /* base0A */
--brblue: #7cafc2; /* base0D */
--brmagenta: #ba8baf; /* base0E */
--brcyan: #86c1b9; /* base0C */
--brwhite: #f8f8f8; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-default-light.css */
:root {
--black: #f8f8f8; /* base00*/
--red: #ab4642; /* base08 */
--green: #a1b56c; /* base0B */
--yellow: #f7ca88; /* base0A */
--blue: #7cafc2; /* base0D */
--magenta: #ba8baf; /* base0E */
--cyan: #86c1b9; /* base0C */
--white: #383838; /* base05 */
--brblack: #b8b8b8; /* base03 */
--brred: #ab4642; /* base08 */
--brgreen: #a1b56c; /* base0B */
--bryellow: #f7ca88; /* base0A */
--brblue: #7cafc2; /* base0D */
--brmagenta: #ba8baf; /* base0E */
--brcyan: #86c1b9; /* base0C */
--brwhite: #181818; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-dracula.css */
:root {
--black: #282936; /* base00*/
--red: #ea51b2; /* base08 */
--green: #ebff87; /* base0B */
--yellow: #00f769; /* base0A */
--blue: #62d6e8; /* base0D */
--magenta: #b45bcf; /* base0E */
--cyan: #a1efe4; /* base0C */
--white: #e9e9f4; /* base05 */
--brblack: #626483; /* base03 */
--brred: #ea51b2; /* base08 */
--brgreen: #ebff87; /* base0B */
--bryellow: #00f769; /* base0A */
--brblue: #62d6e8; /* base0D */
--brmagenta: #b45bcf; /* base0E */
--brcyan: #a1efe4; /* base0C */
--brwhite: #f7f7fb; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-eighties.css */
:root {
--black: #2d2d2d; /* base00*/
--red: #f2777a; /* base08 */
--green: #99cc99; /* base0B */
--yellow: #ffcc66; /* base0A */
--blue: #6699cc; /* base0D */
--magenta: #cc99cc; /* base0E */
--cyan: #66cccc; /* base0C */
--white: #d3d0c8; /* base05 */
--brblack: #747369; /* base03 */
--brred: #f2777a; /* base08 */
--brgreen: #99cc99; /* base0B */
--bryellow: #ffcc66; /* base0A */
--brblue: #6699cc; /* base0D */
--brmagenta: #cc99cc; /* base0E */
--brcyan: #66cccc; /* base0C */
--brwhite: #f2f0ec; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-embers.css */
:root {
--black: #16130F; /* base00*/
--red: #826D57; /* base08 */
--green: #57826D; /* base0B */
--yellow: #6D8257; /* base0A */
--blue: #6D5782; /* base0D */
--magenta: #82576D; /* base0E */
--cyan: #576D82; /* base0C */
--white: #A39A90; /* base05 */
--brblack: #5A5047; /* base03 */
--brred: #826D57; /* base08 */
--brgreen: #57826D; /* base0B */
--bryellow: #6D8257; /* base0A */
--brblue: #6D5782; /* base0D */
--brmagenta: #82576D; /* base0E */
--brcyan: #576D82; /* base0C */
--brwhite: #DBD6D1; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-flat.css */
:root {
--black: #2C3E50; /* base00*/
--red: #E74C3C; /* base08 */
--green: #2ECC71; /* base0B */
--yellow: #F1C40F; /* base0A */
--blue: #3498DB; /* base0D */
--magenta: #9B59B6; /* base0E */
--cyan: #1ABC9C; /* base0C */
--white: #e0e0e0; /* base05 */
--brblack: #95A5A6; /* base03 */
--brred: #E74C3C; /* base08 */
--brgreen: #2ECC71; /* base0B */
--bryellow: #F1C40F; /* base0A */
--brblue: #3498DB; /* base0D */
--brmagenta: #9B59B6; /* base0E */
--brcyan: #1ABC9C; /* base0C */
--brwhite: #ECF0F1; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-github.css */
:root {
--black: #ffffff; /* base00*/
--red: #ed6a43; /* base08 */
--green: #183691; /* base0B */
--yellow: #795da3; /* base0A */
--blue: #795da3; /* base0D */
--magenta: #a71d5d; /* base0E */
--cyan: #183691; /* base0C */
--white: #333333; /* base05 */
--brblack: #969896; /* base03 */
--brred: #ed6a43; /* base08 */
--brgreen: #183691; /* base0B */
--bryellow: #795da3; /* base0A */
--brblue: #795da3; /* base0D */
--brmagenta: #a71d5d; /* base0E */
--brcyan: #183691; /* base0C */
--brwhite: #ffffff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-google-dark.css */
:root {
--black: #1d1f21; /* base00*/
--red: #CC342B; /* base08 */
--green: #198844; /* base0B */
--yellow: #FBA922; /* base0A */
--blue: #3971ED; /* base0D */
--magenta: #A36AC7; /* base0E */
--cyan: #3971ED; /* base0C */
--white: #c5c8c6; /* base05 */
--brblack: #969896; /* base03 */
--brred: #CC342B; /* base08 */
--brgreen: #198844; /* base0B */
--bryellow: #FBA922; /* base0A */
--brblue: #3971ED; /* base0D */
--brmagenta: #A36AC7; /* base0E */
--brcyan: #3971ED; /* base0C */
--brwhite: #ffffff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-google-light.css */
:root {
--black: #ffffff; /* base00*/
--red: #CC342B; /* base08 */
--green: #198844; /* base0B */
--yellow: #FBA922; /* base0A */
--blue: #3971ED; /* base0D */
--magenta: #A36AC7; /* base0E */
--cyan: #3971ED; /* base0C */
--white: #373b41; /* base05 */
--brblack: #b4b7b4; /* base03 */
--brred: #CC342B; /* base08 */
--brgreen: #198844; /* base0B */
--bryellow: #FBA922; /* base0A */
--brblue: #3971ED; /* base0D */
--brmagenta: #A36AC7; /* base0E */
--brcyan: #3971ED; /* base0C */
--brwhite: #1d1f21; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-grayscale-dark.css */
:root {
--black: #101010; /* base00*/
--red: #7c7c7c; /* base08 */
--green: #8e8e8e; /* base0B */
--yellow: #a0a0a0; /* base0A */
--blue: #686868; /* base0D */
--magenta: #747474; /* base0E */
--cyan: #868686; /* base0C */
--white: #b9b9b9; /* base05 */
--brblack: #525252; /* base03 */
--brred: #7c7c7c; /* base08 */
--brgreen: #8e8e8e; /* base0B */
--bryellow: #a0a0a0; /* base0A */
--brblue: #686868; /* base0D */
--brmagenta: #747474; /* base0E */
--brcyan: #868686; /* base0C */
--brwhite: #f7f7f7; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-grayscale-light.css */
:root {
--black: #f7f7f7; /* base00*/
--red: #7c7c7c; /* base08 */
--green: #8e8e8e; /* base0B */
--yellow: #a0a0a0; /* base0A */
--blue: #686868; /* base0D */
--magenta: #747474; /* base0E */
--cyan: #868686; /* base0C */
--white: #464646; /* base05 */
--brblack: #ababab; /* base03 */
--brred: #7c7c7c; /* base08 */
--brgreen: #8e8e8e; /* base0B */
--bryellow: #a0a0a0; /* base0A */
--brblue: #686868; /* base0D */
--brmagenta: #747474; /* base0E */
--brcyan: #868686; /* base0C */
--brwhite: #101010; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-greenscreen.css */
:root {
--black: #001100; /* base00*/
--red: #007700; /* base08 */
--green: #00bb00; /* base0B */
--yellow: #007700; /* base0A */
--blue: #009900; /* base0D */
--magenta: #00bb00; /* base0E */
--cyan: #005500; /* base0C */
--white: #00bb00; /* base05 */
--brblack: #007700; /* base03 */
--brred: #007700; /* base08 */
--brgreen: #00bb00; /* base0B */
--bryellow: #007700; /* base0A */
--brblue: #009900; /* base0D */
--brmagenta: #00bb00; /* base0E */
--brcyan: #005500; /* base0C */
--brwhite: #00ff00; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-gruvbox-dark-hard.css */
:root {
--black: #1d2021; /* base00*/
--red: #fb4934; /* base08 */
--green: #b8bb26; /* base0B */
--yellow: #fabd2f; /* base0A */
--blue: #83a598; /* base0D */
--magenta: #d3869b; /* base0E */
--cyan: #8ec07c; /* base0C */
--white: #d5c4a1; /* base05 */
--brblack: #665c54; /* base03 */
--brred: #fb4934; /* base08 */
--brgreen: #b8bb26; /* base0B */
--bryellow: #fabd2f; /* base0A */
--brblue: #83a598; /* base0D */
--brmagenta: #d3869b; /* base0E */
--brcyan: #8ec07c; /* base0C */
--brwhite: #fbf1c7; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-gruvbox-dark-medium.css */
:root {
--black: #282828; /* base00*/
--red: #fb4934; /* base08 */
--green: #b8bb26; /* base0B */
--yellow: #fabd2f; /* base0A */
--blue: #83a598; /* base0D */
--magenta: #d3869b; /* base0E */
--cyan: #8ec07c; /* base0C */
--white: #d5c4a1; /* base05 */
--brblack: #665c54; /* base03 */
--brred: #fb4934; /* base08 */
--brgreen: #b8bb26; /* base0B */
--bryellow: #fabd2f; /* base0A */
--brblue: #83a598; /* base0D */
--brmagenta: #d3869b; /* base0E */
--brcyan: #8ec07c; /* base0C */
--brwhite: #fbf1c7; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-gruvbox-dark-pale.css */
:root {
--black: #262626; /* base00*/
--red: #d75f5f; /* base08 */
--green: #afaf00; /* base0B */
--yellow: #ffaf00; /* base0A */
--blue: #83adad; /* base0D */
--magenta: #d485ad; /* base0E */
--cyan: #85ad85; /* base0C */
--white: #dab997; /* base05 */
--brblack: #8a8a8a; /* base03 */
--brred: #d75f5f; /* base08 */
--brgreen: #afaf00; /* base0B */
--bryellow: #ffaf00; /* base0A */
--brblue: #83adad; /* base0D */
--brmagenta: #d485ad; /* base0E */
--brcyan: #85ad85; /* base0C */
--brwhite: #ebdbb2; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-gruvbox-dark-soft.css */
:root {
--black: #32302f; /* base00*/
--red: #fb4934; /* base08 */
--green: #b8bb26; /* base0B */
--yellow: #fabd2f; /* base0A */
--blue: #83a598; /* base0D */
--magenta: #d3869b; /* base0E */
--cyan: #8ec07c; /* base0C */
--white: #d5c4a1; /* base05 */
--brblack: #665c54; /* base03 */
--brred: #fb4934; /* base08 */
--brgreen: #b8bb26; /* base0B */
--bryellow: #fabd2f; /* base0A */
--brblue: #83a598; /* base0D */
--brmagenta: #d3869b; /* base0E */
--brcyan: #8ec07c; /* base0C */
--brwhite: #fbf1c7; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-gruvbox-light-hard.css */
:root {
--black: #f9f5d7; /* base00*/
--red: #9d0006; /* base08 */
--green: #79740e; /* base0B */
--yellow: #b57614; /* base0A */
--blue: #076678; /* base0D */
--magenta: #8f3f71; /* base0E */
--cyan: #427b58; /* base0C */
--white: #504945; /* base05 */
--brblack: #bdae93; /* base03 */
--brred: #9d0006; /* base08 */
--brgreen: #79740e; /* base0B */
--bryellow: #b57614; /* base0A */
--brblue: #076678; /* base0D */
--brmagenta: #8f3f71; /* base0E */
--brcyan: #427b58; /* base0C */
--brwhite: #282828; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-gruvbox-light-medium.css */
:root {
--black: #fbf1c7; /* base00*/
--red: #9d0006; /* base08 */
--green: #79740e; /* base0B */
--yellow: #b57614; /* base0A */
--blue: #076678; /* base0D */
--magenta: #8f3f71; /* base0E */
--cyan: #427b58; /* base0C */
--white: #504945; /* base05 */
--brblack: #bdae93; /* base03 */
--brred: #9d0006; /* base08 */
--brgreen: #79740e; /* base0B */
--bryellow: #b57614; /* base0A */
--brblue: #076678; /* base0D */
--brmagenta: #8f3f71; /* base0E */
--brcyan: #427b58; /* base0C */
--brwhite: #282828; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-gruvbox-light-soft.css */
:root {
--black: #f2e5bc; /* base00*/
--red: #9d0006; /* base08 */
--green: #79740e; /* base0B */
--yellow: #b57614; /* base0A */
--blue: #076678; /* base0D */
--magenta: #8f3f71; /* base0E */
--cyan: #427b58; /* base0C */
--white: #504945; /* base05 */
--brblack: #bdae93; /* base03 */
--brred: #9d0006; /* base08 */
--brgreen: #79740e; /* base0B */
--bryellow: #b57614; /* base0A */
--brblue: #076678; /* base0D */
--brmagenta: #8f3f71; /* base0E */
--brcyan: #427b58; /* base0C */
--brwhite: #282828; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-harmonic-dark.css */
:root {
--black: #0b1c2c; /* base00*/
--red: #bf8b56; /* base08 */
--green: #56bf8b; /* base0B */
--yellow: #8bbf56; /* base0A */
--blue: #8b56bf; /* base0D */
--magenta: #bf568b; /* base0E */
--cyan: #568bbf; /* base0C */
--white: #cbd6e2; /* base05 */
--brblack: #627e99; /* base03 */
--brred: #bf8b56; /* base08 */
--brgreen: #56bf8b; /* base0B */
--bryellow: #8bbf56; /* base0A */
--brblue: #8b56bf; /* base0D */
--brmagenta: #bf568b; /* base0E */
--brcyan: #568bbf; /* base0C */
--brwhite: #f7f9fb; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-harmonic-light.css */
:root {
--black: #f7f9fb; /* base00*/
--red: #bf8b56; /* base08 */
--green: #56bf8b; /* base0B */
--yellow: #8bbf56; /* base0A */
--blue: #8b56bf; /* base0D */
--magenta: #bf568b; /* base0E */
--cyan: #568bbf; /* base0C */
--white: #405c79; /* base05 */
--brblack: #aabcce; /* base03 */
--brred: #bf8b56; /* base08 */
--brgreen: #56bf8b; /* base0B */
--bryellow: #8bbf56; /* base0A */
--brblue: #8b56bf; /* base0D */
--brmagenta: #bf568b; /* base0E */
--brcyan: #568bbf; /* base0C */
--brwhite: #0b1c2c; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-hopscotch.css */
:root {
--black: #322931; /* base00*/
--red: #dd464c; /* base08 */
--green: #8fc13e; /* base0B */
--yellow: #fdcc59; /* base0A */
--blue: #1290bf; /* base0D */
--magenta: #c85e7c; /* base0E */
--cyan: #149b93; /* base0C */
--white: #b9b5b8; /* base05 */
--brblack: #797379; /* base03 */
--brred: #dd464c; /* base08 */
--brgreen: #8fc13e; /* base0B */
--bryellow: #fdcc59; /* base0A */
--brblue: #1290bf; /* base0D */
--brmagenta: #c85e7c; /* base0E */
--brcyan: #149b93; /* base0C */
--brwhite: #ffffff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-irblack.css */
:root {
--black: #000000; /* base00*/
--red: #ff6c60; /* base08 */
--green: #a8ff60; /* base0B */
--yellow: #ffffb6; /* base0A */
--blue: #96cbfe; /* base0D */
--magenta: #ff73fd; /* base0E */
--cyan: #c6c5fe; /* base0C */
--white: #b5b3aa; /* base05 */
--brblack: #6c6c66; /* base03 */
--brred: #ff6c60; /* base08 */
--brgreen: #a8ff60; /* base0B */
--bryellow: #ffffb6; /* base0A */
--brblue: #96cbfe; /* base0D */
--brmagenta: #ff73fd; /* base0E */
--brcyan: #c6c5fe; /* base0C */
--brwhite: #fdfbee; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-isotope.css */
:root {
--black: #000000; /* base00*/
--red: #ff0000; /* base08 */
--green: #33ff00; /* base0B */
--yellow: #ff0099; /* base0A */
--blue: #0066ff; /* base0D */
--magenta: #cc00ff; /* base0E */
--cyan: #00ffff; /* base0C */
--white: #d0d0d0; /* base05 */
--brblack: #808080; /* base03 */
--brred: #ff0000; /* base08 */
--brgreen: #33ff00; /* base0B */
--bryellow: #ff0099; /* base0A */
--brblue: #0066ff; /* base0D */
--brmagenta: #cc00ff; /* base0E */
--brcyan: #00ffff; /* base0C */
--brwhite: #ffffff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-macintosh.css */
:root {
--black: #000000; /* base00*/
--red: #dd0907; /* base08 */
--green: #1fb714; /* base0B */
--yellow: #fbf305; /* base0A */
--blue: #0000d3; /* base0D */
--magenta: #4700a5; /* base0E */
--cyan: #02abea; /* base0C */
--white: #c0c0c0; /* base05 */
--brblack: #808080; /* base03 */
--brred: #dd0907; /* base08 */
--brgreen: #1fb714; /* base0B */
--bryellow: #fbf305; /* base0A */
--brblue: #0000d3; /* base0D */
--brmagenta: #4700a5; /* base0E */
--brcyan: #02abea; /* base0C */
--brwhite: #ffffff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-marrakesh.css */
:root {
--black: #201602; /* base00*/
--red: #c35359; /* base08 */
--green: #18974e; /* base0B */
--yellow: #a88339; /* base0A */
--blue: #477ca1; /* base0D */
--magenta: #8868b3; /* base0E */
--cyan: #75a738; /* base0C */
--white: #948e48; /* base05 */
--brblack: #6c6823; /* base03 */
--brred: #c35359; /* base08 */
--brgreen: #18974e; /* base0B */
--bryellow: #a88339; /* base0A */
--brblue: #477ca1; /* base0D */
--brmagenta: #8868b3; /* base0E */
--brcyan: #75a738; /* base0C */
--brwhite: #faf0a5; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-materia.css */
:root {
--black: #263238; /* base00*/
--red: #EC5F67; /* base08 */
--green: #8BD649; /* base0B */
--yellow: #FFCC00; /* base0A */
--blue: #89DDFF; /* base0D */
--magenta: #82AAFF; /* base0E */
--cyan: #80CBC4; /* base0C */
--white: #CDD3DE; /* base05 */
--brblack: #707880; /* base03 */
--brred: #EC5F67; /* base08 */
--brgreen: #8BD649; /* base0B */
--bryellow: #FFCC00; /* base0A */
--brblue: #89DDFF; /* base0D */
--brmagenta: #82AAFF; /* base0E */
--brcyan: #80CBC4; /* base0C */
--brwhite: #FFFFFF; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-material-darker.css */
:root {
--black: #212121; /* base00*/
--red: #F07178; /* base08 */
--green: #C3E88D; /* base0B */
--yellow: #FFCB6B; /* base0A */
--blue: #82AAFF; /* base0D */
--magenta: #C792EA; /* base0E */
--cyan: #89DDFF; /* base0C */
--white: #EEFFFF; /* base05 */
--brblack: #4A4A4A; /* base03 */
--brred: #F07178; /* base08 */
--brgreen: #C3E88D; /* base0B */
--bryellow: #FFCB6B; /* base0A */
--brblue: #82AAFF; /* base0D */
--brmagenta: #C792EA; /* base0E */
--brcyan: #89DDFF; /* base0C */
--brwhite: #FFFFFF; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-material-lighter.css */
:root {
--black: #FAFAFA; /* base00*/
--red: #FF5370; /* base08 */
--green: #91B859; /* base0B */
--yellow: #FFB62C; /* base0A */
--blue: #6182B8; /* base0D */
--magenta: #7C4DFF; /* base0E */
--cyan: #39ADB5; /* base0C */
--white: #80CBC4; /* base05 */
--brblack: #CCD7DA; /* base03 */
--brred: #FF5370; /* base08 */
--brgreen: #91B859; /* base0B */
--bryellow: #FFB62C; /* base0A */
--brblue: #6182B8; /* base0D */
--brmagenta: #7C4DFF; /* base0E */
--brcyan: #39ADB5; /* base0C */
--brwhite: #FFFFFF; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-material-palenight.css */
:root {
--black: #292D3E; /* base00*/
--red: #F07178; /* base08 */
--green: #C3E88D; /* base0B */
--yellow: #FFCB6B; /* base0A */
--blue: #82AAFF; /* base0D */
--magenta: #C792EA; /* base0E */
--cyan: #89DDFF; /* base0C */
--white: #959DCB; /* base05 */
--brblack: #676E95; /* base03 */
--brred: #F07178; /* base08 */
--brgreen: #C3E88D; /* base0B */
--bryellow: #FFCB6B; /* base0A */
--brblue: #82AAFF; /* base0D */
--brmagenta: #C792EA; /* base0E */
--brcyan: #89DDFF; /* base0C */
--brwhite: #FFFFFF; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-material.css */
:root {
--black: #263238; /* base00*/
--red: #F07178; /* base08 */
--green: #C3E88D; /* base0B */
--yellow: #FFCB6B; /* base0A */
--blue: #82AAFF; /* base0D */
--magenta: #C792EA; /* base0E */
--cyan: #89DDFF; /* base0C */
--white: #EEFFFF; /* base05 */
--brblack: #546E7A; /* base03 */
--brred: #F07178; /* base08 */
--brgreen: #C3E88D; /* base0B */
--bryellow: #FFCB6B; /* base0A */
--brblue: #82AAFF; /* base0D */
--brmagenta: #C792EA; /* base0E */
--brcyan: #89DDFF; /* base0C */
--brwhite: #FFFFFF; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-mellow-purple.css */
:root {
--black: #1e0528; /* base00*/
--red: #00d9e9; /* base08 */
--green: #05cb0d; /* base0B */
--yellow: #955ae7; /* base0A */
--blue: #550068; /* base0D */
--magenta: #8991bb; /* base0E */
--cyan: #b900b1; /* base0C */
--white: #ffeeff; /* base05 */
--brblack: #320f55; /* base03 */
--brred: #00d9e9; /* base08 */
--brgreen: #05cb0d; /* base0B */
--bryellow: #955ae7; /* base0A */
--brblue: #550068; /* base0D */
--brmagenta: #8991bb; /* base0E */
--brcyan: #b900b1; /* base0C */
--brwhite: #f8c0ff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-mexico-light.css */
:root {
--black: #f8f8f8; /* base00*/
--red: #ab4642; /* base08 */
--green: #538947; /* base0B */
--yellow: #f79a0e; /* base0A */
--blue: #7cafc2; /* base0D */
--magenta: #96609e; /* base0E */
--cyan: #4b8093; /* base0C */
--white: #383838; /* base05 */
--brblack: #b8b8b8; /* base03 */
--brred: #ab4642; /* base08 */
--brgreen: #538947; /* base0B */
--bryellow: #f79a0e; /* base0A */
--brblue: #7cafc2; /* base0D */
--brmagenta: #96609e; /* base0E */
--brcyan: #4b8093; /* base0C */
--brwhite: #181818; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-mocha.css */
:root {
--black: #3B3228; /* base00*/
--red: #cb6077; /* base08 */
--green: #beb55b; /* base0B */
--yellow: #f4bc87; /* base0A */
--blue: #8ab3b5; /* base0D */
--magenta: #a89bb9; /* base0E */
--cyan: #7bbda4; /* base0C */
--white: #d0c8c6; /* base05 */
--brblack: #7e705a; /* base03 */
--brred: #cb6077; /* base08 */
--brgreen: #beb55b; /* base0B */
--bryellow: #f4bc87; /* base0A */
--brblue: #8ab3b5; /* base0D */
--brmagenta: #a89bb9; /* base0E */
--brcyan: #7bbda4; /* base0C */
--brwhite: #f5eeeb; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-monokai.css */
:root {
--black: #272822; /* base00*/
--red: #f92672; /* base08 */
--green: #a6e22e; /* base0B */
--yellow: #f4bf75; /* base0A */
--blue: #66d9ef; /* base0D */
--magenta: #ae81ff; /* base0E */
--cyan: #a1efe4; /* base0C */
--white: #f8f8f2; /* base05 */
--brblack: #75715e; /* base03 */
--brred: #f92672; /* base08 */
--brgreen: #a6e22e; /* base0B */
--bryellow: #f4bf75; /* base0A */
--brblue: #66d9ef; /* base0D */
--brmagenta: #ae81ff; /* base0E */
--brcyan: #a1efe4; /* base0C */
--brwhite: #f9f8f5; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-nord.css */
:root {
--black: #2E3440; /* base00*/
--red: #88C0D0; /* base08 */
--green: #BF616A; /* base0B */
--yellow: #5E81AC; /* base0A */
--blue: #EBCB8B; /* base0D */
--magenta: #A3BE8C; /* base0E */
--cyan: #D08770; /* base0C */
--white: #E5E9F0; /* base05 */
--brblack: #4C566A; /* base03 */
--brred: #88C0D0; /* base08 */
--brgreen: #BF616A; /* base0B */
--bryellow: #5E81AC; /* base0A */
--brblue: #EBCB8B; /* base0D */
--brmagenta: #A3BE8C; /* base0E */
--brcyan: #D08770; /* base0C */
--brwhite: #8FBCBB; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-ocean.css */
:root {
--black: #2b303b; /* base00*/
--red: #bf616a; /* base08 */
--green: #a3be8c; /* base0B */
--yellow: #ebcb8b; /* base0A */
--blue: #8fa1b3; /* base0D */
--magenta: #b48ead; /* base0E */
--cyan: #96b5b4; /* base0C */
--white: #c0c5ce; /* base05 */
--brblack: #65737e; /* base03 */
--brred: #bf616a; /* base08 */
--brgreen: #a3be8c; /* base0B */
--bryellow: #ebcb8b; /* base0A */
--brblue: #8fa1b3; /* base0D */
--brmagenta: #b48ead; /* base0E */
--brcyan: #96b5b4; /* base0C */
--brwhite: #eff1f5; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-oceanicnext.css */
:root {
--black: #1B2B34; /* base00*/
--red: #EC5f67; /* base08 */
--green: #99C794; /* base0B */
--yellow: #FAC863; /* base0A */
--blue: #6699CC; /* base0D */
--magenta: #C594C5; /* base0E */
--cyan: #5FB3B3; /* base0C */
--white: #C0C5CE; /* base05 */
--brblack: #65737E; /* base03 */
--brred: #EC5f67; /* base08 */
--brgreen: #99C794; /* base0B */
--bryellow: #FAC863; /* base0A */
--brblue: #6699CC; /* base0D */
--brmagenta: #C594C5; /* base0E */
--brcyan: #5FB3B3; /* base0C */
--brwhite: #D8DEE9; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-one-light.css */
:root {
--black: #fafafa; /* base00*/
--red: #ca1243; /* base08 */
--green: #50a14f; /* base0B */
--yellow: #c18401; /* base0A */
--blue: #4078f2; /* base0D */
--magenta: #a626a4; /* base0E */
--cyan: #0184bc; /* base0C */
--white: #383a42; /* base05 */
--brblack: #a0a1a7; /* base03 */
--brred: #ca1243; /* base08 */
--brgreen: #50a14f; /* base0B */
--bryellow: #c18401; /* base0A */
--brblue: #4078f2; /* base0D */
--brmagenta: #a626a4; /* base0E */
--brcyan: #0184bc; /* base0C */
--brwhite: #090a0b; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-onedark.css */
:root {
--black: #282c34; /* base00*/
--red: #e06c75; /* base08 */
--green: #98c379; /* base0B */
--yellow: #e5c07b; /* base0A */
--blue: #61afef; /* base0D */
--magenta: #c678dd; /* base0E */
--cyan: #56b6c2; /* base0C */
--white: #abb2bf; /* base05 */
--brblack: #545862; /* base03 */
--brred: #e06c75; /* base08 */
--brgreen: #98c379; /* base0B */
--bryellow: #e5c07b; /* base0A */
--brblue: #61afef; /* base0D */
--brmagenta: #c678dd; /* base0E */
--brcyan: #56b6c2; /* base0C */
--brwhite: #c8ccd4; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-paraiso.css */
:root {
--black: #2f1e2e; /* base00*/
--red: #ef6155; /* base08 */
--green: #48b685; /* base0B */
--yellow: #fec418; /* base0A */
--blue: #06b6ef; /* base0D */
--magenta: #815ba4; /* base0E */
--cyan: #5bc4bf; /* base0C */
--white: #a39e9b; /* base05 */
--brblack: #776e71; /* base03 */
--brred: #ef6155; /* base08 */
--brgreen: #48b685; /* base0B */
--bryellow: #fec418; /* base0A */
--brblue: #06b6ef; /* base0D */
--brmagenta: #815ba4; /* base0E */
--brcyan: #5bc4bf; /* base0C */
--brwhite: #e7e9db; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-phd.css */
:root {
--black: #061229; /* base00*/
--red: #d07346; /* base08 */
--green: #99bf52; /* base0B */
--yellow: #fbd461; /* base0A */
--blue: #5299bf; /* base0D */
--magenta: #9989cc; /* base0E */
--cyan: #72b9bf; /* base0C */
--white: #b8bbc2; /* base05 */
--brblack: #717885; /* base03 */
--brred: #d07346; /* base08 */
--brgreen: #99bf52; /* base0B */
--bryellow: #fbd461; /* base0A */
--brblue: #5299bf; /* base0D */
--brmagenta: #9989cc; /* base0E */
--brcyan: #72b9bf; /* base0C */
--brwhite: #ffffff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-pico.css */
:root {
--black: #000000; /* base00*/
--red: #ff004d; /* base08 */
--green: #00e756; /* base0B */
--yellow: #fff024; /* base0A */
--blue: #83769c; /* base0D */
--magenta: #ff77a8; /* base0E */
--cyan: #29adff; /* base0C */
--white: #5f574f; /* base05 */
--brblack: #008751; /* base03 */
--brred: #ff004d; /* base08 */
--brgreen: #00e756; /* base0B */
--bryellow: #fff024; /* base0A */
--brblue: #83769c; /* base0D */
--brmagenta: #ff77a8; /* base0E */
--brcyan: #29adff; /* base0C */
--brwhite: #fff1e8; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-pop.css */
:root {
--black: #000000; /* base00*/
--red: #eb008a; /* base08 */
--green: #37b349; /* base0B */
--yellow: #f8ca12; /* base0A */
--blue: #0e5a94; /* base0D */
--magenta: #b31e8d; /* base0E */
--cyan: #00aabb; /* base0C */
--white: #d0d0d0; /* base05 */
--brblack: #505050; /* base03 */
--brred: #eb008a; /* base08 */
--brgreen: #37b349; /* base0B */
--bryellow: #f8ca12; /* base0A */
--brblue: #0e5a94; /* base0D */
--brmagenta: #b31e8d; /* base0E */
--brcyan: #00aabb; /* base0C */
--brwhite: #ffffff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-railscasts.css */
:root {
--black: #2b2b2b; /* base00*/
--red: #da4939; /* base08 */
--green: #a5c261; /* base0B */
--yellow: #ffc66d; /* base0A */
--blue: #6d9cbe; /* base0D */
--magenta: #b6b3eb; /* base0E */
--cyan: #519f50; /* base0C */
--white: #e6e1dc; /* base05 */
--brblack: #5a647e; /* base03 */
--brred: #da4939; /* base08 */
--brgreen: #a5c261; /* base0B */
--bryellow: #ffc66d; /* base0A */
--brblue: #6d9cbe; /* base0D */
--brmagenta: #b6b3eb; /* base0E */
--brcyan: #519f50; /* base0C */
--brwhite: #f9f7f3; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-rebecca.css */
:root {
--black: #292a44; /* base00*/
--red: #a0a0c5; /* base08 */
--green: #6dfedf; /* base0B */
--yellow: #ae81ff; /* base0A */
--blue: #2de0a7; /* base0D */
--magenta: #7aa5ff; /* base0E */
--cyan: #8eaee0; /* base0C */
--white: #f1eff8; /* base05 */
--brblack: #666699; /* base03 */
--brred: #a0a0c5; /* base08 */
--brgreen: #6dfedf; /* base0B */
--bryellow: #ae81ff; /* base0A */
--brblue: #2de0a7; /* base0D */
--brmagenta: #7aa5ff; /* base0E */
--brcyan: #8eaee0; /* base0C */
--brwhite: #53495d; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-seti.css */
:root {
--black: #151718; /* base00*/
--red: #Cd3f45; /* base08 */
--green: #9fca56; /* base0B */
--yellow: #e6cd69; /* base0A */
--blue: #55b5db; /* base0D */
--magenta: #a074c4; /* base0E */
--cyan: #55dbbe; /* base0C */
--white: #d6d6d6; /* base05 */
--brblack: #41535B; /* base03 */
--brred: #Cd3f45; /* base08 */
--brgreen: #9fca56; /* base0B */
--bryellow: #e6cd69; /* base0A */
--brblue: #55b5db; /* base0D */
--brmagenta: #a074c4; /* base0E */
--brcyan: #55dbbe; /* base0C */
--brwhite: #ffffff; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-shapeshifter.css */
:root {
--black: #f9f9f9; /* base00*/
--red: #e92f2f; /* base08 */
--green: #0ed839; /* base0B */
--yellow: #dddd13; /* base0A */
--blue: #3b48e3; /* base0D */
--magenta: #f996e2; /* base0E */
--cyan: #23edda; /* base0C */
--white: #102015; /* base05 */
--brblack: #555555; /* base03 */
--brred: #e92f2f; /* base08 */
--brgreen: #0ed839; /* base0B */
--bryellow: #dddd13; /* base0A */
--brblue: #3b48e3; /* base0D */
--brmagenta: #f996e2; /* base0E */
--brcyan: #23edda; /* base0C */
--brwhite: #000000; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-solarflare.css */
:root {
--black: #18262F; /* base00*/
--red: #EF5253; /* base08 */
--green: #7CC844; /* base0B */
--yellow: #E4B51C; /* base0A */
--blue: #33B5E1; /* base0D */
--magenta: #A363D5; /* base0E */
--cyan: #52CBB0; /* base0C */
--white: #A6AFB8; /* base05 */
--brblack: #667581; /* base03 */
--brred: #EF5253; /* base08 */
--brgreen: #7CC844; /* base0B */
--bryellow: #E4B51C; /* base0A */
--brblue: #33B5E1; /* base0D */
--brmagenta: #A363D5; /* base0E */
--brcyan: #52CBB0; /* base0C */
--brwhite: #F5F7FA; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-solarized-dark.css */
:root {
--black: #002b36; /* base00*/
--red: #dc322f; /* base08 */
--green: #859900; /* base0B */
--yellow: #b58900; /* base0A */
--blue: #268bd2; /* base0D */
--magenta: #6c71c4; /* base0E */
--cyan: #2aa198; /* base0C */
--white: #93a1a1; /* base05 */
--brblack: #657b83; /* base03 */
--brred: #dc322f; /* base08 */
--brgreen: #859900; /* base0B */
--bryellow: #b58900; /* base0A */
--brblue: #268bd2; /* base0D */
--brmagenta: #6c71c4; /* base0E */
--brcyan: #2aa198; /* base0C */
--brwhite: #fdf6e3; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-solarized-light.css */
:root {
--black: #fdf6e3; /* base00*/
--red: #dc322f; /* base08 */
--green: #859900; /* base0B */
--yellow: #b58900; /* base0A */
--blue: #268bd2; /* base0D */
--magenta: #6c71c4; /* base0E */
--cyan: #2aa198; /* base0C */
--white: #586e75; /* base05 */
--brblack: #839496; /* base03 */
--brred: #dc322f; /* base08 */
--brgreen: #859900; /* base0B */
--bryellow: #b58900; /* base0A */
--brblue: #268bd2; /* base0D */
--brmagenta: #6c71c4; /* base0E */
--brcyan: #2aa198; /* base0C */
--brwhite: #002b36; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-spacemacs.css */
:root {
--black: #1f2022; /* base00*/
--red: #f2241f; /* base08 */
--green: #67b11d; /* base0B */
--yellow: #b1951d; /* base0A */
--blue: #4f97d7; /* base0D */
--magenta: #a31db1; /* base0E */
--cyan: #2d9574; /* base0C */
--white: #a3a3a3; /* base05 */
--brblack: #585858; /* base03 */
--brred: #f2241f; /* base08 */
--brgreen: #67b11d; /* base0B */
--bryellow: #b1951d; /* base0A */
--brblue: #4f97d7; /* base0D */
--brmagenta: #a31db1; /* base0E */
--brcyan: #2d9574; /* base0C */
--brwhite: #f8f8f8; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-summerfruit-dark.css */
:root {
--black: #151515; /* base00*/
--red: #FF0086; /* base08 */
--green: #00C918; /* base0B */
--yellow: #ABA800; /* base0A */
--blue: #3777E6; /* base0D */
--magenta: #AD00A1; /* base0E */
--cyan: #1FAAAA; /* base0C */
--white: #D0D0D0; /* base05 */
--brblack: #505050; /* base03 */
--brred: #FF0086; /* base08 */
--brgreen: #00C918; /* base0B */
--bryellow: #ABA800; /* base0A */
--brblue: #3777E6; /* base0D */
--brmagenta: #AD00A1; /* base0E */
--brcyan: #1FAAAA; /* base0C */
--brwhite: #FFFFFF; /* base07 */
}

View file

@ -0,0 +1,19 @@
/* base16-summerfruit-light.css */
:root {
--black: #FFFFFF; /* base00*/
--red: #FF0086; /* base08 */
--green: #00C918; /* base0B */
--yellow: #ABA800; /* base0A */
--blue: #3777E6; /* base0D */
--magenta: #AD00A1; /* base0E */
--cyan: #1FAAAA; /* base0C */
--white: #101010; /* base05 */
--brblack: #B0B0B0; /* base03 */
--brred: #FF0086; /* base08 */
--brgreen: #00C918; /* base0B */
--bryellow: #ABA800; /* base0A */
--brblue: #3777E6; /* base0D */
--brmagenta: #AD00A1; /* base0E */
--brcyan: #1FAAAA; /* base0C */
--brwhite: #202020; /* base07 */
}

Some files were not shown because too many files have changed in this diff Show more