Skip to content

Instantly share code, notes, and snippets.

@s10wen
Created March 9, 2015 22:33
Show Gist options
  • Save s10wen/64bf18ccb3702747a04a to your computer and use it in GitHub Desktop.
Save s10wen/64bf18ccb3702747a04a to your computer and use it in GitHub Desktop.
ConfConf Monokai Theme
HTML:
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
CSS:
/* @alpha : hsl( 78, 92%, 47%); light green */
/* @bravo : hsl(340, 95%, 56%); dark red */
/* @charlie: hsl(187, 71%, 68%); light blue */
/* @delta : hsl(262, 100%, 73%); purple */
/* @echo : hsl( 53, 66%, 71%); yellow */
body {
background: #111;
color: hsl(187, 71%, 68%);
font-family: 'Source Code Pro', 'arial';
}
a {
color: hsl( 78, 92%, 47%);
}
#tweets li {
padding: 20px;
margin: 0 0 10px;
list-style: none;
background: #333;
border-radius: 10px;
}
.tweet .photo {
border: 2px solid hsl(262, 100%, 73%);
margin: 5px;
border-radius: 3px;
}
.tweet .emoji {
max-width: 24px;
max-height: 24px;
}
#getting-close-with-the-web .up-next {
color: hsl(340, 95%, 56%);
}
#getting-close-with-the-web h2 {
color: hsl( 78, 92%, 47%);
}
#getting-close-with-the-web h3 {
color: hsl( 53, 66%, 71%);
}
#notices {
background: #222;
}
#notices img {
max-width: 100%;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
.area {
border: 1px solid #222;
}
@s10wen
Copy link
Author

s10wen commented Mar 9, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment