> 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)
44 lines
2.3 KiB
CSS
44 lines
2.3 KiB
CSS
/* Based on https://github.com/dempfi/ayu */
|
|
|
|
.cm-s-ayu-mirage.CodeMirror { background: #1f2430; color: #cbccc6; }
|
|
.cm-s-ayu-mirage div.CodeMirror-selected { background: #34455a; }
|
|
.cm-s-ayu-mirage .CodeMirror-line::selection, .cm-s-ayu-mirage .CodeMirror-line > span::selection, .cm-s-ayu-mirage .CodeMirror-line > span > span::selection { background: #34455a; }
|
|
.cm-s-ayu-mirage .CodeMirror-line::-moz-selection, .cm-s-ayu-mirage .CodeMirror-line > span::-moz-selection, .cm-s-ayu-mirage .CodeMirror-line > span > span::-moz-selection { background: rgba(25, 30, 42, 99); }
|
|
.cm-s-ayu-mirage .CodeMirror-gutters { background: #1f2430; border-right: 0px; }
|
|
.cm-s-ayu-mirage .CodeMirror-guttermarker { color: white; }
|
|
.cm-s-ayu-mirage .CodeMirror-guttermarker-subtle { color: rgba(112, 122, 140, 66); }
|
|
.cm-s-ayu-mirage .CodeMirror-linenumber { color: rgba(61, 66, 77, 99); }
|
|
.cm-s-ayu-mirage .CodeMirror-cursor { border-left: 1px solid #ffcc66; }
|
|
|
|
.cm-s-ayu-mirage span.cm-comment { color: #5c6773; font-style:italic; }
|
|
.cm-s-ayu-mirage span.cm-atom { color: #ae81ff; }
|
|
.cm-s-ayu-mirage span.cm-number { color: #ffcc66; }
|
|
|
|
.cm-s-ayu-mirage span.cm-comment.cm-attribute { color: #ffd580; }
|
|
.cm-s-ayu-mirage span.cm-comment.cm-def { color: #d4bfff; }
|
|
.cm-s-ayu-mirage span.cm-comment.cm-tag { color: #5ccfe6; }
|
|
.cm-s-ayu-mirage span.cm-comment.cm-type { color: #5998a6; }
|
|
|
|
.cm-s-ayu-mirage span.cm-property { color: #f29e74; }
|
|
.cm-s-ayu-mirage span.cm-attribute { color: #ffd580; }
|
|
.cm-s-ayu-mirage span.cm-keyword { color: #ffa759; }
|
|
.cm-s-ayu-mirage span.cm-builtin { color: #ffcc66; }
|
|
.cm-s-ayu-mirage span.cm-string { color: #bae67e; }
|
|
|
|
.cm-s-ayu-mirage span.cm-variable { color: #cbccc6; }
|
|
.cm-s-ayu-mirage span.cm-variable-2 { color: #f28779; }
|
|
.cm-s-ayu-mirage span.cm-variable-3 { color: #5ccfe6; }
|
|
.cm-s-ayu-mirage span.cm-type { color: #ffa759; }
|
|
.cm-s-ayu-mirage span.cm-def { color: #ffd580; }
|
|
.cm-s-ayu-mirage span.cm-bracket { color: rgba(92, 207, 230, 80); }
|
|
.cm-s-ayu-mirage span.cm-tag { color: #5ccfe6; }
|
|
.cm-s-ayu-mirage span.cm-header { color: #bae67e; }
|
|
.cm-s-ayu-mirage span.cm-link { color: #5ccfe6; }
|
|
.cm-s-ayu-mirage span.cm-error { color: #ff3333; }
|
|
|
|
.cm-s-ayu-mirage .CodeMirror-activeline-background { background: #191e2a; }
|
|
.cm-s-ayu-mirage .CodeMirror-matchingbracket {
|
|
text-decoration: underline;
|
|
color: white !important;
|
|
}
|