forked from platypush/platypush
[UI] Better color schemes for highlighed text.
This commit is contained in:
parent
8b621cbf30
commit
b6c0029208
6 changed files with 6 additions and 6 deletions
|
@ -117,7 +117,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import 'highlight.js/lib/common'
|
import 'highlight.js/lib/common'
|
||||||
import 'highlight.js/styles/stackoverflow-dark.min.css'
|
import 'highlight.js/styles/nord.min.css'
|
||||||
import hljs from "highlight.js"
|
import hljs from "highlight.js"
|
||||||
import ActionArgs from "./ActionArgs"
|
import ActionArgs from "./ActionArgs"
|
||||||
import ActionDoc from "./ActionDoc"
|
import ActionDoc from "./ActionDoc"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import 'highlight.js/lib/common'
|
import 'highlight.js/lib/common'
|
||||||
import 'highlight.js/styles/stackoverflow-dark.min.css'
|
import 'highlight.js/styles/nord.min.css'
|
||||||
import hljs from "highlight.js"
|
import hljs from "highlight.js"
|
||||||
import Utils from "@/Utils"
|
import Utils from "@/Utils"
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
<script>
|
<script>
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import hljs from 'highlight.js';
|
import hljs from 'highlight.js';
|
||||||
import 'highlight.js/styles/github.css';
|
import 'highlight.js/styles/intellij-light.css';
|
||||||
|
|
||||||
import FloatingButton from "@/components/elements/FloatingButton";
|
import FloatingButton from "@/components/elements/FloatingButton";
|
||||||
import Highlighter from "./Highlighter";
|
import Highlighter from "./Highlighter";
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import 'highlight.js/lib/common'
|
import 'highlight.js/lib/common'
|
||||||
import 'highlight.js/styles/stackoverflow-dark.min.css'
|
import 'highlight.js/styles/nord.min.css'
|
||||||
import hljs from "highlight.js"
|
import hljs from "highlight.js"
|
||||||
|
|
||||||
import CopyButton from "@/components/elements/CopyButton"
|
import CopyButton from "@/components/elements/CopyButton"
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import 'highlight.js/lib/common'
|
import 'highlight.js/lib/common'
|
||||||
import 'highlight.js/styles/monokai-sublime.min.css'
|
import 'highlight.js/styles/night-owl.min.css'
|
||||||
import hljs from "highlight.js"
|
import hljs from "highlight.js"
|
||||||
import CopyButton from "@/components/elements/CopyButton"
|
import CopyButton from "@/components/elements/CopyButton"
|
||||||
import Utils from "@/Utils";
|
import Utils from "@/Utils";
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import 'highlight.js/lib/common'
|
import 'highlight.js/lib/common'
|
||||||
import 'highlight.js/styles/stackoverflow-dark.min.css'
|
import 'highlight.js/styles/nord.min.css'
|
||||||
import hljs from "highlight.js"
|
import hljs from "highlight.js"
|
||||||
import CopyButton from "@/components/elements/CopyButton"
|
import CopyButton from "@/components/elements/CopyButton"
|
||||||
import Loading from "@/components/Loading"
|
import Loading from "@/components/Loading"
|
||||||
|
|
Loading…
Reference in a new issue