mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 08:26:44 -06:00
Revert "change default themes in everywhere"
This reverts commit 901da5ce92
.
This commit is contained in:
parent
b7abc5ee54
commit
1d4495821e
3 changed files with 6 additions and 6 deletions
|
@ -79,8 +79,8 @@ import tinycolor from 'tinycolor2';
|
|||
import { v4 as uuid } from 'uuid';
|
||||
import JSON5 from 'json5';
|
||||
|
||||
import lightTheme from '@@/themes/p-light2.json5';
|
||||
import darkTheme from '@@/themes/p-dark2.json5';
|
||||
import lightTheme from '@@/themes/_light.json5';
|
||||
import darkTheme from '@@/themes/_dark.json5';
|
||||
import MkButton from '@/components/MkButton.vue';
|
||||
import MkCodeEditor from '@/components/MkCodeEditor.vue';
|
||||
import MkTextarea from '@/components/MkTextarea.vue';
|
||||
|
|
|
@ -7,8 +7,8 @@ import { createHighlighterCore, loadWasm } from 'shiki/core';
|
|||
import darkPlus from 'shiki/themes/dark-plus.mjs';
|
||||
import { bundledThemesInfo } from 'shiki/themes';
|
||||
import { bundledLanguagesInfo } from 'shiki/langs';
|
||||
import lightTheme from '@@/themes/p-light2.json5';
|
||||
import darkTheme from '@@/themes/p-dark2.json5';
|
||||
import lightTheme from '@@/themes/_light.json5';
|
||||
import darkTheme from '@@/themes/_dark.json5';
|
||||
import { unique } from './array.js';
|
||||
import { deepClone } from './clone.js';
|
||||
import { deepMerge } from './merge.js';
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
import { ref } from 'vue';
|
||||
import tinycolor from 'tinycolor2';
|
||||
import lightTheme from '@@/themes/p-light2.json5';
|
||||
import darkTheme from '@@/themes/p-dark2.json5';
|
||||
import lightTheme from '@@/themes/_light.json5';
|
||||
import darkTheme from '@@/themes/_dark.json5';
|
||||
import { deepClone } from './clone.js';
|
||||
import type { BundledTheme } from 'shiki/themes';
|
||||
import { globalEvents } from '@/events.js';
|
||||
|
|
Loading…
Reference in a new issue