> Version 0.6 brings DashMachine one big step forward to being a finished product by adding a gui to edit the various settings in the config.ini. **Changelog** - improvements to /home including 'pinned' cards, multi-select tag filtering, 'action providers' allowing you to do web searches from the searchbar - rebuilt sidenav with list view, mirroring filter/search/collapse state of the homepage - /settings and /home now on same route - dynamic reloading of settings (no more page reloads) - dedicated config.ini editor slide-out - settings editor slide-out - card editor slide-out - better access group control - dedicated documentation pages - improved documentation - new system for automatically generating documentation for platforms - ability to load custom platforms - added an 'on_starup' method for platforms allowing for registering api routes. (example coming soon)
39 lines
2.0 KiB
CSS
39 lines
2.0 KiB
CSS
/*
|
|
|
|
Name: Paraíso (Dark)
|
|
Author: Jan T. Sott
|
|
|
|
Color scheme by Jan T. Sott (https://github.com/idleberg/Paraiso-CodeMirror)
|
|
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
|
|
|
|
*/
|
|
|
|
.cm-s-paraiso-dark.CodeMirror { background: #2f1e2e; color: #b9b6b0; }
|
|
.cm-s-paraiso-dark div.CodeMirror-selected { background: #41323f; }
|
|
.cm-s-paraiso-dark .CodeMirror-line::selection, .cm-s-paraiso-dark .CodeMirror-line > span::selection, .cm-s-paraiso-dark .CodeMirror-line > span > span::selection { background: rgba(65, 50, 63, .99); }
|
|
.cm-s-paraiso-dark .CodeMirror-line::-moz-selection, .cm-s-paraiso-dark .CodeMirror-line > span::-moz-selection, .cm-s-paraiso-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(65, 50, 63, .99); }
|
|
.cm-s-paraiso-dark .CodeMirror-gutters { background: #2f1e2e; border-right: 0px; }
|
|
.cm-s-paraiso-dark .CodeMirror-guttermarker { color: #ef6155; }
|
|
.cm-s-paraiso-dark .CodeMirror-guttermarker-subtle { color: #776e71; }
|
|
.cm-s-paraiso-dark .CodeMirror-linenumber { color: #776e71; }
|
|
.cm-s-paraiso-dark .CodeMirror-cursor { border-left: 1px solid #8d8687; }
|
|
|
|
.cm-s-paraiso-dark span.cm-comment { color: #e96ba8; }
|
|
.cm-s-paraiso-dark span.cm-atom { color: #815ba4; }
|
|
.cm-s-paraiso-dark span.cm-number { color: #815ba4; }
|
|
|
|
.cm-s-paraiso-dark span.cm-property, .cm-s-paraiso-dark span.cm-attribute { color: #48b685; }
|
|
.cm-s-paraiso-dark span.cm-keyword { color: #ef6155; }
|
|
.cm-s-paraiso-dark span.cm-string { color: #fec418; }
|
|
|
|
.cm-s-paraiso-dark span.cm-variable { color: #48b685; }
|
|
.cm-s-paraiso-dark span.cm-variable-2 { color: #06b6ef; }
|
|
.cm-s-paraiso-dark span.cm-def { color: #f99b15; }
|
|
.cm-s-paraiso-dark span.cm-bracket { color: #b9b6b0; }
|
|
.cm-s-paraiso-dark span.cm-tag { color: #ef6155; }
|
|
.cm-s-paraiso-dark span.cm-link { color: #815ba4; }
|
|
.cm-s-paraiso-dark span.cm-error { background: #ef6155; color: #8d8687; }
|
|
|
|
.cm-s-paraiso-dark .CodeMirror-activeline-background { background: #4D344A; }
|
|
.cm-s-paraiso-dark .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }
|