├── .build └── build.sh ├── CHANGELOG.md ├── LICENSE ├── README.md ├── colors ├── absent-contrast.js ├── absent-light.js ├── absent.js ├── allure-contrast.js ├── allure-light.js ├── allure.js ├── arstotzka-contrast.js ├── arstotzka-light.js ├── arstotzka.js ├── azure-contrast.js ├── azure-light.js ├── azure.js ├── banner-contrast.js ├── banner-light.js ├── banner.js ├── blink-contrast.js ├── blink-light.js ├── blink.js ├── bold-contrast.js ├── bold-light.js ├── bold.js ├── boxuk-contrast.js ├── boxuk-light.js ├── boxuk.js ├── brave-contrast.js ├── brave-light.js ├── brave.js ├── carbonight-contrast.js ├── carbonight-light.js ├── carbonight.js ├── chocolate-contrast.js ├── chocolate-light.js ├── chocolate.js ├── codecourse-contrast.js ├── codecourse-light.js ├── codecourse.js ├── coffee-contrast.js ├── coffee-light.js ├── coffee.js ├── comrade-contrast.js ├── comrade-light.js ├── comrade.js ├── crackpot-contrast.js ├── crackpot-light.js ├── crackpot.js ├── crisp-contrast.js ├── crisp-light.js ├── crisp.js ├── dare-contrast.js ├── dare-light.js ├── dare.js ├── darkside-contrast.js ├── darkside-light.js ├── darkside.js ├── downpour-contrast.js ├── downpour-light.js ├── downpour.js ├── earthsong-contrast.js ├── earthsong-light.js ├── earthsong.js ├── fodder-contrast.js ├── fodder-light.js ├── fodder.js ├── frantic-contrast.js ├── frantic-light.js ├── frantic.js ├── freshcut-contrast.js ├── freshcut-light.js ├── freshcut.js ├── friction-contrast.js ├── friction-light.js ├── friction.js ├── frontier-contrast.js ├── frontier-light.js ├── frontier.js ├── github-contrast.js ├── github-light.js ├── github.js ├── glance-contrast.js ├── glance-light.js ├── glance.js ├── gloom-contrast.js ├── gloom-light.js ├── gloom.js ├── glowfish-contrast.js ├── glowfish-light.js ├── glowfish.js ├── goldfish-contrast.js ├── goldfish-light.js ├── goldfish.js ├── grunge-contrast.js ├── grunge-light.js ├── grunge.js ├── halflife-contrast.js ├── halflife-light.js ├── halflife.js ├── hawaii-contrast.js ├── hawaii-light.js ├── hawaii.js ├── heroku-contrast.js ├── heroku-light.js ├── heroku.js ├── hive-contrast.js ├── hive-light.js ├── hive.js ├── horizon-contrast.js ├── horizon-light.js ├── horizon.js ├── hub-contrast.js ├── hub-light.js ├── hub.js ├── hyrule-contrast.js ├── hyrule-light.js ├── hyrule.js ├── iceberg-contrast.js ├── iceberg-light.js ├── iceberg.js ├── isotope-contrast.js ├── isotope-light.js ├── isotope.js ├── jewel-contrast.js ├── jewel-light.js ├── jewel.js ├── jingle-contrast.js ├── jingle-light.js ├── jingle.js ├── joker-contrast.js ├── joker-light.js ├── joker.js ├── juicy-contrast.js ├── juicy-light.js ├── juicy.js ├── jumper-contrast.js ├── jumper-light.js ├── jumper.js ├── keen-contrast.js ├── keen-light.js ├── keen.js ├── kiwi-contrast.js ├── kiwi-light.js ├── kiwi.js ├── laracasts-contrast.js ├── laracasts-light.js ├── laracasts.js ├── laravel-contrast.js ├── laravel-light.js ├── laravel.js ├── lavender-contrast.js ├── lavender-light.js ├── lavender.js ├── legacy-contrast.js ├── legacy-light.js ├── legacy.js ├── lichen-contrast.js ├── lichen-light.js ├── lichen.js ├── loyal-contrast.js ├── loyal-light.js ├── loyal.js ├── mauve-contrast.js ├── mauve-light.js ├── mauve.js ├── mellow-contrast.js ├── mellow-light.js ├── mellow.js ├── mintchoc-contrast.js ├── mintchoc-light.js ├── mintchoc.js ├── monzo-contrast.js ├── monzo-light.js ├── monzo.js ├── morass-contrast.js ├── morass-light.js ├── morass.js ├── mud-contrast.js ├── mud-light.js ├── mud.js ├── newton-contrast.js ├── newton-light.js ├── newton.js ├── otakon-contrast.js ├── otakon-light.js ├── otakon.js ├── overflow-contrast.js ├── overflow-light.js ├── overflow.js ├── pastel-contrast.js ├── pastel-light.js ├── pastel.js ├── patriot-contrast.js ├── patriot-light.js ├── patriot.js ├── peacock-contrast.js ├── peacock-light.js ├── peacock.js ├── peacocks-in-space-contrast.js ├── peacocks-in-space-light.js ├── peacocks-in-space.js ├── peel-contrast.js ├── peel-light.js ├── peel.js ├── penitent-contrast.js ├── penitent-light.js ├── penitent.js ├── piggy-contrast.js ├── piggy-light.js ├── piggy.js ├── pleasure-contrast.js ├── pleasure-light.js ├── pleasure.js ├── potpourri-contrast.js ├── potpourri-light.js ├── potpourri.js ├── prime-contrast.js ├── prime-light.js ├── prime.js ├── rainbow-contrast.js ├── rainbow-light.js ├── rainbow.js ├── rebellion-contrast.js ├── rebellion-light.js ├── rebellion.js ├── revelation-contrast.js ├── revelation-light.js ├── revelation.js ├── scorch-contrast.js ├── scorch-light.js ├── scorch.js ├── service-contrast.js ├── service-light.js ├── service.js ├── shrek-contrast.js ├── shrek-light.js ├── shrek.js ├── slate-contrast.js ├── slate-light.js ├── slate.js ├── slime-contrast.js ├── slime-light.js ├── slime.js ├── snappy-contrast.js ├── snappy-light.js ├── snappy.js ├── solarflare-contrast.js ├── solarflare-light.js ├── solarflare.js ├── soup-contrast.js ├── soup-light.js ├── soup.js ├── sourlick-contrast.js ├── sourlick-light.js ├── sourlick.js ├── spearmint-contrast.js ├── spearmint-light.js ├── spearmint.js ├── spitfire-contrast.js ├── spitfire-light.js ├── spitfire.js ├── stark-contrast.js ├── stark-light.js ├── stark.js ├── stasis-contrast.js ├── stasis-light.js ├── stasis.js ├── stealth-contrast.js ├── stealth-light.js ├── stealth.js ├── storm-contrast.js ├── storm-light.js ├── storm.js ├── super-contrast.js ├── super-light.js ├── super.js ├── tame-contrast.js ├── tame-light.js ├── tame.js ├── tetra-contrast.js ├── tetra-light.js ├── tetra.js ├── tickle-contrast.js ├── tickle-light.js ├── tickle.js ├── tonic-contrast.js ├── tonic-light.js ├── tonic.js ├── tribal-contrast.js ├── tribal-light.js ├── tribal.js ├── tron-contrast.js ├── tron-light.js ├── tron.js ├── turnip-contrast.js ├── turnip-light.js ├── turnip.js ├── tweed-contrast.js ├── tweed-light.js ├── tweed.js ├── userscape-contrast.js ├── userscape-light.js ├── userscape.js ├── vegetable-contrast.js ├── vegetable-light.js ├── vegetable.js ├── violaceous-contrast.js ├── violaceous-light.js ├── violaceous.js ├── vision-colorblind.js ├── vision-light-colorblind.js ├── volatile-contrast.js ├── volatile-light.js ├── volatile.js ├── warlock-contrast.js ├── warlock-light.js ├── warlock.js ├── waste-contrast.js ├── waste-light.js ├── waste.js ├── yitzchok-contrast.js ├── yitzchok-light.js ├── yitzchok.js ├── yule-contrast.js ├── yule-light.js ├── yule.js ├── zacks-contrast.js ├── zacks-light.js └── zacks.js ├── index.js └── package.json /.build/build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Run docker image to build the themes. 4 | docker run -e PATTERN=hyper -v $PWD/output/:/src/output daylerees/rainglow:latest 5 | 6 | # Kill old themes. 7 | rm -rf ../colors/* 8 | 9 | # Move themes to the root. 10 | cp -R output/hyper/* ../colors/ 11 | 12 | # Delete temp themes. 13 | rm -rf output -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # CHANGELOG 2 | 3 | ## 1.5.0 | 2018.01.13 4 | 5 | First release. Woop! -------------------------------------------------------------------------------- /colors/absent-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0e1114", 3 | foregroundColor: "#aeb9c4", 4 | borderColor: "#232a32", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#181e23", 8 | red: "#ba0e2e", 9 | green: "#228a96", 10 | yellow: "#6ba77f", 11 | blue: "#e6eaef", 12 | magenta: "#228a96", 13 | cyan: "#6ba77f", 14 | white: "#bdc6cf", 15 | lightBlack: "#2d3741", 16 | lightRed: "#e61f44", 17 | lightGreen: "#48c7d6", 18 | lightYellow: "#abcdb6", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#48c7d6", 21 | lightCyan: "#abcdb6", 22 | lightWhite: "#dadfe4" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/absent-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#465360", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#228a96", 10 | yellow: "#6ba77f", 11 | blue: "#465360", 12 | magenta: "#228a96", 13 | cyan: "#6ba77f", 14 | white: "#51606f", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#48c7d6", 18 | lightYellow: "#abcdb6", 19 | lightBlue: "#738699", 20 | lightMagenta: "#48c7d6", 21 | lightCyan: "#abcdb6", 22 | lightWhite: "#66798c" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/absent.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#252c33", 3 | foregroundColor: "#aeb9c4", 4 | borderColor: "#3a4551", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#303942", 8 | red: "#ba0e2e", 9 | green: "#228a96", 10 | yellow: "#6ba77f", 11 | blue: "#e6eaef", 12 | magenta: "#228a96", 13 | cyan: "#6ba77f", 14 | white: "#bdc6cf", 15 | lightBlack: "#45525f", 16 | lightRed: "#e61f44", 17 | lightGreen: "#48c7d6", 18 | lightYellow: "#abcdb6", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#48c7d6", 21 | lightCyan: "#abcdb6", 22 | lightWhite: "#dadfe4" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/allure-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#17191c", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#2e3238", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#23262a", 8 | red: "#ba0e2e", 9 | green: "#5da892", 10 | yellow: "#e4d294", 11 | blue: "#ffffff", 12 | magenta: "#5da892", 13 | cyan: "#e4d294", 14 | white: "#d0d9e4", 15 | lightBlack: "#3a3f46", 16 | lightRed: "#e61f44", 17 | lightGreen: "#9fccbf", 18 | lightYellow: "#f9f4e5", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#9fccbf", 21 | lightCyan: "#f9f4e5", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/allure-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#555e68", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#5da892", 10 | yellow: "#e4d294", 11 | blue: "#555e68", 12 | magenta: "#5da892", 13 | cyan: "#e4d294", 14 | white: "#606b76", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#9fccbf", 18 | lightYellow: "#f9f4e5", 19 | lightBlue: "#86919c", 20 | lightMagenta: "#9fccbf", 21 | lightCyan: "#f9f4e5", 22 | lightWhite: "#788491" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/allure.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#32373d", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#495059", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#3d444b", 8 | red: "#ba0e2e", 9 | green: "#5da892", 10 | yellow: "#e4d294", 11 | blue: "#ffffff", 12 | magenta: "#5da892", 13 | cyan: "#e4d294", 14 | white: "#d0d9e4", 15 | lightBlack: "#545d67", 16 | lightRed: "#e61f44", 17 | lightGreen: "#9fccbf", 18 | lightYellow: "#f9f4e5", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#9fccbf", 21 | lightCyan: "#f9f4e5", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/arstotzka-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#333333", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#a2a797", 10 | yellow: "#516b6b", 11 | blue: "#70807b", 12 | magenta: "#a2a797", 13 | cyan: "#cf433e", 14 | white: "#404040", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d3d6ce", 18 | lightYellow: "#82a0a0", 19 | lightBlue: "#a5b1ad", 20 | lightMagenta: "#d3d6ce", 21 | lightCyan: "#e39390", 22 | lightWhite: "#595959" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/arstotzka.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#332e2e", 3 | foregroundColor: "#edebe6", 4 | borderColor: "#4e4646", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#403a3a", 8 | red: "#ba0e2e", 9 | green: "#a2a797", 10 | yellow: "#516b6b", 11 | blue: "#70807b", 12 | magenta: "#a2a797", 13 | cyan: "#cf433e", 14 | white: "#f8f7f5", 15 | lightBlack: "#5b5252", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d3d6ce", 18 | lightYellow: "#82a0a0", 19 | lightBlue: "#a5b1ad", 20 | lightMagenta: "#d3d6ce", 21 | lightCyan: "#e39390", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/azure-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#040507", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#171c27", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#0d1117", 8 | red: "#ba0e2e", 9 | green: "#6ab0a3", 10 | yellow: "#52708b", 11 | blue: "#508aaa", 12 | magenta: "#508aaa", 13 | cyan: "#6ab0a3", 14 | white: "#ffffff", 15 | lightBlack: "#202838", 16 | lightRed: "#e61f44", 17 | lightGreen: "#add3cc", 18 | lightYellow: "#89a3ba", 19 | lightBlue: "#94b8cc", 20 | lightMagenta: "#94b8cc", 21 | lightCyan: "#add3cc", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/azure-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#6ab0a3", 10 | yellow: "#8291ad", 11 | blue: "#508aaa", 12 | magenta: "#508aaa", 13 | cyan: "#6ab0a3", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#add3cc", 18 | lightYellow: "#c0c7d5", 19 | lightBlue: "#94b8cc", 20 | lightMagenta: "#94b8cc", 21 | lightCyan: "#add3cc", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/azure.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#181d26", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#2c3545", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#222936", 8 | red: "#ba0e2e", 9 | green: "#6ab0a3", 10 | yellow: "#52708b", 11 | blue: "#508aaa", 12 | magenta: "#508aaa", 13 | cyan: "#6ab0a3", 14 | white: "#ffffff", 15 | lightBlack: "#364155", 16 | lightRed: "#e61f44", 17 | lightGreen: "#add3cc", 18 | lightYellow: "#89a3ba", 19 | lightBlue: "#94b8cc", 20 | lightMagenta: "#94b8cc", 21 | lightCyan: "#add3cc", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/banner-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0b0a0f", 3 | foregroundColor: "#c5bedd", 4 | borderColor: "#211e2e", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#16141e", 8 | red: "#ba0e2e", 9 | green: "#7cd827", 10 | yellow: "#a25cdb", 11 | blue: "#ffffff", 12 | magenta: "#a6ef61", 13 | cyan: "#a6ef61", 14 | white: "#d4cfe6", 15 | lightBlack: "#2d293d", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b0e87d", 18 | lightYellow: "#d2b0ed", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#daf8be", 21 | lightCyan: "#daf8be", 22 | lightWhite: "#f2f0f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/banner-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#373247", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#7cd827", 10 | yellow: "#a25cdb", 11 | blue: "#373247", 12 | magenta: "#7cd827", 13 | cyan: "#7cd827", 14 | white: "#433d56", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b0e87d", 18 | lightYellow: "#d2b0ed", 19 | lightBlue: "#655c83", 20 | lightMagenta: "#b0e87d", 21 | lightCyan: "#b0e87d", 22 | lightWhite: "#5a5274" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/banner.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#1d1a26", 3 | foregroundColor: "#c5bedd", 4 | borderColor: "#342f44", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#292435", 8 | red: "#ba0e2e", 9 | green: "#7cd827", 10 | yellow: "#a25cdb", 11 | blue: "#ffffff", 12 | magenta: "#a6ef61", 13 | cyan: "#a6ef61", 14 | white: "#d4cfe6", 15 | lightBlack: "#403953", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b0e87d", 18 | lightYellow: "#d2b0ed", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#daf8be", 21 | lightCyan: "#daf8be", 22 | lightWhite: "#f2f0f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/blink-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#131719", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#293236", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#1e2427", 8 | red: "#ba0e2e", 9 | green: "#5298c4", 10 | yellow: "#d4856a", 11 | blue: "#43b5b3", 12 | magenta: "#d4856a", 13 | cyan: "#43b5b3", 14 | white: "#d0d9e4", 15 | lightBlack: "#343f44", 16 | lightRed: "#e61f44", 17 | lightGreen: "#9ec5de", 18 | lightYellow: "#ebc6b9", 19 | lightBlue: "#8ad4d2", 20 | lightMagenta: "#ebc6b9", 21 | lightCyan: "#8ad4d2", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/blink-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#6a7e89", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#5298c4", 10 | yellow: "#d4856a", 11 | blue: "#43b5b3", 12 | magenta: "#d4856a", 13 | cyan: "#43b5b3", 14 | white: "#778b96", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#9ec5de", 18 | lightYellow: "#ebc6b9", 19 | lightBlue: "#8ad4d2", 20 | lightMagenta: "#ebc6b9", 21 | lightCyan: "#8ad4d2", 22 | lightWhite: "#94a3ac" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/blink.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#283035", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#3e4a52", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#333d44", 8 | red: "#ba0e2e", 9 | green: "#5298c4", 10 | yellow: "#d4856a", 11 | blue: "#43b5b3", 12 | magenta: "#d4856a", 13 | cyan: "#43b5b3", 14 | white: "#d0d9e4", 15 | lightBlack: "#495761", 16 | lightRed: "#e61f44", 17 | lightGreen: "#9ec5de", 18 | lightYellow: "#ebc6b9", 19 | lightBlue: "#8ad4d2", 20 | lightMagenta: "#ebc6b9", 21 | lightCyan: "#8ad4d2", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/bold-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0f0d0d", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#2a2525", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1d1919", 8 | red: "#ba0e2e", 9 | green: "#3d8e91", 10 | yellow: "#f0624b", 11 | blue: "#b4b7ad", 12 | magenta: "#f0624b", 13 | cyan: "#3d8e91", 14 | white: "#ffffff", 15 | lightBlack: "#383131", 16 | lightRed: "#e61f44", 17 | lightGreen: "#71c0c3", 18 | lightYellow: "#f8b4a9", 19 | lightBlue: "#e6e7e3", 20 | lightMagenta: "#f8b4a9", 21 | lightCyan: "#71c0c3", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/bold-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#555555", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#3d8e91", 10 | yellow: "#f0624b", 11 | blue: "#888c81", 12 | magenta: "#f0624b", 13 | cyan: "#3d8e91", 14 | white: "#626262", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#71c0c3", 18 | lightYellow: "#f8b4a9", 19 | lightBlue: "#babdb6", 20 | lightMagenta: "#f8b4a9", 21 | lightCyan: "#71c0c3", 22 | lightWhite: "#7b7b7b" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/bold.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2a2626", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#453e3e", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#373232", 8 | red: "#ba0e2e", 9 | green: "#3d8e91", 10 | yellow: "#f0624b", 11 | blue: "#b4b7ad", 12 | magenta: "#f0624b", 13 | cyan: "#3d8e91", 14 | white: "#ffffff", 15 | lightBlack: "#524a4a", 16 | lightRed: "#e61f44", 17 | lightGreen: "#71c0c3", 18 | lightYellow: "#f8b4a9", 19 | lightBlue: "#e6e7e3", 20 | lightMagenta: "#f8b4a9", 21 | lightCyan: "#71c0c3", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/boxuk-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#111519", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#262e37", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#1b2228", 8 | red: "#ba0e2e", 9 | green: "#017c9d", 10 | yellow: "#019d76", 11 | blue: "#15b8ae", 12 | magenta: "#017c9d", 13 | cyan: "#019d76", 14 | white: "#ffffff", 15 | lightBlack: "#303b47", 16 | lightRed: "#e61f44", 17 | lightGreen: "#07c9fd", 18 | lightYellow: "#07fdc0", 19 | lightBlue: "#49eae0", 20 | lightMagenta: "#07c9fd", 21 | lightCyan: "#07fdc0", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/boxuk-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#414f5c", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#017c9d", 10 | yellow: "#019d76", 11 | blue: "#15b8ae", 12 | magenta: "#017c9d", 13 | cyan: "#019d76", 14 | white: "#4c5c6b", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#07c9fd", 18 | lightYellow: "#07fdc0", 19 | lightBlue: "#49eae0", 20 | lightMagenta: "#07c9fd", 21 | lightCyan: "#07fdc0", 22 | lightWhite: "#617589" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/boxuk.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2a353f", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#3e4f5e", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#34424e", 8 | red: "#ba0e2e", 9 | green: "#017c9d", 10 | yellow: "#019d76", 11 | blue: "#15b8ae", 12 | magenta: "#017c9d", 13 | cyan: "#019d76", 14 | white: "#ffffff", 15 | lightBlack: "#495c6d", 16 | lightRed: "#e61f44", 17 | lightGreen: "#07c9fd", 18 | lightYellow: "#07fdc0", 19 | lightBlue: "#49eae0", 20 | lightMagenta: "#07c9fd", 21 | lightCyan: "#07fdc0", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/brave-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#101216", 3 | foregroundColor: "#d6dbdb", 4 | borderColor: "#252a34", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1b1e25", 8 | red: "#ba0e2e", 9 | green: "#bc4331", 10 | yellow: "#908bbc", 11 | blue: "#91b9c9", 12 | magenta: "#abaab7", 13 | cyan: "#908bbc", 14 | white: "#e4e7e7", 15 | lightBlack: "#303642", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dc8477", 18 | lightYellow: "#cecce1", 19 | lightBlue: "#d5e5eb", 20 | lightMagenta: "#e2e1e6", 21 | lightCyan: "#cecce1", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/brave-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#f7f9f9", 3 | foregroundColor: "#2c2d2d", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#bc4331", 10 | yellow: "#7873a0", 11 | blue: "#6e909e", 12 | magenta: "#abaab7", 13 | cyan: "#7873a0", 14 | white: "#393a3a", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dc8477", 18 | lightYellow: "#b3b0c9", 19 | lightBlue: "#abbfc7", 20 | lightMagenta: "#e2e1e6", 21 | lightCyan: "#b3b0c9", 22 | lightWhite: "#525454" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/brave.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#333846", 3 | foregroundColor: "#d6dbdb", 4 | borderColor: "#485063", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3e4455", 8 | red: "#ba0e2e", 9 | green: "#bc4331", 10 | yellow: "#908bbc", 11 | blue: "#91b9c9", 12 | magenta: "#abaab7", 13 | cyan: "#908bbc", 14 | white: "#e4e7e7", 15 | lightBlack: "#535b72", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dc8477", 18 | lightYellow: "#cecce1", 19 | lightBlue: "#d5e5eb", 20 | lightMagenta: "#e2e1e6", 21 | lightCyan: "#cecce1", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/carbonight-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#2e2c2b", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#c4c4c4", 10 | yellow: "#8c8c8c", 11 | blue: "#222222", 12 | magenta: "#555555", 13 | cyan: "#222222", 14 | white: "#3b3937", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f7f7f7", 18 | lightYellow: "#bfbfbf", 19 | lightBlue: "#555555", 20 | lightMagenta: "#888888", 21 | lightCyan: "#555555", 22 | lightWhite: "#565250" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/carbonight.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2e2c2b", 3 | foregroundColor: "#b0b0b0", 4 | borderColor: "#484544", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3b3937", 8 | red: "#ba0e2e", 9 | green: "#c4c4c4", 10 | yellow: "#8c8c8c", 11 | blue: "#ffffff", 12 | magenta: "#eeeeee", 13 | cyan: "#ffffff", 14 | white: "#bdbdbd", 15 | lightBlack: "#565250", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f7f7f7", 18 | lightYellow: "#bfbfbf", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#ffffff", 22 | lightWhite: "#d6d6d6" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/chocolate-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#150f08", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#5b472c", 10 | yellow: "#a08f76", 11 | blue: "#b5a48d", 12 | magenta: "#8e744f", 13 | cyan: "#5b472c", 14 | white: "#271c0f", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#a07d4d", 18 | lightYellow: "#cac0b2", 19 | lightBlue: "#ddd5cb", 20 | lightMagenta: "#bca687", 21 | lightCyan: "#a07d4d", 22 | lightWhite: "#4c371d" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/chocolate.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#261b0e", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#4b351c", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#392815", 8 | red: "#ba0e2e", 9 | green: "#8b6e46", 10 | yellow: "#ccb697", 11 | blue: "#e2cdb0", 12 | magenta: "#b99768", 13 | cyan: "#8b6e46", 14 | white: "#ffffff", 15 | lightBlack: "#5e4323", 16 | lightRed: "#e61f44", 17 | lightGreen: "#bca17b", 18 | lightYellow: "#eee6db", 19 | lightBlue: "#fdfcfb", 20 | lightMagenta: "#d9c7ae", 21 | lightCyan: "#bca17b", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/codecourse-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#547f91", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#1ea8fc", 10 | yellow: "#5dcdfd", 11 | blue: "#547f91", 12 | magenta: "#1ea8fc", 13 | cyan: "#5dcdfd", 14 | white: "#5d8da1", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#83cffd", 18 | lightYellow: "#c2ecfe", 19 | lightBlue: "#8eafbd", 20 | lightMagenta: "#83cffd", 21 | lightCyan: "#c2ecfe", 22 | lightWhite: "#7ea4b4" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/codecourse.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#19272d", 3 | foregroundColor: "#b6ced8", 4 | borderColor: "#2b434e", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#22353d", 8 | red: "#ba0e2e", 9 | green: "#1ea8fc", 10 | yellow: "#5dcdfd", 11 | blue: "#ffffff", 12 | magenta: "#1ea8fc", 13 | cyan: "#5dcdfd", 14 | white: "#c7d9e1", 15 | lightBlack: "#34525e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#83cffd", 18 | lightYellow: "#c2ecfe", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#83cffd", 21 | lightCyan: "#c2ecfe", 22 | lightWhite: "#e8eff3" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/coffee-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0f0c0c", 3 | foregroundColor: "#c4babb", 4 | borderColor: "#2b2323", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1d1717", 8 | red: "#ba0e2e", 9 | green: "#0a9f9b", 10 | yellow: "#f5f3eb", 11 | blue: "#e77757", 12 | magenta: "#80b2b0", 13 | cyan: "#e77757", 14 | white: "#d0c8c9", 15 | lightBlack: "#392e2e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#1ef1eb", 18 | lightYellow: "#ffffff", 19 | lightBlue: "#f4bfb0", 20 | lightMagenta: "#c0d8d7", 21 | lightCyan: "#f4bfb0", 22 | lightWhite: "#e7e3e4" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/coffee-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#f4f2f2", 3 | foregroundColor: "#282122", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#0a9f9b", 10 | yellow: "#282122", 11 | blue: "#e77757", 12 | magenta: "#80b2b0", 13 | cyan: "#e77757", 14 | white: "#362d2e", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#1ef1eb", 18 | lightYellow: "#604f52", 19 | lightBlue: "#f4bfb0", 20 | lightMagenta: "#c0d8d7", 21 | lightCyan: "#f4bfb0", 22 | lightWhite: "#524446" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/coffee.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#282122", 3 | foregroundColor: "#c4babb", 4 | borderColor: "#44383a", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#362d2e", 8 | red: "#ba0e2e", 9 | green: "#0a9f9b", 10 | yellow: "#f5f3eb", 11 | blue: "#e77757", 12 | magenta: "#80b2b0", 13 | cyan: "#e77757", 14 | white: "#d0c8c9", 15 | lightBlack: "#524446", 16 | lightRed: "#e61f44", 17 | lightGreen: "#1ef1eb", 18 | lightYellow: "#ffffff", 19 | lightBlue: "#f4bfb0", 20 | lightMagenta: "#c0d8d7", 21 | lightCyan: "#f4bfb0", 22 | lightWhite: "#e7e3e4" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/comrade-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#121414", 3 | foregroundColor: "#d6dbdb", 4 | borderColor: "#2a2f2f", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1e2121", 8 | red: "#ba0e2e", 9 | green: "#c24e4b", 10 | yellow: "#9bb7a7", 11 | blue: "#f9f7f1", 12 | magenta: "#9bb7a7", 13 | cyan: "#c24e4b", 14 | white: "#e4e7e7", 15 | lightBlack: "#363c3c", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dc9997", 18 | lightYellow: "#d6e2db", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#d6e2db", 21 | lightCyan: "#dc9997", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/comrade-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#d6dbdb", 3 | foregroundColor: "#343939", 4 | borderColor: "#f1f3f3", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#e4e7e7", 8 | red: "#ba0e2e", 9 | green: "#c24e4b", 10 | yellow: "#7f9689", 11 | blue: "#343939", 12 | magenta: "#7f9689", 13 | cyan: "#c24e4b", 14 | white: "#404646", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dc9997", 18 | lightYellow: "#b7c4bd", 19 | lightBlue: "#656e6e", 20 | lightMagenta: "#b7c4bd", 21 | lightCyan: "#dc9997", 22 | lightWhite: "#586161" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/comrade.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#343939", 3 | foregroundColor: "#d6dbdb", 4 | borderColor: "#4c5454", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#404646", 8 | red: "#ba0e2e", 9 | green: "#c24e4b", 10 | yellow: "#9bb7a7", 11 | blue: "#f9f7f1", 12 | magenta: "#9bb7a7", 13 | cyan: "#c24e4b", 14 | white: "#e4e7e7", 15 | lightBlack: "#586161", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dc9997", 18 | lightYellow: "#d6e2db", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#d6e2db", 21 | lightCyan: "#dc9997", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/crackpot-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#181726", 3 | foregroundColor: "#d2c9ef", 4 | borderColor: "#2c2a46", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#222136", 8 | red: "#ba0e2e", 9 | green: "#e4b363", 10 | yellow: "#ef6461", 11 | blue: "#908cd8", 12 | magenta: "#e4b363", 13 | cyan: "#e8e9eb", 14 | white: "#e2ddf5", 15 | lightBlack: "#363456", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f3ddba", 18 | lightYellow: "#f8bfbe", 19 | lightBlue: "#dad8f2", 20 | lightMagenta: "#f3ddba", 21 | lightCyan: "#ffffff", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/crackpot-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#e6e3ef", 3 | foregroundColor: "#3a385b", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#f4f3f8", 8 | red: "#ba0e2e", 9 | green: "#e4b363", 10 | yellow: "#ef6461", 11 | blue: "#908cd8", 12 | magenta: "#e4b363", 13 | cyan: "#3a385b", 14 | white: "#44426b", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f3ddba", 18 | lightYellow: "#f8bfbe", 19 | lightBlue: "#dad8f2", 20 | lightMagenta: "#f3ddba", 21 | lightCyan: "#625f9a", 22 | lightWhite: "#58558a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/crackpot.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#3a385b", 3 | foregroundColor: "#d2c9ef", 4 | borderColor: "#4e4b7b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#44426b", 8 | red: "#ba0e2e", 9 | green: "#e4b363", 10 | yellow: "#ef6461", 11 | blue: "#908cd8", 12 | magenta: "#e4b363", 13 | cyan: "#e8e9eb", 14 | white: "#e2ddf5", 15 | lightBlack: "#58558a", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f3ddba", 18 | lightYellow: "#f8bfbe", 19 | lightBlue: "#dad8f2", 20 | lightMagenta: "#f3ddba", 21 | lightCyan: "#ffffff", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/crisp-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0c090c", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#291f29", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1b141b", 8 | red: "#ba0e2e", 9 | green: "#cba0cd", 10 | yellow: "#765478", 11 | blue: "#fc6a0f", 12 | magenta: "#fc6a0f", 13 | cyan: "#cba0cd", 14 | white: "#ffffff", 15 | lightBlack: "#382a38", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f0e3f0", 18 | lightYellow: "#a987ab", 19 | lightBlue: "#fda974", 20 | lightMagenta: "#fda974", 21 | lightCyan: "#f0e3f0", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/crisp-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#221a22", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#99769b", 10 | yellow: "#765478", 11 | blue: "#fc6a0f", 12 | magenta: "#fc6a0f", 13 | cyan: "#99769b", 14 | white: "#302530", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c5b1c6", 18 | lightYellow: "#a987ab", 19 | lightBlue: "#fda974", 20 | lightMagenta: "#fda974", 21 | lightCyan: "#c5b1c6", 22 | lightWhite: "#4d3b4d" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/crisp.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#221a22", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#3f303f", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#302530", 8 | red: "#ba0e2e", 9 | green: "#cba0cd", 10 | yellow: "#765478", 11 | blue: "#fc6a0f", 12 | magenta: "#fc6a0f", 13 | cyan: "#cba0cd", 14 | white: "#ffffff", 15 | lightBlack: "#4d3b4d", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f0e3f0", 18 | lightYellow: "#a987ab", 19 | lightBlue: "#fda974", 20 | lightMagenta: "#fda974", 21 | lightCyan: "#f0e3f0", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/dare-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#17191c", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#2e3238", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#23262a", 8 | red: "#ba0e2e", 9 | green: "#3a8881", 10 | yellow: "#d15736", 11 | blue: "#ffffff", 12 | magenta: "#3a8881", 13 | cyan: "#d15736", 14 | white: "#d0d9e4", 15 | lightBlack: "#3a3f46", 16 | lightRed: "#e61f44", 17 | lightGreen: "#69bfb7", 18 | lightYellow: "#e49c89", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#69bfb7", 21 | lightCyan: "#e49c89", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/dare-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#6e7a87", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#3a8881", 10 | yellow: "#d15736", 11 | blue: "#6e7a87", 12 | magenta: "#3a8881", 13 | cyan: "#d15736", 14 | white: "#7b8793", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#69bfb7", 18 | lightYellow: "#e49c89", 19 | lightBlue: "#a5adb6", 20 | lightMagenta: "#69bfb7", 21 | lightCyan: "#e49c89", 22 | lightWhite: "#97a0aa" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/dare.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#32373d", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#495059", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#3d444b", 8 | red: "#ba0e2e", 9 | green: "#3a8881", 10 | yellow: "#d15736", 11 | blue: "#ffffff", 12 | magenta: "#3a8881", 13 | cyan: "#d15736", 14 | white: "#d0d9e4", 15 | lightBlack: "#545d67", 16 | lightRed: "#e61f44", 17 | lightGreen: "#69bfb7", 18 | lightYellow: "#e49c89", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#69bfb7", 21 | lightCyan: "#e49c89", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/darkside-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#000000", 3 | foregroundColor: "#bababa", 4 | borderColor: "#1a1a1a", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#0d0d0d", 8 | red: "#ba0e2e", 9 | green: "#1cc3e8", 10 | yellow: "#e8341c", 11 | blue: "#68c244", 12 | magenta: "#f08d24", 13 | cyan: "#8e69c9", 14 | white: "#c7c7c7", 15 | lightBlack: "#262626", 16 | lightRed: "#e61f44", 17 | lightGreen: "#79dbf1", 18 | lightYellow: "#f18779", 19 | lightBlue: "#a6db91", 20 | lightMagenta: "#f7bf83", 21 | lightCyan: "#c7b4e4", 22 | lightWhite: "#e0e0e0" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/darkside-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#e0e0e0", 3 | foregroundColor: "#222324", 4 | borderColor: "#f9f9f9", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ededed", 8 | red: "#ba0e2e", 9 | green: "#15a2c1", 10 | yellow: "#bf2713", 11 | blue: "#4b8e30", 12 | magenta: "#c1721d", 13 | cyan: "#7b5baf", 14 | white: "#2e3031", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#50d0ec", 18 | lightYellow: "#ed5e4b", 19 | lightBlue: "#7bc85c", 20 | lightMagenta: "#e7a45d", 21 | lightCyan: "#b2a0d0", 22 | lightWhite: "#47494b" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/darkside.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#222324", 3 | foregroundColor: "#bababa", 4 | borderColor: "#3b3c3e", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#2e3031", 8 | red: "#ba0e2e", 9 | green: "#1cc3e8", 10 | yellow: "#e8341c", 11 | blue: "#68c244", 12 | magenta: "#f08d24", 13 | cyan: "#8e69c9", 14 | white: "#c7c7c7", 15 | lightBlack: "#47494b", 16 | lightRed: "#e61f44", 17 | lightGreen: "#79dbf1", 18 | lightYellow: "#f18779", 19 | lightBlue: "#a6db91", 20 | lightMagenta: "#f7bf83", 21 | lightCyan: "#c7b4e4", 22 | lightWhite: "#e0e0e0" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/downpour-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#121419", 3 | foregroundColor: "#d6dbdb", 4 | borderColor: "#272c37", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1d2028", 8 | red: "#ba0e2e", 9 | green: "#bc4331", 10 | yellow: "#908bbc", 11 | blue: "#91b9c9", 12 | magenta: "#abaab7", 13 | cyan: "#908bbc", 14 | white: "#e4e7e7", 15 | lightBlack: "#323845", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dc8477", 18 | lightYellow: "#cecce1", 19 | lightBlue: "#d5e5eb", 20 | lightMagenta: "#e2e1e6", 21 | lightCyan: "#cecce1", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/downpour-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#d6dbdb", 3 | foregroundColor: "#2c323d", 4 | borderColor: "#f1f3f3", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#e4e7e7", 8 | red: "#ba0e2e", 9 | green: "#bc4331", 10 | yellow: "#736f99", 11 | blue: "#698996", 12 | magenta: "#787782", 13 | cyan: "#736f99", 14 | white: "#373e4c", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dc8477", 18 | lightYellow: "#adabc3", 19 | lightBlue: "#a5b8c0", 20 | lightMagenta: "#adacb3", 21 | lightCyan: "#adabc3", 22 | lightWhite: "#4c5669" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/downpour.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2c323d", 3 | foregroundColor: "#d6dbdb", 4 | borderColor: "#414a5b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#373e4c", 8 | red: "#ba0e2e", 9 | green: "#bc4331", 10 | yellow: "#908bbc", 11 | blue: "#91b9c9", 12 | magenta: "#abaab7", 13 | cyan: "#908bbc", 14 | white: "#e4e7e7", 15 | lightBlack: "#4c5669", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dc8477", 18 | lightYellow: "#cecce1", 19 | lightBlue: "#d5e5eb", 20 | lightMagenta: "#e2e1e6", 21 | lightCyan: "#cecce1", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/earthsong-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#4d463e", 4 | borderColor: "#ffffff", 5 | cursorColor: "#111111", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#95cc5e", 10 | yellow: "#db784d", 11 | blue: "#60a365", 12 | magenta: "#db784d", 13 | cyan: "#95cc5e", 14 | white: "#5b5349", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c8e5ab", 18 | lightYellow: "#ecb8a2", 19 | lightBlue: "#a1c8a4", 20 | lightMagenta: "#ecb8a2", 21 | lightCyan: "#c8e5ab", 22 | lightWhite: "#776d60" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/earthsong.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#36312c", 3 | foregroundColor: "#ebd1b7", 4 | borderColor: "#524a43", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#443e37", 8 | red: "#ba0e2e", 9 | green: "#95cc5e", 10 | yellow: "#db784d", 11 | blue: "#60a365", 12 | magenta: "#db784d", 13 | cyan: "#95cc5e", 14 | white: "#f1decb", 15 | lightBlack: "#60574e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c8e5ab", 18 | lightYellow: "#ecb8a2", 19 | lightBlue: "#a1c8a4", 20 | lightMagenta: "#ecb8a2", 21 | lightCyan: "#c8e5ab", 22 | lightWhite: "#fcf7f3" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/fodder-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#131c17", 3 | foregroundColor: "#cce0d6", 4 | borderColor: "#283a30", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1d2b23", 8 | red: "#ba0e2e", 9 | green: "#ad9895", 10 | yellow: "#98d046", 11 | blue: "#fcfcfa", 12 | magenta: "#98d046", 13 | cyan: "#ad9895", 14 | white: "#dceae3", 15 | lightBlack: "#324a3c", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d9d0ce", 18 | lightYellow: "#c5e597", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#c5e597", 21 | lightCyan: "#d9d0ce", 22 | lightWhite: "#fcfdfc" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/fodder-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#cce0d6", 3 | foregroundColor: "#2d4137", 4 | borderColor: "#ecf3ef", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#dceae3", 8 | red: "#ba0e2e", 9 | green: "#685b59", 10 | yellow: "#688e2f", 11 | blue: "#2d4137", 12 | magenta: "#688e2f", 13 | cyan: "#685b59", 14 | white: "#375044", 15 | lightBlack: "#fcfdfc", 16 | lightRed: "#e61f44", 17 | lightGreen: "#9c8d8b", 18 | lightYellow: "#9cc95a", 19 | lightBlue: "#577d6a", 20 | lightMagenta: "#9cc95a", 21 | lightCyan: "#9c8d8b", 22 | lightWhite: "#4c6e5d" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/fodder.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2d4137", 3 | foregroundColor: "#cce0d6", 4 | borderColor: "#425f50", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#375044", 8 | red: "#ba0e2e", 9 | green: "#ad9895", 10 | yellow: "#98d046", 11 | blue: "#fcfcfa", 12 | magenta: "#98d046", 13 | cyan: "#ad9895", 14 | white: "#dceae3", 15 | lightBlack: "#4c6e5d", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d9d0ce", 18 | lightYellow: "#c5e597", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#c5e597", 21 | lightCyan: "#d9d0ce", 22 | lightWhite: "#fcfdfc" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/frantic-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0e1114", 3 | foregroundColor: "#aeb9c4", 4 | borderColor: "#232a32", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#181e23", 8 | red: "#ba0e2e", 9 | green: "#ef6462", 10 | yellow: "#89a7bc", 11 | blue: "#e6eaef", 12 | magenta: "#ef6462", 13 | cyan: "#89a7bc", 14 | white: "#bdc6cf", 15 | lightBlack: "#2d3741", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f8bfbf", 18 | lightYellow: "#cad8e1", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#f8bfbf", 21 | lightCyan: "#cad8e1", 22 | lightWhite: "#dadfe4" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/frantic-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#516172", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#ef6462", 10 | yellow: "#89a7bc", 11 | blue: "#516172", 12 | magenta: "#ef6462", 13 | cyan: "#89a7bc", 14 | white: "#5c6e81", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f8bfbf", 18 | lightYellow: "#cad8e1", 19 | lightBlue: "#8294a7", 20 | lightMagenta: "#f8bfbf", 21 | lightCyan: "#cad8e1", 22 | lightWhite: "#74879c" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/frantic.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#252c33", 3 | foregroundColor: "#aeb9c4", 4 | borderColor: "#3a4551", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#303942", 8 | red: "#ba0e2e", 9 | green: "#ef6462", 10 | yellow: "#89a7bc", 11 | blue: "#e6eaef", 12 | magenta: "#ef6462", 13 | cyan: "#89a7bc", 14 | white: "#bdc6cf", 15 | lightBlack: "#45525f", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f8bfbf", 18 | lightYellow: "#cad8e1", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#f8bfbf", 21 | lightCyan: "#cad8e1", 22 | lightWhite: "#dadfe4" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/freshcut-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#000000", 3 | foregroundColor: "#f8f8f2", 4 | borderColor: "#1a1a1a", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#0d0d0d", 8 | red: "#ba0e2e", 9 | green: "#4ecdc4", 10 | yellow: "#00a8c6", 11 | blue: "#aee239", 12 | magenta: "#c8d7e8", 13 | cyan: "#4ecdc4", 14 | white: "#ffffff", 15 | lightBlack: "#262626", 16 | lightRed: "#e61f44", 17 | lightGreen: "#9ee3df", 18 | lightYellow: "#2ddfff", 19 | lightBlue: "#d2ef92", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#9ee3df", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/freshcut-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#2f3030", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#3da09a", 10 | yellow: "#008299", 11 | blue: "#83aa29", 12 | magenta: "#8e99a5", 13 | cyan: "#3ba099", 14 | white: "#3c3d3d", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#78cbc6", 18 | lightYellow: "#00d9ff", 19 | lightBlue: "#b4d960", 20 | lightMagenta: "#c7ccd2", 21 | lightCyan: "#75ccc6", 22 | lightWhite: "#555757" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/freshcut.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2f3030", 3 | foregroundColor: "#f8f8f2", 4 | borderColor: "#484a4a", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3c3d3d", 8 | red: "#ba0e2e", 9 | green: "#4ecdc4", 10 | yellow: "#00a8c6", 11 | blue: "#aee239", 12 | magenta: "#c8d7e8", 13 | cyan: "#4ecdc4", 14 | white: "#ffffff", 15 | lightBlack: "#555757", 16 | lightRed: "#e61f44", 17 | lightGreen: "#9ee3df", 18 | lightYellow: "#2ddfff", 19 | lightBlue: "#d2ef92", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#9ee3df", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/friction-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0c0c0f", 3 | foregroundColor: "#7e7b99", 4 | borderColor: "#23232b", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#17171d", 8 | red: "#ba0e2e", 9 | green: "#8d89a5", 10 | yellow: "#6aa7a7", 11 | blue: "#c2bed6", 12 | magenta: "#8d89a5", 13 | cyan: "#6aa7a7", 14 | white: "#8c89a4", 15 | lightBlack: "#2e2e39", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c5c3d1", 18 | lightYellow: "#aacdcd", 19 | lightBlue: "#fdfdfd", 20 | lightMagenta: "#c5c3d1", 21 | lightCyan: "#aacdcd", 22 | lightWhite: "#a8a6ba" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/friction-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#38363f", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#8d89a5", 10 | yellow: "#6aa7a7", 11 | blue: "#c2bed6", 12 | magenta: "#8d89a5", 13 | cyan: "#6aa7a7", 14 | white: "#44424d", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c5c3d1", 18 | lightYellow: "#aacdcd", 19 | lightBlue: "#fdfdfd", 20 | lightMagenta: "#c5c3d1", 21 | lightCyan: "#aacdcd", 22 | lightWhite: "#5d5968" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/friction.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#26252d", 3 | foregroundColor: "#7e7b99", 4 | borderColor: "#3e3c49", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#32303b", 8 | red: "#ba0e2e", 9 | green: "#8d89a5", 10 | yellow: "#6aa7a7", 11 | blue: "#c2bed6", 12 | magenta: "#8d89a5", 13 | cyan: "#6aa7a7", 14 | white: "#8c89a4", 15 | lightBlack: "#494857", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c5c3d1", 18 | lightYellow: "#aacdcd", 19 | lightBlue: "#fdfdfd", 20 | lightMagenta: "#c5c3d1", 21 | lightCyan: "#aacdcd", 22 | lightWhite: "#a8a6ba" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/frontier-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#110f0e", 3 | foregroundColor: "#f8f8f2", 4 | borderColor: "#2d2825", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1f1b19", 8 | red: "#ba0e2e", 9 | green: "#2ebf7e", 10 | yellow: "#f23a3a", 11 | blue: "#f8bb39", 12 | magenta: "#fc803d", 13 | cyan: "#2ebf7e", 14 | white: "#ffffff", 15 | lightBlack: "#3b3431", 16 | lightRed: "#e61f44", 17 | lightGreen: "#75deaf", 18 | lightYellow: "#f89a9a", 19 | lightBlue: "#fbdd9b", 20 | lightMagenta: "#fec2a1", 21 | lightCyan: "#75deaf", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/frontier-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#36312c", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#1a724a", 10 | yellow: "#b22727", 11 | blue: "#af8323", 12 | magenta: "#ba5a27", 13 | cyan: "#1a724a", 14 | white: "#443e37", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#2dc580", 18 | lightYellow: "#dd6262", 19 | lightBlue: "#deb45a", 20 | lightMagenta: "#df9168", 21 | lightCyan: "#2dc580", 22 | lightWhite: "#60574e" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/frontier.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#36312c", 3 | foregroundColor: "#f8f8f2", 4 | borderColor: "#524a43", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#443e37", 8 | red: "#ba0e2e", 9 | green: "#2ebf7e", 10 | yellow: "#f23a3a", 11 | blue: "#f8bb39", 12 | magenta: "#fc803d", 13 | cyan: "#2ebf7e", 14 | white: "#ffffff", 15 | lightBlack: "#60574e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#75deaf", 18 | lightYellow: "#f89a9a", 19 | lightBlue: "#fbdd9b", 20 | lightMagenta: "#fec2a1", 21 | lightCyan: "#75deaf", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/github-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#111111", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#2a2a2a", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#1e1e1e", 8 | red: "#ba0e2e", 9 | green: "#7385bc", 10 | yellow: "#66c4c4", 11 | blue: "#e53d67", 12 | magenta: "#cccccc", 13 | cyan: "#5a6fad", 14 | white: "#ffffff", 15 | lightBlack: "#373737", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b8c1dd", 18 | lightYellow: "#b0e0e0", 19 | lightBlue: "#f197ad", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#9eaacf", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/github-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#555555", 4 | borderColor: "#ffffff", 5 | cursorColor: "#444444", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#445588", 10 | yellow: "#008080", 11 | blue: "#dd1144", 12 | magenta: "#555555", 13 | cyan: "#445588", 14 | white: "#626262", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#7788bb", 18 | lightYellow: "#00e6e6", 19 | lightBlue: "#f36186", 20 | lightMagenta: "#888888", 21 | lightCyan: "#7788bb", 22 | lightWhite: "#7b7b7b" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/github.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#333333", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#4d4d4d", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#404040", 8 | red: "#ba0e2e", 9 | green: "#7385bc", 10 | yellow: "#66c4c4", 11 | blue: "#e53d67", 12 | magenta: "#cccccc", 13 | cyan: "#5a6fad", 14 | white: "#ffffff", 15 | lightBlack: "#595959", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b8c1dd", 18 | lightYellow: "#b0e0e0", 19 | lightBlue: "#f197ad", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#9eaacf", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/glance-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#111219", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#262837", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1b1d28", 8 | red: "#ba0e2e", 9 | green: "#ef8354", 10 | yellow: "#6e81a0", 11 | blue: "#ffffff", 12 | magenta: "#ef8354", 13 | cyan: "#6e81a0", 14 | white: "#ffffff", 15 | lightBlack: "#303347", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f8c7b1", 18 | lightYellow: "#acb7c8", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#f8c7b1", 21 | lightCyan: "#acb7c8", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/glance-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#2d3142", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#ef8354", 10 | yellow: "#6e81a0", 11 | blue: "#2d3142", 12 | magenta: "#ef8354", 13 | cyan: "#6e81a0", 14 | white: "#373c51", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f8c7b1", 18 | lightYellow: "#acb7c8", 19 | lightBlue: "#565e7f", 20 | lightMagenta: "#f8c7b1", 21 | lightCyan: "#acb7c8", 22 | lightWhite: "#4c536f" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/glance.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2d3142", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#424860", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#373c51", 8 | red: "#ba0e2e", 9 | green: "#ef8354", 10 | yellow: "#6e81a0", 11 | blue: "#ffffff", 12 | magenta: "#ef8354", 13 | cyan: "#6e81a0", 14 | white: "#ffffff", 15 | lightBlack: "#4c536f", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f8c7b1", 18 | lightYellow: "#acb7c8", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#f8c7b1", 21 | lightCyan: "#acb7c8", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/gloom-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0f120f", 3 | foregroundColor: "#d8ebe5", 4 | borderColor: "#262e26", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1b201b", 8 | red: "#ba0e2e", 9 | green: "#26a6a6", 10 | yellow: "#ff5d38", 11 | blue: "#bcd42a", 12 | magenta: "#26a6a6", 13 | cyan: "#ff5d38", 14 | white: "#e9f4f0", 15 | lightBlack: "#323c32", 16 | lightRed: "#e61f44", 17 | lightGreen: "#59d9d9", 18 | lightYellow: "#ffb09e", 19 | lightBlue: "#d7e67e", 20 | lightMagenta: "#59d9d9", 21 | lightCyan: "#ffb09e", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/gloom-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#d8ebe5", 3 | foregroundColor: "#2a332b", 4 | borderColor: "#fafcfb", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#e9f4f0", 8 | red: "#ba0e2e", 9 | green: "#26a6a6", 10 | yellow: "#ff5d38", 11 | blue: "#98ad0d", 12 | magenta: "#26a6a6", 13 | cyan: "#ff5d38", 14 | white: "#364137", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#59d9d9", 18 | lightYellow: "#ffb09e", 19 | lightBlue: "#d6ef31", 20 | lightMagenta: "#59d9d9", 21 | lightCyan: "#ffb09e", 22 | lightWhite: "#4d5d4e" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/gloom.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2a332b", 3 | foregroundColor: "#d8ebe5", 4 | borderColor: "#414f43", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#364137", 8 | red: "#ba0e2e", 9 | green: "#26a6a6", 10 | yellow: "#ff5d38", 11 | blue: "#bcd42a", 12 | magenta: "#26a6a6", 13 | cyan: "#ff5d38", 14 | white: "#e9f4f0", 15 | lightBlack: "#4d5d4e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#59d9d9", 18 | lightYellow: "#ffb09e", 19 | lightBlue: "#d7e67e", 20 | lightMagenta: "#59d9d9", 21 | lightCyan: "#ffb09e", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/glowfish-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#090b07", 3 | foregroundColor: "#6ea240", 4 | borderColor: "#222a1b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#161b11", 8 | red: "#ba0e2e", 9 | green: "#95cc5e", 10 | yellow: "#db784d", 11 | blue: "#60a365", 12 | magenta: "#d65940", 13 | cyan: "#95cc5e", 14 | white: "#7ab447", 15 | lightBlack: "#2f3a25", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c8e5ab", 18 | lightYellow: "#ecb8a2", 19 | lightBlue: "#a1c8a4", 20 | lightMagenta: "#e8a294", 21 | lightCyan: "#c8e5ab", 22 | lightWhite: "#94c46a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/glowfish-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#e3eadc", 3 | foregroundColor: "#191f13", 4 | borderColor: "#fcfdfc", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#f0f4ec", 8 | red: "#ba0e2e", 9 | green: "#95cc5e", 10 | yellow: "#db784d", 11 | blue: "#60a365", 12 | magenta: "#d65940", 13 | cyan: "#95cc5e", 14 | white: "#262f1d", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c8e5ab", 18 | lightYellow: "#ecb8a2", 19 | lightBlue: "#a1c8a4", 20 | lightMagenta: "#e8a294", 21 | lightCyan: "#c8e5ab", 22 | lightWhite: "#3f4e30" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/glowfish.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#191f13", 3 | foregroundColor: "#6ea240", 4 | borderColor: "#323f26", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#262f1d", 8 | red: "#ba0e2e", 9 | green: "#95cc5e", 10 | yellow: "#db784d", 11 | blue: "#60a365", 12 | magenta: "#d65940", 13 | cyan: "#95cc5e", 14 | white: "#7ab447", 15 | lightBlack: "#3f4e30", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c8e5ab", 18 | lightYellow: "#ecb8a2", 19 | lightBlue: "#a1c8a4", 20 | lightMagenta: "#e8a294", 21 | lightCyan: "#c8e5ab", 22 | lightWhite: "#94c46a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/goldfish-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0c0d0e", 3 | foregroundColor: "#f8f8f2", 4 | borderColor: "#242629", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#181a1c", 8 | red: "#ba0e2e", 9 | green: "#f38630", 10 | yellow: "#fa6900", 11 | blue: "#69d2e7", 12 | magenta: "#a7dbd8", 13 | cyan: "#f38630", 14 | white: "#ffffff", 15 | lightBlack: "#2f3337", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f9be90", 18 | lightYellow: "#ffa361", 19 | lightBlue: "#c1ecf5", 20 | lightMagenta: "#eff9f8", 21 | lightCyan: "#f9be90", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/goldfish-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#2e3336", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#f38630", 10 | yellow: "#fa6900", 11 | blue: "#69d2e7", 12 | magenta: "#91bfbc", 13 | cyan: "#f38630", 14 | white: "#3a4044", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f9be90", 18 | lightYellow: "#ffa361", 19 | lightBlue: "#c1ecf5", 20 | lightMagenta: "#d1e5e3", 21 | lightCyan: "#f9be90", 22 | lightWhite: "#515a5f" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/goldfish.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2e3336", 3 | foregroundColor: "#f8f8f2", 4 | borderColor: "#454d52", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3a4044", 8 | red: "#ba0e2e", 9 | green: "#f38630", 10 | yellow: "#fa6900", 11 | blue: "#69d2e7", 12 | magenta: "#a7dbd8", 13 | cyan: "#f38630", 14 | white: "#ffffff", 15 | lightBlack: "#515a5f", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f9be90", 18 | lightYellow: "#ffa361", 19 | lightBlue: "#c1ecf5", 20 | lightMagenta: "#eff9f8", 21 | lightCyan: "#f9be90", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/grunge-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0c0c0a", 3 | foregroundColor: "#f8f8f2", 4 | borderColor: "#282821", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1a1a16", 8 | red: "#ba0e2e", 9 | green: "#d1f2a5", 10 | yellow: "#f56991", 11 | blue: "#ffc48c", 12 | magenta: "#91a374", 13 | cyan: "#ffc48c", 14 | white: "#ffffff", 15 | lightBlack: "#36362d", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fffffe", 18 | lightYellow: "#fbc9d7", 19 | lightBlue: "#fff8f2", 20 | lightMagenta: "#c2ccb1", 21 | lightCyan: "#fff8f2", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/grunge-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#f8f8f2", 3 | foregroundColor: "#31332c", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#abc687", 10 | yellow: "#f56991", 11 | blue: "#ffc48c", 12 | magenta: "#91a374", 13 | cyan: "#ffc48c", 14 | white: "#3e4138", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dbe7cc", 18 | lightYellow: "#fbc9d7", 19 | lightBlue: "#fff8f2", 20 | lightMagenta: "#c2ccb1", 21 | lightCyan: "#fff8f2", 22 | lightWhite: "#585c4f" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/grunge.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#31332c", 3 | foregroundColor: "#f8f8f2", 4 | borderColor: "#4b4e44", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3e4138", 8 | red: "#ba0e2e", 9 | green: "#d1f2a5", 10 | yellow: "#f56991", 11 | blue: "#ffc48c", 12 | magenta: "#91a374", 13 | cyan: "#ffc48c", 14 | white: "#ffffff", 15 | lightBlack: "#585c4f", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fffffe", 18 | lightYellow: "#fbc9d7", 19 | lightBlue: "#fff8f2", 20 | lightMagenta: "#c2ccb1", 21 | lightCyan: "#fff8f2", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/halflife-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#000000", 3 | foregroundColor: "#cccccc", 4 | borderColor: "#1a1a1a", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#0d0d0d", 8 | red: "#ba0e2e", 9 | green: "#fc913a", 10 | yellow: "#7d8991", 11 | blue: "#f9d423", 12 | magenta: "#7d8991", 13 | cyan: "#f85931", 14 | white: "#d9d9d9", 15 | lightBlack: "#262626", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fec99e", 18 | lightYellow: "#b4bbc0", 19 | lightBlue: "#fce786", 20 | lightMagenta: "#b4bbc0", 21 | lightCyan: "#fba894", 22 | lightWhite: "#f2f2f2" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/halflife-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#f0f0f0", 3 | foregroundColor: "#222222", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#fdfdfd", 8 | red: "#ba0e2e", 9 | green: "#fc913a", 10 | yellow: "#7d8991", 11 | blue: "#f9d423", 12 | magenta: "#7d8991", 13 | cyan: "#f85931", 14 | white: "#2f2f2f", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fec99e", 18 | lightYellow: "#b4bbc0", 19 | lightBlue: "#fce786", 20 | lightMagenta: "#b4bbc0", 21 | lightCyan: "#fba894", 22 | lightWhite: "#484848" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/halflife.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#222222", 3 | foregroundColor: "#cccccc", 4 | borderColor: "#3b3b3b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#2f2f2f", 8 | red: "#ba0e2e", 9 | green: "#fc913a", 10 | yellow: "#7d8991", 11 | blue: "#f9d423", 12 | magenta: "#7d8991", 13 | cyan: "#f85931", 14 | white: "#d9d9d9", 15 | lightBlack: "#484848", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fec99e", 18 | lightYellow: "#b4bbc0", 19 | lightBlue: "#fce786", 20 | lightMagenta: "#b4bbc0", 21 | lightCyan: "#fba894", 22 | lightWhite: "#f2f2f2" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hawaii-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#111110", 3 | foregroundColor: "#e8e1de", 4 | borderColor: "#2b2b29", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1e1e1c", 8 | red: "#ba0e2e", 9 | green: "#edbd44", 10 | yellow: "#f75431", 11 | blue: "#52b4d8", 12 | magenta: "#e2922f", 13 | cyan: "#92d8e8", 14 | white: "#f2efed", 15 | lightBlack: "#383835", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f6dea1", 18 | lightYellow: "#fba593", 19 | lightBlue: "#a5d8eb", 20 | lightMagenta: "#eec188", 21 | lightCyan: "#e6f6fa", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hawaii-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#6d6764", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#edbd44", 10 | yellow: "#f75431", 11 | blue: "#52b4d8", 12 | magenta: "#e2922f", 13 | cyan: "#92d8e8", 14 | white: "#7a7470", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f6dea1", 18 | lightYellow: "#fba593", 19 | lightBlue: "#a5d8eb", 20 | lightMagenta: "#eec188", 21 | lightCyan: "#e6f6fa", 22 | lightWhite: "#948d8a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hawaii.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#333130", 3 | foregroundColor: "#e8e1de", 4 | borderColor: "#4d4a49", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#403e3c", 8 | red: "#ba0e2e", 9 | green: "#edbd44", 10 | yellow: "#f75431", 11 | blue: "#52b4d8", 12 | magenta: "#e2922f", 13 | cyan: "#92d8e8", 14 | white: "#f2efed", 15 | lightBlack: "#5a5755", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f6dea1", 18 | lightYellow: "#fba593", 19 | lightBlue: "#a5d8eb", 20 | lightMagenta: "#eec188", 21 | lightCyan: "#e6f6fa", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/heroku-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0b0b0f", 3 | foregroundColor: "#c8c7d5", 4 | borderColor: "#21212c", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#16161e", 8 | red: "#ba0e2e", 9 | green: "#585480", 10 | yellow: "#7873ae", 11 | blue: "#ffffff", 12 | magenta: "#7873ae", 13 | cyan: "#a6fa62", 14 | white: "#d6d6e0", 15 | lightBlack: "#2b2b3b", 16 | lightRed: "#e61f44", 17 | lightGreen: "#8c89b1", 18 | lightYellow: "#b6b4d3", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#b6b4d3", 21 | lightCyan: "#defdc5", 22 | lightWhite: "#f3f3f6" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/heroku-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#f7f7fc", 3 | foregroundColor: "#1b1b24", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#585480", 10 | yellow: "#7873ae", 11 | blue: "#b0add3", 12 | magenta: "#7873ae", 13 | cyan: "#6daf36", 14 | white: "#262633", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#8c89b1", 18 | lightYellow: "#b6b4d3", 19 | lightBlue: "#f0eff7", 20 | lightMagenta: "#b6b4d3", 21 | lightCyan: "#a1d576", 22 | lightWhite: "#3c3c50" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/heroku.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#1b1b24", 3 | foregroundColor: "#c8c7d5", 4 | borderColor: "#313141", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#262633", 8 | red: "#ba0e2e", 9 | green: "#585480", 10 | yellow: "#7873ae", 11 | blue: "#ffffff", 12 | magenta: "#7873ae", 13 | cyan: "#a6fa62", 14 | white: "#d6d6e0", 15 | lightBlack: "#3c3c50", 16 | lightRed: "#e61f44", 17 | lightGreen: "#8c89b1", 18 | lightYellow: "#b6b4d3", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#b6b4d3", 21 | lightCyan: "#defdc5", 22 | lightWhite: "#f3f3f6" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hive-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0f1016", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#242634", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#191b25", 8 | red: "#ba0e2e", 9 | green: "#7cb8ba", 10 | yellow: "#6e81a0", 11 | blue: "#ffffff", 12 | magenta: "#7cb8ba", 13 | cyan: "#6e81a0", 14 | white: "#ffffff", 15 | lightBlack: "#2e3143", 16 | lightRed: "#e61f44", 17 | lightGreen: "#bfdcdd", 18 | lightYellow: "#acb7c8", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#bfdcdd", 21 | lightCyan: "#acb7c8", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hive-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#2d3142", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#7cb8ba", 10 | yellow: "#6e81a0", 11 | blue: "#2d3142", 12 | magenta: "#7cb8ba", 13 | cyan: "#6e81a0", 14 | white: "#373c51", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#bfdcdd", 18 | lightYellow: "#acb7c8", 19 | lightBlue: "#565e7f", 20 | lightMagenta: "#bfdcdd", 21 | lightCyan: "#acb7c8", 22 | lightWhite: "#4c536f" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hive.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2d3142", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#424860", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#373c51", 8 | red: "#ba0e2e", 9 | green: "#7cb8ba", 10 | yellow: "#6e81a0", 11 | blue: "#ffffff", 12 | magenta: "#7cb8ba", 13 | cyan: "#6e81a0", 14 | white: "#ffffff", 15 | lightBlack: "#4c536f", 16 | lightRed: "#e61f44", 17 | lightGreen: "#bfdcdd", 18 | lightYellow: "#acb7c8", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#bfdcdd", 21 | lightCyan: "#acb7c8", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/horizon-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#11101c", 3 | foregroundColor: "#edebe6", 4 | borderColor: "#25233c", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1b192c", 8 | red: "#ba0e2e", 9 | green: "#fd8a25", 10 | yellow: "#b133dc", 11 | blue: "#fed230", 12 | magenta: "#e5194b", 13 | cyan: "#e524a9", 14 | white: "#f8f7f5", 15 | lightBlack: "#2f2c4d", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fec08a", 18 | lightYellow: "#d28aeb", 19 | lightBlue: "#fee895", 20 | lightMagenta: "#f07492", 21 | lightCyan: "#f07fcd", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/horizon-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#474466", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#fd8a25", 10 | yellow: "#ba66d6", 11 | blue: "#fed230", 12 | magenta: "#e5194b", 13 | cyan: "#e524a9", 14 | white: "#524e75", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fec08a", 18 | lightYellow: "#deb6ec", 19 | lightBlue: "#fee895", 20 | lightMagenta: "#f07492", 21 | lightCyan: "#f07fcd", 22 | lightWhite: "#676394" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/horizon.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#474466", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#5c5885", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#524e75", 8 | red: "#ba0e2e", 9 | green: "#fd8a25", 10 | yellow: "#ba66d6", 11 | blue: "#fed230", 12 | magenta: "#e5194b", 13 | cyan: "#e524a9", 14 | white: "#ffffff", 15 | lightBlack: "#676394", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fec08a", 18 | lightYellow: "#deb6ec", 19 | lightBlue: "#fee895", 20 | lightMagenta: "#f07492", 21 | lightCyan: "#f07fcd", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hub-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#191d21", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#2f363e", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#242a2f", 8 | red: "#ba0e2e", 9 | green: "#e85362", 10 | yellow: "#5392db", 11 | blue: "#5392db", 12 | magenta: "#e85362", 13 | cyan: "#9b78db", 14 | white: "#ffffff", 15 | lightBlack: "#3a434d", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f4adb4", 18 | lightYellow: "#a7c7ed", 19 | lightBlue: "#a7c7ed", 20 | lightMagenta: "#f4adb4", 21 | lightCyan: "#d7c9f0", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hub-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#24292e", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#d73a49", 10 | yellow: "#005cc5", 11 | blue: "#005cc5", 12 | magenta: "#d73a49", 13 | cyan: "#6f42c1", 14 | white: "#2f363c", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#e88f97", 18 | lightYellow: "#2c8fff", 19 | lightBlue: "#2c8fff", 20 | lightMagenta: "#e88f97", 21 | lightCyan: "#aa8fda", 22 | lightWhite: "#464f59" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hub.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#3b444c", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#515e69", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#46515a", 8 | red: "#ba0e2e", 9 | green: "#e85362", 10 | yellow: "#5392db", 11 | blue: "#5392db", 12 | magenta: "#e85362", 13 | cyan: "#9b78db", 14 | white: "#ffffff", 15 | lightBlack: "#5c6b77", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f4adb4", 18 | lightYellow: "#a7c7ed", 19 | lightBlue: "#a7c7ed", 20 | lightMagenta: "#f4adb4", 21 | lightCyan: "#d7c9f0", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hyrule-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0c0c0c", 3 | foregroundColor: "#c0d5c1", 4 | borderColor: "#252525", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#191919", 8 | red: "#ba0e2e", 9 | green: "#f5c504", 10 | yellow: "#569e16", 11 | blue: "#90c93f", 12 | magenta: "#90c93f", 13 | cyan: "#f5c504", 14 | white: "#cfdfd0", 15 | lightBlack: "#323232", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fcde63", 18 | lightYellow: "#88e337", 19 | lightBlue: "#bedf8f", 20 | lightMagenta: "#bedf8f", 21 | lightCyan: "#fcde63", 22 | lightWhite: "#eef4ee" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hyrule-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#c0d5c1", 3 | foregroundColor: "#2d2c2b", 4 | borderColor: "#dfe9df", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#cfdfd0", 8 | red: "#ba0e2e", 9 | green: "#b7950c", 10 | yellow: "#407710", 11 | blue: "#68912e", 12 | magenta: "#68912e", 13 | cyan: "#b7950c", 14 | white: "#3a3937", 15 | lightBlack: "#eef4ee", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f2cd37", 18 | lightYellow: "#70d11c", 19 | lightBlue: "#9ccb5a", 20 | lightMagenta: "#9ccb5a", 21 | lightCyan: "#f2cd37", 22 | lightWhite: "#545250" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/hyrule.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2d2c2b", 3 | foregroundColor: "#c0d5c1", 4 | borderColor: "#474544", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3a3937", 8 | red: "#ba0e2e", 9 | green: "#f5c504", 10 | yellow: "#569e16", 11 | blue: "#90c93f", 12 | magenta: "#90c93f", 13 | cyan: "#f5c504", 14 | white: "#cfdfd0", 15 | lightBlack: "#545250", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fcde63", 18 | lightYellow: "#88e337", 19 | lightBlue: "#bedf8f", 20 | lightMagenta: "#bedf8f", 21 | lightCyan: "#fcde63", 22 | lightWhite: "#eef4ee" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/iceberg-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0b0e0e", 3 | foregroundColor: "#bdd6db", 4 | borderColor: "#212b2b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#161c1c", 8 | red: "#ba0e2e", 9 | green: "#59c0e3", 10 | yellow: "#2d8da1", 11 | blue: "#ffffff", 12 | magenta: "#b1e2f2", 13 | cyan: "#ffffff", 14 | white: "#cee0e4", 15 | lightBlack: "#2d3939", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b0e1f2", 18 | lightYellow: "#61bfd3", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#ffffff", 22 | lightWhite: "#eff5f6" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/iceberg-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#bdd6db", 3 | foregroundColor: "#323b3d", 4 | borderColor: "#deeaed", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#cee0e4", 8 | red: "#ba0e2e", 9 | green: "#499fbc", 10 | yellow: "#2d8da1", 11 | blue: "#323b3d", 12 | magenta: "#7ea3af", 13 | cyan: "#323b3d", 14 | white: "#3d494b", 15 | lightBlack: "#eff5f6", 16 | lightRed: "#e61f44", 17 | lightGreen: "#94c6d7", 18 | lightYellow: "#61bfd3", 19 | lightBlue: "#607175", 20 | lightMagenta: "#bdd0d6", 21 | lightCyan: "#607175", 22 | lightWhite: "#546467" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/iceberg.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#323b3d", 3 | foregroundColor: "#bdd6db", 4 | borderColor: "#495659", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3d494b", 8 | red: "#ba0e2e", 9 | green: "#59c0e3", 10 | yellow: "#2d8da1", 11 | blue: "#ffffff", 12 | magenta: "#b1e2f2", 13 | cyan: "#ffffff", 14 | white: "#cee0e4", 15 | lightBlack: "#546467", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b0e1f2", 18 | lightYellow: "#61bfd3", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#ffffff", 22 | lightWhite: "#eff5f6" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/isotope-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0e0f11", 3 | foregroundColor: "#f3eff5", 4 | borderColor: "#25282d", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#191b1f", 8 | red: "#ba0e2e", 9 | green: "#72b01d", 10 | yellow: "#b3dd49", 11 | blue: "#ffffff", 12 | magenta: "#b3dd49", 13 | cyan: "#72b01d", 14 | white: "#ffffff", 15 | lightBlack: "#31343b", 16 | lightRed: "#e61f44", 17 | lightGreen: "#a5e251", 18 | lightYellow: "#d7ed9f", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#d7ed9f", 21 | lightCyan: "#a5e251", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/isotope-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#454955", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#72b01d", 10 | yellow: "#98bc3e", 11 | blue: "#454955", 12 | magenta: "#98bc3e", 13 | cyan: "#72b01d", 14 | white: "#505563", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#a5e251", 18 | lightYellow: "#c1d888", 19 | lightBlue: "#73798d", 20 | lightMagenta: "#c1d888", 21 | lightCyan: "#a5e251", 22 | lightWhite: "#676d7f" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/isotope.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#454955", 3 | foregroundColor: "#f3eff5", 4 | borderColor: "#5c6171", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#505563", 8 | red: "#ba0e2e", 9 | green: "#72b01d", 10 | yellow: "#b3dd49", 11 | blue: "#ffffff", 12 | magenta: "#b3dd49", 13 | cyan: "#72b01d", 14 | white: "#ffffff", 15 | lightBlack: "#676d7f", 16 | lightRed: "#e61f44", 17 | lightGreen: "#a5e251", 18 | lightYellow: "#d7ed9f", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#d7ed9f", 21 | lightCyan: "#a5e251", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/jewel-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#141619", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#2b2f35", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#1f2227", 8 | red: "#ba0e2e", 9 | green: "#6299c4", 10 | yellow: "#c262c4", 11 | blue: "#62c47c", 12 | magenta: "#6299c4", 13 | cyan: "#62c47c", 14 | white: "#d0d9e4", 15 | lightBlack: "#363b43", 16 | lightRed: "#e61f44", 17 | lightGreen: "#acc9e0", 18 | lightYellow: "#dface0", 19 | lightBlue: "#ace0ba", 20 | lightMagenta: "#acc9e0", 21 | lightCyan: "#ace0ba", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/jewel-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#5c6470", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#6299c4", 10 | yellow: "#c262c4", 11 | blue: "#62c47c", 12 | magenta: "#6299c4", 13 | cyan: "#62c47c", 14 | white: "#68717e", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#acc9e0", 18 | lightYellow: "#dface0", 19 | lightBlue: "#ace0ba", 20 | lightMagenta: "#acc9e0", 21 | lightCyan: "#ace0ba", 22 | lightWhite: "#818a97" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/jewel.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#32373d", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#495059", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#3d444b", 8 | red: "#ba0e2e", 9 | green: "#6299c4", 10 | yellow: "#c262c4", 11 | blue: "#62c47c", 12 | magenta: "#6299c4", 13 | cyan: "#62c47c", 14 | white: "#d0d9e4", 15 | lightBlack: "#545d67", 16 | lightRed: "#e61f44", 17 | lightGreen: "#acc9e0", 18 | lightYellow: "#dface0", 19 | lightBlue: "#ace0ba", 20 | lightMagenta: "#acc9e0", 21 | lightCyan: "#ace0ba", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/jingle-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0d1011", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#232b2e", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#181e1f", 8 | red: "#ba0e2e", 9 | green: "#e06d5c", 10 | yellow: "#7ec579", 11 | blue: "#98abb7", 12 | magenta: "#e06d5c", 13 | cyan: "#7ec579", 14 | white: "#d0d9e4", 15 | lightBlack: "#2e393c", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f0bab2", 18 | lightYellow: "#c3e4c0", 19 | lightBlue: "#d4dce1", 20 | lightMagenta: "#f0bab2", 21 | lightCyan: "#c3e4c0", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/jingle-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#485860", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#e06d5c", 10 | yellow: "#7ec579", 11 | blue: "#98abb7", 12 | magenta: "#e06d5c", 13 | cyan: "#7ec579", 14 | white: "#53656f", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f0bab2", 18 | lightYellow: "#c3e4c0", 19 | lightBlue: "#d4dce1", 20 | lightMagenta: "#f0bab2", 21 | lightCyan: "#c3e4c0", 22 | lightWhite: "#69808c" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/jingle.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#283035", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#3e4a52", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#333d44", 8 | red: "#ba0e2e", 9 | green: "#e06d5c", 10 | yellow: "#7ec579", 11 | blue: "#98abb7", 12 | magenta: "#e06d5c", 13 | cyan: "#7ec579", 14 | white: "#d0d9e4", 15 | lightBlack: "#495761", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f0bab2", 18 | lightYellow: "#c3e4c0", 19 | lightBlue: "#d4dce1", 20 | lightMagenta: "#f0bab2", 21 | lightCyan: "#c3e4c0", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/joker-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#141619", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#2b2f35", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#1f2227", 8 | red: "#ba0e2e", 9 | green: "#00b27d", 10 | yellow: "#9a6fc4", 11 | blue: "#ffffff", 12 | magenta: "#00b27d", 13 | cyan: "#9a6fc4", 14 | white: "#d0d9e4", 15 | lightBlack: "#363b43", 16 | lightRed: "#e61f44", 17 | lightGreen: "#19ffbb", 18 | lightYellow: "#cdb7e2", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#19ffbb", 21 | lightCyan: "#cdb7e2", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/joker-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#4a5159", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#00b27d", 10 | yellow: "#9a6fc4", 11 | blue: "#4a5159", 12 | magenta: "#00b27d", 13 | cyan: "#9a6fc4", 14 | white: "#565e67", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#19ffbb", 18 | lightYellow: "#cdb7e2", 19 | lightBlue: "#798490", 20 | lightMagenta: "#19ffbb", 21 | lightCyan: "#cdb7e2", 22 | lightWhite: "#6d7783" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/joker.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#32373d", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#495059", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#3d444b", 8 | red: "#ba0e2e", 9 | green: "#00b27d", 10 | yellow: "#9a6fc4", 11 | blue: "#ffffff", 12 | magenta: "#00b27d", 13 | cyan: "#9a6fc4", 14 | white: "#d0d9e4", 15 | lightBlack: "#545d67", 16 | lightRed: "#e61f44", 17 | lightGreen: "#19ffbb", 18 | lightYellow: "#cdb7e2", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#19ffbb", 21 | lightCyan: "#cdb7e2", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/juicy-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#000000", 3 | foregroundColor: "#e3e2e0", 4 | borderColor: "#1a1a1a", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#0d0d0d", 8 | red: "#ba0e2e", 9 | green: "#ff4e50", 10 | yellow: "#3bc7b8", 11 | blue: "#c3cb4c", 12 | magenta: "#edb92e", 13 | cyan: "#f85931", 14 | white: "#efefed", 15 | lightBlack: "#262626", 16 | lightRed: "#e61f44", 17 | lightGreen: "#ffb4b5", 18 | lightYellow: "#8aded5", 19 | lightBlue: "#dde29b", 20 | lightMagenta: "#f5d88c", 21 | lightCyan: "#fba894", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/juicy-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#f0f0f0", 3 | foregroundColor: "#333333", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#fdfdfd", 8 | red: "#ba0e2e", 9 | green: "#ff4e50", 10 | yellow: "#3bc7b8", 11 | blue: "#c3cb4c", 12 | magenta: "#edb92e", 13 | cyan: "#f85931", 14 | white: "#404040", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#ffb4b5", 18 | lightYellow: "#8aded5", 19 | lightBlue: "#dde29b", 20 | lightMagenta: "#f5d88c", 21 | lightCyan: "#fba894", 22 | lightWhite: "#595959" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/juicy.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#222222", 3 | foregroundColor: "#e3e2e0", 4 | borderColor: "#3b3b3b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#2f2f2f", 8 | red: "#ba0e2e", 9 | green: "#ff4e50", 10 | yellow: "#3bc7b8", 11 | blue: "#c3cb4c", 12 | magenta: "#edb92e", 13 | cyan: "#f85931", 14 | white: "#efefed", 15 | lightBlack: "#484848", 16 | lightRed: "#e61f44", 17 | lightGreen: "#ffb4b5", 18 | lightYellow: "#8aded5", 19 | lightBlue: "#dde29b", 20 | lightMagenta: "#f5d88c", 21 | lightCyan: "#fba894", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/jumper-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0e1111", 3 | foregroundColor: "#8da0a0", 4 | borderColor: "#252d2d", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#191f1f", 8 | red: "#ba0e2e", 9 | green: "#36a595", 10 | yellow: "#f6da40", 11 | blue: "#db515c", 12 | magenta: "#e08e4c", 13 | cyan: "#36a595", 14 | white: "#9bacac", 15 | lightBlack: "#313b3b", 16 | lightRed: "#e61f44", 17 | lightGreen: "#71d0c3", 18 | lightYellow: "#fbeda1", 19 | lightBlue: "#eca6ab", 20 | lightMagenta: "#efc5a3", 21 | lightCyan: "#71d0c3", 22 | lightWhite: "#b7c3c3" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/jumper-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#222a2a", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#36a595", 10 | yellow: "#c9b230", 11 | blue: "#db515c", 12 | magenta: "#e08e4c", 13 | cyan: "#36a595", 14 | white: "#2d3838", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#71d0c3", 18 | lightYellow: "#e0d27f", 19 | lightBlue: "#eca6ab", 20 | lightMagenta: "#efc5a3", 21 | lightCyan: "#71d0c3", 22 | lightWhite: "#445454" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/jumper.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#222a2a", 3 | foregroundColor: "#8da0a0", 4 | borderColor: "#394646", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#2d3838", 8 | red: "#ba0e2e", 9 | green: "#36a595", 10 | yellow: "#f6da40", 11 | blue: "#db515c", 12 | magenta: "#e08e4c", 13 | cyan: "#36a595", 14 | white: "#9bacac", 15 | lightBlack: "#445454", 16 | lightRed: "#e61f44", 17 | lightGreen: "#71d0c3", 18 | lightYellow: "#fbeda1", 19 | lightBlue: "#eca6ab", 20 | lightMagenta: "#efc5a3", 21 | lightCyan: "#71d0c3", 22 | lightWhite: "#b7c3c3" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/keen-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#000000", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#1a1a1a", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#0d0d0d", 8 | red: "#ba0e2e", 9 | green: "#6f8b94", 10 | yellow: "#8767b7", 11 | blue: "#b5db99", 12 | magenta: "#6f8b94", 13 | cyan: "#8767b7", 14 | white: "#ffffff", 15 | lightBlack: "#262626", 16 | lightRed: "#e61f44", 17 | lightGreen: "#aababf", 18 | lightYellow: "#beacd8", 19 | lightBlue: "#ecf6e4", 20 | lightMagenta: "#aababf", 21 | lightCyan: "#beacd8", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/keen-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#cccccc", 3 | foregroundColor: "#111111", 4 | borderColor: "#e6e6e6", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#d9d9d9", 8 | red: "#ba0e2e", 9 | green: "#6f8b94", 10 | yellow: "#8767b7", 11 | blue: "#7c9669", 12 | magenta: "#6f8b94", 13 | cyan: "#8767b7", 14 | white: "#1e1e1e", 15 | lightBlack: "#f2f2f2", 16 | lightRed: "#e61f44", 17 | lightGreen: "#aababf", 18 | lightYellow: "#beacd8", 19 | lightBlue: "#b0c0a5", 20 | lightMagenta: "#aababf", 21 | lightCyan: "#beacd8", 22 | lightWhite: "#373737" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/keen.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#111111", 3 | foregroundColor: "#cccccc", 4 | borderColor: "#2a2a2a", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1e1e1e", 8 | red: "#ba0e2e", 9 | green: "#6f8b94", 10 | yellow: "#8767b7", 11 | blue: "#b5db99", 12 | magenta: "#6f8b94", 13 | cyan: "#8767b7", 14 | white: "#d9d9d9", 15 | lightBlack: "#373737", 16 | lightRed: "#e61f44", 17 | lightGreen: "#aababf", 18 | lightYellow: "#beacd8", 19 | lightBlue: "#ecf6e4", 20 | lightMagenta: "#aababf", 21 | lightCyan: "#beacd8", 22 | lightWhite: "#f2f2f2" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/kiwi-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0c0f0e", 3 | foregroundColor: "#edebe6", 4 | borderColor: "#232b28", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#171d1b", 8 | red: "#ba0e2e", 9 | green: "#229986", 10 | yellow: "#95c72a", 11 | blue: "#0b6d5c", 12 | magenta: "#229986", 13 | cyan: "#95c72a", 14 | white: "#f8f7f5", 15 | lightBlack: "#2e3936", 16 | lightRed: "#e61f44", 17 | lightGreen: "#4ad7c0", 18 | lightYellow: "#bfe275", 19 | lightBlue: "#14caaa", 20 | lightMagenta: "#4ad7c0", 21 | lightCyan: "#bfe275", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/kiwi-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#555555", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#229986", 10 | yellow: "#95c72a", 11 | blue: "#0b6d5c", 12 | magenta: "#229986", 13 | cyan: "#95c72a", 14 | white: "#626262", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#4ad7c0", 18 | lightYellow: "#bfe275", 19 | lightBlue: "#14caaa", 20 | lightMagenta: "#4ad7c0", 21 | lightCyan: "#bfe275", 22 | lightWhite: "#7b7b7b" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/kiwi.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2a3330", 3 | foregroundColor: "#edebe6", 4 | borderColor: "#414f4a", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#36413d", 8 | red: "#ba0e2e", 9 | green: "#229986", 10 | yellow: "#95c72a", 11 | blue: "#0b6d5c", 12 | magenta: "#229986", 13 | cyan: "#95c72a", 14 | white: "#f8f7f5", 15 | lightBlack: "#4d5d57", 16 | lightRed: "#e61f44", 17 | lightGreen: "#4ad7c0", 18 | lightYellow: "#bfe275", 19 | lightBlue: "#14caaa", 20 | lightMagenta: "#4ad7c0", 21 | lightCyan: "#bfe275", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/laracasts-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#4d545d", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#00b1b3", 10 | yellow: "#ef6733", 11 | blue: "#4d545d", 12 | magenta: "#00b1b3", 13 | cyan: "#ef6733", 14 | white: "#59616b", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#1afcff", 18 | lightYellow: "#f6ad92", 19 | lightBlue: "#7d8793", 20 | lightMagenta: "#1afcff", 21 | lightCyan: "#f6ad92", 22 | lightWhite: "#707a87" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/laracasts.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#4d545d", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#646d79", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#59616b", 8 | red: "#ba0e2e", 9 | green: "#00b1b3", 10 | yellow: "#ef6733", 11 | blue: "#ffffff", 12 | magenta: "#00b1b3", 13 | cyan: "#ef6733", 14 | white: "#d0d9e4", 15 | lightBlack: "#707a87", 16 | lightRed: "#e61f44", 17 | lightGreen: "#1afcff", 18 | lightYellow: "#f6ad92", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#1afcff", 21 | lightCyan: "#f6ad92", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/laravel-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#000000", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#1a1a1a", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#0d0d0d", 8 | red: "#ba0e2e", 9 | green: "#ffc48c", 10 | yellow: "#fc6b0a", 11 | blue: "#fc580c", 12 | magenta: "#ffa927", 13 | cyan: "#ffc48c", 14 | white: "#ffffff", 15 | lightBlack: "#262626", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fff8f2", 18 | lightYellow: "#fda86f", 19 | lightBlue: "#fd9d71", 20 | lightMagenta: "#ffd28d", 21 | lightCyan: "#fff8f2", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/laravel-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#ffc48c", 10 | yellow: "#fc6b0a", 11 | blue: "#fc580c", 12 | magenta: "#ffa927", 13 | cyan: "#ffc48c", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fff8f2", 18 | lightYellow: "#fda86f", 19 | lightBlue: "#fd9d71", 20 | lightMagenta: "#ffd28d", 21 | lightCyan: "#fff8f2", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/laravel.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2e2c2b", 3 | foregroundColor: "#dedede", 4 | borderColor: "#484544", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3b3937", 8 | red: "#ba0e2e", 9 | green: "#ffc48c", 10 | yellow: "#fc6b0a", 11 | blue: "#fc580c", 12 | magenta: "#ffa927", 13 | cyan: "#ffc48c", 14 | white: "#ebebeb", 15 | lightBlack: "#565250", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fff8f2", 18 | lightYellow: "#fda86f", 19 | lightBlue: "#fd9d71", 20 | lightMagenta: "#ffd28d", 21 | lightCyan: "#fff8f2", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/lavender-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#080709", 3 | foregroundColor: "#e0ceed", 4 | borderColor: "#211d26", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#151217", 8 | red: "#ba0e2e", 9 | green: "#a29dfa", 10 | yellow: "#b657ff", 11 | blue: "#f5b0ef", 12 | magenta: "#8e6da6", 13 | cyan: "#8e69c9", 14 | white: "#ece1f4", 15 | lightBlack: "#2e2834", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fefeff", 18 | lightYellow: "#e2bdff", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#bfaccd", 21 | lightCyan: "#c7b4e4", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/lavender-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#29222e", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#a29dfa", 10 | yellow: "#b657ff", 11 | blue: "#f5b0ef", 12 | magenta: "#8e6da6", 13 | cyan: "#8e69c9", 14 | white: "#362d3d", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fefeff", 18 | lightYellow: "#e2bdff", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#bfaccd", 21 | lightCyan: "#c7b4e4", 22 | lightWhite: "#50425a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/lavender.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#29222e", 3 | foregroundColor: "#e0ceed", 4 | borderColor: "#43384b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#362d3d", 8 | red: "#ba0e2e", 9 | green: "#a29dfa", 10 | yellow: "#b657ff", 11 | blue: "#f5b0ef", 12 | magenta: "#8e6da6", 13 | cyan: "#8e69c9", 14 | white: "#ece1f4", 15 | lightBlack: "#50425a", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fefeff", 18 | lightYellow: "#e2bdff", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#bfaccd", 21 | lightCyan: "#c7b4e4", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/legacy-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#080a0c", 3 | foregroundColor: "#aec2e0", 4 | borderColor: "#1c232b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#12171b", 8 | red: "#ba0e2e", 9 | green: "#267fb5", 10 | yellow: "#ffffff", 11 | blue: "#ffb20d", 12 | magenta: "#748aa6", 13 | cyan: "#267fb5", 14 | white: "#c0d0e7", 15 | lightBlack: "#27303a", 16 | lightRed: "#e61f44", 17 | lightGreen: "#63b0de", 18 | lightYellow: "#ffffff", 19 | lightBlue: "#ffd273", 20 | lightMagenta: "#b2bece", 21 | lightCyan: "#63b0de", 22 | lightWhite: "#e5ecf5" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/legacy-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#267fb5", 10 | yellow: "#222222", 11 | blue: "#ffb20d", 12 | magenta: "#748aa6", 13 | cyan: "#267fb5", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#63b0de", 18 | lightYellow: "#555555", 19 | lightBlue: "#ffd273", 20 | lightMagenta: "#b2bece", 21 | lightCyan: "#63b0de", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/legacy.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#212933", 3 | foregroundColor: "#aec2e0", 4 | borderColor: "#354252", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#2b3542", 8 | red: "#ba0e2e", 9 | green: "#267fb5", 10 | yellow: "#ffffff", 11 | blue: "#ffb20d", 12 | magenta: "#748aa6", 13 | cyan: "#267fb5", 14 | white: "#c0d0e7", 15 | lightBlack: "#3f4e61", 16 | lightRed: "#e61f44", 17 | lightGreen: "#63b0de", 18 | lightYellow: "#ffffff", 19 | lightBlue: "#ffd273", 20 | lightMagenta: "#b2bece", 21 | lightCyan: "#63b0de", 22 | lightWhite: "#e5ecf5" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/lichen-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#090d11", 3 | foregroundColor: "#9cadbc", 4 | borderColor: "#1b2632", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#121a22", 8 | red: "#ba0e2e", 9 | green: "#249388", 10 | yellow: "#9ce878", 11 | blue: "#1a9d6b", 12 | magenta: "#246c82", 13 | cyan: "#1a9d6b", 14 | white: "#abbac6", 15 | lightBlack: "#233343", 16 | lightRed: "#e61f44", 17 | lightGreen: "#4ad3c5", 18 | lightYellow: "#dcf7cf", 19 | lightBlue: "#3edfa2", 20 | lightMagenta: "#41aacb", 21 | lightCyan: "#3edfa2", 22 | lightWhite: "#cad3db" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/lichen-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#e6e9ed", 3 | foregroundColor: "#414549", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#f5f6f8", 8 | red: "#ba0e2e", 9 | green: "#249388", 10 | yellow: "#64964c", 11 | blue: "#1a9d6b", 12 | magenta: "#246c82", 13 | cyan: "#1a9d6b", 14 | white: "#4d5256", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#4ad3c5", 18 | lightYellow: "#9ac286", 19 | lightBlue: "#3edfa2", 20 | lightMagenta: "#41aacb", 21 | lightCyan: "#3edfa2", 22 | lightWhite: "#656b71" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/lichen.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#1a252f", 3 | foregroundColor: "#9cadbc", 4 | borderColor: "#2c3f50", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#23323f", 8 | red: "#ba0e2e", 9 | green: "#249388", 10 | yellow: "#9ce878", 11 | blue: "#1a9d6b", 12 | magenta: "#246c82", 13 | cyan: "#1a9d6b", 14 | white: "#abbac6", 15 | lightBlack: "#354c60", 16 | lightRed: "#e61f44", 17 | lightGreen: "#4ad3c5", 18 | lightYellow: "#dcf7cf", 19 | lightBlue: "#3edfa2", 20 | lightMagenta: "#41aacb", 21 | lightCyan: "#3edfa2", 22 | lightWhite: "#cad3db" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/loyal-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#1d1b23", 3 | foregroundColor: "#bbb1c9", 4 | borderColor: "#353140", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#292631", 8 | red: "#ba0e2e", 9 | green: "#3cbbb1", 10 | yellow: "#ee4266", 11 | blue: "#b3adba", 12 | magenta: "#9484d6", 13 | cyan: "#b3adba", 14 | white: "#c8c0d3", 15 | lightBlack: "#413c4e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#85d8d1", 18 | lightYellow: "#f6a0b2", 19 | lightBlue: "#e6e4e9", 20 | lightMagenta: "#d7d0ef", 21 | lightCyan: "#e6e4e9", 22 | lightWhite: "#e2dee8" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/loyal-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#413e4f", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#3cbbb1", 10 | yellow: "#ee4266", 11 | blue: "#b3adba", 12 | magenta: "#9484d6", 13 | cyan: "#b3adba", 14 | white: "#4d495d", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#85d8d1", 18 | lightYellow: "#f6a0b2", 19 | lightBlue: "#e6e4e9", 20 | lightMagenta: "#d7d0ef", 21 | lightCyan: "#e6e4e9", 22 | lightWhite: "#64607a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/loyal.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#413e4f", 3 | foregroundColor: "#bbb1c9", 4 | borderColor: "#58546c", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#4d495d", 8 | red: "#ba0e2e", 9 | green: "#3cbbb1", 10 | yellow: "#ee4266", 11 | blue: "#b3adba", 12 | magenta: "#9484d6", 13 | cyan: "#b3adba", 14 | white: "#c8c0d3", 15 | lightBlack: "#64607a", 16 | lightRed: "#e61f44", 17 | lightGreen: "#85d8d1", 18 | lightYellow: "#f6a0b2", 19 | lightBlue: "#e6e4e9", 20 | lightMagenta: "#d7d0ef", 21 | lightCyan: "#e6e4e9", 22 | lightWhite: "#e2dee8" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mauve-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#191119", 3 | foregroundColor: "#af92b2", 4 | borderColor: "#372637", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#281b28", 8 | red: "#ba0e2e", 9 | green: "#c89933", 10 | yellow: "#74526c", 11 | blue: "#dbd053", 12 | magenta: "#c89933", 13 | cyan: "#dbd053", 14 | white: "#baa1bd", 15 | lightBlack: "#473047", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dfc282", 18 | lightYellow: "#a884a0", 19 | lightBlue: "#ede7a7", 20 | lightMagenta: "#dfc282", 21 | lightCyan: "#ede7a7", 22 | lightWhite: "#d0bfd2" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mauve-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#372638", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#c89933", 10 | yellow: "#74526c", 11 | blue: "#dbd053", 12 | magenta: "#c89933", 13 | cyan: "#dbd053", 14 | white: "#463047", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dfc282", 18 | lightYellow: "#a884a0", 19 | lightBlue: "#ede7a7", 20 | lightMagenta: "#dfc282", 21 | lightCyan: "#ede7a7", 22 | lightWhite: "#644566" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mauve.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#372638", 3 | foregroundColor: "#af92b2", 4 | borderColor: "#553b56", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#463047", 8 | red: "#ba0e2e", 9 | green: "#c89933", 10 | yellow: "#74526c", 11 | blue: "#dbd053", 12 | magenta: "#c89933", 13 | cyan: "#dbd053", 14 | white: "#baa1bd", 15 | lightBlack: "#644566", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dfc282", 18 | lightYellow: "#a884a0", 19 | lightBlue: "#ede7a7", 20 | lightMagenta: "#dfc282", 21 | lightCyan: "#ede7a7", 22 | lightWhite: "#d0bfd2" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mellow-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0b0a09", 3 | foregroundColor: "#f8f8f2", 4 | borderColor: "#272320", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#191714", 8 | red: "#ba0e2e", 9 | green: "#f2bc79", 10 | yellow: "#1f8181", 11 | blue: "#f28972", 12 | magenta: "#f2bc79", 13 | cyan: "#f55d79", 14 | white: "#ffffff", 15 | lightBlack: "#35302b", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fbead6", 18 | lightYellow: "#37cfcf", 19 | lightBlue: "#fbd7cf", 20 | lightMagenta: "#fbead6", 21 | lightCyan: "#fbbdc8", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mellow-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#555555", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#f2bc79", 10 | yellow: "#1f8181", 11 | blue: "#f28972", 12 | magenta: "#f2bc79", 13 | cyan: "#f55d79", 14 | white: "#626262", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fbead6", 18 | lightYellow: "#37cfcf", 19 | lightBlue: "#fbd7cf", 20 | lightMagenta: "#fbead6", 21 | lightCyan: "#fbbdc8", 22 | lightWhite: "#7b7b7b" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mellow.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#36312c", 3 | foregroundColor: "#f8f8f2", 4 | borderColor: "#524a43", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#443e37", 8 | red: "#ba0e2e", 9 | green: "#f2bc79", 10 | yellow: "#1f8181", 11 | blue: "#f28972", 12 | magenta: "#f2bc79", 13 | cyan: "#f55d79", 14 | white: "#ffffff", 15 | lightBlack: "#60574e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fbead6", 18 | lightYellow: "#37cfcf", 19 | lightBlue: "#fbd7cf", 20 | lightMagenta: "#fbead6", 21 | lightCyan: "#fbbdc8", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mintchoc-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0c0a08", 3 | foregroundColor: "#bababa", 4 | borderColor: "#2b231c", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1b1712", 8 | red: "#ba0e2e", 9 | green: "#9d8262", 10 | yellow: "#008d62", 11 | blue: "#00e08c", 12 | magenta: "#9d8262", 13 | cyan: "#008d62", 14 | white: "#c7c7c7", 15 | lightBlack: "#3a3027", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c4b4a1", 18 | lightYellow: "#00f3a9", 19 | lightBlue: "#47ffba", 20 | lightMagenta: "#c4b4a1", 21 | lightCyan: "#00f3a9", 22 | lightWhite: "#e0e0e0" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mintchoc-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#9d8262", 10 | yellow: "#008d62", 11 | blue: "#00e08c", 12 | magenta: "#9d8262", 13 | cyan: "#008d62", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c4b4a1", 18 | lightYellow: "#00f3a9", 19 | lightBlue: "#47ffba", 20 | lightMagenta: "#c4b4a1", 21 | lightCyan: "#00f3a9", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mintchoc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2b221c", 3 | foregroundColor: "#bababa", 4 | borderColor: "#4a3a30", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3a2e26", 8 | red: "#ba0e2e", 9 | green: "#9d8262", 10 | yellow: "#008d62", 11 | blue: "#00e08c", 12 | magenta: "#9d8262", 13 | cyan: "#008d62", 14 | white: "#c7c7c7", 15 | lightBlack: "#59473a", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c4b4a1", 18 | lightYellow: "#00f3a9", 19 | lightBlue: "#47ffba", 20 | lightMagenta: "#c4b4a1", 21 | lightCyan: "#00f3a9", 22 | lightWhite: "#e0e0e0" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/monzo-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0b1421", 3 | foregroundColor: "#b0cbf4", 4 | borderColor: "#182b47", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#112034", 8 | red: "#ba0e2e", 9 | green: "#98baa6", 10 | yellow: "#247888", 11 | blue: "#e6ce9f", 12 | magenta: "#e14d61", 13 | cyan: "#247888", 14 | white: "#c6daf7", 15 | lightBlack: "#1e375a", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d5e3db", 18 | lightYellow: "#44b8ce", 19 | lightBlue: "#fbf7f0", 20 | lightMagenta: "#f0a4ae", 21 | lightCyan: "#44b8ce", 22 | lightWhite: "#f3f7fd" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/monzo-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#5a79a8", 4 | borderColor: "#ffffff", 5 | cursorColor: "#15243b", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#98baa6", 10 | yellow: "#247888", 11 | blue: "#ba9b5e", 12 | magenta: "#e14d61", 13 | cyan: "#247888", 14 | white: "#6b87b1", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d5e3db", 18 | lightYellow: "#44b8ce", 19 | lightBlue: "#d9c7a5", 20 | lightMagenta: "#f0a4ae", 21 | lightCyan: "#44b8ce", 22 | lightWhite: "#8ca2c2" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/monzo.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#15243b", 3 | foregroundColor: "#b0cbf4", 4 | borderColor: "#223b61", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1c2f4e", 8 | red: "#ba0e2e", 9 | green: "#98baa6", 10 | yellow: "#247888", 11 | blue: "#e6ce9f", 12 | magenta: "#e14d61", 13 | cyan: "#247888", 14 | white: "#c6daf7", 15 | lightBlack: "#294673", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d5e3db", 18 | lightYellow: "#44b8ce", 19 | lightBlue: "#fbf7f0", 20 | lightMagenta: "#f0a4ae", 21 | lightCyan: "#44b8ce", 22 | lightWhite: "#f3f7fd" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/morass-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#cec040", 10 | yellow: "#68875a", 11 | blue: "#afb54c", 12 | magenta: "#80a396", 13 | cyan: "#677c71", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#e3db91", 18 | lightYellow: "#9db691", 19 | lightBlue: "#cfd394", 20 | lightMagenta: "#bbcec7", 21 | lightCyan: "#9cada4", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/morass.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#313a36", 3 | foregroundColor: "#e4e3e1", 4 | borderColor: "#485650", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3d4843", 8 | red: "#ba0e2e", 9 | green: "#fdec5a", 10 | yellow: "#68875a", 11 | blue: "#afb54c", 12 | magenta: "#afd0c4", 13 | cyan: "#677c71", 14 | white: "#f0f0ee", 15 | lightBlack: "#54635d", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fef8bf", 18 | lightYellow: "#9db691", 19 | lightBlue: "#cfd394", 20 | lightMagenta: "#eff6f3", 21 | lightCyan: "#9cada4", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mud-contrast.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#0d0b0b", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#292222", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1b1717", 8 | red: "#ba0e2e", 9 | green: "#f2c12f", 10 | yellow: "#f55239", 11 | blue: "#8ee350", 12 | magenta: "#f8553c", 13 | cyan: "#eaba2c", 14 | white: "#ffffff", 15 | lightBlack: "#362e2e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f8de8f", 18 | lightYellow: "#faa79a", 19 | lightBlue: "#c7f1a8", 20 | lightMagenta: "#fcab9e", 21 | lightCyan: "#f3d889", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mud-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ede8e8", 3 | foregroundColor: "#555555", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#f8f6f6", 8 | red: "#ba0e2e", 9 | green: "#c4a446", 10 | yellow: "#d16f60", 11 | blue: "#88ad6e", 12 | magenta: "#d16f60", 13 | cyan: "#c4a446", 14 | white: "#626262", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#ddca93", 18 | lightYellow: "#e8b7af", 19 | lightBlue: "#bdd2af", 20 | lightMagenta: "#e8b7af", 21 | lightCyan: "#ddca93", 22 | lightWhite: "#7b7b7b" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/mud.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#403635", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#5c4e4c", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#4e4241", 8 | red: "#ba0e2e", 9 | green: "#e9c865", 10 | yellow: "#ff9787", 11 | blue: "#b5db99", 12 | magenta: "#ff9787", 13 | cyan: "#e9c865", 14 | white: "#ffffff", 15 | lightBlack: "#6a5958", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f6e8be", 18 | lightYellow: "#ffefed", 19 | lightBlue: "#ecf6e4", 20 | lightMagenta: "#ffefed", 21 | lightCyan: "#f6e8be", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/newton-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#fa824c", 10 | yellow: "#ffbf69", 11 | blue: "#3c91e6", 12 | magenta: "#fa824c", 13 | cyan: "#ffbf69", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fdc7af", 18 | lightYellow: "#ffebcf", 19 | lightBlue: "#96c4f2", 20 | lightMagenta: "#fdc7af", 21 | lightCyan: "#ffebcf", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/newton.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#342e37", 3 | foregroundColor: "#eaebff", 4 | borderColor: "#4e4553", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#413a45", 8 | red: "#ba0e2e", 9 | green: "#fa824c", 10 | yellow: "#ffbf69", 11 | blue: "#3c91e6", 12 | magenta: "#fa824c", 13 | cyan: "#ffbf69", 14 | white: "#ffffff", 15 | lightBlack: "#5b5161", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fdc7af", 18 | lightYellow: "#ffebcf", 19 | lightBlue: "#96c4f2", 20 | lightMagenta: "#fdc7af", 21 | lightCyan: "#ffebcf", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/otakon-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#514b60", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#b1a6ca", 10 | yellow: "#c6b3b9", 11 | blue: "#e484b2", 12 | magenta: "#a8a9bf", 13 | cyan: "#f0b9d4", 14 | white: "#5d566e", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#e9e6f0", 18 | lightYellow: "#f2edef", 19 | lightBlue: "#f6d8e6", 20 | lightMagenta: "#e3e3ea", 21 | lightCyan: "#ffffff", 22 | lightWhite: "#756d8b" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/otakon.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#3f373f", 3 | foregroundColor: "#f9f3f9", 4 | borderColor: "#5a4f5a", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#4d434d", 8 | red: "#ba0e2e", 9 | green: "#b1a6ca", 10 | yellow: "#f6e6eb", 11 | blue: "#e484b2", 12 | magenta: "#cacbdd", 13 | cyan: "#f0b9d4", 14 | white: "#ffffff", 15 | lightBlack: "#685b68", 16 | lightRed: "#e61f44", 17 | lightGreen: "#e9e6f0", 18 | lightYellow: "#ffffff", 19 | lightBlue: "#f6d8e6", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#ffffff", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/overflow.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#252c33", 3 | foregroundColor: "#aeb9c4", 4 | borderColor: "#3a4551", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#303942", 8 | red: "#ba0e2e", 9 | green: "#fe532c", 10 | yellow: "#b0ca48", 11 | blue: "#1f9aa8", 12 | magenta: "#fe532c", 13 | cyan: "#b0ca48", 14 | white: "#bdc6cf", 15 | lightBlack: "#45525f", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fea692", 18 | lightYellow: "#d2e197", 19 | lightBlue: "#4fd0de", 20 | lightMagenta: "#fea692", 21 | lightCyan: "#d2e197", 22 | lightWhite: "#dadfe4" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/pastel-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#222222", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#9474a9", 10 | yellow: "#04c4a5", 11 | blue: "#c56c6c", 12 | magenta: "#c5906c", 13 | cyan: "#e2e060", 14 | white: "#2f2f2f", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c5b3d0", 18 | lightYellow: "#33fbdb", 19 | lightBlue: "#e2b5b5", 20 | lightMagenta: "#e2c7b5", 21 | lightCyan: "#f2f1b6", 22 | lightWhite: "#484848" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/pastel.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#222222", 3 | foregroundColor: "#eeeeee", 4 | borderColor: "#3b3b3b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#2f2f2f", 8 | red: "#ba0e2e", 9 | green: "#9474a9", 10 | yellow: "#04c4a5", 11 | blue: "#c56c6c", 12 | magenta: "#c5906c", 13 | cyan: "#e2e060", 14 | white: "#fbfbfb", 15 | lightBlack: "#484848", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c5b3d0", 18 | lightYellow: "#33fbdb", 19 | lightBlue: "#e2b5b5", 20 | lightMagenta: "#e2c7b5", 21 | lightCyan: "#f2f1b6", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/patriot.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2d3133", 3 | foregroundColor: "#cad9e3", 4 | borderColor: "#454b4e", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#393e41", 8 | red: "#ba0e2e", 9 | green: "#de333c", 10 | yellow: "#2e6fd9", 11 | blue: "#ffffff", 12 | magenta: "#bbbcc4", 13 | cyan: "#de333c", 14 | white: "#dbe5ec", 15 | lightBlack: "#51585c", 16 | lightRed: "#e61f44", 17 | lightGreen: "#ec8b90", 18 | lightYellow: "#84aae9", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#f2f2f3", 21 | lightCyan: "#ec8b90", 22 | lightWhite: "#fcfdfd" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/peacock.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2b2a27", 3 | foregroundColor: "#ede0ce", 4 | borderColor: "#46443f", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#383733", 8 | red: "#ba0e2e", 9 | green: "#26a6a6", 10 | yellow: "#ff5d38", 11 | blue: "#bcd42a", 12 | magenta: "#26a6a6", 13 | cyan: "#ff5d38", 14 | white: "#f4ece1", 15 | lightBlack: "#53514b", 16 | lightRed: "#e61f44", 17 | lightGreen: "#59d9d9", 18 | lightYellow: "#ffb09e", 19 | lightBlue: "#d7e67e", 20 | lightMagenta: "#59d9d9", 21 | lightCyan: "#ffb09e", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/peel-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#333333", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#94c7b6", 10 | yellow: "#d3643b", 11 | blue: "#b2bca4", 12 | magenta: "#94c7b6", 13 | cyan: "#d3643b", 14 | white: "#404040", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d7eae4", 18 | lightYellow: "#e6a68e", 19 | lightBlue: "#e4e7df", 20 | lightMagenta: "#d7eae4", 21 | lightCyan: "#e6a68e", 22 | lightWhite: "#595959" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/peel.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#23201c", 3 | foregroundColor: "#edebe6", 4 | borderColor: "#3f3a33", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#312d27", 8 | red: "#ba0e2e", 9 | green: "#94c7b6", 10 | yellow: "#d3643b", 11 | blue: "#d6e1c7", 12 | magenta: "#94c7b6", 13 | cyan: "#d3643b", 14 | white: "#f8f7f5", 15 | lightBlack: "#4d473e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d7eae4", 18 | lightYellow: "#e6a68e", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#d7eae4", 21 | lightCyan: "#e6a68e", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/penitent.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#1f352e", 3 | foregroundColor: "#b9cec7", 4 | borderColor: "#32554a", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#28453c", 8 | red: "#ba0e2e", 9 | green: "#e54334", 10 | yellow: "#ea983a", 11 | blue: "#11a361", 12 | magenta: "#e54334", 13 | cyan: "#ea983a", 14 | white: "#c8d8d3", 15 | lightBlack: "#3b6558", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f1978e", 18 | lightYellow: "#f4c896", 19 | lightBlue: "#31e996", 20 | lightMagenta: "#f1978e", 21 | lightCyan: "#f4c896", 22 | lightWhite: "#e6edeb" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/piggy-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#f52e62", 10 | yellow: "#fd6a5d", 11 | blue: "#ff5d80", 12 | magenta: "#fd6a5d", 13 | cyan: "#f52e62", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fa8fab", 18 | lightYellow: "#fec7c2", 19 | lightBlue: "#ffc3d0", 20 | lightMagenta: "#fec7c2", 21 | lightCyan: "#fa8fab", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/piggy.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#3d2f34", 3 | foregroundColor: "#edebe6", 4 | borderColor: "#5a454d", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#4b3a40", 8 | red: "#ba0e2e", 9 | green: "#f52e62", 10 | yellow: "#fd6a5d", 11 | blue: "#ff5d80", 12 | magenta: "#fd6a5d", 13 | cyan: "#f52e62", 14 | white: "#f8f7f5", 15 | lightBlack: "#685059", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fa8fab", 18 | lightYellow: "#fec7c2", 19 | lightBlue: "#ffc3d0", 20 | lightMagenta: "#fec7c2", 21 | lightCyan: "#fa8fab", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/pleasure.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#32373d", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#495059", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#3d444b", 8 | red: "#ba0e2e", 9 | green: "#a175ba", 10 | yellow: "#dd5d7a", 11 | blue: "#a1cbc6", 12 | magenta: "#dd5d7a", 13 | cyan: "#a1cbc6", 14 | white: "#d0d9e4", 15 | lightBlack: "#545d67", 16 | lightRed: "#e61f44", 17 | lightGreen: "#cfb9dc", 18 | lightYellow: "#efb1bf", 19 | lightBlue: "#e3efee", 20 | lightMagenta: "#efb1bf", 21 | lightCyan: "#e3efee", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/potpourri.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2e2b2c", 3 | foregroundColor: "#f8f8f2", 4 | borderColor: "#484445", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3b3739", 8 | red: "#ba0e2e", 9 | green: "#c491c4", 10 | yellow: "#ed1153", 11 | blue: "#b866fa", 12 | magenta: "#ed1153", 13 | cyan: "#f76acb", 14 | white: "#ffffff", 15 | lightBlack: "#565052", 16 | lightRed: "#e61f44", 17 | lightGreen: "#e8d3e8", 18 | lightYellow: "#f56f97", 19 | lightBlue: "#e6c9fd", 20 | lightMagenta: "#f56f97", 21 | lightCyan: "#fccbed", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/prime-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#3d3d5b", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#9d50ba", 10 | yellow: "#ee4266", 11 | blue: "#ffd23f", 12 | magenta: "#727c6f", 13 | cyan: "#ee4266", 14 | white: "#47476a", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c699d7", 18 | lightYellow: "#f6a0b2", 19 | lightBlue: "#ffeaa5", 20 | lightMagenta: "#a6ada4", 21 | lightCyan: "#f6a0b2", 22 | lightWhite: "#5c5c89" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/prime.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#202030", 3 | foregroundColor: "#9090b2", 4 | borderColor: "#34344f", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#2a2a3f", 8 | red: "#ba0e2e", 9 | green: "#9d50ba", 10 | yellow: "#ee4266", 11 | blue: "#ffd23f", 12 | magenta: "#f3fcf0", 13 | cyan: "#ee4266", 14 | white: "#9f9fbc", 15 | lightBlack: "#3f3f5e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c699d7", 18 | lightYellow: "#f6a0b2", 19 | lightBlue: "#ffeaa5", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#f6a0b2", 22 | lightWhite: "#bdbdd1" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/rainbow.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#373c42", 3 | foregroundColor: "#c7d0d9", 4 | borderColor: "#4e555e", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#434950", 8 | red: "#ba0e2e", 9 | green: "#b3cc57", 10 | yellow: "#ef746f", 11 | blue: "#ffbe40", 12 | magenta: "#3fb4c5", 13 | cyan: "#f86f50", 14 | white: "#d6dde3", 15 | lightBlack: "#5a626c", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d6e4a5", 18 | lightYellow: "#f9cdcb", 19 | lightBlue: "#ffe1a6", 20 | lightMagenta: "#8dd3dd", 21 | lightCyan: "#fcc0b2", 22 | lightWhite: "#f5f6f8" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/rebellion.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#23231a", 3 | foregroundColor: "#d6c7ab", 4 | borderColor: "#404030", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#323225", 8 | red: "#ba0e2e", 9 | green: "#fe5f00", 10 | yellow: "#988f2a", 11 | blue: "#8e7547", 12 | magenta: "#fe5f00", 13 | cyan: "#988f2a", 14 | white: "#ded2bc", 15 | lightBlack: "#4f4f3b", 16 | lightRed: "#e61f44", 17 | lightGreen: "#ff9f65", 18 | lightYellow: "#d1c757", 19 | lightBlue: "#bea77d", 20 | lightMagenta: "#ff9f65", 21 | lightCyan: "#d1c757", 22 | lightWhite: "#efe9de" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/revelation.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2e2c2b", 3 | foregroundColor: "#dedede", 4 | borderColor: "#484544", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3b3937", 8 | red: "#ba0e2e", 9 | green: "#4e5d84", 10 | yellow: "#617fa0", 11 | blue: "#95c2e8", 12 | magenta: "#c2dcf2", 13 | cyan: "#ffbb29", 14 | white: "#ebebeb", 15 | lightBlack: "#565250", 16 | lightRed: "#e61f44", 17 | lightGreen: "#8391b5", 18 | lightYellow: "#a1b3c6", 19 | lightBlue: "#e9f2fa", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#ffdb8f", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/scorch-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#f2eded", 3 | foregroundColor: "#514242", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#fdfcfc", 8 | red: "#ba0e2e", 9 | green: "#d39452", 10 | yellow: "#bd4549", 11 | blue: "#cf9e51", 12 | magenta: "#c6bb57", 13 | cyan: "#e77757", 14 | white: "#5f4d4d", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#e8c6a3", 18 | lightYellow: "#d89093", 19 | lightBlue: "#e5cba1", 20 | lightMagenta: "#e0daa3", 21 | lightCyan: "#f4bfb0", 22 | lightWhite: "#7b6464" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/scorch.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#392123", 3 | foregroundColor: "#baa0a2", 4 | borderColor: "#593437", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#492a2d", 8 | red: "#ba0e2e", 9 | green: "#d39452", 10 | yellow: "#bd4549", 11 | blue: "#cf9e51", 12 | magenta: "#f6ea82", 13 | cyan: "#e77757", 14 | white: "#c5afb0", 15 | lightBlack: "#693d41", 16 | lightRed: "#e61f44", 17 | lightGreen: "#e8c6a3", 18 | lightYellow: "#d89093", 19 | lightBlue: "#e5cba1", 20 | lightMagenta: "#fdfae1", 21 | lightCyan: "#f4bfb0", 22 | lightWhite: "#dacccd" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/service.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#252727", 3 | foregroundColor: "#e8e1de", 4 | borderColor: "#3e4141", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#313434", 8 | red: "#ba0e2e", 9 | green: "#6c8375", 10 | yellow: "#a0afa1", 11 | blue: "#f0f5f5", 12 | magenta: "#a0afa1", 13 | cyan: "#6c8375", 14 | white: "#f2efed", 15 | lightBlack: "#4a4e4e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#a2b3a9", 18 | lightYellow: "#d7ded8", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#d7ded8", 21 | lightCyan: "#a2b3a9", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/shrek-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#222222", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#b2de62", 10 | yellow: "#857a5e", 11 | blue: "#afb2a7", 12 | magenta: "#bfb59b", 13 | cyan: "#b2de62", 14 | white: "#2f2f2f", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dbf0b6", 18 | lightYellow: "#b4ab95", 19 | lightBlue: "#e0e2dd", 20 | lightMagenta: "#e7e3d9", 21 | lightCyan: "#dbf0b6", 22 | lightWhite: "#484848" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/shrek.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#222222", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#3b3b3b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#2f2f2f", 8 | red: "#ba0e2e", 9 | green: "#b2de62", 10 | yellow: "#857a5e", 11 | blue: "#f0f2eb", 12 | magenta: "#bfb59b", 13 | cyan: "#b2de62", 14 | white: "#ffffff", 15 | lightBlack: "#484848", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dbf0b6", 18 | lightYellow: "#b4ab95", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#e7e3d9", 21 | lightCyan: "#dbf0b6", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/slate-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#19191f", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#566981", 10 | yellow: "#89a7b1", 11 | blue: "#9aada7", 12 | magenta: "#566981", 13 | cyan: "#89a7b1", 14 | white: "#24242d", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#8b9cb2", 18 | lightYellow: "#c6d5da", 19 | lightBlue: "#d2dbd8", 20 | lightMagenta: "#8b9cb2", 21 | lightCyan: "#c6d5da", 22 | lightWhite: "#3b3b49" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/slate.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#3d3d4c", 3 | foregroundColor: "#ebebf4", 4 | borderColor: "#545468", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#48485a", 8 | red: "#ba0e2e", 9 | green: "#566981", 10 | yellow: "#89a7b1", 11 | blue: "#cbdad5", 12 | magenta: "#566981", 13 | cyan: "#89a7b1", 14 | white: "#fbfbfd", 15 | lightBlack: "#5f5f76", 16 | lightRed: "#e61f44", 17 | lightGreen: "#8b9cb2", 18 | lightYellow: "#c6d5da", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#8b9cb2", 21 | lightCyan: "#c6d5da", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/slime-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#333333", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#8b9355", 10 | yellow: "#9fb3c2", 11 | blue: "#c7af3f", 12 | magenta: "#9fb3c2", 13 | cyan: "#c7af3f", 14 | white: "#404040", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b8bf8f", 18 | lightYellow: "#dde4ea", 19 | lightBlue: "#ded08e", 20 | lightMagenta: "#dde4ea", 21 | lightCyan: "#ded08e", 22 | lightWhite: "#595959" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/slime.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#292d30", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#40474b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#353a3e", 8 | red: "#ba0e2e", 9 | green: "#faffdb", 10 | yellow: "#9fb3c2", 11 | blue: "#c7af3f", 12 | magenta: "#9fb3c2", 13 | cyan: "#c7af3f", 14 | white: "#ffffff", 15 | lightBlack: "#4c5459", 16 | lightRed: "#e61f44", 17 | lightGreen: "#ffffff", 18 | lightYellow: "#dde4ea", 19 | lightBlue: "#ded08e", 20 | lightMagenta: "#dde4ea", 21 | lightCyan: "#ded08e", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/snappy-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#555555", 4 | borderColor: "#ffffff", 5 | cursorColor: "#444444", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#4ea1df", 10 | yellow: "#f66153", 11 | blue: "#808dd3", 12 | magenta: "#da564a", 13 | cyan: "#606aa1", 14 | white: "#626262", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#a4cfef", 18 | lightYellow: "#fbbab4", 19 | lightBlue: "#ccd1ed", 20 | lightMagenta: "#eba59f", 21 | lightCyan: "#a0a6c7", 22 | lightWhite: "#7b7b7b" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/snappy.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#393939", 3 | foregroundColor: "#e3e2e0", 4 | borderColor: "#525252", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#464646", 8 | red: "#ba0e2e", 9 | green: "#4ea1df", 10 | yellow: "#f66153", 11 | blue: "#808dd3", 12 | magenta: "#f66153", 13 | cyan: "#808dd3", 14 | white: "#efefed", 15 | lightBlack: "#5f5f5f", 16 | lightRed: "#e61f44", 17 | lightGreen: "#a4cfef", 18 | lightYellow: "#fbbab4", 19 | lightBlue: "#ccd1ed", 20 | lightMagenta: "#fbbab4", 21 | lightCyan: "#ccd1ed", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/solarflare.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#222222", 3 | foregroundColor: "#e3e2e0", 4 | borderColor: "#3b3b3b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#2f2f2f", 8 | red: "#ba0e2e", 9 | green: "#fc913a", 10 | yellow: "#ff4e50", 11 | blue: "#ede574", 12 | magenta: "#ff4e50", 13 | cyan: "#fc913a", 14 | white: "#efefed", 15 | lightBlack: "#484848", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fec99e", 18 | lightYellow: "#ffb4b5", 19 | lightBlue: "#f9f6ce", 20 | lightMagenta: "#ffb4b5", 21 | lightCyan: "#fec99e", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/soup-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#666a7a", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#68b0ab", 10 | yellow: "#8fc0a9", 11 | blue: "#c8d5b9", 12 | magenta: "#a5a08e", 13 | cyan: "#8fc0a9", 14 | white: "#727688", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#abd3d0", 18 | lightYellow: "#d0e5db", 19 | lightBlue: "#fafbf9", 20 | lightMagenta: "#d2d0c7", 21 | lightCyan: "#d0e5db", 22 | lightWhite: "#8d91a0" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/soup.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#40424c", 3 | foregroundColor: "#9090b2", 4 | borderColor: "#575a68", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#4c4e5a", 8 | red: "#ba0e2e", 9 | green: "#68b0ab", 10 | yellow: "#8fc0a9", 11 | blue: "#c8d5b9", 12 | magenta: "#faf3dd", 13 | cyan: "#8fc0a9", 14 | white: "#9f9fbc", 15 | lightBlack: "#636676", 16 | lightRed: "#e61f44", 17 | lightGreen: "#abd3d0", 18 | lightYellow: "#d0e5db", 19 | lightBlue: "#fafbf9", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#d0e5db", 22 | lightWhite: "#bdbdd1" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/sourlick.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2e2c2b", 3 | foregroundColor: "#dedede", 4 | borderColor: "#484544", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3b3937", 8 | red: "#ba0e2e", 9 | green: "#edf252", 10 | yellow: "#8ac27a", 11 | blue: "#bdf522", 12 | magenta: "#d2eb31", 13 | cyan: "#ffbb29", 14 | white: "#ebebeb", 15 | lightBlack: "#565250", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f7f9b1", 18 | lightYellow: "#c8e2c0", 19 | lightBlue: "#daf984", 20 | lightMagenta: "#e6f48e", 21 | lightCyan: "#ffdb8f", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/spearmint.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#415654", 3 | foregroundColor: "#c9dbd9", 4 | borderColor: "#577370", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#4c6462", 8 | red: "#ba0e2e", 9 | green: "#69adb5", 10 | yellow: "#25808a", 11 | blue: "#4cd7e0", 12 | magenta: "#69adb5", 13 | cyan: "#199fa8", 14 | white: "#d8e5e4", 15 | lightBlack: "#62827f", 16 | lightRed: "#e61f44", 17 | lightGreen: "#add2d7", 18 | lightYellow: "#47c0ce", 19 | lightBlue: "#a3eaef", 20 | lightMagenta: "#add2d7", 21 | lightCyan: "#44d9e3", 22 | lightWhite: "#f7faf9" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/spitfire.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#184540", 3 | foregroundColor: "#bad3d0", 4 | borderColor: "#256b63", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1f5852", 8 | red: "#ba0e2e", 9 | green: "#f75431", 10 | yellow: "#facc54", 11 | blue: "#8ec065", 12 | magenta: "#30985b", 13 | cyan: "#f75431", 14 | white: "#cadddb", 15 | lightBlack: "#2c7e75", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fba593", 18 | lightYellow: "#fdeab7", 19 | lightBlue: "#c3dead", 20 | lightMagenta: "#61cd8e", 21 | lightCyan: "#fba593", 22 | lightWhite: "#e9f1f0" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/stark-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#333333", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#ffbb29", 10 | yellow: "#f03113", 11 | blue: "#f03113", 12 | magenta: "#666666", 13 | cyan: "#ffbb29", 14 | white: "#404040", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#ffdb8f", 18 | lightYellow: "#f68573", 19 | lightBlue: "#f68573", 20 | lightMagenta: "#999999", 21 | lightCyan: "#ffdb8f", 22 | lightWhite: "#595959" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/stark.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2e2c2b", 3 | foregroundColor: "#dedede", 4 | borderColor: "#484544", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3b3937", 8 | red: "#ba0e2e", 9 | green: "#ffbb29", 10 | yellow: "#f03113", 11 | blue: "#f03113", 12 | magenta: "#aaaaaa", 13 | cyan: "#ffbb29", 14 | white: "#ebebeb", 15 | lightBlack: "#565250", 16 | lightRed: "#e61f44", 17 | lightGreen: "#ffdb8f", 18 | lightYellow: "#f68573", 19 | lightBlue: "#f68573", 20 | lightMagenta: "#dddddd", 21 | lightCyan: "#ffdb8f", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/stasis-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#605a68", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#fc814a", 10 | yellow: "#7c617c", 11 | blue: "#777777", 12 | magenta: "#fc814a", 13 | cyan: "#777777", 14 | white: "#6d6676", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fec7ae", 18 | lightYellow: "#ad96ad", 19 | lightBlue: "#aaaaaa", 20 | lightMagenta: "#fec7ae", 21 | lightCyan: "#aaaaaa", 22 | lightWhite: "#867f90" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/stasis.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2f2c33", 3 | foregroundColor: "#bbb1c9", 4 | borderColor: "#48444e", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#3c3841", 8 | red: "#ba0e2e", 9 | green: "#fc814a", 10 | yellow: "#7c617c", 11 | blue: "#bfbfbf", 12 | magenta: "#fc814a", 13 | cyan: "#bfbfbf", 14 | white: "#c8c0d3", 15 | lightBlack: "#554f5c", 16 | lightRed: "#e61f44", 17 | lightGreen: "#fec7ae", 18 | lightYellow: "#ad96ad", 19 | lightBlue: "#f2f2f2", 20 | lightMagenta: "#fec7ae", 21 | lightCyan: "#f2f2f2", 22 | lightWhite: "#e2dee8" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/stealth.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#27292b", 3 | foregroundColor: "#5f656d", 4 | borderColor: "#3f4246", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#333638", 8 | red: "#ba0e2e", 9 | green: "#3c4044", 10 | yellow: "#474c51", 11 | blue: "#545a60", 12 | magenta: "#474c51", 13 | cyan: "#3c4044", 14 | white: "#6b727b", 15 | lightBlack: "#4b4f53", 16 | lightRed: "#e61f44", 17 | lightGreen: "#6c737a", 18 | lightYellow: "#777f87", 19 | lightBlue: "#858d95", 20 | lightMagenta: "#777f87", 21 | lightCyan: "#6c737a", 22 | lightWhite: "#848b94" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/storm-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#dee4e5", 3 | foregroundColor: "#092327", 4 | borderColor: "#fbfbfb", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#ecf0f0", 8 | red: "#ba0e2e", 9 | green: "#126d6b", 10 | yellow: "#00a9a5", 11 | blue: "#4e8098", 12 | magenta: "#126d6b", 13 | cyan: "#00a9a5", 14 | white: "#0e363c", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#20c5c1", 18 | lightYellow: "#10fff9", 19 | lightBlue: "#89b0c3", 20 | lightMagenta: "#20c5c1", 21 | lightCyan: "#10fff9", 22 | lightWhite: "#175b65" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/storm.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#092327", 3 | foregroundColor: "#bacedd", 4 | borderColor: "#134850", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#0e363c", 8 | red: "#ba0e2e", 9 | green: "#126d6b", 10 | yellow: "#00a9a5", 11 | blue: "#4e8098", 12 | magenta: "#126d6b", 13 | cyan: "#00a9a5", 14 | white: "#cbdae5", 15 | lightBlack: "#175b65", 16 | lightRed: "#e61f44", 17 | lightGreen: "#20c5c1", 18 | lightYellow: "#10fff9", 19 | lightBlue: "#89b0c3", 20 | lightMagenta: "#20c5c1", 21 | lightCyan: "#10fff9", 22 | lightWhite: "#edf2f6" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/super-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#333333", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#5d67ad", 10 | yellow: "#d60257", 11 | blue: "#e45635", 12 | magenta: "#5d67ad", 13 | cyan: "#e45635", 14 | white: "#404040", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#a1a7cf", 18 | lightYellow: "#fd418c", 19 | lightBlue: "#f0a18f", 20 | lightMagenta: "#a1a7cf", 21 | lightCyan: "#f0a18f", 22 | lightWhite: "#595959" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/super.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2c343d", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#414d5b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#37414c", 8 | red: "#ba0e2e", 9 | green: "#5d67ad", 10 | yellow: "#d60257", 11 | blue: "#e45635", 12 | magenta: "#5d67ad", 13 | cyan: "#e45635", 14 | white: "#ffffff", 15 | lightBlack: "#4c5a69", 16 | lightRed: "#e61f44", 17 | lightGreen: "#a1a7cf", 18 | lightYellow: "#fd418c", 19 | lightBlue: "#f0a18f", 20 | lightMagenta: "#a1a7cf", 21 | lightCyan: "#f0a18f", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tame-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#495760", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#4571a8", 10 | yellow: "#707ba0", 11 | blue: "#495760", 12 | magenta: "#4571a8", 13 | cyan: "#707ba0", 14 | white: "#54646e", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#86a6cd", 18 | lightYellow: "#adb4c9", 19 | lightBlue: "#778b98", 20 | lightMagenta: "#86a6cd", 21 | lightCyan: "#adb4c9", 22 | lightWhite: "#6a7e8b" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tame.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#283035", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#3e4a52", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#333d44", 8 | red: "#ba0e2e", 9 | green: "#4571a8", 10 | yellow: "#707ba0", 11 | blue: "#98abb7", 12 | magenta: "#4571a8", 13 | cyan: "#707ba0", 14 | white: "#d0d9e4", 15 | lightBlack: "#495761", 16 | lightRed: "#e61f44", 17 | lightGreen: "#86a6cd", 18 | lightYellow: "#adb4c9", 19 | lightBlue: "#d4dce1", 20 | lightMagenta: "#86a6cd", 21 | lightCyan: "#adb4c9", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tetra-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#205a68", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#148b97", 10 | yellow: "#c49a52", 11 | blue: "#e8744a", 12 | magenta: "#e2585d", 13 | cyan: "#148b97", 14 | white: "#266b7b", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#2ed3e3", 18 | lightYellow: "#dec69e", 19 | lightBlue: "#f3baa5", 20 | lightMagenta: "#f1afb1", 21 | lightCyan: "#2ed3e3", 22 | lightWhite: "#328da2" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tetra.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#13363f", 3 | foregroundColor: "#c9d7db", 4 | borderColor: "#1f5866", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#194753", 8 | red: "#ba0e2e", 9 | green: "#148b97", 10 | yellow: "#fdce7f", 11 | blue: "#e8744a", 12 | magenta: "#e2585d", 13 | cyan: "#148b97", 14 | white: "#d8e2e5", 15 | lightBlack: "#25687a", 16 | lightRed: "#e61f44", 17 | lightGreen: "#2ed3e3", 18 | lightYellow: "#fff4e3", 19 | lightBlue: "#f3baa5", 20 | lightMagenta: "#f1afb1", 21 | lightCyan: "#2ed3e3", 22 | lightWhite: "#f7f9fa" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tickle-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#65c699", 10 | yellow: "#40a5a5", 11 | blue: "#ff8552", 12 | magenta: "#65c699", 13 | cyan: "#ff8552", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#afe2ca", 18 | lightYellow: "#7ecdcd", 19 | lightBlue: "#ffcdb8", 20 | lightMagenta: "#afe2ca", 21 | lightCyan: "#ffcdb8", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tickle.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#39393a", 3 | foregroundColor: "#c1c1c1", 4 | borderColor: "#525254", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#464647", 8 | red: "#ba0e2e", 9 | green: "#85ffc7", 10 | yellow: "#40a5a5", 11 | blue: "#ff8552", 12 | magenta: "#85ffc7", 13 | cyan: "#ff8552", 14 | white: "#cecece", 15 | lightBlack: "#5f5f61", 16 | lightRed: "#e61f44", 17 | lightGreen: "#ebfff6", 18 | lightYellow: "#7ecdcd", 19 | lightBlue: "#ffcdb8", 20 | lightMagenta: "#ebfff6", 21 | lightCyan: "#ffcdb8", 22 | lightWhite: "#e7e7e7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tonic-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#eeeeee", 3 | foregroundColor: "#2a2f31", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#fbfbfb", 8 | red: "#ba0e2e", 9 | green: "#75a1a4", 10 | yellow: "#b8cd44", 11 | blue: "#fd9f59", 12 | magenta: "#ef6e44", 13 | cyan: "#b8cd44", 14 | white: "#363c3f", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b2cbcd", 18 | lightYellow: "#d7e394", 19 | lightBlue: "#fed9be", 20 | lightMagenta: "#f7b7a2", 21 | lightCyan: "#d7e394", 22 | lightWhite: "#4d575a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tonic.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2a2f31", 3 | foregroundColor: "#eeeeee", 4 | borderColor: "#42494c", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#363c3f", 8 | red: "#ba0e2e", 9 | green: "#75a1a4", 10 | yellow: "#b8cd44", 11 | blue: "#fd9f59", 12 | magenta: "#ef6e44", 13 | cyan: "#b8cd44", 14 | white: "#fbfbfb", 15 | lightBlack: "#4d575a", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b2cbcd", 18 | lightYellow: "#d7e394", 19 | lightBlue: "#fed9be", 20 | lightMagenta: "#f7b7a2", 21 | lightCyan: "#d7e394", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tribal-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#c43535", 10 | yellow: "#5f5582", 11 | blue: "#a09caf", 12 | magenta: "#5f5582", 13 | cyan: "#8f8aa2", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dd8282", 18 | lightYellow: "#938ab3", 19 | lightBlue: "#d6d4dd", 20 | lightMagenta: "#938ab3", 21 | lightCyan: "#c5c3cf", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tribal.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#393942", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#51515d", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#454550", 8 | red: "#ba0e2e", 9 | green: "#c43535", 10 | yellow: "#5f5582", 11 | blue: "#e0ddeb", 12 | magenta: "#5f5582", 13 | cyan: "#8f8aa2", 14 | white: "#ffffff", 15 | lightBlack: "#5c5c6b", 16 | lightRed: "#e61f44", 17 | lightGreen: "#dd8282", 18 | lightYellow: "#938ab3", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#938ab3", 21 | lightCyan: "#c5c3cf", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tron-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#d7e5ed", 3 | foregroundColor: "#222222", 4 | borderColor: "#fafcfd", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#e9f0f5", 8 | red: "#ba0e2e", 9 | green: "#267fb5", 10 | yellow: "#89bddd", 11 | blue: "#ffffff", 12 | magenta: "#748aa6", 13 | cyan: "#267fb5", 14 | white: "#2f2f2f", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#63b0de", 18 | lightYellow: "#d8e9f4", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#b2bece", 21 | lightCyan: "#63b0de", 22 | lightWhite: "#484848" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tron.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#14191f", 3 | foregroundColor: "#aec2e0", 4 | borderColor: "#28323e", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#1e262e", 8 | red: "#ba0e2e", 9 | green: "#267fb5", 10 | yellow: "#ffffff", 11 | blue: "#ffffff", 12 | magenta: "#748aa6", 13 | cyan: "#267fb5", 14 | white: "#c0d0e7", 15 | lightBlack: "#323f4d", 16 | lightRed: "#e61f44", 17 | lightGreen: "#63b0de", 18 | lightYellow: "#ffffff", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#b2bece", 21 | lightCyan: "#63b0de", 22 | lightWhite: "#e5ecf5" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/turnip-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#92b55f", 10 | yellow: "#487d76", 11 | blue: "#e8da5e", 12 | magenta: "#92b55f", 13 | cyan: "#487d76", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c1d5a5", 18 | lightYellow: "#79b2aa", 19 | lightBlue: "#f5efb7", 20 | lightMagenta: "#c1d5a5", 21 | lightCyan: "#79b2aa", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/turnip.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#1a1b1d", 3 | foregroundColor: "#ede0ce", 4 | borderColor: "#323438", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#26282a", 8 | red: "#ba0e2e", 9 | green: "#92b55f", 10 | yellow: "#487d76", 11 | blue: "#e8da5e", 12 | magenta: "#92b55f", 13 | cyan: "#487d76", 14 | white: "#f4ece1", 15 | lightBlack: "#3e4145", 16 | lightRed: "#e61f44", 17 | lightGreen: "#c1d5a5", 18 | lightYellow: "#79b2aa", 19 | lightBlue: "#f5efb7", 20 | lightMagenta: "#c1d5a5", 21 | lightCyan: "#79b2aa", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tweed-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#585e6d", 4 | borderColor: "#ffffff", 5 | cursorColor: "#333333", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#585e6d", 10 | yellow: "#5e9989", 11 | blue: "#cab696", 12 | magenta: "#e2975f", 13 | cyan: "#e75b4b", 14 | white: "#636a7b", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#8a91a1", 18 | lightYellow: "#9bc2b7", 19 | lightBlue: "#ece5da", 20 | lightMagenta: "#f2cfb5", 21 | lightCyan: "#f3ada5", 22 | lightWhite: "#7c8395" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/tweed.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#3b3f4c", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#515769", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#464b5a", 8 | red: "#ba0e2e", 9 | green: "#777f93", 10 | yellow: "#5e9989", 11 | blue: "#cab696", 12 | magenta: "#e2975f", 13 | cyan: "#e75b4b", 14 | white: "#ffffff", 15 | lightBlack: "#5c6377", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b0b4c0", 18 | lightYellow: "#9bc2b7", 19 | lightBlue: "#ece5da", 20 | lightMagenta: "#f2cfb5", 21 | lightCyan: "#f3ada5", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/userscape.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#323a42", 3 | foregroundColor: "#dce2e8", 4 | borderColor: "#48535f", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#3d4750", 8 | red: "#ba0e2e", 9 | green: "#a8c0e0", 10 | yellow: "#507db7", 11 | blue: "#e3bd14", 12 | magenta: "#b3becc", 13 | cyan: "#de4d3a", 14 | white: "#ebeff2", 15 | lightBlack: "#53606e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f3f6fb", 18 | lightYellow: "#98b3d5", 19 | lightBlue: "#f2d96b", 20 | lightMagenta: "#f0f2f5", 21 | lightCyan: "#ed9c91", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/vegetable.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2d2627", 3 | foregroundColor: "#e2dcdd", 4 | borderColor: "#493d3f", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#3b3233", 8 | red: "#ba0e2e", 9 | green: "#f0a56c", 10 | yellow: "#689d81", 11 | blue: "#d8ca96", 12 | magenta: "#f0a56c", 13 | cyan: "#689d81", 14 | white: "#eeeaeb", 15 | lightBlack: "#56494b", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f9dec9", 18 | lightYellow: "#a6c5b5", 19 | lightBlue: "#f4f0e0", 20 | lightMagenta: "#f9dec9", 21 | lightCyan: "#a6c5b5", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/violaceous.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#242038", 3 | foregroundColor: "#bdb2f7", 4 | borderColor: "#393358", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#2e2948", 8 | red: "#ba0e2e", 9 | green: "#725ac1", 10 | yellow: "#8d86c9", 11 | blue: "#cac4ce", 12 | magenta: "#725ac1", 13 | cyan: "#cac4ce", 14 | white: "#d1c9f9", 15 | lightBlack: "#433c69", 16 | lightRed: "#e61f44", 17 | lightGreen: "#b1a4dd", 18 | lightYellow: "#cfcde8", 19 | lightBlue: "#fcfcfc", 20 | lightMagenta: "#b1a4dd", 21 | lightCyan: "#fcfcfc", 22 | lightWhite: "#f8f7fe" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/volatile.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#32373d", 3 | foregroundColor: "#c0ccdb", 4 | borderColor: "#495059", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#3d444b", 8 | red: "#ba0e2e", 9 | green: "#ee9c3d", 10 | yellow: "#568769", 11 | blue: "#ffffff", 12 | magenta: "#ee9c3d", 13 | cyan: "#568769", 14 | white: "#d0d9e4", 15 | lightBlack: "#545d67", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f6cc9b", 18 | lightYellow: "#8db69d", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#f6cc9b", 21 | lightCyan: "#8db69d", 22 | lightWhite: "#f1f3f7" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/warlock.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#4b4060", 3 | foregroundColor: "#ffffff", 4 | borderColor: "#63547f", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#574a6f", 8 | red: "#ba0e2e", 9 | green: "#f46036", 10 | yellow: "#7eb1dd", 11 | blue: "#7c86d6", 12 | magenta: "#b67ae8", 13 | cyan: "#f46036", 14 | white: "#ffffff", 15 | lightBlack: "#6f5f8e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f9ac97", 18 | lightYellow: "#cfe2f2", 19 | lightBlue: "#caceee", 20 | lightMagenta: "#e6d1f7", 21 | lightCyan: "#f9ac97", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/waste-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#43bdb2", 10 | yellow: "#95ad97", 11 | blue: "#d3b298", 12 | magenta: "#f7a8a5", 13 | cyan: "#43bdb2", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#8ed7d1", 18 | lightYellow: "#ced9cf", 19 | lightBlue: "#f2e7df", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#8ed7d1", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/waste.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#1b353a", 3 | foregroundColor: "#b1c7cc", 4 | borderColor: "#2b555d", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#23454b", 8 | red: "#ba0e2e", 9 | green: "#43bdb2", 10 | yellow: "#bbd4be", 11 | blue: "#f9d6bc", 12 | magenta: "#f7a8a5", 13 | cyan: "#43bdb2", 14 | white: "#c0d2d6", 15 | lightBlack: "#33656e", 16 | lightRed: "#e61f44", 17 | lightGreen: "#8ed7d1", 18 | lightYellow: "#f9fcfa", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#ffffff", 21 | lightCyan: "#8ed7d1", 22 | lightWhite: "#dfe8ea" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/yitzchok.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#252c33", 3 | foregroundColor: "#afb7bf", 4 | borderColor: "#3a4551", 5 | cursorColor: "#ffffff", 6 | colors: { 7 | black: "#303942", 8 | red: "#ba0e2e", 9 | green: "#e7be45", 10 | yellow: "#7a8289", 11 | blue: "#e6eaef", 12 | magenta: "#e7be45", 13 | cyan: "#7a8289", 14 | white: "#bdc4ca", 15 | lightBlack: "#45525f", 16 | lightRed: "#e61f44", 17 | lightGreen: "#f3de9f", 18 | lightYellow: "#b0b5b9", 19 | lightBlue: "#ffffff", 20 | lightMagenta: "#f3de9f", 21 | lightCyan: "#b0b5b9", 22 | lightWhite: "#d9dde1" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/yule-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#39b81f", 10 | yellow: "#d63131", 11 | blue: "#ebb626", 12 | magenta: "#39b81f", 13 | cyan: "#d63131", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#71e35a", 18 | lightYellow: "#e78686", 19 | lightBlue: "#f4d583", 20 | lightMagenta: "#71e35a", 21 | lightCyan: "#e78686", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/yule.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#2b2a27", 3 | foregroundColor: "#ede0ce", 4 | borderColor: "#46443f", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#383733", 8 | red: "#ba0e2e", 9 | green: "#39b81f", 10 | yellow: "#d63131", 11 | blue: "#ebb626", 12 | magenta: "#39b81f", 13 | cyan: "#d63131", 14 | white: "#f4ece1", 15 | lightBlack: "#53514b", 16 | lightRed: "#e61f44", 17 | lightGreen: "#71e35a", 18 | lightYellow: "#e78686", 19 | lightBlue: "#f4d583", 20 | lightMagenta: "#71e35a", 21 | lightCyan: "#e78686", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/zacks-light.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#ffffff", 3 | foregroundColor: "#444444", 4 | borderColor: "#ffffff", 5 | cursorColor: "#222222", 6 | colors: { 7 | black: "#ffffff", 8 | red: "#ba0e2e", 9 | green: "#9c7ddb", 10 | yellow: "#ff6a38", 11 | blue: "#bcd42a", 12 | magenta: "#ff6a38", 13 | cyan: "#9c7ddb", 14 | white: "#515151", 15 | lightBlack: "#ffffff", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d9cdf1", 18 | lightYellow: "#ffb69e", 19 | lightBlue: "#d7e67e", 20 | lightMagenta: "#ffb69e", 21 | lightCyan: "#d9cdf1", 22 | lightWhite: "#6a6a6a" 23 | } 24 | }; -------------------------------------------------------------------------------- /colors/zacks.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | backgroundColor: "#222222", 3 | foregroundColor: "#f0f0f0", 4 | borderColor: "#3b3b3b", 5 | cursorColor: "#f8f8f0", 6 | colors: { 7 | black: "#2f2f2f", 8 | red: "#ba0e2e", 9 | green: "#9c7ddb", 10 | yellow: "#ff6a38", 11 | blue: "#bcd42a", 12 | magenta: "#ff6a38", 13 | cyan: "#9c7ddb", 14 | white: "#fdfdfd", 15 | lightBlack: "#484848", 16 | lightRed: "#e61f44", 17 | lightGreen: "#d9cdf1", 18 | lightYellow: "#ffb69e", 19 | lightBlue: "#d7e67e", 20 | lightMagenta: "#ffb69e", 21 | lightCyan: "#d9cdf1", 22 | lightWhite: "#ffffff" 23 | } 24 | }; -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | exports.decorateConfig = config => { 2 | 3 | // Set default theme to peacock if not present. 4 | var themeName = config.rainglow || 'peacock'; 5 | 6 | // Load rainglow color from subdirectory. 7 | var colors = require(__dirname + '/colors/' + themeName); 8 | 9 | // Override config object with new colors. 10 | return Object.assign({}, config, colors); 11 | }; -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "rainglow", 3 | "version": "1.5.1", 4 | "description": "A collection of 320+ color themes for HyperJS.", 5 | "license": "MIT", 6 | "repository": "https://github.com/rainglow/hyper", 7 | "author": { 8 | "name": "Dayle Rees", 9 | "email": "me@daylerees.com", 10 | "url": "https://daylerees.com" 11 | }, 12 | "keywords": [ 13 | "rainglow", 14 | "dayle", 15 | "rees", 16 | "hyper", 17 | "hyper-theme", 18 | "terminal", 19 | "term", 20 | "theme", 21 | "hyperterm" 22 | ] 23 | } 24 | --------------------------------------------------------------------------------