diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/gist-theme-wp.iml b/.idea/gist-theme-wp.iml
new file mode 100644
index 0000000..c956989
--- /dev/null
+++ b/.idea/gist-theme-wp.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..0531034
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..d159169
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,339 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ , 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/gist-theme-wp.php b/gist-theme-wp.php
new file mode 100644
index 0000000..f774e39
--- /dev/null
+++ b/gist-theme-wp.php
@@ -0,0 +1,39 @@
+Gist Theme Config";
+ include "make.php";
+}
\ No newline at end of file
diff --git a/make.php b/make.php
new file mode 100644
index 0000000..c2ca659
--- /dev/null
+++ b/make.php
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Swal.fire(
+ `' . strtoupper($_POST["theme"]) . ' selected`,
+ `Gist Theme Updated`,
+ `success`
+ );
+ ';
+ } else {
+ $deprecated = ' ';
+ $autoload = 'no';
+ add_option($option_name, $new_value, $deprecated, $autoload);
+ }
+ $get_option = get_option($option_name);
+
+
+}
+
+
+// CREATE FORM FOR UPDATE OR CHANGE GIST THEME WP
+
+
+?>
+
+
Current theme: {{selection.toUpperCase()}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/options.json b/options.json
new file mode 100644
index 0000000..ca75ca0
--- /dev/null
+++ b/options.json
@@ -0,0 +1,14 @@
+[
+ "chaos",
+ "cobalt",
+ "idle-fingers",
+ "monokai",
+ "obsidian",
+ "one-dark",
+ "pastel-on-dark",
+ "solarized-dark",
+ "solarized-light",
+ "terminal",
+ "tomorrow-night",
+ "twilight"
+]
\ No newline at end of file
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..f5af0c7
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,32 @@
+=== Gist Theme WP ===
+Contributors: baldomerocho
+Tags: github gist, gist theme github, gist code, code with gist theme, change theme gist
+Donate link: https://www.paypal.com/donate?hosted_button_id=FY8NBZJSJ6RXW
+Requires at least: 5.0
+Tested up to: 5.0
+Requires PHP: 7.4
+Stable tag: stable
+License: GPLv2 or later
+
+Change the theme of your embedded gists.
+
+== Description ==
+Change the theme of your embedded gists.
+When you insert your gist from github.com it is displayed with the default theme or git layout.
+But we can change the layout of the code to display as in our code editors.
+
+== Installation ==
+Upload the Gist Theme WP plugin to your blog, activate it and you\'re done.
+
+== Frequently Asked Questions ==
+is official Github?
+No, not is official plugin.
+
+== Screenshots ==
+1. Simple Panel Admin
+
+== Changelog ==
+1.0.0
+
+== Upgrade Notice ==
+All ready
\ No newline at end of file
diff --git a/screenshot-1.png b/screenshot-1.png
new file mode 100644
index 0000000..8c76759
Binary files /dev/null and b/screenshot-1.png differ
diff --git a/stylesheets/chaos.css b/stylesheets/chaos.css
new file mode 100644
index 0000000..aa82a1c
--- /dev/null
+++ b/stylesheets/chaos.css
@@ -0,0 +1,90 @@
+body .gist .highlight {
+ background: #161616;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner,
+body .gist .pl-st {
+ color: #e6e1dc;
+}
+body .gist .pl-c,
+body .gist .pl-c span {
+ color: #555;
+ font-style: italic;
+}
+body .gist .pl-mb {
+ color: #1edafb;
+ font-weight: 700;
+}
+body .gist .pl-mh .pl-en {
+ color: #fdc251;
+ font-weight: 700;
+}
+body .gist .pl-mi {
+ color: #00698f;
+ font-style: italic;
+}
+body .gist .pl-mq {
+ color: #555;
+}
+body .gist .pl-sc {
+ color: #999;
+}
+body .gist .pl-c1,
+body .gist .pl-mh,
+body .gist .pl-sr .pl-cce {
+ color: #fdc251;
+}
+body .gist .pl-e,
+body .gist .pl-en,
+body .gist .pl-ent,
+body .gist .pl-s,
+body .gist .pl-v,
+body .gist .pl-vpf {
+ color: #974;
+}
+body .gist .pl-k,
+body .gist .pl-mdh,
+body .gist .pl-mdr,
+body .gist .pl-ml,
+body .gist .pl-mm,
+body .gist .pl-mo,
+body .gist .pl-mp,
+body .gist .pl-mr,
+body .gist .pl-ms,
+body .gist .pl-s1 .pl-v,
+body .gist .pl-s3 {
+ color: #00698f;
+}
+body .gist .pl-pds,
+body .gist .pl-s1,
+body .gist .pl-s1 .pl-pse .pl-s2 {
+ color: #58c554;
+}
+body .gist .pl-s1 .pl-s2,
+body .gist .pl-sv {
+ color: #1edafb;
+}
+body .gist .pl-smi,
+body .gist .pl-smp,
+body .gist .pl-stj,
+body .gist .pl-vo {
+ color: #be53e6;
+}
+body .gist .pl-sr,
+body .gist .pl-sr .pl-sra,
+body .gist .pl-sr .pl-sre,
+body .gist .pl-src {
+ color: #ff308f;
+}
+body .gist .pl-mi1,
+body .gist .pl-mdht {
+ color: #fff;
+ background: rgba(0, 64, 0, .5);
+}
+body .gist .pl-md,
+body .gist .pl-mdhf,
+body .gist .pl-id,
+body .gist .pl-ii {
+ color: #fff;
+ background: #900;
+}
diff --git a/stylesheets/cobalt.css b/stylesheets/cobalt.css
new file mode 100644
index 0000000..6344fba
--- /dev/null
+++ b/stylesheets/cobalt.css
@@ -0,0 +1,96 @@
+body .gist .highlight {
+ background: #002240;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner,
+body .gist .pl-en {
+ color: #fff;
+}
+body .gist .pl-mb,
+body .gist .pl-mh .pl-en {
+ font-weight: 700;
+}
+body .gist .pl-c,
+body .gist .pl-c span,
+body .gist .pl-mi {
+ font-style: italic;
+}
+body .gist .pl-ent,
+body .gist .pl-v {
+ color: #fd0;
+}
+body .gist .pl-mh,
+body .gist .pl-mh .pl-en,
+body .gist .pl-sr .pl-cce {
+ color: #eb939a;
+}
+body .gist .pl-pds,
+body .gist .pl-s,
+body .gist .pl-s1,
+body .gist .pl-s1 .pl-pse .pl-s2,
+body .gist .pl-s1 .pl-v {
+ color: #3ad900;
+}
+body .gist .pl-s1 .pl-s2,
+body .gist .pl-smi,
+body .gist .pl-smp,
+body .gist .pl-stj,
+body .gist .pl-vo,
+body .gist .pl-vpf {
+ color: #ccc;
+}
+body .gist .pl-s3,
+body .gist .pl-sc {
+ color: #ffb054;
+}
+body .gist .pl-sr,
+body .gist .pl-sr .pl-sra,
+body .gist .pl-sr .pl-sre,
+body .gist .pl-src {
+ color: #80ffc2;
+}
+body .gist .pl-mdht,
+body .gist .pl-mi1 {
+ color: #f8f8f8;
+ background: rgba(0, 64, 0, .5);
+}
+body .gist .pl-id,
+body .gist .pl-ii,
+body .gist .pl-md,
+body .gist .pl-mdhf {
+ color: #f8f8f8;
+ background: #800f00;
+}
+body .gist .highlight-source-js .pl-st {
+ color: #ffee80;
+}
+body .gist .highlight-source-css .pl-s3 {
+ color: #80ffbb;
+}
+body .gist .highlight-text-html-basic .pl-ent {
+ color: #9effff;
+}
+body .gist .pl-c,
+body .gist .pl-c span,
+body .gist .pl-mq {
+ color: #08f;
+}
+body .gist .pl-c1,
+body .gist .pl-sv,
+body .gist .pl-mb {
+ color: #ff628c;
+}
+body .gist .pl-e,
+body .gist .pl-k,
+body .gist .pl-mdh,
+body .gist .pl-mdr,
+body .gist .pl-ml,
+body .gist .pl-mm,
+body .gist .pl-mo,
+body .gist .pl-mp,
+body .gist .pl-mr,
+body .gist .pl-ms,
+body .gist .pl-st,
+body .gist .pl-mi {
+ color: #ff9d00;
+}
diff --git a/stylesheets/defaultvalues.css b/stylesheets/defaultvalues.css
new file mode 100644
index 0000000..77979a8
--- /dev/null
+++ b/stylesheets/defaultvalues.css
@@ -0,0 +1,17 @@
+body .gist tr td{
+ border:none;
+}
+body .gist tr td:hover{
+ color:yellow !important
+}
+/* Mozilla based browsers */
+::-moz-selection {
+ background-color: #FFA;
+ color: #000;
+}
+
+/* Works in Safari */
+::selection {
+ background-color: #FFA;
+ color: #000;
+}
\ No newline at end of file
diff --git a/stylesheets/idle-fingers.css b/stylesheets/idle-fingers.css
new file mode 100644
index 0000000..11fec00
--- /dev/null
+++ b/stylesheets/idle-fingers.css
@@ -0,0 +1,143 @@
+body .gist .highlight {
+ background: #323232;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner,
+body .gist .pl-s2,
+body .gist .pl-stj,
+body .gist .pl-vo,
+body .gist .pl-id,
+body .gist .pl-ii {
+ color: #fff;
+}
+body .gist .pl-enti,
+body .gist .pl-mb,
+body .gist .pl-pdb {
+ font-weight: 700;
+}
+body .gist .pl-c,
+body .gist .pl-c span,
+body .gist .pl-pdc {
+ color: #bc9458;
+ font-style: italic;
+}
+body .gist .pl-c1,
+body .gist .pl-pdc1,
+body .gist .pl-scp {
+ color: #6c99bb;
+}
+body .gist .pl-ent,
+body .gist .pl-eoa,
+body .gist .pl-eoai,
+body .gist .pl-eoai .pl-pde,
+body .gist .pl-ko,
+body .gist .pl-kolp,
+body .gist .pl-mc,
+body .gist .pl-mr,
+body .gist .pl-ms,
+body .gist .pl-s3,
+body .gist .pl-sok {
+ color: #ffe5bb;
+}
+body .gist .pl-mdh,
+body .gist .pl-mdi,
+body .gist .pl-mdr {
+ font-weight: 400;
+}
+body .gist .pl-mi,
+body .gist .pl-pdi {
+ color: #ffe5bb;
+ font-style: italic;
+}
+body .gist .pl-sra,
+body .gist .pl-src,
+body .gist .pl-sre {
+ color: #cc3;
+}
+body .gist .pl-mdht,
+body .gist .pl-mi1 {
+ color: #a5c261;
+ background: rgba(0, 64, 0, .5);
+}
+body .gist .pl-md,
+body .gist .pl-mdhf {
+ color: #b83426;
+ background: rgba(64, 0, 0, .5);
+}
+body .gist .pl-ib,
+body .gist .pl-id,
+body .gist .pl-ii,
+body .gist .pl-iu {
+ background: #b83426;
+}
+body .gist .pl-ms1 {
+ background: #ffc66d;
+}
+body .gist .highlight-text-html-basic .pl-ent,
+body .gist .pl-cce,
+body .gist .pl-cn,
+body .gist .pl-coc,
+body .gist .pl-enc,
+body .gist .pl-ens,
+body .gist .pl-k,
+body .gist .pl-kos,
+body .gist .pl-kou,
+body .gist .pl-mh .pl-pdh,
+body .gist .pl-mp,
+body .gist .pl-mp .pl-s3,
+body .gist .pl-mp1 .pl-sf,
+body .gist .pl-mq,
+body .gist .pl-mri,
+body .gist .pl-pde,
+body .gist .pl-pse,
+body .gist .pl-pse .pl-s2,
+body .gist .pl-s,
+body .gist .pl-st,
+body .gist .pl-stp,
+body .gist .pl-sv,
+body .gist .pl-v,
+body .gist .pl-va,
+body .gist .pl-vi,
+body .gist .pl-vpf,
+body .gist .pl-vpu,
+body .gist .pl-mdr {
+ color: #cc7833;
+}
+body .gist .pl-cos,
+body .gist .pl-ml,
+body .gist .pl-pds,
+body .gist .pl-s1,
+body .gist .pl-sol,
+body .gist .pl-mb,
+body .gist .pl-pdb {
+ color: #a5c261;
+}
+body .gist .pl-e,
+body .gist .pl-en,
+body .gist .pl-entl,
+body .gist .pl-mo,
+body .gist .pl-sc,
+body .gist .pl-sf,
+body .gist .pl-smi,
+body .gist .pl-smp,
+body .gist .pl-mdh,
+body .gist .pl-mdi {
+ color: #ffc66d;
+}
+body .gist .pl-ef,
+body .gist .pl-enf,
+body .gist .pl-enm,
+body .gist .pl-entc,
+body .gist .pl-entm,
+body .gist .pl-eoac,
+body .gist .pl-eoac .pl-pde,
+body .gist .pl-eoi,
+body .gist .pl-mai .pl-sf,
+body .gist .pl-mm,
+body .gist .pl-pdv,
+body .gist .pl-smc,
+body .gist .pl-som,
+body .gist .pl-sr,
+body .gist .pl-enti {
+ color: #b83426;
+}
diff --git a/stylesheets/monokai.css b/stylesheets/monokai.css
new file mode 100644
index 0000000..38e5d13
--- /dev/null
+++ b/stylesheets/monokai.css
@@ -0,0 +1,145 @@
+body .gist .highlight {
+ background: #272822;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner,
+body .gist .pl-s2,
+body .gist .pl-stj {
+ color: #f8f8f2;
+}
+body .gist .pl-c1 {
+ color: #ae81ff;
+}
+body .gist .pl-enti {
+ color: #a6e22e;
+ font-weight: 700;
+}
+body .gist .pl-st {
+ color: #66d9ef;
+}
+body .gist .pl-mdr {
+ color: #66d9ef;
+ font-weight: 400;
+}
+body .gist .pl-ms1 {
+ background: #fd971f;
+}
+body .gist .pl-c,
+body .gist .pl-c span,
+body .gist .pl-pdc {
+ color: #75715e;
+ font-style: italic;
+}
+body .gist .pl-cce,
+body .gist .pl-cn,
+body .gist .pl-coc,
+body .gist .pl-enc,
+body .gist .pl-ens,
+body .gist .pl-kos,
+body .gist .pl-kou,
+body .gist .pl-mh .pl-pdh,
+body .gist .pl-mp,
+body .gist .pl-mp1 .pl-sf,
+body .gist .pl-mq,
+body .gist .pl-pde,
+body .gist .pl-pse,
+body .gist .pl-pse .pl-s2,
+body .gist .pl-mp .pl-s3,
+body .gist .pl-smi,
+body .gist .pl-stp,
+body .gist .pl-sv,
+body .gist .pl-v,
+body .gist .pl-vi,
+body .gist .pl-vpf,
+body .gist .pl-mri,
+body .gist .pl-va,
+body .gist .pl-vpu {
+ color: #66d9ef;
+}
+body .gist .pl-cos,
+body .gist .pl-ml,
+body .gist .pl-pds,
+body .gist .pl-s,
+body .gist .pl-s1,
+body .gist .pl-sol {
+ color: #e6db74;
+}
+body .gist .pl-e,
+body .gist .pl-ef,
+body .gist .pl-en,
+body .gist .pl-enf,
+body .gist .pl-enm,
+body .gist .pl-entc,
+body .gist .pl-entm,
+body .gist .pl-eoac,
+body .gist .pl-eoac .pl-pde,
+body .gist .pl-eoi,
+body .gist .pl-mai .pl-sf,
+body .gist .pl-mm,
+body .gist .pl-pdv,
+body .gist .pl-som,
+body .gist .pl-sr,
+body .gist .pl-vo {
+ color: #a6e22e;
+}
+body .gist .pl-ent,
+body .gist .pl-eoa,
+body .gist .pl-eoai,
+body .gist .pl-eoai .pl-pde,
+body .gist .pl-k,
+body .gist .pl-ko,
+body .gist .pl-kolp,
+body .gist .pl-mc,
+body .gist .pl-mr,
+body .gist .pl-ms,
+body .gist .pl-s3,
+body .gist .pl-smc,
+body .gist .pl-smp,
+body .gist .pl-sok,
+body .gist .pl-sra,
+body .gist .pl-src,
+body .gist .pl-sre {
+ color: #f92672;
+}
+body .gist .pl-mb,
+body .gist .pl-pdb {
+ color: #e6db74;
+ font-weight: 700;
+}
+body .gist .pl-mi,
+body .gist .pl-pdi {
+ color: #f92672;
+ font-style: italic;
+}
+body .gist .pl-pdc1,
+body .gist .pl-scp {
+ color: #ae81ff;
+}
+body .gist .pl-sc,
+body .gist .pl-sf,
+body .gist .pl-mo,
+body .gist .pl-entl {
+ color: #fd971f;
+}
+body .gist .pl-mi1,
+body .gist .pl-mdht {
+ color: #a6e22e;
+ background: rgba(0, 64, 0, .5);
+}
+body .gist .pl-md,
+body .gist .pl-mdhf {
+ color: #f92672;
+ background: rgba(64, 0, 0, .5);
+}
+body .gist .pl-mdh,
+body .gist .pl-mdi {
+ color: #a6e22e;
+ font-weight: 400;
+}
+body .gist .pl-ib,
+body .gist .pl-id,
+body .gist .pl-ii,
+body .gist .pl-iu {
+ background: #a6e22e;
+ color: #272822;
+}
diff --git a/stylesheets/obsidian.css b/stylesheets/obsidian.css
new file mode 100644
index 0000000..57fa035
--- /dev/null
+++ b/stylesheets/obsidian.css
@@ -0,0 +1,91 @@
+body .gist .highlight {
+ background: #293134;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner,
+body .gist .pl-ent,
+body .gist .pl-s1,
+body .gist .pl-s1 .pl-s2,
+body .gist .pl-smi,
+body .gist .pl-smp,
+body .gist .pl-stj,
+body .gist .pl-vo,
+body .gist .pl-vpf {
+ color: #e0e2e4;
+}
+body .gist .pl-c,
+body .gist .pl-c span {
+ color: #66747b;
+ font-style: italic;
+}
+body .gist .pl-mb {
+ color: #ec7600;
+ font-weight: 700;
+}
+body .gist .pl-mh .pl-en {
+ color: #66747b;
+ font-weight: 700;
+}
+body .gist .pl-mi {
+ color: #93c763;
+ font-style: italic;
+}
+body .gist .pl-sc {
+ color: #96989a;
+}
+body .gist .pl-st {
+ color: #da4236;
+}
+body .gist .pl-c1>.pl-c1 {
+ color: #678cb1;
+}
+body .gist .pl-c1,
+body .gist .pl-sr .pl-cce {
+ color: #ffcd22;
+}
+body .gist .pl-e,
+body .gist .pl-k,
+body .gist .pl-mdh,
+body .gist .pl-mdr,
+body .gist .pl-ml,
+body .gist .pl-mm,
+body .gist .pl-mo,
+body .gist .pl-mp,
+body .gist .pl-mr,
+body .gist .pl-ms,
+body .gist .pl-s1 .pl-v,
+body .gist .pl-s3 {
+ color: #93c763;
+}
+body .gist .pl-en,
+body .gist .pl-v {
+ color: #678cb1;
+}
+body .gist .pl-mh,
+body .gist .pl-mq {
+ color: #66747b;
+}
+body .gist .pl-pds,
+body .gist .pl-s,
+body .gist .pl-s1 .pl-pse .pl-s2,
+body .gist .pl-sv {
+ color: #ec7600;
+}
+body .gist .pl-sr,
+body .gist .pl-sr .pl-sra,
+body .gist .pl-sr .pl-sre,
+body .gist .pl-src {
+ color: #d39745;
+}
+body .gist .pl-mi1,
+body .gist .pl-mdht {
+ color: #e0e2e4;
+ background: rgba(0, 64, 0, .5);
+}
+body .gist .pl-md,
+body .gist .pl-mdhf,
+body .gist .pl-id,
+body .gist .pl-ii {
+ color: #e0e2e4;
+ background: rgba(64, 0, 0, .5);
+}
diff --git a/stylesheets/one-dark.css b/stylesheets/one-dark.css
new file mode 100644
index 0000000..a68095d
--- /dev/null
+++ b/stylesheets/one-dark.css
@@ -0,0 +1,154 @@
+body .gist .highlight {
+ background: #141414;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner,
+body .gist .highlight,
+body .gist .pl-enm,
+body .gist .pl-ko,
+body .gist .pl-mo,
+body .gist .pl-mp1 .pl-sf,
+body .gist .pl-ms,
+body .gist .pl-pdc1,
+body .gist .pl-scp,
+body .gist .pl-smc,
+body .gist .pl-som,
+body .gist .pl-va,
+body .gist .pl-vpf,
+body .gist .pl-vpu,
+body .gist .pl-mdr {
+ color: #aab1bf;
+}
+body .gist .pl-mb,
+body .gist .pl-pdb {
+ font-weight: 700;
+}
+body .gist .pl-c,
+body .gist .pl-c span,
+body .gist .pl-pdc {
+ color: #5b6270;
+ font-style: italic;
+}
+body .gist .pl-sr .pl-cce {
+ color: #56b5c2;
+ font-weight: 400;
+}
+body .gist .pl-ef,
+body .gist .pl-en,
+body .gist .pl-enf,
+body .gist .pl-eoai,
+body .gist .pl-kos,
+body .gist .pl-mh .pl-pdh,
+body .gist .pl-mr {
+ color: #61afef;
+}
+body .gist .pl-ens,
+body .gist .pl-vi {
+ color: #be5046;
+}
+body .gist .pl-enti,
+body .gist .pl-mai .pl-sf,
+body .gist .pl-ml,
+body .gist .pl-sf,
+body .gist .pl-sr,
+body .gist .pl-sr .pl-sra,
+body .gist .pl-src,
+body .gist .pl-st,
+body .gist .pl-vo {
+ color: #56b5c2;
+}
+body .gist .pl-eoi,
+body .gist .pl-mri,
+body .gist .pl-pds,
+body .gist .pl-pse .pl-s1,
+body .gist .pl-s,
+body .gist .pl-s1 {
+ color: #97c279;
+}
+body .gist .pl-k,
+body .gist .pl-kolp,
+body .gist .pl-mc,
+body .gist .pl-pde {
+ color: #c578dd;
+}
+body .gist .pl-mi,
+body .gist .pl-pdi {
+ color: #c578dd;
+ font-style: italic;
+}
+body .gist .pl-mp,
+body .gist .pl-stp {
+ color: #818896;
+}
+body .gist .pl-mdh,
+body .gist .pl-mdi,
+body .gist .pl-mdr {
+ font-weight: 400;
+}
+body .gist .pl-mdht,
+body .gist .pl-mi1 {
+ color: #97c279;
+ background: #020;
+}
+body .gist .pl-md,
+body .gist .pl-mdhf {
+ color: #df6b75;
+ background: #200;
+}
+body .gist .pl-corl {
+ color: #df6b75;
+ text-decoration: underline;
+}
+body .gist .pl-ib {
+ background: #df6b75;
+}
+body .gist .pl-ii {
+ background: #e0c184;
+ color: #fff;
+}
+body .gist .pl-iu {
+ background: #e05151;
+}
+body .gist .pl-ms1 {
+ color: #aab1bf;
+ background: #373b41;
+}
+body .gist .pl-c1,
+body .gist .pl-cn,
+body .gist .pl-e,
+body .gist .pl-eoa,
+body .gist .pl-eoac,
+body .gist .pl-eoac .pl-pde,
+body .gist .pl-kou,
+body .gist .pl-mm,
+body .gist .pl-mp .pl-s3,
+body .gist .pl-mq,
+body .gist .pl-s3,
+body .gist .pl-sok,
+body .gist .pl-sv,
+body .gist .pl-mb {
+ color: #d19965;
+}
+body .gist .pl-enc,
+body .gist .pl-entc,
+body .gist .pl-pse .pl-s2,
+body .gist .pl-s2,
+body .gist .pl-sc,
+body .gist .pl-smp,
+body .gist .pl-sr .pl-sre,
+body .gist .pl-stj,
+body .gist .pl-v,
+body .gist .pl-pdb {
+ color: #e4bf7a;
+}
+body .gist .pl-ent,
+body .gist .pl-entl,
+body .gist .pl-entm,
+body .gist .pl-mh,
+body .gist .pl-pdv,
+body .gist .pl-smi,
+body .gist .pl-sol,
+body .gist .pl-mdh,
+body .gist .pl-mdi {
+ color: #df6b75;
+}
diff --git a/stylesheets/pastel-on-dark.css b/stylesheets/pastel-on-dark.css
new file mode 100644
index 0000000..2591013
--- /dev/null
+++ b/stylesheets/pastel-on-dark.css
@@ -0,0 +1,160 @@
+body .gist .highlight {
+ background: #2c2828;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner,
+body .gist .pl-e,
+body .gist .pl-eoa,
+body .gist .pl-eoai,
+body .gist .pl-eoai .pl-pde,
+body .gist .pl-ko,
+body .gist .pl-kolp,
+body .gist .pl-mc,
+body .gist .pl-mr,
+body .gist .pl-ms,
+body .gist .pl-s3,
+body .gist .pl-sok {
+ color: #e6e1dc;
+}
+body .gist .pl-cce {
+ color: #afa472;
+}
+body .gist .pl-cn {
+ color: #ccc;
+}
+body .gist .pl-enti {
+ color: #aeb2f8;
+ font-weight: 700;
+}
+body .gist .pl-sra {
+ color: #797878;
+}
+body .gist .pl-mdr {
+ color: #757ad8;
+ font-weight: 400;
+}
+body .gist .pl-ms1 {
+ background: #bebf55;
+}
+body .gist .pl-c,
+body .gist .pl-c span,
+body .gist .pl-pdc {
+ color: #a6c6ff;
+ font-style: italic;
+}
+body .gist .pl-c1,
+body .gist .pl-st,
+body .gist .pl-vo {
+ color: #a5c261;
+}
+body .gist .pl-coc,
+body .gist .pl-en,
+body .gist .pl-enc,
+body .gist .pl-ens,
+body .gist .pl-k,
+body .gist .pl-kos,
+body .gist .pl-kou,
+body .gist .pl-mh .pl-pdh,
+body .gist .pl-mp,
+body .gist .pl-mp1 .pl-sf,
+body .gist .pl-mq,
+body .gist .pl-pde,
+body .gist .pl-pse,
+body .gist .pl-pse .pl-s2,
+body .gist .pl-s,
+body .gist .pl-mp .pl-s3,
+body .gist .pl-sc,
+body .gist .pl-stp,
+body .gist .pl-sv,
+body .gist .pl-v,
+body .gist .pl-vi,
+body .gist .pl-vpf,
+body .gist .pl-mri,
+body .gist .pl-va,
+body .gist .pl-vpu,
+body .gist .highlight-text-tex .pl-s3 {
+ color: #757ad8;
+}
+body .gist .pl-cos,
+body .gist .pl-ml,
+body .gist .pl-sol {
+ color: #66a968;
+}
+body .gist .pl-ef,
+body .gist .pl-enf,
+body .gist .pl-enm,
+body .gist .pl-entc,
+body .gist .pl-entm,
+body .gist .pl-eoac,
+body .gist .pl-eoac .pl-pde,
+body .gist .pl-eoi,
+body .gist .pl-mai .pl-sf,
+body .gist .pl-mm,
+body .gist .pl-pdv,
+body .gist .pl-smc,
+body .gist .pl-som,
+body .gist .pl-sr {
+ color: #aeb2f8;
+}
+body .gist .pl-ent,
+body .gist .highlight-text-html-basic .pl-e {
+ color: #6782d3;
+}
+body .gist .pl-mb,
+body .gist .pl-pdb {
+ color: #66a968;
+ font-weight: 700;
+}
+body .gist .pl-mi,
+body .gist .pl-pdi {
+ color: #e6e1dc;
+ font-style: italic;
+}
+body .gist .pl-pdc1,
+body .gist .pl-scp {
+ color: #4fb7c5;
+}
+body .gist .pl-pds,
+body .gist .pl-s1,
+body .gist .highlight-source-css .pl-v {
+ color: #ad9361;
+}
+body .gist .pl-s2,
+body .gist .pl-stj {
+ color: #8f938f;
+}
+body .gist .pl-sf,
+body .gist .pl-smi,
+body .gist .pl-smp,
+body .gist .pl-mo,
+body .gist .pl-entl {
+ color: #bebf55;
+}
+body .gist .pl-src,
+body .gist .pl-sre {
+ color: #e9c062;
+}
+body .gist .pl-mi1,
+body .gist .pl-mdht {
+ color: #66a968;
+ background: rgba(0, 64, 0, .5);
+}
+body .gist .pl-md,
+body .gist .pl-mdhf {
+ color: #aeb2f8;
+ background: rgba(64, 0, 0, .5);
+}
+body .gist .pl-mdh,
+body .gist .pl-mdi {
+ color: #bebf55;
+ font-weight: 400;
+}
+body .gist .pl-ib,
+body .gist .pl-iu {
+ background: #aeb2f8;
+}
+body .gist .pl-id,
+body .gist .pl-ii {
+ background: #aeb2f8;
+ color: #fff;
+}
diff --git a/stylesheets/solarized-dark.css b/stylesheets/solarized-dark.css
new file mode 100644
index 0000000..a407aad
--- /dev/null
+++ b/stylesheets/solarized-dark.css
@@ -0,0 +1,88 @@
+body .gist .highlight {
+ background: #002b36;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner,
+body .gist .pl-s1 .pl-s2,
+body .gist .pl-smi,
+body .gist .pl-smp,
+body .gist .pl-stj,
+body .gist .pl-vo,
+body .gist .pl-vpf {
+ color: #839496;
+}
+body .gist .pl-c,
+body .gist .pl-c span {
+ color: #586e75;
+ font-style: italic;
+}
+body .gist .pl-mb {
+ color: #2aa198;
+ font-weight: 700;
+}
+body .gist .pl-mh .pl-en {
+ color: #cb4b16;
+ font-weight: 700;
+}
+body .gist .pl-mi {
+ color: #859900;
+ font-style: italic;
+}
+body .gist .pl-c1,
+body .gist .pl-pds,
+body .gist .pl-s1,
+body .gist .pl-s1 .pl-pse .pl-s2,
+body .gist .pl-sv {
+ color: #2aa198;
+}
+body .gist .pl-e,
+body .gist .pl-en,
+body .gist .pl-ent,
+body .gist .pl-s,
+body .gist .pl-v {
+ color: #268bd2;
+}
+body .gist .pl-k,
+body .gist .pl-mdh,
+body .gist .pl-mdr,
+body .gist .pl-ml,
+body .gist .pl-mm,
+body .gist .pl-mo,
+body .gist .pl-mp,
+body .gist .pl-mr,
+body .gist .pl-ms,
+body .gist .pl-s1 .pl-v,
+body .gist .pl-s3 {
+ color: #859900;
+}
+body .gist .pl-mh,
+body .gist .pl-sc,
+body .gist .pl-sr .pl-cce {
+ color: #cb4b16;
+}
+body .gist .pl-mq,
+body .gist .highlight-source-css .pl-k {
+ color: #586e75;
+}
+body .gist .pl-sr,
+body .gist .pl-sr .pl-sra,
+body .gist .pl-sr .pl-sre,
+body .gist .pl-src {
+ color: #d30102;
+}
+body .gist .pl-st,
+body .gist .highlight-source-c\+\+ .pl-s {
+ color: #dc322f;
+}
+body .gist .pl-mi1,
+body .gist .pl-mdht {
+ color: #839496;
+ background: rgba(0, 64, 0, .5);
+}
+body .gist .pl-md,
+body .gist .pl-mdhf,
+body .gist .pl-id,
+body .gist .pl-ii {
+ color: #839496;
+ background: rgba(64, 0, 0, .5);
+}
diff --git a/stylesheets/solarized-light.css b/stylesheets/solarized-light.css
new file mode 100644
index 0000000..e9bff37
--- /dev/null
+++ b/stylesheets/solarized-light.css
@@ -0,0 +1,88 @@
+body .gist .highlight {
+ background: #fdf6e3;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner,
+body .gist .pl-s1 .pl-s2,
+body .gist .pl-smi,
+body .gist .pl-smp,
+body .gist .pl-stj,
+body .gist .pl-vo,
+body .gist .pl-vpf {
+ color: #657b83;
+}
+body .gist .pl-c,
+body .gist .pl-c span {
+ color: #93a1a1;
+ font-style: italic;
+}
+body .gist .pl-mb {
+ color: #2aa198;
+ font-weight: 700;
+}
+body .gist .pl-mh .pl-en {
+ color: #cb4b16;
+ font-weight: 700;
+}
+body .gist .pl-mi {
+ color: #859900;
+ font-style: italic;
+}
+body .gist .pl-c1,
+body .gist .pl-pds,
+body .gist .pl-s1,
+body .gist .pl-s1 .pl-pse .pl-s2,
+body .gist .pl-sv {
+ color: #2aa198;
+}
+body .gist .pl-e,
+body .gist .pl-en,
+body .gist .pl-ent,
+body .gist .pl-s,
+body .gist .pl-v {
+ color: #268bd2;
+}
+body .gist .pl-k,
+body .gist .pl-mdh,
+body .gist .pl-mdr,
+body .gist .pl-ml,
+body .gist .pl-mm,
+body .gist .pl-mo,
+body .gist .pl-mp,
+body .gist .pl-mr,
+body .gist .pl-ms,
+body .gist .pl-s1 .pl-v,
+body .gist .pl-s3 {
+ color: #859900;
+}
+body .gist .pl-mh,
+body .gist .pl-sc,
+body .gist .pl-sr .pl-cce {
+ color: #cb4b16;
+}
+body .gist .pl-mq,
+body .gist .highlight-source-css .pl-k {
+ color: #93a1a1;
+}
+body .gist .pl-sr,
+body .gist .pl-sr .pl-sra,
+body .gist .pl-sr .pl-sre,
+body .gist .pl-src {
+ color: #d30102;
+}
+body .gist .pl-st,
+body .gist .highlight-source-c\+\+ .pl-s {
+ color: #dc322f;
+}
+body .gist .pl-mi1,
+body .gist .pl-mdht {
+ color: #657b83;
+ background: rgba(0, 64, 0, .5);
+}
+body .gist .pl-md,
+body .gist .pl-mdhf,
+body .gist .pl-id,
+body .gist .pl-ii {
+ color: #657b83;
+ background: rgba(64, 0, 0, .5);
+}
diff --git a/stylesheets/terminal.css b/stylesheets/terminal.css
new file mode 100644
index 0000000..cb3952a
--- /dev/null
+++ b/stylesheets/terminal.css
@@ -0,0 +1,103 @@
+body .gist .highlight {
+ background: #000;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner,
+body .gist .pl-en,
+body .gist .pl-sc,
+body .gist .highlight-source-css .pl-k,
+body .gist .highlight-source-css .pl-ent {
+ color: #dedede;
+}
+body .gist .pl-c,
+body .gist .pl-c span {
+ color: #ff4500;
+ font-style: italic;
+}
+body .gist .pl-mb {
+ color: #e78c45;
+ font-weight: 700;
+}
+body .gist .pl-mh .pl-en {
+ color: #b9ca4a;
+ font-weight: 700;
+}
+body .gist .pl-mi {
+ color: #ff6347;
+ font-style: italic;
+}
+body .gist .pl-mq {
+ color: #ff4500;
+}
+body .gist .pl-id {
+ color: #ced2cf;
+ background: #b798bf;
+}
+body .gist .pl-ii {
+ color: #ff0;
+ background: red;
+}
+body .gist .highlight-source-js .pl-k {
+ color: #ff1493;
+}
+body .gist .pl-c1,
+body .gist .pl-s1 .pl-pse .pl-s2,
+body .gist .pl-sv,
+body .gist .pl-vpf {
+ color: #e78c45;
+}
+body .gist .pl-e,
+body .gist .pl-s3,
+body .gist .pl-sr,
+body .gist .pl-sr .pl-sra,
+body .gist .pl-sr .pl-sre,
+body .gist .pl-src,
+body .gist .pl-v,
+body .gist .highlight-text-html-basic .pl-ent,
+body .gist .highlight-text-html-php .pl-vo {
+ color: #d54e53;
+}
+body .gist .pl-ent,
+body .gist .pl-k,
+body .gist .pl-mdh,
+body .gist .pl-mdr,
+body .gist .pl-ml,
+body .gist .pl-mm,
+body .gist .pl-mo,
+body .gist .pl-mp,
+body .gist .pl-mr,
+body .gist .pl-ms,
+body .gist .pl-s,
+body .gist .pl-s1 .pl-v,
+body .gist .pl-st {
+ color: #ff6347;
+}
+body .gist .pl-mh,
+body .gist .pl-pds,
+body .gist .pl-s1,
+body .gist .pl-sr .pl-cce {
+ color: #b9ca4a;
+}
+body .gist .pl-s1 .pl-s2,
+body .gist .pl-smi,
+body .gist .pl-smp,
+body .gist .pl-stj,
+body .gist .pl-vo,
+body .gist .highlight-text-html-php .pl-s3,
+body .gist .highlight-source-python .pl-s3 {
+ color: #7aa6da;
+}
+body .gist .pl-mi1,
+body .gist .pl-mdht {
+ color: #dedede;
+ background: rgba(0, 64, 0, .5);
+}
+body .gist .pl-md,
+body .gist .pl-mdhf {
+ color: #dedede;
+ background: red;
+}
+body .gist .highlight-source-css .pl-s3,
+body .gist .highlight-source-css .pl-sc {
+ color: #e7c547;
+}
diff --git a/stylesheets/tomorrow-night.css b/stylesheets/tomorrow-night.css
new file mode 100644
index 0000000..292686b
--- /dev/null
+++ b/stylesheets/tomorrow-night.css
@@ -0,0 +1,149 @@
+body .gist .highlight {
+ background: #1d1f21;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner {
+ color: #c5c8c6;
+}
+body .gist .pl-enti {
+ color: #f0c674;
+ font-weight: 700;
+}
+body .gist .pl-s3 {
+ color: #81a2be;
+}
+body .gist .pl-sf {
+ color: #dad085;
+}
+body .gist .pl-mdr {
+ color: #de935f;
+ font-weight: 400;
+}
+body .gist .pl-ms1 {
+ background: #c5c8c6;
+}
+body .gist .pl-c,
+body .gist .pl-c span,
+body .gist .pl-pdc {
+ color: #969896;
+ font-style: italic;
+}
+body .gist .pl-c1,
+body .gist .pl-cce,
+body .gist .pl-cn,
+body .gist .pl-coc,
+body .gist .pl-enc,
+body .gist .pl-ens,
+body .gist .pl-kos,
+body .gist .pl-kou,
+body .gist .pl-mh .pl-pdh,
+body .gist .pl-mq,
+body .gist .pl-pdc1,
+body .gist .pl-pde,
+body .gist .pl-pse,
+body .gist .pl-pse .pl-s2,
+body .gist .pl-scp,
+body .gist .pl-stp,
+body .gist .pl-sv,
+body .gist .pl-v,
+body .gist .pl-vi,
+body .gist .pl-vpf,
+body .gist .pl-mri,
+body .gist .pl-va,
+body .gist .pl-vpu {
+ color: #de935f;
+}
+body .gist .pl-cos,
+body .gist .pl-ml,
+body .gist .pl-pds,
+body .gist .pl-s1,
+body .gist .pl-sol {
+ color: #b5bd68;
+}
+body .gist .pl-e,
+body .gist .pl-ef,
+body .gist .pl-en,
+body .gist .pl-enf,
+body .gist .pl-enm,
+body .gist .pl-entc,
+body .gist .pl-eoi,
+body .gist .pl-smc {
+ color: #f0c674;
+}
+body .gist .pl-ent,
+body .gist .pl-eoa,
+body .gist .pl-eoai,
+body .gist .pl-eoai .pl-pde,
+body .gist .pl-k,
+body .gist .pl-ko,
+body .gist .pl-kolp,
+body .gist .pl-mc,
+body .gist .pl-mr,
+body .gist .pl-ms,
+body .gist .pl-s,
+body .gist .pl-mp .pl-s3,
+body .gist .pl-sok,
+body .gist .pl-sra,
+body .gist .pl-src,
+body .gist .pl-sre,
+body .gist .pl-st {
+ color: #b294bb;
+}
+body .gist .pl-entm,
+body .gist .pl-eoac,
+body .gist .pl-eoac .pl-pde,
+body .gist .pl-mai .pl-sf,
+body .gist .pl-mm,
+body .gist .pl-pdv,
+body .gist .pl-som,
+body .gist .pl-sr,
+body .gist .pl-vo {
+ color: #c66;
+}
+body .gist .pl-mb,
+body .gist .pl-pdb {
+ color: #b5bd68;
+ font-weight: 700;
+}
+body .gist .pl-mi,
+body .gist .pl-pdi {
+ color: #b294bb;
+ font-style: italic;
+}
+body .gist .pl-mp,
+body .gist .pl-mp1 .pl-sf {
+ color: #81a2be;
+}
+body .gist .pl-s2,
+body .gist .pl-sc,
+body .gist .pl-smi,
+body .gist .pl-smp,
+body .gist .pl-stj,
+body .gist .pl-mo,
+body .gist .pl-entl {
+ color: #c5c8c6;
+}
+body .gist .pl-mi1,
+body .gist .pl-mdht {
+ color: #8f9d6a;
+ background: rgba(0, 64, 0, .5);
+}
+body .gist .pl-md,
+body .gist .pl-mdhf {
+ color: #c66;
+ background: rgba(64, 0, 0, .5);
+}
+body .gist .pl-mdh,
+body .gist .pl-mdi {
+ color: #c66;
+ font-weight: 400;
+}
+body .gist .pl-ib,
+body .gist .pl-iu {
+ background: #c66;
+}
+body .gist .pl-id,
+body .gist .pl-ii {
+ background: #c66;
+ color: #fff;
+}
diff --git a/stylesheets/twilight.css b/stylesheets/twilight.css
new file mode 100644
index 0000000..e662ab6
--- /dev/null
+++ b/stylesheets/twilight.css
@@ -0,0 +1,159 @@
+body .gist .highlight {
+ background: #141414;
+}
+body .gist .blob-num,
+body .gist .blob-code-inner,
+body .gist .pl-s2,
+body .gist .pl-smi,
+body .gist .pl-smp,
+body .gist .pl-entl {
+ color: #ccc;
+}
+body .gist .pl-enti {
+ color: #ac885b;
+ font-weight: 700;
+}
+body .gist .pl-mp {
+ color: #c5af75;
+}
+body .gist .pl-s {
+ color: #f9ee98;
+}
+body .gist .pl-ib {
+ background: #f93;
+}
+body .gist .pl-id {
+ background: #a31515;
+ color: #fff;
+}
+body .gist .pl-ii {
+ background: #df5000;
+ color: #fff;
+}
+body .gist .pl-iu {
+ background: #b4b7b4;
+}
+body .gist .pl-mo {
+ color: #969896;
+}
+body .gist .pl-ms1 {
+ background: #f5f5f5;
+}
+body .gist .pl-c,
+body .gist .pl-c span,
+body .gist .pl-pdc {
+ color: #5f5a60;
+ font-style: italic;
+}
+body .gist .pl-c1,
+body .gist .pl-cn,
+body .gist .pl-coc,
+body .gist .pl-enc,
+body .gist .pl-ens,
+body .gist .pl-kos,
+body .gist .pl-kou,
+body .gist .pl-mh .pl-pdh,
+body .gist .pl-mq,
+body .gist .pl-pdc1,
+body .gist .pl-pde,
+body .gist .pl-pse,
+body .gist .pl-pse .pl-s2,
+body .gist .pl-scp,
+body .gist .pl-vi {
+ color: #cf6a4c;
+}
+body .gist .pl-cce,
+body .gist .pl-mh,
+body .gist .pl-mdr {
+ color: #cf6a4c;
+ font-weight: 400;
+}
+body .gist .pl-cos,
+body .gist .pl-ml,
+body .gist .pl-pds,
+body .gist .pl-s1,
+body .gist .pl-sol {
+ color: #8f9d6a;
+}
+body .gist .pl-e,
+body .gist .pl-ef,
+body .gist .pl-en,
+body .gist .pl-enf,
+body .gist .pl-enm,
+body .gist .pl-entc,
+body .gist .pl-eoi,
+body .gist .pl-smc,
+body .gist .pl-vo {
+ color: #ac885b;
+}
+body .gist .pl-ent,
+body .gist .pl-eoa,
+body .gist .pl-eoai,
+body .gist .pl-eoai .pl-pde,
+body .gist .pl-k,
+body .gist .pl-ko,
+body .gist .pl-kolp,
+body .gist .pl-mc,
+body .gist .pl-mr,
+body .gist .pl-ms,
+body .gist .pl-mp .pl-s3,
+body .gist .pl-sok,
+body .gist .pl-sra,
+body .gist .pl-src,
+body .gist .pl-sre,
+body .gist .pl-st {
+ color: #cda869;
+}
+body .gist .pl-entm,
+body .gist .pl-eoac,
+body .gist .pl-eoac .pl-pde,
+body .gist .pl-mai .pl-sf,
+body .gist .pl-mm,
+body .gist .pl-pdv,
+body .gist .pl-som,
+body .gist .pl-sr,
+body .gist .pl-stj,
+body .gist .pl-vpf {
+ color: #7587a6;
+}
+body .gist .pl-mb,
+body .gist .pl-pdb {
+ color: #8f9d6a;
+ font-weight: 700;
+}
+body .gist .pl-mi,
+body .gist .pl-pdi {
+ color: #cda869;
+ font-style: italic;
+}
+body .gist .pl-mp1 .pl-sf,
+body .gist .pl-s3,
+body .gist .pl-sc,
+body .gist .pl-sf {
+ color: #dad085;
+}
+body .gist .pl-stp,
+body .gist .pl-sv,
+body .gist .pl-v {
+ color: #9b859d;
+}
+body .gist .pl-mi1,
+body .gist .pl-mdht {
+ color: #55a532;
+ background: #020;
+}
+body .gist .pl-md,
+body .gist .pl-mdhf {
+ color: #bd2c00;
+ background: #200;
+}
+body .gist .pl-mdh,
+body .gist .pl-mdi {
+ color: #7587a6;
+ font-weight: 400;
+}
+body .gist .pl-mri,
+body .gist .pl-va,
+body .gist .pl-vpu {
+ color: teal;
+}
diff --git a/themes-gist/.DS_Store b/themes-gist/.DS_Store
new file mode 100644
index 0000000..59c9fe2
Binary files /dev/null and b/themes-gist/.DS_Store differ
diff --git a/themes-gist/chaos.png b/themes-gist/chaos.png
new file mode 100644
index 0000000..2ddf915
Binary files /dev/null and b/themes-gist/chaos.png differ
diff --git a/themes-gist/cobalt.png b/themes-gist/cobalt.png
new file mode 100644
index 0000000..8dd4d03
Binary files /dev/null and b/themes-gist/cobalt.png differ
diff --git a/themes-gist/idle-fingers.png b/themes-gist/idle-fingers.png
new file mode 100644
index 0000000..67e4969
Binary files /dev/null and b/themes-gist/idle-fingers.png differ
diff --git a/themes-gist/monokai.png b/themes-gist/monokai.png
new file mode 100644
index 0000000..a44a2c0
Binary files /dev/null and b/themes-gist/monokai.png differ
diff --git a/themes-gist/obsidian.png b/themes-gist/obsidian.png
new file mode 100644
index 0000000..ee1dbd6
Binary files /dev/null and b/themes-gist/obsidian.png differ
diff --git a/themes-gist/one-dark.png b/themes-gist/one-dark.png
new file mode 100644
index 0000000..633b5d6
Binary files /dev/null and b/themes-gist/one-dark.png differ
diff --git a/themes-gist/pastel-on-dark.png b/themes-gist/pastel-on-dark.png
new file mode 100644
index 0000000..1b4b0c7
Binary files /dev/null and b/themes-gist/pastel-on-dark.png differ
diff --git a/themes-gist/solarized-dark.png b/themes-gist/solarized-dark.png
new file mode 100644
index 0000000..c3cb5ee
Binary files /dev/null and b/themes-gist/solarized-dark.png differ
diff --git a/themes-gist/solarized-light.png b/themes-gist/solarized-light.png
new file mode 100644
index 0000000..f1797f8
Binary files /dev/null and b/themes-gist/solarized-light.png differ
diff --git a/themes-gist/terminal.png b/themes-gist/terminal.png
new file mode 100644
index 0000000..8993d2f
Binary files /dev/null and b/themes-gist/terminal.png differ
diff --git a/themes-gist/tomorrow-night.png b/themes-gist/tomorrow-night.png
new file mode 100644
index 0000000..10b70f7
Binary files /dev/null and b/themes-gist/tomorrow-night.png differ
diff --git a/themes-gist/twilight.png b/themes-gist/twilight.png
new file mode 100644
index 0000000..5de2cc3
Binary files /dev/null and b/themes-gist/twilight.png differ