Tweak the default code highlighting theme
This commit is contained in:
parent
6ce42e019e
commit
5845bb72f5
2 changed files with 6 additions and 1 deletions
|
@ -93,6 +93,9 @@ EMOJI_TPL = '<img src="/static/twemoji/{filename}.svg" alt="{raw}" class="emoji"
|
|||
|
||||
_load_emojis(ROOT_DIR, BASE_URL)
|
||||
|
||||
# TODO(ts): allow to override this
|
||||
CODE_HIGHLIGHTING_THEME = "friendly_grayscale"
|
||||
|
||||
|
||||
session_serializer = URLSafeTimedSerializer(
|
||||
CONFIG.secret,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue