@fresh-editor/fresh-editor 0.2.21 → 0.2.23

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.
package/themes/dark.json CHANGED
@@ -5,12 +5,14 @@
5
5
  "fg": [212, 212, 212],
6
6
  "cursor": [255, 255, 255],
7
7
  "inactive_cursor": [100, 100, 100],
8
- "selection_bg": [38, 79, 120],
8
+ "selection_bg": [50, 50, 60],
9
9
  "current_line_bg": [40, 40, 40],
10
10
  "line_number_fg": [100, 100, 100],
11
11
  "line_number_bg": [30, 30, 30],
12
- "diff_add_bg": [35, 60, 35],
13
- "diff_remove_bg": [70, 35, 35],
12
+ "diff_add_bg": [30, 60, 30],
13
+ "diff_remove_bg": [70, 30, 30],
14
+ "diff_add_highlight_bg": [35, 80, 35],
15
+ "diff_remove_highlight_bg": [95, 35, 35],
14
16
  "diff_modify_bg": [40, 38, 30],
15
17
  "whitespace_indicator_fg": [70, 70, 70]
16
18
  },
@@ -8,6 +8,10 @@
8
8
  "current_line_bg": [50, 52, 66],
9
9
  "line_number_fg": [98, 114, 164],
10
10
  "line_number_bg": [40, 42, 54],
11
+ "diff_add_bg": [40, 65, 45],
12
+ "diff_remove_bg": [75, 40, 45],
13
+ "diff_add_highlight_bg": [45, 85, 50],
14
+ "diff_remove_highlight_bg": [100, 40, 50],
11
15
  "whitespace_indicator_fg": [68, 71, 90]
12
16
  },
13
17
  "ui": {
@@ -54,8 +58,9 @@
54
58
  "scrollbar_thumb_fg": [98, 114, 164],
55
59
  "scrollbar_track_hover_fg": [80, 83, 100],
56
60
  "scrollbar_thumb_hover_fg": [139, 233, 253],
57
- "settings_selected_bg": [68, 71, 90],
58
- "settings_selected_fg": [248, 248, 242]
61
+ "settings_selected_bg": [80, 83, 110],
62
+ "settings_selected_fg": [248, 248, 242],
63
+ "popup_selection_fg": [248, 248, 242]
59
64
  },
60
65
  "search": {
61
66
  "match_bg": [241, 250, 140],
@@ -5,13 +5,15 @@
5
5
  "fg": [255, 255, 255],
6
6
  "cursor": [255, 255, 255],
7
7
  "inactive_cursor": [127, 127, 127],
8
- "selection_bg": [0, 100, 200],
8
+ "selection_bg": [50, 60, 90],
9
9
  "current_line_bg": [20, 20, 20],
10
10
  "line_number_fg": [140, 140, 140],
11
11
  "line_number_bg": [0, 0, 0],
12
- "diff_add_bg": [0, 35, 0],
13
- "diff_remove_bg": [50, 0, 0],
14
- "diff_modify_bg": [25, 22, 0],
12
+ "diff_add_bg": [0, 80, 0],
13
+ "diff_remove_bg": [100, 0, 0],
14
+ "diff_modify_bg": [60, 55, 0],
15
+ "diff_add_highlight_bg": [0, 110, 0],
16
+ "diff_remove_highlight_bg": [140, 0, 0],
15
17
  "whitespace_indicator_fg": [80, 80, 80]
16
18
  },
17
19
  "ui": {
package/themes/light.json CHANGED
@@ -5,12 +5,14 @@
5
5
  "fg": [0, 0, 0],
6
6
  "cursor": [0, 0, 0],
7
7
  "inactive_cursor": [180, 180, 180],
8
- "selection_bg": [173, 214, 255],
8
+ "selection_bg": [225, 232, 242],
9
9
  "current_line_bg": [245, 245, 245],
10
10
  "line_number_fg": [115, 115, 115],
11
11
  "line_number_bg": [255, 255, 255],
12
12
  "diff_add_bg": [200, 255, 200],
13
13
  "diff_remove_bg": [255, 200, 200],
14
+ "diff_add_highlight_bg": [150, 235, 150],
15
+ "diff_remove_highlight_bg": [235, 150, 150],
14
16
  "diff_modify_bg": [255, 252, 240],
15
17
  "whitespace_indicator_fg": [200, 200, 200]
16
18
  },
