tChanged colorscheme (just a bit, mostly code style) - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit aa6e18c08d8d8ff6ac871f22c1bc0c1cf70ec45d
(DIR) parent 427d547adbfaf4240ff4e59304f7e35a6a21408f
(HTM) Author: z3bra <willy@mailoo.org>
Date: Fri, 15 Nov 2013 20:06:53 +0100
Changed colorscheme (just a bit, mostly code style)
Diffstat:
M css/monochrome.css | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
---
(DIR) diff --git a/css/monochrome.css b/css/monochrome.css
t@@ -4,10 +4,12 @@
* COLORS DEFINITION:
* - background -- #222
* - def. text -- #888
- * - link text -- #eea
+ * - code -- #444
+ * - link text -- #eeb
* - link visit -- #ddd
* - main title -- #fff
* - sub titles -- #666
+ * - borders -- #333
*
*/
t@@ -116,7 +118,7 @@ section h3 {
/* Pretty links {{{ */
a {
- color: #eea;
+ color: #eeb;
text-shadow: 2px 2px 2px #000;
text-decoration: none;
}
t@@ -165,7 +167,7 @@ th {
/* Coding style (<code>) {{{ */
code {
- color: #eec;
+ color: inherit;
font-family: monospace;
font-size: 90%;
}
t@@ -183,15 +185,14 @@ pre {
}
/* Generated by macro :TOhtml in vim */
-.Comment { color: #333; }
-.Constant { color: #ffff00; }
-.Folded { color: #808080; padding-bottom: 1px; }
-.Function { color: #af8700; }
-.Special { color: #ffd787; }
-.Statement { color: #ffff00; }
-.PreProc { color: #d7af00; }
-.String { color: #d75f00; }
-.Type { color: #804000; }
+.Comment { color: #ccc; }
+.Constant { color: #421; }
+.Function { color: #333; }
+.Special { color: #0fa; }
+.Statement { color: #eeb; }
+.PreProc { color: #421; }
+.String { color: #755; }
+.Type { color: #ea8; }
pre hr {
width: 100%;