From 026644d361aad1215926b7a99b22896ca3e3dd9c Mon Sep 17 00:00:00 2001 From: Anmol Jagetia Date: Tue, 30 Sep 2014 03:34:37 +0530 Subject: [PATCH 1/4] new solarized theme --- themes/solarized.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/solarized.css diff --git a/themes/solarized.css b/themes/solarized.css new file mode 100644 index 00000000..7b12c315 --- /dev/null +++ b/themes/solarized.css @@ -0,0 +1,3 @@ +/*Solarized theme by Ethan Schoonover*/ +/*Part of source code reused from the Open Sans Theme */ +@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300);@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:700);html{padding:0;font-size:1em;background-color:#eee8d5}body{font-family:'Source Sans Pro',sans-serif;font-size:1.5em;font-weight:300;text-align:center;margin:0;background:none repeat scroll 0 0 #eee8d5}article,footer{text-align:center;margin:auto;max-width:100%}article{margin-top:0;padding:1.75em;color:#dc322f;text-align:center;position:relative;background:none repeat scroll 0 0 #002b36}article p{text-align:left;color:#93a1a1}article p:first-of-type{text-align:center;color:#b58900}article p:last-of-type{color:#268bd2}#gravatar{width:50px;border:5px solid #FFF;border-radius:15px;display:block;margin:0 auto}h1{font-size:2em;font-weight:700;text-transform:uppercase;display:inline-block;padding-bottom:12px;border-bottom:2px dashed #dc322f;margin:0}a{font-family:'Source Sans Pro',sans-serif;font-size:1em;font-weight:700;color:#859900;text-decoration:none;word-wrap:break-word}a:active,a:focus,a:hover{color:#d33682}@media screen and (min-width:960px){#gravatar{position:absolute;top:2em;left:2em}h1{font-size:2.5em}} \ No newline at end of file From 488817a58f8d7104647b99d6212b6a5cdbbaf96d Mon Sep 17 00:00:00 2001 From: Anmol Jagetia Date: Mon, 3 Nov 2014 15:33:02 +0530 Subject: [PATCH 2/4] Updated solarized.css --- themes/solarized.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/solarized.css b/themes/solarized.css index 7b12c315..7c5aeca0 100644 --- a/themes/solarized.css +++ b/themes/solarized.css @@ -1,3 +1,3 @@ /*Solarized theme by Ethan Schoonover*/ /*Part of source code reused from the Open Sans Theme */ -@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300);@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:700);html{padding:0;font-size:1em;background-color:#eee8d5}body{font-family:'Source Sans Pro',sans-serif;font-size:1.5em;font-weight:300;text-align:center;margin:0;background:none repeat scroll 0 0 #eee8d5}article,footer{text-align:center;margin:auto;max-width:100%}article{margin-top:0;padding:1.75em;color:#dc322f;text-align:center;position:relative;background:none repeat scroll 0 0 #002b36}article p{text-align:left;color:#93a1a1}article p:first-of-type{text-align:center;color:#b58900}article p:last-of-type{color:#268bd2}#gravatar{width:50px;border:5px solid #FFF;border-radius:15px;display:block;margin:0 auto}h1{font-size:2em;font-weight:700;text-transform:uppercase;display:inline-block;padding-bottom:12px;border-bottom:2px dashed #dc322f;margin:0}a{font-family:'Source Sans Pro',sans-serif;font-size:1em;font-weight:700;color:#859900;text-decoration:none;word-wrap:break-word}a:active,a:focus,a:hover{color:#d33682}@media screen and (min-width:960px){#gravatar{position:absolute;top:2em;left:2em}h1{font-size:2.5em}} \ No newline at end of file +@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300);@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:700);html{padding:0;font-size:1em;background-color:#eee8d5}body{font-family:'Source Sans Pro',sans-serif;font-size:1.5em;font-weight:300;text-align:center;margin:0;background:none repeat scroll 0 0 #eee8d5}article,footer{text-align:center;margin:auto;max-width:100%}article{margin-top:0;padding:1.75em;color:#dc322f;text-align:center;position:relative;background:none repeat scroll 0 0 #002b36}article p{text-align:left;color:#93a1a1}article p:first-of-type{text-align:center;color:#b58900}article p:last-of-type{color:#268bd2}#gravatar{width:50px;border:5px solid #FFF;border-radius:15px;display:block;margin:0 auto}h1{font-size:2em;font-weight:700;text-transform:uppercase;display:inline-block;padding-bottom:12px;border-bottom:2px dashed #dc322f;margin:0}a{font-family:'Source Sans Pro',sans-serif;font-size:1em;font-weight:700;color:#859900;text-decoration:none;word-wrap:break-word}a:active,a:focus,a:hover{color:#d33682}@media screen and (min-width:960px){#gravatar{display: none;position:absolute;top:2em;left:2em}h1{font-size:2.5em}} From 66a0d2cffdda381694e38b0d84e3b7676fdd67e4 Mon Sep 17 00:00:00 2001 From: Anmol Jagetia Date: Mon, 3 Nov 2014 15:33:58 +0530 Subject: [PATCH 3/4] Updated README.md with details --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20b1ba25..8ea4f37a 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ Current available themes: * silver-style - [preview](http://jsbin.com/erezijI/2) (by [@dev-dipesh](https://github.com/Dev-Dipesh)) * friendly - [preview](http://jsbin.com/ecijol/6) (by [@evertton](http://github.com/evertton)) * opensans - [preview](http://jsbin.com/UfepUvah) (by [@pburtchaell](http://github.com/pburtchaell)) +* solarized - [preview](http://jsbin.com/jisogekehi) (by [@anmoljagetia](http://github.com/anmoljagetia)) ## Formats & URLs From 5dfbe6e6a70d097464810edba0525829c66ae11d Mon Sep 17 00:00:00 2001 From: Anmol Jagetia Date: Sun, 9 Nov 2014 14:01:25 +0530 Subject: [PATCH 4/4] updated link to the preview --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea4f37a..1d3f7a1e 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Current available themes: * silver-style - [preview](http://jsbin.com/erezijI/2) (by [@dev-dipesh](https://github.com/Dev-Dipesh)) * friendly - [preview](http://jsbin.com/ecijol/6) (by [@evertton](http://github.com/evertton)) * opensans - [preview](http://jsbin.com/UfepUvah) (by [@pburtchaell](http://github.com/pburtchaell)) -* solarized - [preview](http://jsbin.com/jisogekehi) (by [@anmoljagetia](http://github.com/anmoljagetia)) +* solarized - [preview](http://jsbin.com/yimax/1) (by [@anmoljagetia](http://github.com/anmoljagetia)) ## Formats & URLs