aboutsummaryrefslogtreecommitdiff
path: root/editor/links/theme.css
diff options
context:
space:
mode:
authorneauoire <aliceffekt@gmail.com>2019-11-09 10:47:37 -0500
committerneauoire <aliceffekt@gmail.com>2019-11-09 10:47:37 -0500
commita0015b535b78ae49e39af1c76bf53b70c14d20b4 (patch)
treed8b282ddcb7d2d94c374e4e41de4605197833b52 /editor/links/theme.css
parent3226de0b193d505ebe0504f263f59cd64e24597c (diff)
*
Diffstat (limited to 'editor/links/theme.css')
-rw-r--r--editor/links/theme.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/editor/links/theme.css b/editor/links/theme.css
new file mode 100644
index 0000000..5cd3594
--- /dev/null
+++ b/editor/links/theme.css
@@ -0,0 +1,15 @@
+body { background:var(--background) !important }
+.bg { background:var(--background) !important }
+.f_high { color:var(--f_high) !important; stroke:var(--f_high) !important }
+.f_med { color:var(--f_med) !important ; stroke:var(--f_med) !important }
+.f_low { color:var(--f_low) !important ; stroke:var(--f_low) !important }
+.f_inv { color:var(--f_inv) !important ; stroke:var(--f_inv) !important }
+.b_high { background:var(--b_high) !important; fill:var(--b_high) !important }
+.b_med { background:var(--b_med) !important ; fill:var(--b_med) !important }
+.b_low { background:var(--b_low) !important ; fill:var(--b_low) !important }
+.b_inv { background:var(--b_inv) !important ; fill:var(--b_inv) !important }
+
+table tr th { color:var(--f_high) !important; }
+pre { color:var(--f_high) !important; }
+pre b { color:var(--f_med) !important; }
+pre i { color:var(--f_low) !important; } \ No newline at end of file