@@ -47,6 +49,7 @@
47
49
  "popup_selection_bg": [209, 226, 243],
48
50
  "popup_text_fg": [30, 30, 30],
49
51
  "suggestion_bg": [232, 238, 245],
52
+ "popup_selection_fg": [0, 0, 0],
50
53
  "suggestion_selected_bg": [209, 226, 243],
51
54
  "help_bg": [255, 255, 255],
52
55
  "help_fg": [0, 0, 0],
@@ -98,6 +101,8 @@
98
101
  "type": [0, 128, 128],
99
102
  "variable": [0, 16, 128],
100
103
  "constant": [0, 112, 193],
101
- "operator": [0, 0, 0]
104
+ "operator": [0, 0, 0],
105
+ "punctuation_bracket": [50, 50, 50],
106
+ "punctuation_delimiter": [50, 50, 50]
102
107
  }
103
108
  }
package/themes/nord.json CHANGED
@@ -4,11 +4,11 @@
4
4
  "bg": [46, 52, 64],
5
5
  "fg": [216, 222, 233],
6
6
  "cursor": [136, 192, 208],
7
- "selection_bg": [67, 76, 94],
7
+ "selection_bg": [80, 92, 116],
8
8
  "current_line_bg": [59, 66, 82],
9
- "line_number_fg": [76, 86, 106],
9
+ "line_number_fg": [107, 118, 140],
10
10
  "line_number_bg": [46, 52, 64],
11
- "whitespace_indicator_fg": [67, 76, 94]
11
+ "whitespace_indicator_fg": [90, 100, 120]
12
12
  },
13
13
  "ui": {
14
14
  "tab_active_fg": [236, 239, 244],
@@ -22,19 +22,22 @@
22
22
  "prompt_bg": [163, 190, 140],
23
23
  "prompt_selection_fg": [236, 239, 244],
24
24
  "prompt_selection_bg": [94, 129, 172],
25
- "popup_border_fg": [76, 86, 106],
25
+ "popup_border_fg": [107, 118, 140],
26
26
  "popup_bg": [59, 66, 82],
27
27
  "popup_selection_bg": [94, 129, 172],
28
+ "popup_selection_fg": [236, 239, 244],
28
29
  "popup_text_fg": [216, 222, 233],
29
30
  "suggestion_bg": [59, 66, 82],
30
31
  "suggestion_selected_bg": [94, 129, 172],
31
32
  "help_bg": [46, 52, 64],
32
33
  "help_fg": [216, 222, 233],
33
34
  "help_key_fg": [136, 192, 208],
34
- "help_separator_fg": [76, 86, 106],
35
+ "help_separator_fg": [107, 118, 140],
35
36
  "help_indicator_fg": [191, 97, 106],
36
37
  "help_indicator_bg": [46, 52, 64],
37
- "split_separator_fg": [76, 86, 106]
38
+ "split_separator_fg": [107, 118, 140],
39
+ "settings_selected_bg": [94, 129, 172],
40
+ "settings_selected_fg": [236, 239, 244]
38
41
  },
39
42
  "search": {
40
43
  "match_bg": [235, 203, 139],
@@ -47,17 +50,19 @@
47
50
  "warning_bg": [59, 56, 46],
48
51
  "info_fg": [129, 161, 193],
49
52
  "info_bg": [46, 52, 64],
50
- "hint_fg": [76, 86, 106],
53
+ "hint_fg": [107, 118, 140],
51
54
  "hint_bg": [46, 52, 64]
52
55
  },
53
56
  "syntax": {
54
57
  "keyword": [129, 161, 193],
55
58
  "string": [163, 190, 140],
56
- "comment": [76, 86, 106],
59
+ "comment": [107, 118, 140],
57
60
  "function": [136, 192, 208],
58
61
  "type": [143, 188, 187],
59
62
  "variable": [216, 222, 233],
60
63
  "constant": [180, 142, 173],
61
- "operator": [129, 161, 193]
64
+ "operator": [129, 161, 193],
65
+ "punctuation_bracket": [180, 188, 200],
66
+ "punctuation_delimiter": [180, 188, 200]
62
67
  }
