mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 19:49:01 +01:00 
			
		
		
		
	Creating Custom Skins
- Create a folder like this (recommended name: 'src/skin-custom-...')
- For a start copy files from one of the existing skin folders (src/skin-...)
to the custom folder:
- ui.fancytree.less (required)
- icons.gif (if needed)
- loading.gif (if needed)
 
- cd to your fancytree folder and run grunt devfrom the connsole.
 Note: NPM and Grunt are required. Read how to install the toolset.
- Edit and save your ui.fancytree.less file.
 Theui.fancytree.csswill be generated and updated automatically from the LESS file.
