

Don't worry, it's mostly same as variables in LESS. You may not be familiar with it because it's new technology. Inkdrop's UI elements are styled with CSS variables. It's mostly common in customizing the UI elements with it, so their documentation is very helpful to learn. You may notice that the styling UI is based on Semantic UI. Enable the theme via the " UI Theme" drop-down in the "Themes" tab of the Preferences.
#Youtube color inkdrop install#

Tip: UI themes should end with -ui or for dark theme -dark-ui. You may notice that the editor is built based on CodeMirror, you can also import various existing theme built for CodeMirror.Īfter making changes, reload the app to reflected changes.
#Youtube color inkdrop code#
These selectors style different parts of code in the editor such as comments, strings and the line numbers in the gutter. Then open styles/default.less and modify the various selectors that have already been defined. Open up styles/colors.less to change the various color variables which have already been defined.

Themes are pretty straightforward but it's still helpful to be familiar with a few things before starting: Themes can be also installed with Inkdrop Plugin Manager.
#Youtube color inkdrop windows#
Themes can be changed from Preferences which you can open by selecting the Inkdrop > Preferences on macOS or File > Settings on Windows and Linux, and clicking the Themes tab on the left hand navigation. Preview themes style the header, texts, code blocks and other elements inside the preview view. Syntax themes style the note, gutter and other elements inside the editor view.

UI themes style elements such as the side view, the note list, drop-down lists, and the tool bar. Inkdrop supports three types of themes: UI, Syntax and Preview. Don't worry if you haven't heard of Less before it's just like CSS, but with a few handy extensions. Inkdrop's interface is rendered using HTML, and it's styled via Less which is a superset of CSS.
