Skip to content

A dark theme for Bookstack using the dracula color scheme

Notifications You must be signed in to change notification settings

patriclougheed/bookstack-dark-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Casual stab at modifying the Bookstack main theme using the Dracula color scheme. Download and use at your own risk.

Installation

  1. Deploy this CSS file to your Bookstack install's public/css folder
  2. Call the stylesheet in the "Custom HTML head content" section in the settings like so: <link rel="stylesheet" href="https://bookstack.example.com/css/dark-theme.css">

Changing the Codemirror theme for the Markdown editor

Add the following to the "Custom HTML head content" box on the settings page to change the Markdown editor theme:

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.29.0/theme/dracula.min.css"/>
<script>window.codeTheme='dracula';</script>

Report any issues you find here.

Screenshots

Login: Main page: Book with chapters: Page: Editor:

About

A dark theme for Bookstack using the dracula color scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%