summaryrefslogtreecommitdiff
path: root/.config/joplin-desktop/userchrome.css
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-11-27 11:53:03 +0200
committerSyndamia <kamen@syndamia.com>2022-11-27 11:53:03 +0200
commitb17f7d6299fa3076ac4520881536a902b9a47c24 (patch)
treee96f0426234f7a9307f4576871b7d62008f8c663 /.config/joplin-desktop/userchrome.css
parent83efb7f6a6fa4e363b10032729010e10f26b32b3 (diff)
downloaddotfiles-b17f7d6299fa3076ac4520881536a902b9a47c24.tar
dotfiles-b17f7d6299fa3076ac4520881536a902b9a47c24.tar.gz
dotfiles-b17f7d6299fa3076ac4520881536a902b9a47c24.zip
[config/joplin] Added userchrome and userstyle css files
Diffstat (limited to '.config/joplin-desktop/userchrome.css')
-rw-r--r--.config/joplin-desktop/userchrome.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/joplin-desktop/userchrome.css b/.config/joplin-desktop/userchrome.css
new file mode 100644
index 0000000..29ce612
--- /dev/null
+++ b/.config/joplin-desktop/userchrome.css
@@ -0,0 +1,30 @@
+/* For styling the entire Joplin app (except the rendered Markdown, which is defined in `userstyle.css`) */
+
+/* CSS for the Dark theme to make the CodeMirror editor mimic the scheme of the old ACE editor */
+
+span.cm-header {
+ color: #CF6A4C;
+ font-size: inherit !important;
+ }
+
+span.cm-link-text, span.cm-strong, span.cm-em {
+ color: #8F9D6A !important;
+ font-style: normal;
+ font-weight: normal;
+ }
+
+span.cm-variable-2, span.cm-hr {
+ color: #F9EE98 !important;
+ }
+
+span.cm-meta, span.cm-property {
+ color: #7587A6 !important;
+ }
+
+ span.cm-string.cm-url {
+ color: #DDDDDD !important;
+ }
+
+span.cm-comment {
+ color: #DAD085 !important;
+ }