> 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)
42 lines
1.6 KiB
CSS
42 lines
1.6 KiB
CSS
/**
|
|
Name: IDEA default theme
|
|
From IntelliJ IDEA by JetBrains
|
|
*/
|
|
|
|
.cm-s-idea span.cm-meta { color: #808000; }
|
|
.cm-s-idea span.cm-number { color: #0000FF; }
|
|
.cm-s-idea span.cm-keyword { line-height: 1em; font-weight: bold; color: #000080; }
|
|
.cm-s-idea span.cm-atom { font-weight: bold; color: #000080; }
|
|
.cm-s-idea span.cm-def { color: #000000; }
|
|
.cm-s-idea span.cm-variable { color: black; }
|
|
.cm-s-idea span.cm-variable-2 { color: black; }
|
|
.cm-s-idea span.cm-variable-3, .cm-s-idea span.cm-type { color: black; }
|
|
.cm-s-idea span.cm-property { color: black; }
|
|
.cm-s-idea span.cm-operator { color: black; }
|
|
.cm-s-idea span.cm-comment { color: #808080; }
|
|
.cm-s-idea span.cm-string { color: #008000; }
|
|
.cm-s-idea span.cm-string-2 { color: #008000; }
|
|
.cm-s-idea span.cm-qualifier { color: #555; }
|
|
.cm-s-idea span.cm-error { color: #FF0000; }
|
|
.cm-s-idea span.cm-attribute { color: #0000FF; }
|
|
.cm-s-idea span.cm-tag { color: #000080; }
|
|
.cm-s-idea span.cm-link { color: #0000FF; }
|
|
.cm-s-idea .CodeMirror-activeline-background { background: #FFFAE3; }
|
|
|
|
.cm-s-idea span.cm-builtin { color: #30a; }
|
|
.cm-s-idea span.cm-bracket { color: #cc7; }
|
|
.cm-s-idea { font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;}
|
|
|
|
|
|
.cm-s-idea .CodeMirror-matchingbracket { outline:1px solid grey; color:black !important; }
|
|
|
|
.CodeMirror-hints.idea {
|
|
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
|
|
color: #616569;
|
|
background-color: #ebf3fd !important;
|
|
}
|
|
|
|
.CodeMirror-hints.idea .CodeMirror-hint-active {
|
|
background-color: #a2b8c9 !important;
|
|
color: #5c6065 !important;
|
|
} |