Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@xero
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xero/249aa7e94de04ab00767 to your computer and use it in GitHub Desktop.
Save xero/249aa7e94de04ab00767 to your computer and use it in GitHub Desktop.
monokai color scheme hacking
<html>
<head>
<title>monokai color scheme hacking</title>
<style type="text/css">
body {
background: #272822;
color: #f8f8f2;
font-family: "Lucida Console", Monaco, monospace;
}
hr {
border: 2px solid #000;
}
.swatch {
display: inline-block;
width: 100px;
height: 50px;
margin: 5px;
padding-top: 40px;
text-align: center;
border: 1px solid #000;
}
.swatch span {
color:#fff;
text-shadow:1px 1px 0 #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
0px 1px 0 #000,
1px 0px 0 #000,
0px -1px 0 #000,
-1px 0px 0 #000;
}
</style>
</head>
<body>
<h1>monokai extended bright</h1><hr/><div class="swatch" style="background:#000000;"><span>#000000</span></div><div class="swatch" style="background:#1c1c1c;"><span>#1c1c1c</span></div><div class="swatch" style="background:#272822;"><span>#272822</span></div><div class="swatch" style="background:#222222;"><span>#222222</span></div><div class="swatch" style="background:#3b3a32;"><span>#3b3a32</span></div><div class="swatch" style="background:#333333;"><span>#333333</span></div><div class="swatch" style="background:#3e3d32;"><span>#3e3d32</span></div><div class="swatch" style="background:#b42a1d;"><span>#b42a1d</span></div><div class="swatch" style="background:#9d550f;"><span>#9d550f</span></div><div class="swatch" style="background:#565656;"><span>#565656</span></div><div class="swatch" style="background:#ff0000;"><span>#ff0000</span></div><div class="swatch" style="background:#75715e;"><span>#75715e</span></div><div class="swatch" style="background:#ec3533;"><span>#ec3533</span></div><div class="swatch" style="background:#ff3a28;"><span>#ff3a28</span></div><div class="swatch" style="background:#73817d;"><span>#73817d</span></div><div class="swatch" style="background:#df9400;"><span>#df9400</span></div><div class="swatch" style="background:#f92672;"><span>#f92672</span></div><div class="swatch" style="background:#ff4a52;"><span>#ff4a52</span></div><div class="swatch" style="background:#fd971f;"><span>#fd971f</span></div><div class="swatch" style="background:#a6e22e;"><span>#a6e22e</span></div><div class="swatch" style="background:#f6aa11;"><span>#f6aa11</span></div><div class="swatch" style="background:#93a1a1;"><span>#93a1a1</span></div><div class="swatch" style="background:#3bc0f0;"><span>#3bc0f0</span></div><div class="swatch" style="background:#967efb;"><span>#967efb</span></div><div class="swatch" style="background:#ae81ff;"><span>#ae81ff</span></div><div class="swatch" style="background:#66d9ef;"><span>#66d9ef</span></div><div class="swatch" style="background:#9df39f;"><span>#9df39f</span></div><div class="swatch" style="background:#bbbbbb;"><span>#bbbbbb</span></div><div class="swatch" style="background:#e6db74;"><span>#e6db74</span></div><div class="swatch" style="background:#cfcfc2;"><span>#cfcfc2</span></div><div class="swatch" style="background:#c6cece;"><span>#c6cece</span></div><div class="swatch" style="background:#edf080;"><span>#edf080</span></div><div class="swatch" style="background:#f6f080;"><span>#f6f080</span></div><div class="swatch" style="background:#ffe792;"><span>#ffe792</span></div><div class="swatch" style="background:#ffffaa;"><span>#ffffaa</span></div><div class="swatch" style="background:#e0eddd;"><span>#e0eddd</span></div><div class="swatch" style="background:#f8f8f0;"><span>#f8f8f0</span></div><div class="swatch" style="background:#f8f8f2;"><span>#f8f8f2</span></div><div class="swatch" style="background:#ffffff;"><span>#ffffff</span></div><div class="swatch" style="background:#ffffff;"><span>#ffffff</span></div><div class="swatch" style="background:#fffff8;"><span>#fffff8</span></div><h1>monokai dark</h1><hr/><div class="swatch" style="background:#272822;"><span>#272822</span></div><div class="swatch" style="background:#383830;"><span>#383830</span></div><div class="swatch" style="background:#49483e;"><span>#49483e</span></div><div class="swatch" style="background:#75715e;"><span>#75715e</span></div><div class="swatch" style="background:#cc6633;"><span>#cc6633</span></div><div class="swatch" style="background:#f92672;"><span>#f92672</span></div><div class="swatch" style="background:#fd971f;"><span>#fd971f</span></div><div class="swatch" style="background:#a6e22e;"><span>#a6e22e</span></div><div class="swatch" style="background:#a59f85;"><span>#a59f85</span></div><div class="swatch" style="background:#f4bf75;"><span>#f4bf75</span></div><div class="swatch" style="background:#66d9ef;"><span>#66d9ef</span></div><div class="swatch" style="background:#ae81ff;"><span>#ae81ff</span></div><div class="swatch" style="background:#a1efe4;"><span>#a1efe4</span></div><div class="swatch" style="background:#f8f8f2;"><span>#f8f8f2</span></div><div class="swatch" style="background:#f5f4f1;"><span>#f5f4f1</span></div><div class="swatch" style="background:#f9f8f5;"><span>#f9f8f5</span></div></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment