solarized-everything-css/css/solarized-generic-dark.css

53 lines
850 B
CSS
Raw Normal View History

2015-10-01 09:49:47 +00:00
* {
border-color: #657b83 !important;
}
a {
color: #268bd2 !important;
}
a:visited {
color: #6c71c4 !important;
}
body {
background-color: #002b36 !important;
color: #839496 !important;
}
html {
background-color: #002b36 !important;
}
input,
textarea {
background-color: #073642 !important;
color: #839496 !important;
}
blockquote,
pre {
background-color: #073642 !important;
color: #839496 !important;
}
* {
border-color: #657b83 !important;
}
a {
color: #268bd2 !important;
}
a:visited {
color: #6c71c4 !important;
}
2015-10-01 09:49:47 +00:00
body {
background-color: #002b36 !important;
color: #839496 !important;
}
2015-10-02 07:13:00 +00:00
html {
background-color: #002b36 !important;
}
2015-10-01 09:49:47 +00:00
input,
textarea {
background-color: #073642 !important;
color: #839496 !important;
}
2015-10-01 11:31:51 +00:00
blockquote,
2015-10-01 11:06:35 +00:00
pre {
background-color: #073642 !important;
2015-10-02 12:53:47 +00:00
color: #839496 !important;
2015-10-01 11:06:35 +00:00
}