solarized themes

git rm cached js locals, its gitignored
merge-requests/208/head
Thomas Lynch 4 years ago
parent 9762e68ab4
commit ae85a05cf9
  1. 40
      gulp/res/css/themes/solarized-dark.css
  2. 40
      gulp/res/css/themes/solarized-light.css
  3. 4
      gulp/res/js/locals.js

@ -0,0 +1,40 @@
:root {
--icon-color: invert(17%) sepia(89%) saturate(7057%) hue-rotate(2deg) brightness(93%) contrast(120%);
--alt-label-color: #800;
--alt-font-color: #fff;
--background-top: #002b36;
--background-rest: #002b36;
--navbar-color: #002b36;
--post-color: #073642;
--post-outline-color: #586e75;
--label-color: #073642;
--box-border-color: #586e75;
--darken: #00000010;
--highlighted-post-color: #002b36;
--highlighted-post-outline-color: #cb4b16;
--board-title: #dc322f;
--hr: #93a1a1;
--font-color: #839496;
--name-color: #b58900;
--capcode-color: #f00;
--subject-color: #b58900;
--link-color: #839496;
--post-link-color: #268bd2;
--link-hover: #2aa198;
--input-borders: #586e75;
--input-color: #839496;
--input-background: #002b36;
--dice-color: #D33682;
--title-color: #dc322f;
--greentext-color: #789922;
--pinktext-color: #d33682;
}
.bold {
color: #93a1a1;
}
.em {
color: #586e75;
}
img[src='/file/dice.png'] {
filter: hue-rotate(290deg)
}

@ -0,0 +1,40 @@
:root {
--icon-color: invert(17%) sepia(89%) saturate(7057%) hue-rotate(2deg) brightness(93%) contrast(120%);
--alt-label-color: #EEE8D5;
--alt-font-color: #657B83;
--background-top: #FDF6E3;
--background-rest: #FDF6E3;
--navbar-color: #EEE8D5;
--post-color: #EEE8D5;
--post-outline-color: #93A1A1;
--label-color: #EEE8D5;
--box-border-color: #93A1A1;
--darken: #00000010;
--highlighted-post-color: #FDF6E3;
--highlighted-post-outline-color: #cb4b16;
--board-title: #dc322f;
--hr: #93a1a1;
--font-color: #657B83;
--name-color: #b58900;
--capcode-color: #f00;
--subject-color: #b58900;
--link-color: #657B83;
--post-link-color: #268bd2;
--link-hover: #2aa198;
--input-borders: #93A1A1;
--input-color: #657B83;
--input-background: #FDF6E3;
--dice-color: #D33682;
--title-color: #dc322f;
--greentext-color: #789922;
--pinktext-color: #d33682;
}
.bold {
color: #93a1a1;
}
.em {
color: #586e75;
}
img[src='/file/dice.png'] {
filter: hue-rotate(290deg)
}

@ -1,4 +0,0 @@
const themes = ['amoled', 'chaos', 'choc', 'clear', 'darkblue', 'gurochan', 'lain', 'miku', 'navy', 'pink', 'rei-zero', 'robot', 'tomorrow', 'tomorrow2', 'win95', 'yotsuba b', 'yotsuba'];
const codeThemes = ['a11y-dark', 'a11y-light', 'agate', 'an-old-hope', 'androidstudio', 'arduino-light', 'arta', 'ascetic', 'atelier-cave-dark', 'atelier-cave-light', 'atelier-dune-dark', 'atelier-dune-light', 'atelier-estuary-dark', 'atelier-estuary-light', 'atelier-forest-dark', 'atelier-forest-light', 'atelier-heath-dark', 'atelier-heath-light', 'atelier-lakeside-dark', 'atelier-lakeside-light', 'atelier-plateau-dark', 'atelier-plateau-light', 'atelier-savanna-dark', 'atelier-savanna-light', 'atelier-seaside-dark', 'atelier-seaside-light', 'atelier-sulphurpool-dark', 'atelier-sulphurpool-light', 'atom-one-dark-reasonable', 'atom-one-dark', 'atom-one-light', 'brown-paper', 'brown-papersq', 'codepen-embed', 'color-brewer', 'darcula', 'dark', 'default', 'docco', 'dracula', 'far', 'foundation', 'github-gist', 'github', 'gml', 'googlecode', 'gradient-dark', 'grayscale', 'gruvbox-dark', 'gruvbox-light', 'hopscotch', 'hybrid', 'idea', 'ir-black', 'isbl-editor-dark', 'isbl-editor-light', 'kimbie.dark', 'kimbie.light', 'lightfair', 'lioshi', 'magula', 'mono-blue', 'monokai-sublime', 'monokai', 'night-owl', 'nnfx-dark', 'nnfx', 'nord', 'obsidian', 'ocean', 'paraiso-dark', 'paraiso-light', 'pojoaque', 'pojoaque', 'purebasic', 'qtcreator_dark', 'qtcreator_light', 'railscasts', 'rainbow', 'routeros', 'school-book', 'school-book', 'shades-of-purple', 'solarized-dark', 'solarized-light', 'srcery', 'sunburst', 'tomorrow-night-blue', 'tomorrow-night-bright', 'tomorrow-night-eighties', 'tomorrow-night', 'tomorrow', 'vs', 'vs2015', 'xcode', 'xt256', 'zenburn'];
const captchaType = 'grid';
const SERVER_TIMEZONE = 'UTC';
Loading…
Cancel
Save