aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-01-15 15:50:34 +0100
committerRoger Braun <roger@rogerbraun.net>2017-01-15 15:50:34 +0100
commit65c7ad12691a781195489eb3dae9111b7c3a9f78 (patch)
tree5699fd559cf0358b97029caf7cce823ba9eb2cdb
parentfc7e13e7bbbdbd0503094a5cb7318d6a02f1c157 (diff)
Use solarized-light by default.
-rw-r--r--index.html2
-rw-r--r--static/css/solarized-dark.css (renamed from static/css/theme.css)0
-rw-r--r--static/css/solarized-light.css38
3 files changed, 39 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6224224f..30156774 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
<title>Pleroma</title>
<link rel="stylesheet" href="/static/font/css/fontello.css">
<link rel="stylesheet" href="/static/font/css/animation.css">
- <link rel="stylesheet" href="/static/css/theme.css">
+ <link rel="stylesheet" href="/static/css/solarized-light.css">
</head>
<body>
<div id="app"></div>
diff --git a/static/css/theme.css b/static/css/solarized-dark.css
index 803b051c..803b051c 100644
--- a/static/css/theme.css
+++ b/static/css/solarized-dark.css
diff --git a/static/css/solarized-light.css b/static/css/solarized-light.css
new file mode 100644
index 00000000..14f4d572
--- /dev/null
+++ b/static/css/solarized-light.css
@@ -0,0 +1,38 @@
+.base00-background { background-color: #fdf6e3; }
+.base01-background { background-color: #eee8d5; }
+.base02-background { background-color: #93a1a1; }
+.base03-background { background-color: #839496; }
+.base04-background { background-color: #657b83; }
+.base05-background { background-color: #586e75; }
+.base06-background { background-color: #073642; }
+.base07-background { background-color: #002b36; }
+.base08-background { background-color: #dc322f; }
+.base09-background { background-color: #cb4b16; }
+.base0A-background { background-color: #b58900; }
+.base0B-background { background-color: #859900; }
+.base0C-background { background-color: #2aa198; }
+.base0D-background { background-color: #268bd2; }
+.base0E-background { background-color: #6c71c4; }
+.base0F-background { background-color: #d33682; }
+
+.base00 { color: #fdf6e3; }
+.base01 { color: #eee8d5; }
+.base02 { color: #93a1a1; }
+.base03 { color: #839496; }
+.base04 { color: #657b83; }
+.base05 { color: #586e75; }
+.base06 { color: #073642; }
+.base07 { color: #002b36; }
+.base08 { color: #dc322f; }
+.base09 { color: #cb4b16; }
+.base0A { color: #b58900; }
+.base0B { color: #859900; }
+.base0C { color: #2aa198; }
+.base0D { color: #268bd2; }
+.base0E { color: #6c71c4; }
+.base0F { color: #d33682; }
+
+.base05-border { color: #586e75; }
+
+a { color: #dc322f; } /* base08 */
+body { color: #586e75; } /* base05 */