Skip to content

HusseinT2000/Highlighters-for-Logseq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highlighters for Logseq Plugin

Add more colors for highlight in Logseq using slash commands

You can find how to install the plugin at the end of the text.

You can edit the color and options of the higlights, by adding and editing this variables in your own theme or your custom.css inside the dark and light theme.

/* BACKGROUND COLORS*/
--mark-yellow: #xxxxx;
--mark-pink: #xxxxx;
--mark-blue: #xxxxx;
--mark-green: #xxxxx;
--mark-red: #xxxxx;
--mark-grey: #xxxxx;
--mark-orange: #xxxxx;
--mark-purple: #xxxxx;

/*Decoration color*/
--mark-decoration-yellow: ;
--mark-decoration-pink: ;
--mark-decoration-blue: ;
--mark-decoration-green: ;
--mark-decoration-red: ;
--mark-decoration-grey: ;
--mark-decoration-orange: ;
--mark-decoration-purple: ;

/* OPTIONS */
--mark-text-color: ;
--mark-decoration: ;
--mark-thickness: ;
--mark-border-radius: ;

Example:

Example photo

Commands:

Slash Gif

Installation

  • Clone the repo
  • Open the plugin option in Logseq Desktop Client
  • Select Load unpacked plugin in Logseq Desktop client
  • Open the src folder of the repo.

About

More highlight colors in Logseq

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.8%
  • HTML 9.2%