63
68
  }
@@ -5,7 +5,7 @@
5
5
  "fg": [255, 255, 85],
6
6
  "cursor": [255, 255, 255],
7
7
  "inactive_cursor": [170, 170, 170],
8
- "selection_bg": [170, 170, 170],
8
+ "selection_bg": [30, 30, 200],
9
9
  "current_line_bg": [0, 0, 128],
10
10
  "line_number_fg": [85, 255, 255],
11
11
  "line_number_bg": [0, 0, 170],
@@ -4,11 +4,11 @@
4
4
  "bg": [0, 43, 54],
5
5
  "fg": [131, 148, 150],
6
6
  "cursor": [38, 139, 210],
7
- "selection_bg": [7, 54, 66],
7
+ "selection_bg": [22, 72, 86],
8
8
  "current_line_bg": [7, 54, 66],
9
- "line_number_fg": [88, 110, 117],
9
+ "line_number_fg": [101, 123, 131],
10
10
  "line_number_bg": [0, 43, 54],
11
- "whitespace_indicator_fg": [0, 60, 75]
11
+ "whitespace_indicator_fg": [40, 80, 95]
12
12
  },
13
13
  "ui": {
14
14
  "tab_active_fg": [253, 246, 227],
@@ -22,19 +22,22 @@
22
22
  "prompt_bg": [181, 137, 0],
23
23
  "prompt_selection_fg": [253, 246, 227],
24
24
  "prompt_selection_bg": [38, 139, 210],
25
- "popup_border_fg": [88, 110, 117],
25
+ "popup_border_fg": [101, 123, 131],
26
26
  "popup_bg": [7, 54, 66],
27
27
  "popup_selection_bg": [38, 139, 210],
28
- "popup_text_fg": [131, 148, 150],
28
+ "popup_selection_fg": [253, 246, 227],
29
+ "popup_text_fg": [147, 161, 161],
29
30
  "suggestion_bg": [7, 54, 66],
30
31
  "suggestion_selected_bg": [38, 139, 210],
31
32
  "help_bg": [0, 43, 54],
32
- "help_fg": [131, 148, 150],
33
+ "help_fg": [147, 161, 161],
33
34
  "help_key_fg": [42, 161, 152],
34
- "help_separator_fg": [88, 110, 117],
35
+ "help_separator_fg": [101, 123, 131],
35
36
  "help_indicator_fg": [220, 50, 47],
36
37
  "help_indicator_bg": [0, 43, 54],
37
- "split_separator_fg": [88, 110, 117]
38
+ "split_separator_fg": [101, 123, 131],
39
+ "settings_selected_bg": [38, 139, 210],
40
+ "settings_selected_fg": [253, 246, 227]
38
41
  },
39
42
  "search": {
40
43
  "match_bg": [181, 137, 0],
@@ -47,17 +50,19 @@
47
50
  "warning_bg": [30, 54, 54],
48
51
  "info_fg": [38, 139, 210],
49
52
  "info_bg": [0, 50, 66],
50
- "hint_fg": [88, 110, 117],
53
+ "hint_fg": [101, 123, 131],
51
54
  "hint_bg": [0, 43, 54]
52
55
  },
53
56
  "syntax": {
54
57
  "keyword": [133, 153, 0],
55
58
  "string": [42, 161, 152],
56
- "comment": [88, 110, 117],
59
+ "comment": [101, 123, 131],
57
60
  "function": [38, 139, 210],
58
61
  "type": [181, 137, 0],
59
62
  "variable": [131, 148, 150],
60
63
  "constant": [203, 75, 22],
61
- "operator": [131, 148, 150]
64
+ "operator": [131, 148, 150],
65
+ "punctuation_bracket": [147, 161, 161],
66
+ "punctuation_delimiter": [147, 161, 161]
62
67
  }
63
68
  }