Add Dracula and Seti pre-built color sets

This commit is contained in:
Matt Swensen 2020-04-20 06:17:28 -06:00
parent fdb49f6282
commit 05a2a0de02
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
3 changed files with 16 additions and 0 deletions

@ -25,6 +25,7 @@
"themer-chrome": "^1.0.6",
"themer-cmd": "^1.0.6",
"themer-colors-default": "^1.0.10",
"themer-colors-dracula": "^1.0.0",
"themer-colors-finger-paint": "^2.0.0",
"themer-colors-github-universe": "^2.0.0",
"themer-colors-lucid": "^1.0.3",
@ -36,6 +37,7 @@
"themer-colors-polar-ice": "^2.0.0",
"themer-colors-right-in-the-teals": "^1.0.0",
"themer-colors-rivet": "^1.0.0",
"themer-colors-seti": "^1.0.0",
"themer-colors-solarized": "^1.0.3",
"themer-conemu": "^1.0.5",
"themer-gnome-terminal": "^1.0.1",

@ -17,6 +17,8 @@ import { colors as novaColors } from 'themer-colors-nova';
import { colors as mojaveColors } from 'themer-colors-mojave';
import { colors as rivetColors } from 'themer-colors-rivet';
import { colors as rightInTheTealsColors} from 'themer-colors-right-in-the-teals';
import { colors as draculaColors } from 'themer-colors-dracula';
import { colors as setiColors } from 'themer-colors-seti';
const PreBuiltLink = ({ colors, children }) => {
const { activeColorSet } = useContext(ThemeContext);
@ -59,6 +61,8 @@ export default () => {
<li><PreBuiltLink colors={ novaColors }>Nova</PreBuiltLink></li>
<li><PreBuiltLink colors={ mojaveColors }>Mojave</PreBuiltLink></li>
<li><PreBuiltLink colors={ rivetColors }>Rivet</PreBuiltLink></li>
<li><PreBuiltLink colors={ draculaColors }>Dracula</PreBuiltLink></li>
<li><PreBuiltLink colors={ setiColors }>Seti</PreBuiltLink></li>
</ul>
</li>
</ul>

@ -9908,6 +9908,11 @@ themer-colors-default@^1.0.10:
resolved "https://registry.yarnpkg.com/themer-colors-default/-/themer-colors-default-1.0.10.tgz#e552fa0438cbecde8028627a71371800a0076822"
integrity sha512-hS10/K4UOyj5ptzZ9WokNcnVTfT67Xnid0jcfjsD/ATU+N41V0B5lXFhixfui05pB6p+lM94tN8au+sOHvIwPw==
themer-colors-dracula@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/themer-colors-dracula/-/themer-colors-dracula-1.0.0.tgz#831b80ce9f30c543014e10b64e37fa4927debf8d"
integrity sha512-7HN57Pd23Y0rSnZ7bRdQj+EHQeWyXMWWzEVtAgJaP/xrMNlA9eD0UeGW6Fnn0GBXD3V62Gg4sY4nVUluYAQ4ng==
themer-colors-finger-paint@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/themer-colors-finger-paint/-/themer-colors-finger-paint-2.0.0.tgz#bf9795fb83b68aeaaee42e9fdb323d8b2554cf83"
@ -9966,6 +9971,11 @@ themer-colors-rivet@^1.0.0:
resolved "https://registry.yarnpkg.com/themer-colors-rivet/-/themer-colors-rivet-1.0.0.tgz#49fc7f073ef6cdb1e50ba752d5b7e7468ef97ee9"
integrity sha512-ckQIOnyO68HzGjiJs6huXHJryXeMI6Q2QaPk9YRfkegtVpcb0kBhlWq0NzqJPMBHdieS2f+TtMSWdUBMMMyIsA==
themer-colors-seti@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/themer-colors-seti/-/themer-colors-seti-1.0.0.tgz#7da0df7417ed8f87ac333d181368cb1f8bf029d4"
integrity sha512-NFgGaMvIfAZiojKVbqH4PbZ61Fa2jyv0rJqSHBOgNAViNtX2PauH7d9pFELZh/bonmEZWQ+V1EEBLn2zLWTtMw==
themer-colors-solarized@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/themer-colors-solarized/-/themer-colors-solarized-1.0.3.tgz#1de4f26c96b8273bed5489026c4502a2abe048e9"