- Version:0.12 For trilium-NEXT:>=0.92.6
Important: Currently, the TriliumNext theme has been set as the base theme. The blue theme needs to be assigned the tag
#appTheme=blue-theme-light #appThemeBase=next-light
, and the blue-theme-dark needs#appTheme=blue-theme-dark #appThemeBase=next-dark
.
Alternatively, you can directly importblue-theme.zip
from Releases, which includesblue-theme.css
,blue-theme-dark-theme.css
, andDark-mode-img-color-conversion.js
.
- Automatically apply a strikethrough to the text following a checked checkbox
- New right panel style. Design rationale: In multi-level directories, lower-level headings were indented too much, causing excessive line breaks, so all headings are now left-aligned. Level 2 heading: Solid bullet (•); Level 3 heading: Hollow bullet (◦); Other levels (4–6): Small square (▪).
This extra css in ./Custom-appCSS.css.
For usage instructions, please refer to Applying Custom CSS in the documentation.
- Blue Theme
- More compact, line spacing, paragraph spacing, etc.
- Indent the first line and align both ends.
- The directory tree mouse displays the background color when hovering to highlight the selected folder.
- Tree style.
- **Title style of H1, H2, H3 and H4 . **
- Other changes.
-
Create a CSS code note in Trilium and name it
Blue-theme
-
Paste the content from
Blue-theme.css
in it -
Add the
#appTheme=Blue-theme
attribute to it -
Download the
background.png
, then right-click on the note and select Import to note -
Add the attribute
#originalFileName=background.png #customResourceProvider=background.png
tobackground.png
-
Go to Menu > Options, and select Blue-theme as your new theme
-
Ctrl + R to reload
-
If you use the dark mode theme, you can use the 'Dark-mode-img-color-conversion.js' script to invert the color of the white image to fit the dark mode. Remember to give Dark-mode-img-color-conversion.js Script to add #widget tag. You can add the #disableAdjustImage tag to the note if you don’t want the color of a certain note image to be inverted.
Using the shortcut key enter
is to create a new paragraph, and this method will automatically indent the first line; using the shortcut key enter+shift
is a line break, and this method will not indent the first line.