Skip to content

Commit 0728e51

Browse files
committed
[INIT] Added Rev. 1 themes
0 parents  commit 0728e51

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

readme.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
![image](./assets/img_logo.png)
2+
3+
## Byeolvit Noctiluca, Polaris for Misskey.
4+
5+
개인 Misskey 서버 중 하나인 [Byeolvit](https://byeolvit.space)의 기본 라이트 / 다크 테마입니다.
6+
7+
A Basic Light / Dark Theme of [Byeolvit](https://byeolvit.space), a personal server of Misskey.
8+
9+
個人Misskeyサーバーの一つである[Byeolvit](https://byeolvit.space)の基本ライト/ダークテーマです。
10+
11+
### Byeolvit Noctiluca.
12+
13+
![image](./assets/img_noctiluca.png)
14+
15+
> 푸른 별빛이 자아내는 잔향, Byeolvit Noctiluca(별빛 녹틸루카)는 Byeolvit의 기본 다크 모드 테마입니다.
16+
17+
- A blue starry reverberation, Byeolvit Noctiluca is Byeolvit's default dark mode theme.
18+
19+
- 青い星の光が醸し出す残響、Byeolvit Noctiluca(ビョルウィット・ノクティルカ)はByeolvitの基本ダークモードテーマです。
20+
21+
### Byeolvit Polaris.
22+
23+
![image](./assets/img_polaris.png)
24+
25+
> 새하얀 별빛의 이정표, Byeolvit Polaris(별빛 폴라리스)는 Byeolvit의 기본 라이트 모드 테마입니다.
26+
27+
- A compass of pure white starlight, Byeolvit Polaris is Byeolvit's default light mode theme.
28+
29+
- 真っ白な星空の道標、Byeolvit Polaris(ビョルウィット・ポラリス)はByeolvitの基本ライトモードテーマです。
30+
31+
## How to Install
32+
33+
1. `설정``테마``테마 설치`를 엽니다.
34+
2. theme 폴더에 있는 `d-byeolvit-noctiluca.json5`, 또는 `l-byeolvit-polaris`의 코드를 복사한 후 `테마 코드`에 붙여넣고 `설치` 버튼을 누릅니다.
35+
3. 다시 `테마`로 돌아가 설치한 테마를 선택하여 적용합니다.
36+
---
37+
1. Open `Settings``Themes``Install Theme`.
38+
2. Paste code of `d-byeolvit-noctiluca.json5`, or `l-byeolvit-polaris` to `Theme Code` field, Click to `Install` Button.
39+
3. Go back to `Themes`, Select and apply what you installed.
40+
---
41+
1. `設定``テーマ``テーマのインストール`を開きます。
42+
2. `theme`フォルダにある`d-byeolvit-noctiluca.json5`、または`l-byeolvit-polaris`のコードをコピーして`テーマコード`に貼り付けて`インストール`ボタンを押します。
43+
3. 再び`テーマ`に戻ってインストールしたテーマを選択して適用します。
44+
45+
## Additional Info (Recommended to Ko-KR)
46+
47+
아래의 CSS 코드를 `일반``CSS 사용자화`에 적용하거나 `IBM Plex Sans KR`, `M PLUS 1` 서체를 서버에 적용하여 더 가독성 있는 테마를 즐길 수 있습니다.
48+
49+
You can enjoy a more readable theme by applying the CSS code below to `General``Custom CSS` or by applying the `IBM Plex Sans KR`, `M PLUS 1` typeface to your server.
50+
51+
以下のCSSコードを`一般``カスタムCSS`に適用したり、`IBM Plex Sans KR``M PLUS 1`書体をサーバーに適用して、より読みやすいテーマを楽しむことができます。
52+
53+
54+
```CSS
55+
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;700&family=M+PLUS+1:wght@400;700&display=swap');
56+
57+
html {
58+
font-family: 'IBM Plex Sans KR', 'M PLUS 1' ,Roboto,HelveticaNeue,Arial,sans-serif;
59+
}
60+
```

0 commit comments

Comments
 (0)