Switched to a solarized color scheme
This commit is contained in:
parent
4bbf3e7788
commit
78a6f5505d
8 changed files with 74 additions and 31 deletions
36
assets/solarized.css
Normal file
36
assets/solarized.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
html {
|
||||
background-color: #002b36;
|
||||
color: #839496;
|
||||
}
|
||||
body {
|
||||
background-color: #073642;
|
||||
}
|
||||
code {
|
||||
background-color: #073642;
|
||||
}
|
||||
a {
|
||||
color: #b58900;
|
||||
}
|
||||
a:visited {
|
||||
color: #cb4b16;
|
||||
}
|
||||
a:hover {
|
||||
color: #cb4b16;
|
||||
}
|
||||
h1 {
|
||||
color: #dc322f;
|
||||
}
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #859900;
|
||||
}
|
||||
pre {
|
||||
background-color: #002b36;
|
||||
color: #839496;
|
||||
}
|
||||
pre, code {
|
||||
background-color: #002b36;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue