@fresh-editor/fresh-editor 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -411,6 +411,54 @@
411
411
  "$ref": "#/$defs/ColorDef",
412
412
  "default": "DarkGray"
413
413
  },
414
+ "status_palette_fg": {
415
+ "description": "Command palette shortcut hint text color in status bar (falls back to status_bar_fg)",
416
+ "anyOf": [
417
+ {
418
+ "$ref": "#/$defs/ColorDef"
419
+ },
420
+ {
421
+ "type": "null"
422
+ }
423
+ ],
424
+ "default": null
425
+ },
426
+ "status_palette_bg": {
427
+ "description": "Command palette shortcut hint background in status bar (falls back to status_bar_bg)",
428
+ "anyOf": [
429
+ {
430
+ "$ref": "#/$defs/ColorDef"
431
+ },
432
+ {
433
+ "type": "null"
434
+ }
435
+ ],
436
+ "default": null
437
+ },
438
+ "status_lsp_on_fg": {
439
+ "description": "Status bar LSP indicator text color when LSP is running (falls back to status_bar_fg)",
440
+ "anyOf": [
441
+ {
442
+ "$ref": "#/$defs/ColorDef"
443
+ },
444
+ {
445
+ "type": "null"
446
+ }
447
+ ],
448
+ "default": null
449
+ },
450
+ "status_lsp_on_bg": {
451
+ "description": "Status bar LSP indicator background when LSP is running (falls back to status_bar_bg)",
452
+ "anyOf": [
453
+ {
454
+ "$ref": "#/$defs/ColorDef"
455
+ },
456
+ {
457
+ "type": "null"
458
+ }
459
+ ],
460
+ "default": null
461
+ },
414
462
  "prompt_fg": {
415
463
  "description": "Command prompt text color",
416
464
  "$ref": "#/$defs/ColorDef",
@@ -179,6 +179,14 @@
179
179
  "field.status_bar_fg_desc": "Status bar text barva",
180
180
  "field.status_bar_bg": "Status Bar pozadí",
181
181
  "field.status_bar_bg_desc": "Status bar pozadí barva",
182
+ "field.status_palette_fg": "Status Bar nápověda palety popředí",
183
+ "field.status_palette_fg_desc": "Popředí pro nápovědu Ctrl+P palety ve status baru",
184
+ "field.status_palette_bg": "Status Bar nápověda palety pozadí",
185
+ "field.status_palette_bg_desc": "Pozadí pro nápovědu Ctrl+P palety ve status baru",
186
+ "field.status_lsp_on_fg": "Status Bar LSP zapnuto popředí",
187
+ "field.status_lsp_on_fg_desc": "Popředí indikátoru LSP, když server běží",
188
+ "field.status_lsp_on_bg": "Status Bar LSP zapnuto pozadí",
189
+ "field.status_lsp_on_bg_desc": "Pozadí indikátoru LSP, když server běží",
182
190
  "field.prompt_fg": "Prompt popředí",
183
191
  "field.prompt_fg_desc": "Command prompt text barva",
184
192
  "field.prompt_bg": "Prompt pozadí",
@@ -476,6 +484,14 @@
476
484
  "field.status_bar_fg_desc": "Textfarbe der Statusleiste",
477
485
  "field.status_bar_bg": "Statusleiste Hintergrund",
478
486
  "field.status_bar_bg_desc": "Hintergrundfarbe der Statusleiste",
487
+ "field.status_palette_fg": "Statusleiste Palette-Hinweis Vordergrund",
488
+ "field.status_palette_fg_desc": "Vordergrund des Ctrl+P-Palettenhinweises in der Statusleiste",
489
+ "field.status_palette_bg": "Statusleiste Palette-Hinweis Hintergrund",
490
+ "field.status_palette_bg_desc": "Hintergrund des Ctrl+P-Palettenhinweises in der Statusleiste",
491
+ "field.status_lsp_on_fg": "Statusleiste LSP-An Vordergrund",
492
+ "field.status_lsp_on_fg_desc": "Vordergrund der LSP-Anzeige, wenn ein Server läuft",
493
+ "field.status_lsp_on_bg": "Statusleiste LSP-An Hintergrund",
494
+ "field.status_lsp_on_bg_desc": "Hintergrund der LSP-Anzeige, wenn ein Server läuft",
479
495
  "field.prompt_fg": "Eingabezeile Vordergrund",
480
496
  "field.prompt_fg_desc": "Textfarbe der Befehlseingabe",
481
497
  "field.prompt_bg": "Eingabezeile Hintergrund",
@@ -837,6 +853,14 @@
837
853
  "field.status_bar_fg_desc": "Status bar text color",
838
854
  "field.status_bar_bg": "Status Bar Background",
839
855
  "field.status_bar_bg_desc": "Status bar background color",
856
+ "field.status_palette_fg": "Status Bar Palette Hint Foreground",
857
+ "field.status_palette_fg_desc": "Foreground for the Ctrl+P palette hint in the status bar",
858
+ "field.status_palette_bg": "Status Bar Palette Hint Background",
859
+ "field.status_palette_bg_desc": "Background for the Ctrl+P palette hint in the status bar",
860
+ "field.status_lsp_on_fg": "Status Bar LSP-On Foreground",
861
+ "field.status_lsp_on_fg_desc": "Foreground for the LSP indicator when a server is running",
862
+ "field.status_lsp_on_bg": "Status Bar LSP-On Background",
863
+ "field.status_lsp_on_bg_desc": "Background for the LSP indicator when a server is running",
840
864
  "field.prompt_fg": "Prompt Foreground",
841
865
  "field.prompt_fg_desc": "Command prompt text color",
842
866
  "field.prompt_bg": "Prompt Background",
@@ -1130,6 +1154,14 @@
1130
1154
  "field.status_bar_fg_desc": "Color de texto de la barra de estado",
1131
1155
  "field.status_bar_bg": "Fondo de barra de estado",
1132
1156
  "field.status_bar_bg_desc": "Color de fondo de la barra de estado",
1157
+ "field.status_palette_fg": "Primer plano de pista de paleta de barra de estado",
1158
+ "field.status_palette_fg_desc": "Color del texto del recordatorio Ctrl+P en la barra de estado",
1159
+ "field.status_palette_bg": "Fondo de pista de paleta de barra de estado",
1160
+ "field.status_palette_bg_desc": "Color de fondo del recordatorio Ctrl+P en la barra de estado",
1161
+ "field.status_lsp_on_fg": "Primer plano de LSP activo en barra de estado",
1162
+ "field.status_lsp_on_fg_desc": "Color del indicador LSP cuando hay un servidor en ejecución",
1163
+ "field.status_lsp_on_bg": "Fondo de LSP activo en barra de estado",
1164
+ "field.status_lsp_on_bg_desc": "Color de fondo del indicador LSP cuando hay un servidor en ejecución",
1133
1165
  "field.prompt_fg": "Primer plano de prompt",
1134
1166
  "field.prompt_fg_desc": "Color de texto del prompt de comandos",
1135
1167
  "field.prompt_bg": "Fondo de prompt",
@@ -1457,6 +1489,14 @@
1457
1489
  "field.status_bar_fg_desc": "Couleur du texte de la barre d'etat",
1458
1490
  "field.status_bar_bg": "Arriere-plan barre d'etat",
1459
1491
  "field.status_bar_bg_desc": "Couleur d'arriere-plan de la barre d'etat",
1492
+ "field.status_palette_fg": "Premier plan indice palette barre d'etat",
1493
+ "field.status_palette_fg_desc": "Couleur du texte du raccourci Ctrl+P dans la barre d'etat",
1494
+ "field.status_palette_bg": "Arriere-plan indice palette barre d'etat",
1495
+ "field.status_palette_bg_desc": "Couleur de fond du raccourci Ctrl+P dans la barre d'etat",
1496
+ "field.status_lsp_on_fg": "Premier plan LSP actif barre d'etat",
1497
+ "field.status_lsp_on_fg_desc": "Couleur de l'indicateur LSP quand un serveur fonctionne",
1498
+ "field.status_lsp_on_bg": "Arriere-plan LSP actif barre d'etat",
1499
+ "field.status_lsp_on_bg_desc": "Couleur de fond de l'indicateur LSP quand un serveur fonctionne",
1460
1500
  "field.prompt_fg": "Premier plan invite",
1461
1501
  "field.prompt_fg_desc": "Couleur du texte de l'invite de commande",
1462
1502
  "field.prompt_bg": "Arriere-plan invite",
@@ -1784,6 +1824,14 @@
1784
1824
  "field.status_bar_fg_desc": "ステータスバーのテキスト色",
1785
1825
  "field.status_bar_bg": "ステータスバー背景",
1786
1826
  "field.status_bar_bg_desc": "ステータスバーの背景色",
1827
+ "field.status_palette_fg": "ステータスバー パレットヒント前景",
1828
+ "field.status_palette_fg_desc": "ステータスバーの Ctrl+P パレットヒントのテキスト色",
1829
+ "field.status_palette_bg": "ステータスバー パレットヒント背景",
1830
+ "field.status_palette_bg_desc": "ステータスバーの Ctrl+P パレットヒントの背景色",
1831
+ "field.status_lsp_on_fg": "ステータスバー LSP オン前景",
1832
+ "field.status_lsp_on_fg_desc": "サーバー実行中の LSP インジケーターのテキスト色",
1833
+ "field.status_lsp_on_bg": "ステータスバー LSP オン背景",
1834
+ "field.status_lsp_on_bg_desc": "サーバー実行中の LSP インジケーターの背景色",
1787
1835
  "field.prompt_fg": "プロンプト前景",
1788
1836
  "field.prompt_fg_desc": "コマンドプロンプトのテキスト色",
1789
1837
  "field.prompt_bg": "プロンプト背景",
@@ -2141,6 +2189,14 @@
2141
2189
  "field.status_bar_fg_desc": "Status bar 텍스트 색상",
2142
2190
  "field.status_bar_bg": "Status Bar 배경",
2143
2191
  "field.status_bar_bg_desc": "Status bar 배경 색상",
2192
+ "field.status_palette_fg": "Status Bar 팔레트 힌트 전경",
2193
+ "field.status_palette_fg_desc": "상태 표시줄의 Ctrl+P 팔레트 힌트 텍스트 색상",
2194
+ "field.status_palette_bg": "Status Bar 팔레트 힌트 배경",
2195
+ "field.status_palette_bg_desc": "상태 표시줄의 Ctrl+P 팔레트 힌트 배경 색상",
2196
+ "field.status_lsp_on_fg": "Status Bar LSP 켜짐 전경",
2197
+ "field.status_lsp_on_fg_desc": "서버 실행 중인 LSP 표시기의 텍스트 색상",
2198
+ "field.status_lsp_on_bg": "Status Bar LSP 켜짐 배경",
2199
+ "field.status_lsp_on_bg_desc": "서버 실행 중인 LSP 표시기의 배경 색상",
2144
2200
  "field.prompt_fg": "Prompt 전경",
2145
2201
  "field.prompt_fg_desc": "Command prompt 텍스트 색상",
2146
2202
  "field.prompt_bg": "Prompt 배경",
@@ -2468,6 +2524,14 @@
2468
2524
  "field.status_bar_fg_desc": "Status bar texto cor",
2469
2525
  "field.status_bar_bg": "Status Bar fundo",
2470
2526
  "field.status_bar_bg_desc": "Status bar fundo cor",
2527
+ "field.status_palette_fg": "Status Bar dica de paleta primeiro plano",
2528
+ "field.status_palette_fg_desc": "Cor do texto da dica Ctrl+P na barra de status",
2529
+ "field.status_palette_bg": "Status Bar dica de paleta fundo",
2530
+ "field.status_palette_bg_desc": "Cor de fundo da dica Ctrl+P na barra de status",
2531
+ "field.status_lsp_on_fg": "Status Bar LSP ligado primeiro plano",
2532
+ "field.status_lsp_on_fg_desc": "Cor do indicador LSP quando um servidor esta em execucao",
2533
+ "field.status_lsp_on_bg": "Status Bar LSP ligado fundo",
2534
+ "field.status_lsp_on_bg_desc": "Cor de fundo do indicador LSP quando um servidor esta em execucao",
2471
2535
  "field.prompt_fg": "Prompt primeiro plano",
2472
2536
  "field.prompt_fg_desc": "Command prompt texto cor",
2473
2537
  "field.prompt_bg": "Prompt fundo",
@@ -2795,6 +2859,14 @@
2795
2859
  "field.status_bar_fg_desc": "Status bar текст цвет",
2796
2860
  "field.status_bar_bg": "Status Bar фон",
2797
2861
  "field.status_bar_bg_desc": "Status bar фон цвет",
2862
+ "field.status_palette_fg": "Status Bar подсказка палитры передний план",
2863
+ "field.status_palette_fg_desc": "Цвет текста подсказки Ctrl+P в строке состояния",
2864
+ "field.status_palette_bg": "Status Bar подсказка палитры фон",
2865
+ "field.status_palette_bg_desc": "Цвет фона подсказки Ctrl+P в строке состояния",
2866
+ "field.status_lsp_on_fg": "Status Bar LSP включен передний план",
2867
+ "field.status_lsp_on_fg_desc": "Цвет индикатора LSP, когда сервер запущен",
2868
+ "field.status_lsp_on_bg": "Status Bar LSP включен фон",
2869
+ "field.status_lsp_on_bg_desc": "Цвет фона индикатора LSP, когда сервер запущен",
2798
2870
  "field.prompt_fg": "Prompt передний план",
2799
2871
  "field.prompt_fg_desc": "Command prompt текст цвет",
2800
2872
  "field.prompt_bg": "Prompt фон",
@@ -3122,6 +3194,14 @@
3122
3194
  "field.status_bar_fg_desc": "Status bar ข้อความ สี",
3123
3195
  "field.status_bar_bg": "Status Bar พื้นหลัง",
3124
3196
  "field.status_bar_bg_desc": "Status bar พื้นหลัง สี",
3197
+ "field.status_palette_fg": "Status Bar คำใบ้พาเลต พื้นหน้า",
3198
+ "field.status_palette_fg_desc": "สี ข้อความคำใบ้ Ctrl+P ในแถบสถานะ",
3199
+ "field.status_palette_bg": "Status Bar คำใบ้พาเลต พื้นหลัง",
3200
+ "field.status_palette_bg_desc": "สี พื้นหลังคำใบ้ Ctrl+P ในแถบสถานะ",
3201
+ "field.status_lsp_on_fg": "Status Bar LSP เปิด พื้นหน้า",
3202
+ "field.status_lsp_on_fg_desc": "สี ตัวบ่งชี้ LSP เมื่อเซิร์ฟเวอร์ทำงาน",
3203
+ "field.status_lsp_on_bg": "Status Bar LSP เปิด พื้นหลัง",
3204
+ "field.status_lsp_on_bg_desc": "สี พื้นหลังตัวบ่งชี้ LSP เมื่อเซิร์ฟเวอร์ทำงาน",
3125
3205
  "field.prompt_fg": "Prompt พื้นหน้า",
3126
3206
  "field.prompt_fg_desc": "Command prompt ข้อความ สี",
3127
3207
  "field.prompt_bg": "Prompt พื้นหลัง",
@@ -3449,6 +3529,14 @@
3449
3529
  "field.status_bar_fg_desc": "Status bar текст колір",
3450
3530
  "field.status_bar_bg": "Status Bar фон",
3451
3531
  "field.status_bar_bg_desc": "Status bar фон колір",
3532
+ "field.status_palette_fg": "Status Bar підказка палітри передній план",
3533
+ "field.status_palette_fg_desc": "Колір тексту підказки Ctrl+P у рядку стану",
3534
+ "field.status_palette_bg": "Status Bar підказка палітри фон",
3535
+ "field.status_palette_bg_desc": "Колір фону підказки Ctrl+P у рядку стану",
3536
+ "field.status_lsp_on_fg": "Status Bar LSP увімкнено передній план",
3537
+ "field.status_lsp_on_fg_desc": "Колір індикатора LSP, коли сервер запущено",
3538
+ "field.status_lsp_on_bg": "Status Bar LSP увімкнено фон",
3539
+ "field.status_lsp_on_bg_desc": "Колір фону індикатора LSP, коли сервер запущено",
3452
3540
  "field.prompt_fg": "Prompt передній план",
3453
3541
  "field.prompt_fg_desc": "Command prompt текст колір",
3454
3542
  "field.prompt_bg": "Prompt фон",
@@ -3776,6 +3864,14 @@
3776
3864
  "field.status_bar_fg_desc": "Màu văn bản thanh trạng thái",
3777
3865
  "field.status_bar_bg": "Nền thanh trạng thái",
3778
3866
  "field.status_bar_bg_desc": "Màu nền thanh trạng thái",
3867
+ "field.status_palette_fg": "Tiền cảnh gợi ý bảng lệnh thanh trạng thái",
3868
+ "field.status_palette_fg_desc": "Màu chữ gợi ý Ctrl+P trên thanh trạng thái",
3869
+ "field.status_palette_bg": "Nền gợi ý bảng lệnh thanh trạng thái",
3870
+ "field.status_palette_bg_desc": "Màu nền gợi ý Ctrl+P trên thanh trạng thái",
3871
+ "field.status_lsp_on_fg": "Tiền cảnh LSP đang bật thanh trạng thái",
3872
+ "field.status_lsp_on_fg_desc": "Màu chỉ báo LSP khi máy chủ đang chạy",
3873
+ "field.status_lsp_on_bg": "Nền LSP đang bật thanh trạng thái",
3874
+ "field.status_lsp_on_bg_desc": "Màu nền chỉ báo LSP khi máy chủ đang chạy",
3779
3875
  "field.prompt_fg": "Tiền cảnh dấu nhắc",
3780
3876
  "field.prompt_fg_desc": "Màu văn bản dấu nhắc lệnh",
3781
3877
  "field.prompt_bg": "Nền dấu nhắc",
@@ -4073,6 +4169,14 @@
4073
4169
  "field.status_bar_fg_desc": "状态栏文本颜色",
4074
4170
  "field.status_bar_bg": "状态栏背景",
4075
4171
  "field.status_bar_bg_desc": "状态栏背景颜色",
4172
+ "field.status_palette_fg": "状态栏命令面板提示前景",
4173
+ "field.status_palette_fg_desc": "状态栏中 Ctrl+P 命令面板提示的文本颜色",
4174
+ "field.status_palette_bg": "状态栏命令面板提示背景",
4175
+ "field.status_palette_bg_desc": "状态栏中 Ctrl+P 命令面板提示的背景颜色",
4176
+ "field.status_lsp_on_fg": "状态栏 LSP 已开启前景",
4177
+ "field.status_lsp_on_fg_desc": "服务器运行时 LSP 指示器的文本颜色",
4178
+ "field.status_lsp_on_bg": "状态栏 LSP 已开启背景",
4179
+ "field.status_lsp_on_bg_desc": "服务器运行时 LSP 指示器的背景颜色",
4076
4180
  "field.prompt_fg": "提示符前景",
4077
4181
  "field.prompt_fg_desc": "命令提示符文本颜色",
4078
4182
  "field.prompt_bg": "提示符背景",
@@ -4406,6 +4510,14 @@
4406
4510
  "field.status_bar_fg_desc": "Colore del testo della barra di stato",
4407
4511
  "field.status_bar_bg": "Sfondo barra di stato",
4408
4512
  "field.status_bar_bg_desc": "Colore di sfondo della barra di stato",
4513
+ "field.status_palette_fg": "Primo piano suggerimento palette barra di stato",
4514
+ "field.status_palette_fg_desc": "Colore del testo del suggerimento Ctrl+P nella barra di stato",
4515
+ "field.status_palette_bg": "Sfondo suggerimento palette barra di stato",
4516
+ "field.status_palette_bg_desc": "Colore di sfondo del suggerimento Ctrl+P nella barra di stato",
4517
+ "field.status_lsp_on_fg": "Primo piano LSP attivo barra di stato",
4518
+ "field.status_lsp_on_fg_desc": "Colore dell'indicatore LSP quando un server e in esecuzione",
4519
+ "field.status_lsp_on_bg": "Sfondo LSP attivo barra di stato",
4520
+ "field.status_lsp_on_bg_desc": "Colore di sfondo dell'indicatore LSP quando un server e in esecuzione",
4409
4521
  "field.prompt_fg": "Primo piano prompt",
4410
4522
  "field.prompt_fg_desc": "Colore del testo del prompt dei comandi",
4411
4523
  "field.prompt_bg": "Sfondo prompt",
@@ -57,6 +57,7 @@
57
57
  "julia-lsp.ts",
58
58
  "kotlin-lsp.ts",
59
59
  "latex-lsp.ts",
60
+ "live_diff.ts",
60
61
  "live_grep.ts",
61
62
  "lua-lsp.ts",
62
63
  "markdown_compose.ts",
package/themes/dark.json CHANGED
@@ -40,6 +40,8 @@
40
40
  "menu_disabled_bg": [50, 50, 50],
41
41
  "status_bar_fg": "White",
42
42
  "status_bar_bg": [30, 30, 30],
43
+ "status_palette_fg": [255, 255, 255],
44
+ "status_palette_bg": [70, 130, 180],
43
45
  "prompt_fg": "White",
44
46
  "prompt_bg": [20, 20, 20],
45
47
  "prompt_selection_fg": "White",
@@ -23,6 +23,8 @@
23
23
  "tab_hover_bg": [80, 83, 100],
24
24
  "status_bar_fg": [40, 42, 54],
25
25
  "status_bar_bg": [189, 147, 249],
26
+ "status_palette_fg": [40, 42, 54],
27
+ "status_palette_bg": [139, 233, 253],
26
28
  "prompt_fg": [40, 42, 54],
27
29
  "prompt_bg": [80, 250, 123],
28
30
  "prompt_selection_fg": [248, 248, 242],
@@ -40,6 +40,8 @@
40
40
  "menu_disabled_bg": [20, 20, 20],
41
41
  "status_bar_fg": [255, 255, 255],
42
42
  "status_bar_bg": [20, 20, 20],
43
+ "status_palette_fg": [0, 0, 0],
44
+ "status_palette_bg": [0, 255, 255],
43
45
  "prompt_fg": [255, 255, 255],
44
46
  "prompt_bg": [10, 10, 10],
45
47
  "prompt_selection_fg": [255, 255, 255],
package/themes/light.json CHANGED
@@ -40,6 +40,8 @@
40
40
  "menu_disabled_bg": [248, 248, 248],
41
41
  "status_bar_fg": [0, 0, 0],
42
42
  "status_bar_bg": [220, 220, 220],
43
+ "status_palette_fg": [255, 255, 255],
44
+ "status_palette_bg": [70, 130, 180],
43
45
  "prompt_fg": [0, 0, 0],
44
46
  "prompt_bg": [230, 240, 250],
45
47
  "prompt_selection_fg": [0, 0, 0],
package/themes/nord.json CHANGED
@@ -18,6 +18,8 @@
18
18
  "tab_separator_bg": [46, 52, 64],
19
19
  "status_bar_fg": [46, 52, 64],
20
20
  "status_bar_bg": [136, 192, 208],
21
+ "status_palette_fg": [236, 239, 244],
22
+ "status_palette_bg": [94, 129, 172],
21
23
  "prompt_fg": [46, 52, 64],
22
24
  "prompt_bg": [163, 190, 140],
23
25
  "prompt_selection_fg": [236, 239, 244],
@@ -38,6 +38,8 @@
38
38
  "menu_disabled_bg": [170, 170, 170],
39
39
  "status_bar_fg": [0, 0, 0],
40
40
  "status_bar_bg": [0, 170, 170],
41
+ "status_palette_fg": [255, 255, 255],
42
+ "status_palette_bg": [0, 170, 0],
41
43
  "prompt_fg": [255, 255, 85],
42
44
  "prompt_bg": [0, 0, 170],
43
45
  "prompt_selection_fg": [0, 0, 0],
@@ -18,6 +18,8 @@
18
18
  "tab_separator_bg": [0, 43, 54],
19
19
  "status_bar_fg": [0, 43, 54],
20
20
  "status_bar_bg": [147, 161, 161],
21
+ "status_palette_fg": [253, 246, 227],
22
+ "status_palette_bg": [38, 139, 210],
21
23
  "prompt_fg": [0, 43, 54],
22
24
  "prompt_bg": [181, 137, 0],
23
25
  "prompt_selection_fg": [253, 246, 227],