aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/codemirror/mode/stex/stex.css
diff options
context:
space:
mode:
authormistic100 <mistic@strangeplanet.fr>2015-07-26 19:13:28 +0200
committermistic100 <mistic@strangeplanet.fr>2015-07-26 19:13:28 +0200
commit5e76fb4ce6d61cabfd120e77096e2e57c357cb8b (patch)
treef513abb20dd85459d843edc7ca1d90816d886735 /plugins/LocalFilesEditor/codemirror/mode/stex/stex.css
parent32138f1fbd7637dffaaad0c8ca677e43a0d13831 (diff)
parent22381e829e0ce2a4a4cbb1420f5ecc2c43be9292 (diff)
Merge branch 'feature/hello-github' into 2.7
Diffstat (limited to 'plugins/LocalFilesEditor/codemirror/mode/stex/stex.css')
-rw-r--r--plugins/LocalFilesEditor/codemirror/mode/stex/stex.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/LocalFilesEditor/codemirror/mode/stex/stex.css b/plugins/LocalFilesEditor/codemirror/mode/stex/stex.css
deleted file mode 100644
index 64b975e98..000000000
--- a/plugins/LocalFilesEditor/codemirror/mode/stex/stex.css
+++ /dev/null
@@ -1,20 +0,0 @@
-span.css-at {color: #708;}
-span.css-unit {color: #281;}
-span.css-value {color: #708;}
-span.css-identifier {color: black;}
-span.css-selector {color: #11B;}
-span.css-important {color: #00F;}
-span.css-colorcode {color: #299;}
-span.css-comment {color: #A70;}
-span.css-string {color: #A22;}
-
-span.stex-unit { color: #281; }
-span.stex-identifier { color: black; }
-span.stex-slash { color: #FAA; }
-span.stex-command { color: #00F; }
-span.stex-comment { color: #A70; }
-span.stex-import { color: #00F; }
-span.stex-filepath { color: #852626; }
-span.stex-module { color: #852626; }
-span.stex-error { text-decoration: underline; color: red; }
-span.stex-string { color: #A22; }