Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit c1707ec

Browse files
committed
Adjust order in theme config
1 parent 0ec0bb5 commit c1707ec

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

Hitchens.json

+35-35
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
{
2-
"cursor_size": "small",
3-
"font_face": "Hack NF",
4-
"font_weight": 400,
5-
"font_size": "0x14",
6-
"popup_colors": "dark_magenta,gray",
7-
"dark_gray": "#5f6672",
8-
"white": "#d4d7d9",
9-
"dark_green": "#98c379",
10-
"command_history_no_duplication": false,
11-
"screen_colors": "white,black",
12-
"screen_buffer_size": "80x3000",
13-
"blue": "#007fff",
14-
"command_history_length": 50,
15-
"font_true_type": true,
16-
"dark_yellow": "#d19a66",
17-
"quick_edit": true,
18-
"red": "#e34234",
19-
"insert_mode": true,
20-
"window_alpha": 255,
21-
"magenta": "#8b00ff",
22-
"yellow": "#e5c07b",
23-
"dark_red": "#e06c75",
24-
"load_console_IME": true,
25-
"dark_magenta": "#b57edc",
26-
"cyan": "#08e8de",
27-
"green": "#66ff00",
28-
"dark_blue": "#61afef",
29-
"gray": "#a9b2c3",
30-
"window_size": "120x30",
31-
"fullscreen": false,
32-
"num_history_buffers": 4,
33-
"black": "#181a1f",
34-
"dark_cyan": "#56b6c2"
35-
}
1+
{
2+
"cursor_size": "small",
3+
"command_history_no_duplication": false,
4+
"command_history_length": 50,
5+
"screen_buffer_size": "80x3000",
6+
"num_history_buffers": 4,
7+
"window_alpha": 255,
8+
"window_size": "120x30",
9+
"quick_edit": true,
10+
"insert_mode": true,
11+
"load_console_IME": true,
12+
"fullscreen": false,
13+
"font_face": "Hack NF",
14+
"font_weight": 400,
15+
"font_size": "0x14",
16+
"font_true_type": true,
17+
"popup_colors": "dark_magenta,gray",
18+
"screen_colors": "white,black",
19+
"black": "#181a1f",
20+
"dark_blue": "#61afef",
21+
"dark_green": "#98c379",
22+
"dark_cyan": "#56b6c2",
23+
"dark_red": "#e06c75",
24+
"dark_magenta": "#b57edc",
25+
"dark_yellow": "#d19a66",
26+
"gray": "#a9b2c3",
27+
"dark_gray": "#5f6672",
28+
"blue": "#007fff",
29+
"green": "#66ff00",
30+
"cyan": "#08e8de",
31+
"red": "#e34234",
32+
"magenta": "#8b00ff",
33+
"yellow": "#e5c07b",
34+
"white": "#d4d7d9"
35+
}

0 commit comments

Comments
 (0)